Some command line options are not GNU/POSIX compliant (4)
[geeqie.git] / src / window.cc
2024-04-21 Colin ClarkOption to hide window decorations
2024-03-30 Arkadiy IllarionovAdd HtmlBrowser class and replace C array with std...
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
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_window_new()
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-19 Arkadiy IllarionovCreate image from icon name instead of stock id
2023-06-24 Rosen Penevauto with g_new
2023-06-11 Rosen Penevclang-tidy: use using
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 more c++ compiler warnings
2023-03-29 Colin ClarkFix some c++ compiler warnings
2022-10-05 Omari StephensChanges language for Geeqie's source files from C to...