Deduplicate cell_renderer_height_override()
[geeqie.git] / src / view-file /
2024-03-09 Arkadiy IllarionovDeduplicate cell_renderer_height_override()
2024-03-05 Arkadiy IllarionovFix build with LTO
2024-03-03 Arkadiy IllarionovRemove set but not used variables
2024-03-02 Arkadiy IllarionovMove open_archive() to separate module
2024-02-29 Colin ClarkUpdate some untranslated text strings
2024-02-29 Colin ClarkFix #1248: Crash when hiding file list
2024-02-19 Arkadiy IllarionovFix include-what-you-use warnings
2024-02-18 Arkadiy IllarionovRemove redundant GdkRGBA memcpy
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-07 Colin Clarkclang-tidy: modernize-macro-to-enum
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-auto
2023-10-31 Colin ClarkFix #1204: Geeqie crashes if double-clicked on empty...
2023-10-01 Arkadiy IllarionovReplace deprecated *-gdk properties
2023-09-28 Colin ClarkGTK4: gtk_window_move(), gtk_window_set_position()
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_container_add()
2023-09-24 Colin ClarkGTK4: Reduce the use of gtk_widget_destroy()
2023-09-24 Colin ClarkGTK4: GdkColor
2023-09-20 Colin ClarkGTK4: gtk_widget_show_all()
2023-09-20 Colin ClarkGTK4: gtk_box_pack_start() gtk_box_pack_end()
2023-09-20 Colin ClarkGTK4: gtk_scrolled_window
2023-08-29 Arkadiy IllarionovRemove structs and some enums from typedefs.h
2023-08-29 Arkadiy IllarionovFix GList concatenations
2023-08-26 Arkadiy IllarionovUse filelist_copy to reduce duplication
2023-08-04 Colin Clark(Re)-implement natural and case sorting
2023-07-30 Arkadiy IllarionovRemove deprecated GtkAlignment
2023-07-29 Arkadiy IllarionovRemove deprecated GTK_STOCK_DIALOG_*
2023-07-29 Tomasz GolinskiPR #1139: Remove some of deprecated GTK stuff
2023-07-28 Arkadiy IllarionovFix usage of vectors
2023-07-25 Arkadiy IllarionovRemove UNUSED macro
2023-07-22 Arkadiy IllarionovVarious fixes
2023-07-22 Arkadiy IllarionovReplace string_list_free with g_list_free_full
2023-07-22 Arkadiy IllarionovRemove tree_path_free_wrapper
2023-07-19 Arkadiy IllarionovCreate image from icon name instead of stock id
2023-07-17 Colin ClarkReorganize unused functions
2023-07-08 Rosen Penevuse vector
2023-07-04 Rosen Penevclang-tidy: fixes from version 16
2023-06-24 Rosen Penevauto with g_new
2023-06-20 Rosen Penevclang-tidy: fix readability stuff
2023-06-16 Colin ClarkRemove unused declarations
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 wrnings
2023-04-07 Colin ClarkFix c++ compiler warnings
2023-03-31 Colin ClarkFix c++ compiler warnings
2023-03-29 Colin ClarkFix some c++ compiler warnings
2022-10-07 Colin ClarkRemove unused functions
2022-10-06 Colin ClarkRemove redundant includes
2022-10-05 Omari StephensChanges language for Geeqie's source files from C to...
2022-10-05 Omari StephensReflects .c->.cc file renames across Geeqie.
2022-10-05 Omari StephensMerge pull request #1038 from xsdg/hyphen-filenames.3
2022-10-01 Omari StephensReplaces underscores with hyphens in code filenames...