Simplify vflist_get_formatted()
[geeqie.git] / src / collect-table.cc
2 days ago Arkadiy IllarionovRemove last GTK_STOCK items
2024-04-09 Colin ClarkBug fix: Collections and unmounted drives
2024-03-29 Colin ClarkFix 1302: Cut image to clipboard
2024-03-10 Arkadiy IllarionovUse std::swap instead of temporary values
2024-03-05 Arkadiy IllarionovFix build with LTO
2024-03-03 Arkadiy IllarionovRemove set but not used variables
2024-02-29 Colin ClarkFix #1248: Crash when hiding file list
2024-02-19 Arkadiy IllarionovFix include-what-you-use warnings
2024-02-18 Arkadiy IllarionovRemove redundant GdkRGBA memcpy
2024-02-14 Arkadiy IllarionovSort headers using clang-tidy
2024-02-13 Arkadiy IllarionovCleanup main.h header
2024-02-07 Colin Clarkclang-tidy: readability-isolate-declaration
2024-02-07 Colin Clarkclang-tidy: modernize-macro-to-enum
2024-02-02 Colin Clarkclang-tidy: bugprone-macro-parentheses
2023-10-01 Colin ClarkGTK4: Bug fix Reduce the use of gtk_widget_destroy
2023-10-01 Arkadiy IllarionovReplace deprecated *-gdk properties
2023-09-28 Colin ClarkGTK4: gtk_window_move(), gtk_window_set_position()
2023-09-25 Colin ClarkGTK4: gtk_container_add()
2023-09-24 Colin ClarkGTK4: Reduce the use of gtk_widget_destroy()
2023-09-24 Colin ClarkGTK4: GdkColor
2023-09-20 Colin ClarkGTK4: gtk_scrolled_window
2023-08-19 Arkadiy IllarionovRemove some extra memory allocations
2023-08-10 Colin ClarkModify part of Collections user interface
2023-08-03 Colin ClarkFix #1148: Intermittent crash on removing first item...
2023-07-29 Tomasz GolinskiPR #1139: Remove some of deprecated GTK stuff
2023-07-25 Arkadiy IllarionovRemove UNUSED macro
2023-07-20 Colin ClarkRemove dead code
2023-06-11 Rosen Penevclang-tidy: use using
2023-06-09 Rosen Penevclang-tidy: use nullptr
2023-06-08 Rosen Penevmanual fixes for C casts
2023-06-08 Rosen Penevclang-tidy: C to C++ casts
2023-06-04 Rosen Penevclang-tidy: modernize-use-auto
2023-05-24 Colin ClarkDocumentation: Use G_SOURCE_CONTINUE and G_SOURCE_REMOVE
2023-04-07 Colin ClarkFix c++ compiler warnings
2023-04-03 Colin ClarkFix c++ cmpiler warnings
2023-04-02 Colin ClarkFix c++ compiler warnings
2023-03-31 Colin ClarkFix c++ compiler warnings
2023-03-30 Colin ClarkChange c-style typecasts to c++ style
2023-03-29 Colin ClarkFix some c++ compiler warnings
2023-03-03 Colin ClarkUse GResource for icon files
2023-02-20 Colin ClarkFix #1061: meson fails to detect strverscmp
2022-10-06 Colin ClarkRemove redundant includes
2022-10-05 Omari StephensChanges language for Geeqie's source files from C to...