Compile modules based on HAVE_* features
[geeqie.git] / src / bar-gps.cc
2024-03-04 Arkadiy IllarionovCompile modules based on HAVE_* features
2024-02-29 Colin ClarkUpdate some untranslated text strings
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-02-06 Colin Clarkclang-tidy: bugprone-integer-division
2024-02-06 Colin Clarkclang-tidy: readability-misleading-indentation
2024-02-03 Colin Clarkclang-tidy: readability-else-after-return
2024-02-02 Colin Clarkclang-tidy: modernize-use-nullptr
2023-09-26 Colin ClarkGTK4: GTK_ICON_SIZE_SMALL_TOOLBAR
2023-09-25 Colin ClarkGTK4: GtkClipboard
2023-09-20 Colin ClarkGTK4: gtk_frame_set_shadow_type()
2023-09-20 Colin ClarkGTK4: gtk_box_pack_start() gtk_box_pack_end()
2023-08-20 Arkadiy IllarionovSimplify GString usage
2023-08-16 Colin ClarkInclude some missing function statics
2023-07-29 Arkadiy IllarionovRemove deprecated GTK_STOCK_DIALOG_*
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 IllarionovVarious fixes
2023-07-18 Colin ClarkMore unused functions, remove dead code
2023-06-20 Rosen Penevclang-tidy: fix readability stuff
2023-06-19 Rosen Penevclang-tidy: more missing fixes
2023-06-16 Rosen Penevmore typedef removals
2023-05-24 Colin ClarkDocumentation: Use G_SOURCE_CONTINUE and G_SOURCE_REMOVE
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-05 Omari StephensChanges language for Geeqie's source files from C to...