Bug fix: Run-time errors when removing a toolbar icon
[geeqie.git] / src / fullscreen.cc
2023-11-20 Arkadiy IllarionovSimplify fullscreen_prefs_get_geometry()
2023-10-31 Arkadiy IllarionovMove fullscreen static functions to anonymous namespace
2023-10-28 Arkadiy IllarionovUse C++ types for ScreenData list
2023-10-27 Arkadiy IllarionovUse GdkRectangle in ScreenData
2023-09-28 Colin ClarkGTK4: gtk_window_move(), gtk_window_set_position()
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-21 Colin ClarkGTK4: gtk_window_set_keep_above()
2023-09-20 Colin ClarkGTK4: gtk_box_pack_start() gtk_box_pack_end()
2023-08-14 Arkadiy IllarionovRemove some deprecated GdkScreen API
2023-07-29 Tomasz GolinskiPR #1139: Remove some of deprecated GTK stuff
2023-07-25 Arkadiy IllarionovRemove UNUSED macro
2023-07-22 Arkadiy IllarionovRemove fullscreen_prefs_list_free
2023-07-17 Colin ClarkReorganize unused functions
2023-06-11 Rosen Penevclang-tify: remove void
2023-06-09 Rosen Penevclang-tidy: use nullptr
2023-06-04 Rosen Penevclang-tidy: modernize-use-auto
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...