Fix deprecation warning for poppler >= 0.82
[geeqie.git] / src / search-and-run.cc
2024-02-19 Arkadiy IllarionovFix include-what-you-use warnings
2024-02-13 Arkadiy IllarionovCleanup main.h header
2024-02-07 Colin Clarkclang-tidy: readability-isolate-declaration
2024-01-20 Colin ClarkBug fix: SAR window crashes when escape pressed
2023-09-24 Colin ClarkGTK4: Reduce the use of gtk_widget_destroy()
2023-08-29 Arkadiy IllarionovRemove structs and some enums from typedefs.h
2023-08-19 Arkadiy IllarionovRemove some extra memory allocations
2023-07-25 Arkadiy IllarionovRemove UNUSED macro
2023-07-04 Rosen Penevclang-tidy: fixes from version 16
2023-06-27 Colin ClarkConvert search-and-run window to GtkBuilder .ui file
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-24 Colin ClarkDocumentation: Use G_SOURCE_CONTINUE and G_SOURCE_REMOVE
2023-05-07 Andreas RönnquistDon't use too new *_DEFAULT defines
2023-04-07 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-06 Colin ClarkRemove redundant includes
2022-10-05 Omari StephensChanges language for Geeqie's source files from C to...