Deduplicate cell_renderer_height_override()
[geeqie.git] / src / ui-bookmark.cc
2024-02-19 Arkadiy IllarionovFix include-what-you-use warnings
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
2023-10-01 Colin ClarkGTK4: Bug fix - Reduce the use of gtk_widget_destroy
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_container_add()
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-20 Colin ClarkGTK4: gtk_scrolled_window
2023-09-19 Colin ClarkSimplify some icons
2023-09-18 Colin ClarkUpdate icons and include dark theme versions
2023-07-30 Arkadiy IllarionovRemove deprecated GtkAlignment
2023-07-29 Tomasz GolinskiPR #1139: Remove some of deprecated GTK stuff
2023-07-25 Arkadiy IllarionovRemove UNUSED macro
2023-07-25 Arkadiy IllarionovFix some memory leaks
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-04 Rosen Penevclang-tidy: fixes from version 16
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-06-04 Rosen Penevremove bad form in if statement
2023-05-08 Colin ClarkUse emblems for some folder icons
2023-05-07 Colin ClarkRemove "dot" entry from shortcuts pane
2023-04-07 Colin ClarkFix c++ compiler wrnings
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 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...