clang-tidy: readability-duplicate-include
[geeqie.git] / src / ui-misc.cc
2024-02-02 Colin Clarkclang-tidy: modernize-use-auto
2024-02-02 Colin Clarkclang-tidy: modernize-use-nullptr
2023-10-01 Arkadiy IllarionovReplace gtk_widget_render_icon with gtk_icon_theme_load...
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-26 Colin ClarkGTK4: gtk_toolbar_new()
2023-09-26 Colin ClarkGTK4: GtkRadioButton
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-21 Colin ClarkGTK4: gtk_calendar_select_x()
2023-09-20 Colin ClarkGTK4: gtk_widget_show_all()
2023-09-20 Colin ClarkGTK4: gtk_box_pack_start() gtk_box_pack_end()
2023-08-29 Colin ClarkEnsure action-list names listed are the shortest names
2023-08-13 Arkadiy IllarionovUse more standard icons
2023-08-13 Colin ClarkFix FIXME: useable_toolbar_items []
2023-08-12 Colin ClarkAllow .desktop files to be linked to programmable mouse...
2023-08-10 Arkadiy IllarionovRemove deprecated GtkArrow
2023-08-09 Colin ClarkBug fix: Button labels and accelerators
2023-07-30 Arkadiy IllarionovRemove deprecated GtkAlignment
2023-07-29 Arkadiy IllarionovRemove deprecated orientation-specific widgets
2023-07-29 Tomasz GolinskiPR #1139: Remove some of deprecated GTK stuff
2023-07-25 Arkadiy IllarionovRemove UNUSED macro
2023-07-17 Colin ClarkReorganize unused functions
2023-07-04 Rosen Penevclang-tidy: fixes from version 16
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 Penevclang-tidy: C to C++ casts
2023-06-04 Rosen Penevclang-tidy: modernize-use-auto
2023-05-09 Colin ClarkBug fix: Copy icon not displayed
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 some c++ compiler warnings
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...