Simplify vflist_get_formatted()
[geeqie.git] / src / main.cc
12 days ago Colin ClarkAuto-completion - split standard and remote options
2024-04-15 Colin ClarkBug fix: AppImage notification not working
2024-04-14 Colin ClarkCommand line auto-completion - further enhancements
2024-04-14 Colin ClarkOption --cache-maintenance is not GNU compliant
2024-04-13 Colin ClarkSome command line options are not GNU/POSIX compliant
2024-04-07 Arkadiy IllarionovMove keyboard_scroll_calc() to layout-util
2024-04-04 Colin ClarkCommand line auto-completion enhancements
2024-02-28 Colin ClarkMove third-party sources to separate sub-directory
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-10 Arkadiy IllarionovInclude backward.h where it is actually used
2024-02-07 Colin Clarkclang-tidy: readability-isolate-declaration
2024-02-02 Colin Clarkclang-tidy: modernize-redundant-void-arg
2024-02-02 Colin Clarkclang-tidy: modernize-use-nullptr
2023-11-30 Colin ClarkBug fix: Change all .desktop files to RDNS style
2023-10-27 Colin ClarkDocument XDG_* options for --new-instance
2023-10-18 Colin ClarkDocument similarity algorithms and enable alternate
2023-09-24 Colin ClarkGTK4: Reduce the use of gtk_widget_destroy()
2023-09-24 Colin ClarkGTK4: GdkColor
2023-09-24 Colin ClarkInclude a custom.css file for the application
2023-09-21 Colin ClarkGTK4: gtk_window_set_keep_above()
2023-09-15 Colin ClarkOn exit additional check for multiple windows open
2023-09-10 Colin ClarkExtracted AppImage to check for updates on GitHub
2023-07-29 Arkadiy IllarionovRemove deprecated GTK_STOCK_DIALOG_*
2023-07-29 Tomasz GolinskiPR #1139: Remove some of deprecated GTK stuff
2023-07-25 Arkadiy IllarionovRemove UNUSED macro
2023-07-22 Arkadiy IllarionovReplace string_list_free with g_list_free_full
2023-07-17 Colin ClarkReorganize unused functions
2023-07-05 Colin ClarkEliminate "not used" warnings
2023-07-04 Rosen Penevclang-tidy: fixes from version 16
2023-06-16 Rosen Penevadd missing stuff
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-08 Rosen Penevclang-tidy: C to C++ casts
2023-06-04 Rosen Penevclang-tidy: modernize-use-auto
2023-04-07 Colin ClarkFix c++ compiler wrnings
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 more c++ compiler warnings
2023-03-29 Colin ClarkFix some c++ compiler warnings
2023-03-18 Colin ClarkExtended stack trace
2023-03-10 Colin ClarkSeg fault handler
2023-03-03 Colin ClarkUse GResource for icon files
2022-12-05 Colin ClarkAppImage version update notification
2022-11-24 Greg TroxelDisable SIGBUS handler
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...