clang-tidy: readability-inconsistent-declaration-parameter-name
[geeqie.git] / src / pan-view /
2024-02-03 Colin Clarkclang-tidy: readability-else-after-return
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_window_new()
2023-09-25 Colin ClarkGTK4: gtk_container_add()
2023-09-25 Arkadiy IllarionovUse hypot for Pythagorean addition
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-29 Arkadiy IllarionovRemove structs and some enums from typedefs.h
2023-08-15 Arkadiy IllarionovReplace some deprecated GTK functions
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-20 Colin ClarkRemove dead code
2023-07-18 Colin ClarkMore unused functions, remove dead code
2023-07-17 Colin ClarkReorganize unused functions
2023-07-04 Rosen Penevclang-tidy: fixes from version 16
2023-06-16 Colin ClarkRemove unused declarations
2023-06-16 Rosen Penevadd missing stuff
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-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-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-09-30 Omari StephensUpdates references from using underscore filenames...
2022-09-18 Colin ClarkGTK4: gtk_menu_popup() deprecated
2022-09-18 Colin ClarkBug fix: gtk_hbox and gtk_vbox deprecated
2022-09-10 Colin ClarkGTK4: gtk_hbox and gtk_vbox deprecated
2022-09-10 Colin ClarkGTK4: gtk_arrow_new is deprecated
2022-07-21 Colin ClarkGTK2 no longer supported
2022-07-17 Colin ClarkChange configuration system from Autotools to Meson
2021-12-29 Colin ClarkShow shortcut keys in pop-up menus
2021-09-12 Colin ClarkFix #923: Wrong orientation in HEIC using EXIF
2021-07-17 Klaus EthgenMergin several old merge requests
2021-05-05 Colin ClarkConvert TODOs and FIXMEs to Doxygen style
2021-05-05 Colin ClarkUse at-sign rather than backslash as the Doxygen comman...
2021-04-21 Colin ClarkConvert comments in .h files to Doxygen style comments
2021-03-17 Colin ClarkFix #845: Control image rotation in pan view
2021-01-14 freddiiFix #851: fixed spelling mistakes
2021-01-14 freddiifixed spelling mistakes
2020-07-08 Colin ClarkAddl fix #397: GPU acceleration
2019-08-07 Klaus EthgenMerge branch 'lua53'
2019-08-03 Dmitry MarakasovFix #703: Fix build on non-glibc platforms
2019-04-01 Tomasz GolińskiFix #663: Use grammatically correct month names in...
2019-02-14 Colin ClarkDEBUG_NAME() function for use with GTKInspector
2019-02-05 Klaus EthgenMerge merge requests 641, 638, 630 and 627
2018-11-03 Colin ClarkFix #437: Delete to standard Trash directory
2018-07-15 Colin ClarkPan view warning window
2018-06-07 Tomasz GolinskiFix #612: Pan view image class filtering
2018-05-28 Colin ClarkPan view - right click menu goto original
2018-05-27 Colin ClarkPan view calendar - show day-of-week legend
2018-05-26 Colin ClarkPan view calendar - use locale to set first day of...
2018-05-24 Colin ClarkPan view - implement exif data display
2018-05-24 Colin ClarkPan view - eliminate run-time error
2018-01-22 Klaus EthgenMerge remote-tracking branch 'github/merge-requests...
2018-01-22 Klaus EthgenMerge remote-tracking branches 'github/merge-requests...
2018-01-01 Colin ClarkContext-sensitve help
2017-11-09 Colin ClarkFix #520: copy path inserts quotes around path
2017-09-06 cclarkFix #508: Copy and Move windows scale incorrectly
2017-08-20 Colin ClarkChange recent code comments to Doxygen style
2017-08-18 Colin ClarkRight-click menus - collections
2017-08-06 Colin ClarkFix #505: ‘Copy path’ and ‘Delete’ are too close in...
2017-07-08 Klaus EthgenMerge remote-tracking branch 'github/merge-requests...
2017-07-08 Klaus EthgenMerge remote-tracking branch 'github/merge-requests...
2017-07-08 Klaus EthgenMerge merge-requests '495' and '458'
2017-07-03 Omari StephensAdd the ability to use regular expressions for Pan...
2017-07-03 Omari StephensAdd pan filtering to all of the pan view modes
2017-07-03 Omari StephensRevamp pan view filtering to support different modes...
2017-07-03 Omari StephensMove filter code into pan-fiew-filter.{c,h}
2017-07-03 Omari StephensAdds a keyword filtering feature to Timeline PanView.
2017-07-03 Omari StephensPull the search UI construction code out into a distinc...
2017-07-03 Omari StephensStart moving pan view search code to its own module
2017-02-15 Klaus EthgenMerge remote-tracking branch 'github/merge-requests...
2017-02-15 Klaus EthgenMerge remote-tracking branch 'github_caclark_geeqie...
2017-01-02 Colin ClarkRevised Help documentation
2016-12-24 Klaus EthgenMerge remote-tracking branch 'github/merge-requests...
2016-12-24 Omari StephensMove pan-view components to their own subdir.