Remove unused RendererTiles::tile_cols
[geeqie.git] / src / toolbar.cc
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-01-03 Colin ClarkBug fix: Run-time errors when removing a toolbar icon
2023-10-16 Colin ClarkInclude a separator as a toolbar option
2023-09-26 Colin ClarkGTK4: gtk_toolbar_new()
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-08-13 Colin ClarkFix FIXME: useable_toolbar_items []
2023-07-29 Tomasz GolinskiPR #1139: Remove some of deprecated GTK stuff
2023-07-25 Arkadiy IllarionovRemove UNUSED macro
2023-07-19 Arkadiy IllarionovCreate image from icon name instead of stock id
2023-07-08 Rosen Penevmanual loop conversions
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-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
2023-03-28 Colin ClarkGTK4: button-press-event deprecated
2022-10-06 Colin ClarkRemove redundant includes
2022-10-05 Omari StephensChanges language for Geeqie's source files from C to...