Simplify vflist_get_formatted()
[geeqie.git] / src / pan-view / pan-view.cc
2024-04-14 Arkadiy IllarionovDeduplicate PanCacheData destroying
2024-04-13 Arkadiy IllarionovUse references in pan_layout_compute() parameters
2024-04-13 Arkadiy IllarionovMove some types and constants from pan-types to specifi...
2024-04-07 Arkadiy IllarionovMove keyboard_scroll_calc() to layout-util
2024-03-29 Colin ClarkFix 1302: Cut image to clipboard
2024-03-09 Arkadiy IllarionovSimplify util_clip_triangle()
2024-03-09 Arkadiy IllarionovAdd PanColor to simplify pan functions
2024-03-09 Colin ClarkReplace single value enums with constexpr <type>
2024-03-02 Arkadiy IllarionovMove open_archive() to separate module
2024-02-28 Colin ClarkBug fix: Pan view not displayed correctly
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-07 Colin Clarkclang-tidy: modernize-macro-to-enum
2024-02-06 Colin Clarkclang-tidy: readability-suspicious-call-argument
2023-09-27 Colin ClarkGTK4: GtkTable
2023-09-25 Colin ClarkGTK4: gtk_window_new()
2023-09-24 Colin ClarkGTK4: Reduce the use of gtk_widget_destroy()
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-10 Colin ClarkBug fix: Pan view not working
2023-08-04 Colin Clark(Re)-implement natural and case sorting
2023-07-29 Arkadiy IllarionovRemove deprecated orientation-specific widgets
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-22 Arkadiy IllarionovUse g_list_free_full
2023-07-22 Arkadiy IllarionovReplace string_list_free with g_list_free_full
2023-07-18 Colin ClarkMore unused functions, remove dead code
2023-07-04 Rosen Penevclang-tidy: fixes from version 16
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-04-07 Colin ClarkFix c++ compiler warnings
2023-04-03 Colin ClarkFix c++ cmpiler warnings
2023-03-31 Colin ClarkFix c++ compiler warnings
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...