Simplify vflist_get_formatted()
[geeqie.git] / src / layout.cc
2024-04-11 Arkadiy IllarionovMerge SCROLL_RESET_* macros with PixbufRendererScrollRe...
2024-04-09 Arkadiy IllarionovDrop obsolete GTK_OBJECT_FLOATING
2024-03-15 Colin ClarkAditional remote command - window list
2024-03-10 Arkadiy IllarionovUse std::swap instead of temporary values
2024-03-06 Colin ClarkBug fix: No toolbars on first entry
2024-03-05 Arkadiy IllarionovFix build with LTO
2024-02-29 Colin ClarkUpdate some untranslated text strings
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-03 Colin Clarkclang-tidy: readability-non-const-parameter
2024-02-03 Colin Clarkclang-tidy: readability-else-after-return
2024-01-31 Colin ClarkFix #1236: Window Layouts with vertical split are shift...
2024-01-28 Arkadiy IllarionovUse GdkRectangle for LayoutOptions::log_window
2024-01-24 Colin ClarkOption to select menu style
2024-01-20 Colin ClarkFix #1184: Put main menu items into one hamburger menu
2024-01-19 Colin ClarkReduce the height of toolbars
2023-09-28 Colin ClarkGTK4: gtk_window_move(), gtk_window_set_position()
2023-09-27 Colin ClarkGTK4: gtk_entry_get_text, gtk_entry_set_text
2023-09-25 Colin ClarkGTK4: gtk_window_new()
2023-09-25 Colin ClarkGTK4: gtk_container_add()
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-09-20 Colin ClarkGTK4: gtk_scrolled_window
2023-09-15 Colin ClarkOn exit additional check for multiple windows open
2023-09-14 Colin ClarkBug fix: Layout window IDs not correct
2023-09-13 Colin ClarkFix #1187: 'Sort by' is not remembered across sessions
2023-09-10 Colin ClarkBug fix: Option to show-hide selectable bars
2023-09-09 Colin ClarkOption to show-hide selectable bars
2023-08-29 Arkadiy IllarionovRemove structs and some enums from typedefs.h
2023-08-19 Arkadiy IllarionovRemove some extra memory allocations
2023-08-10 Colin ClarkPart fix #1159: Continuous zoom with mouse button
2023-08-09 Colin ClarkRemove stray comment characters.
2023-08-08 Colin ClarkFix #1156: Status bar remains empty on selecting colle...
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 GtkHPaned, GtkVPaned
2023-07-29 Tomasz GolinskiPR #1139: Remove some of deprecated GTK stuff
2023-07-25 Arkadiy IllarionovRemove UNUSED macro
2023-07-20 Colin ClarkRemove dead code
2023-07-18 Colin ClarkMore unused functions, remove dead code
2023-07-17 Colin ClarkReorganize unused functions
2023-06-20 Rosen Penevclang-tidy: fix readability stuff
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 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-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
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...