Simplify vflist_get_formatted()
[geeqie.git] / src / preferences.cc
3 days ago Colin ClarkInclude check for untranslated text
3 days ago Arkadiy IllarionovSilence GtkAction deprecation warnings
11 days ago Colin ClarkOption to hide window decorations
2024-04-15 Colin ClarkBug fix: AppImage notification not working
2024-03-28 Colin ClarkFix #1303: Automatically hide image overlay in fullscre...
2024-03-09 Colin ClarkInclude icon name column in Preferences/Keyboard table
2024-03-09 Colin ClarkReplace single value enums with constexpr <type>
2024-03-02 Arkadiy IllarionovMove open_archive() to separate module
2024-03-02 Colin ClarkFix untranslated text
2024-02-29 Colin ClarkUpdate some untranslated text strings
2024-02-29 Colin ClarkFix #1248: Crash when hiding file list
2024-02-28 Colin ClarkMove third-party sources to separate sub-directory
2024-02-20 Andreas RönnquistFix representing percent in c-format string
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: readability-suspicious-call-argument
2024-02-03 Colin Clarkclang-tidy: readability-else-after-return
2024-01-24 Colin ClarkOption to select menu style
2024-01-20 Colin ClarkFix #1184: Put main menu items into one hamburger menu
2023-12-15 Colin ClarkLog Window F1 handling
2023-10-18 Colin ClarkDocument similarity algorithms and enable alternate
2023-10-16 Colin ClarkSet default no. cores used for similarity checks to...
2023-09-28 Colin ClarkGTK4: gtk_window_move(), gtk_window_set_position()
2023-09-27 Colin ClarkGTK4: GtkTable
2023-09-27 Colin ClarkGTK4: gtk_entry_get_text, gtk_entry_set_text
2023-09-25 Colin ClarkGTK4: gtk_window_new()
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-23 Colin ClarkGTK4: gtk_dialog_run()
2023-09-20 Colin ClarkGTK4: gtk_box_pack_start() gtk_box_pack_end()
2023-09-20 Colin ClarkGTK4: gtk_scrolled_window
2023-09-18 Colin ClarkUpdate icons and include dark theme versions
2023-09-14 Colin ClarkBug fix: Layout window IDs not correct
2023-09-09 Colin ClarkOption to show-hide selectable bars
2023-08-20 Arkadiy IllarionovSimplify GString usage
2023-08-19 Arkadiy IllarionovRemove some extra memory allocations
2023-08-15 Arkadiy IllarionovReplace some deprecated GTK functions
2023-08-15 Colin ClarkFix #1151: Can't re-add items to collection after accid...
2023-08-12 Colin ClarkAllow .desktop files to be linked to programmable mouse...
2023-08-12 Arkadiy IllarionovReplace handmade spinner with GtkSpinner
2023-08-04 Colin Clark(Re)-implement natural and case sorting
2023-07-30 Arkadiy IllarionovRemove deprecated GtkAlignment
2023-07-29 Arkadiy IllarionovRemove deprecated orientation-specific widgets
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-19 Arkadiy IllarionovCreate image from icon name instead of stock id
2023-07-18 Colin ClarkMore unused functions, remove dead code
2023-06-29 Colin ClarkFix #1124: Search in keyboard preferences tab
2023-06-20 Rosen Penevclang-tidy: fix readability stuff
2023-06-16 Rosen Penevadd missing stuff
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 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-05-01 Colin ClarkFix #1079: Delete a keyboard shortcut
2023-05-01 Colin ClarkCredit webpage artwork
2023-04-30 Colin ClarkRevise gresources use
2023-04-21 Colin ClarkAuto-generate list of authors and translators
2023-04-07 Colin ClarkFix c++ compiler 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 more c++ compiler warnings
2023-03-29 Colin ClarkFix some c++ compiler warnings
2023-02-20 Colin ClarkFix #1061: meson fails to detect strverscmp
2022-12-05 Colin ClarkAppImage version update notification
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...