Simplify vflist_get_formatted()
[geeqie.git] / src / pixbuf-renderer.cc
2024-04-11 Arkadiy IllarionovMerge SCROLL_RESET_* macros with PixbufRendererScrollRe...
2024-04-04 Colin ClarkAdditional test for temporary comments
2024-03-09 Colin ClarkReplace single value enums with constexpr <type>
2024-02-19 Arkadiy IllarionovFix include-what-you-use warnings
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: bugprone-integer-division
2024-02-02 Colin Clarkclang-tidy: bugprone-macro-parentheses
2024-02-02 Colin Clarkclang-tidy: modernize-use-nullptr
2023-09-24 Colin ClarkGTK4: GdkColor
2023-08-19 Arkadiy IllarionovRemove some extra memory allocations
2023-07-29 Tomasz GolinskiPR #1139: Remove some of deprecated GTK stuff
2023-07-25 Arkadiy IllarionovRemove UNUSED macro
2023-07-22 Arkadiy IllarionovUse g_list_free_full
2023-07-20 Colin ClarkRemove dead code
2023-07-18 Colin ClarkMore unused functions, remove dead code
2023-07-17 Colin ClarkReorganize unused functions
2023-07-08 Rosen Penevclang-tidy: simplify booleans
2023-07-04 Rosen Penevclang-tidy: fixes from version 16
2023-06-11 Rosen Penevclang-tify: remove void
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-07 Andreas RönnquistDon't use too new *_DEFAULT defines
2023-04-07 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-04 Andreas Rönnquist Bug Fix: Use GResource for icon files
2023-03-03 Colin ClarkUse GResource for icon files
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...