Sort headers using clang-tidy
[geeqie.git] / src / filefilter.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
2023-09-06 Colin ClarkFix #1185: Do you plan to embed video player like gthum...
2023-07-22 Arkadiy IllarionovUse g_list_free_full
2023-07-22 Arkadiy IllarionovReplace string_list_free with g_list_free_full
2023-07-02 Colin ClarkFile formats no longer supported - .ptx, .x3f
2023-06-18 Tobias GruetzmacherFix #ifdef for JPEG XL support
2023-06-11 Colin ClarkUpdate JPEG XL handling
2023-06-11 Rosen Penevclang-tify: remove void
2023-06-09 Rosen Penevclang-tidy: use nullptr
2023-06-08 Rosen Penevmanual fixes for C casts
2023-06-04 Rosen Penevclang-tidy: modernize-use-auto
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
2022-10-06 Colin ClarkRemove redundant includes
2022-10-05 Omari StephensChanges language for Geeqie's source files from C to...