clang-tidy: modernize-macro-to-enum
[geeqie.git] / src / layout-util.cc
2024-02-07 Colin Clarkclang-tidy: modernize-macro-to-enum
2024-02-02 Colin Clarkclang-tidy: modernize-use-nullptr
2024-01-24 Colin ClarkOption to select menu style
2024-01-20 Colin ClarkFix #1184: Put main menu items into one hamburger menu
2024-01-19 Colin ClarkReduce the height of toolbars
2023-12-03 Colin ClarkOpen With feature
2023-10-16 Colin ClarkInclude a separator as a toolbar option
2023-09-27 Colin ClarkGTK4: gtk_entry_get_text, gtk_entry_set_text
2023-09-27 Colin ClarkGTK4: bug fix - gtk_widget_destroy()
2023-09-25 Arkadiy IllarionovMove menu ui to file
2023-09-24 Colin ClarkGTK4: Reduce the use of gtk_widget_destroy()
2023-09-20 Colin ClarkGTK4: gtk_box_pack_start() gtk_box_pack_end()
2023-09-19 Colin ClarkSimplify some icons
2023-09-18 Colin ClarkChange tabs to spaces in layout-util.cc menu arrays
2023-09-18 Colin ClarkUpdate icons and include dark theme versions
2023-09-16 Colin ClarkReplace file filter icon with a standard icon
2023-09-09 Colin ClarkOption to show-hide selectable bars
2023-09-04 Colin ClarkLeave toolbar icon size at system default.
2023-08-29 Arkadiy IllarionovRemove structs and some enums from typedefs.h
2023-08-20 Arkadiy IllarionovSimplify GString usage
2023-08-13 Arkadiy IllarionovUse more standard icons
2023-08-10 Colin ClarkModify part of Collections user interface
2023-07-29 Arkadiy IllarionovRemove deprecated GTK_STOCK_DIALOG_*
2023-07-29 Arkadiy IllarionovRemove deprecated GtkHPaned, GtkVPaned
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-20 Colin ClarkRemove dead code
2023-07-08 Rosen Penevmanual loop conversions
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-04-09 Colin ClarkFix #1077: allow split view with user specified layout
2023-04-07 Colin ClarkFix c++ compiler warnings
2023-03-31 Colin ClarkFix c++ cmpiler 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-13 Colin ClarkUse webp-pixbuf-loader instead of image-load-webp()
2022-10-06 Colin ClarkRemove redundant includes
2022-10-05 Omari StephensChanges language for Geeqie's source files from C to...