Deduplicate cell_renderer_height_override()
[geeqie.git] / src / image-load.cc
2024-02-28 Arkadiy IllarionovSimplify usage of set_page_num and get_page_total
2024-02-27 Arkadiy IllarionovConvert ImageLoaderBackend to interface and backends...
2024-02-24 Arkadiy IllarionovLet image loader backend decide how to process image...
2024-02-21 Arkadiy IllarionovFix HAVE_* config values checks
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-02-07 Colin Clarkclang-tidy: modernize-macro-to-enum
2024-02-06 Colin Clarkclang-tidy: readability-misleading-indentation
2024-01-22 Colin ClarkFix #1227: webp images load as black even with every...
2023-11-06 Colin ClarkFix #1076: webp images show up as black
2023-09-04 Colin ClarkFix #1076: webp images show up as black
2023-07-25 Arkadiy IllarionovRemove UNUSED macro
2023-07-22 Arkadiy IllarionovUse g_list_free_full
2023-07-20 Colin ClarkRemove dead code
2023-07-08 Rosen Penevclang-tidy: simplify booleans
2023-07-06 Colin ClarkInsert #ifdef HAVE_ around some #includes
2023-07-04 Rosen Penevclang-tidy: fixes from version 16
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-08 Rosen Penevmanual fixes for C casts
2023-06-08 Rosen Penevclang-tidy: C to C++ casts
2023-06-08 Colin ClarkFix #1100:
2023-06-04 Rosen Penevclang-tidy: modernize-use-auto
2023-05-24 Colin ClarkDocumentation: Use G_SOURCE_CONTINUE and G_SOURCE_REMOVE
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-07 Andreas RönnquistDon't use too new *_DEFAULT defines
2023-04-07 Colin ClarkFix c++ compiler wrnings
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
2023-03-13 Colin ClarkUse webp-pixbuf-loader instead of image-load-webp()
2023-01-03 Colin ClarkFix #990: Display full-resolution embedded jpg from...
2022-12-08 Colin ClarkFIXME: this can be rather slow and blocks until the...
2022-10-05 Omari StephensChanges language for Geeqie's source files from C to...