Sort headers using clang-tidy
[geeqie.git] / src / view-file / view-file-list.cc
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-06 Colin Clarkclang-tidy: readability-misleading-indentation
2023-10-01 Arkadiy IllarionovReplace deprecated *-gdk properties
2023-09-24 Colin ClarkGTK4: GdkColor
2023-08-29 Arkadiy IllarionovFix GList concatenations
2023-08-26 Arkadiy IllarionovUse filelist_copy to reduce duplication
2023-08-04 Colin Clark(Re)-implement natural and case sorting
2023-07-29 Arkadiy IllarionovRemove deprecated GTK_STOCK_DIALOG_*
2023-07-28 Arkadiy IllarionovFix usage of vectors
2023-07-25 Arkadiy IllarionovRemove UNUSED macro
2023-07-22 Arkadiy IllarionovVarious fixes
2023-07-22 Arkadiy IllarionovReplace string_list_free with g_list_free_full
2023-07-22 Arkadiy IllarionovRemove tree_path_free_wrapper
2023-07-17 Colin ClarkReorganize unused functions
2023-07-08 Rosen Penevuse vector
2023-06-11 Rosen Penevclang-tidy: use using
2023-06-09 Rosen Penevclang-tidy: use nullptr
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-03-31 Colin ClarkFix c++ compiler warnings
2023-03-29 Colin ClarkFix some c++ compiler warnings
2022-10-07 Colin ClarkRemove unused functions
2022-10-06 Colin ClarkRemove redundant includes
2022-10-05 Omari StephensChanges language for Geeqie's source files from C to...