PR #1139: Remove some of deprecated GTK stuff
[geeqie.git] / src /
2023-07-29 Tomasz GolinskiPR #1139: Remove some of deprecated GTK stuff
2023-07-28 Arkadiy IllarionovFix memory leak in log_window_append()
2023-07-28 Arkadiy IllarionovFix usage of vectors
2023-07-25 Arkadiy IllarionovRemove UNUSED macro
2023-07-25 Arkadiy IllarionovFix some memory leaks
2023-07-23 Arkadiy IllarionovFix dangling pointer in jxl
2023-07-22 Arkadiy IllarionovAdd CommandBuilder in order to drop goto in editor_comm...
2023-07-22 Arkadiy IllarionovVarious fixes
2023-07-22 Arkadiy IllarionovUse g_list_free_full
2023-07-22 Arkadiy IllarionovRemove parts_list_free
2023-07-22 Arkadiy IllarionovRemove fullscreen_prefs_list_free
2023-07-22 Arkadiy IllarionovReplace collection_list_free with g_list_free_full
2023-07-22 Arkadiy IllarionovReplace dupe_list_free with g_list_free_full
2023-07-22 Arkadiy IllarionovReplace string_list_free with g_list_free_full
2023-07-22 Arkadiy IllarionovRemove list_free_wrapper
2023-07-22 Arkadiy IllarionovRemove tree_path_free_wrapper
2023-07-20 Colin ClarkPart fix #1058: Deleting a symbolic link that is a...
2023-07-20 Colin ClarkRemove dead code
2023-07-19 Rosen Penevfix compilation with lua
2023-07-19 Arkadiy IllarionovCreate image from icon name instead of stock id
2023-07-18 Colin ClarkMore unused functions, remove dead code
2023-07-17 Colin ClarkReorganize unused functions
2023-07-11 Rosen Penevvector conversion
2023-07-11 Rosen Penevadd missing free
2023-07-08 Colin ClarkEliminate “might be clobbered” warnings
2023-07-08 Rosen Penevmanual loop conversions
2023-07-08 Rosen Penevuse vector
2023-07-08 Rosen Penevclang-tidy: remove misleading const
2023-07-08 Rosen Penevclang-tidy: get rid of const in declarations
2023-07-08 Rosen Penevclang-tidy: simplify booleans
2023-07-06 Colin ClarkInsert #ifdef HAVE_ around some #includes
2023-07-06 Colin ClarkClean up UNUSED warnings and others
2023-07-06 Colin ClarkEliminate gq-marshal compile warning
2023-07-05 Colin ClarkEliminate gchar return ignored warning
2023-07-05 Colin ClarkEliminate gchar return ignored warning
2023-07-05 Colin ClarkEliminate gchar return ignored warning
2023-07-05 Colin ClarkEliminate compiler warning - used unititialized
2023-07-05 Colin ClarkEliminate variable length array warning
2023-07-05 Colin ClarkEliminate gchar conversion warnings
2023-07-05 Colin ClarkEliminate "not used" warnings
2023-07-04 Rosen Penevclang-tidy: fixes from version 16
2023-07-02 Colin ClarkRemote --get-file-info method
2023-07-02 Colin ClarkFile formats no longer supported - .ptx, .x3f
2023-07-01 Colin ClarkBug fix: .xbm files are not recognized unless the mime...
2023-06-30 Colin ClarkUpdate AppImage notification
2023-06-29 Colin ClarkFix #1124: Search in keyboard preferences tab
2023-06-27 Colin ClarkConvert search-and-run window to GtkBuilder .ui file
2023-06-25 Colin ClarkBug fix: Seg. fault when OSD font not set
2023-06-24 Rosen Penevfix typo
2023-06-24 Rosen Penevauto with g_new
2023-06-24 Rosen Penevclang-tidy: more
2023-06-24 Rosen PenevRevert "undo one conversion and reduce casting"
2023-06-22 Colin ClarkFix #1120: Geeqie crashes on problematic geeqie.xml...
2023-06-21 Kevin BackhouseAdd ExifData as extra argument to exif_item_get_data_as...
2023-06-20 Colin ClarkBug fix: _XOPEN_SOURCE redefined error
2023-06-20 Rosen Penevclang-tidy: fix readability stuff
2023-06-19 Rosen Penevclang-tidy: more missing fixes
2023-06-19 Thomas KlausnerFind and use libexecinfo (for backtrace()).
2023-06-18 Thomas KlausnerAdd missing header for setlocale().
2023-06-18 Thomas KlausnerAdd missing header for setenv().
2023-06-18 Tobias GruetzmacherFix #ifdef for JPEG XL support
2023-06-16 Colin ClarkRemove unused declarations
2023-06-16 Rosen Penevadd missing stuff
2023-06-16 Rosen Penevmore typedef removals
2023-06-16 Rosen Penevclang-tidy: more C cast removals
2023-06-15 Colin ClarkFix #1106: Split/Split pane sync - Shift+Arrow keys...
2023-06-14 Colin ClarkFix coding errors
2023-06-11 Colin ClarkUpdate JPEG XL handling
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-09 Rosen Penevclang-tidy: use override
2023-06-09 Rosen Penevexiv2: use unique_ptr
2023-06-09 Rosen Penevclang-tidy: replace int with bool
2023-06-08 Rosen Penevmanual fixes for C casts
2023-06-08 Rosen Penevremove const_cast
2023-06-08 Rosen Penevundo one conversion and reduce casting
2023-06-08 Rosen Penevclang-tidy: C to C++ casts
2023-06-08 Colin ClarkFix #1100:
2023-06-04 Colin Clarkclang-tidy: modernize-use-auto
2023-06-04 Rosen Penevclang-tidy: modernize-use-auto
2023-06-04 Rosen Penevconvert loops to for range
2023-06-04 Rosen Penevremove bad form in if statement
2023-06-04 Rosen Penevremove register
2023-06-03 Colin ClarkFix #1093: Double click for full screen
2023-06-02 Rosen Penev Fix #1090: exiv2 0.28.0 support
2023-06-02 Colin ClarkBug fix: AppImage notification
2023-05-30 Colin ClarkEliminate warnings when creating .pot file
2023-05-24 Colin ClarkDocumentation: Use G_SOURCE_CONTINUE and G_SOURCE_REMOVE
2023-05-21 Colin ClarkInclude executable test in GitHub action
2023-05-16 Tomasz GolinskiProtect another g_memdup2 in exif.cc with ifdef
2023-05-16 Tomasz GolinskiReplace g_memdup with safer g_memdup2
2023-05-16 Tomasz GolinskiAdd missing #ifdef for DEBUG_FD
2023-05-12 Colin ClarkRevert "FIXME: this can be rather slow and blocks until...
2023-05-12 Colin ClarkRevert "FIXME: this can be rather slow and blocks until...
2023-05-09 Colin ClarkBug fix: Copy icon not displayed
2023-05-09 Andreas RönnquistDo more casting to avoid build errors
2023-05-08 Colin ClarkUse emblems for some folder icons
2023-05-07 Andreas RönnquistDon't use too new *_DEFAULT defines
2023-05-07 Colin ClarkRemove "dot" entry from shortcuts pane
next