Bug fix: Run-time errors when removing a toolbar icon
[geeqie.git] / src /
2024-01-03 Colin ClarkBug fix: Run-time errors when removing a toolbar icon
2023-12-17 Andreas RönnquistAdd loongarch64 support
2023-12-15 Colin ClarkLog Window F1 handling
2023-12-13 Colin ClarkAdditional documentation for developers
2023-12-10 Đoàn Trần Công Danhexiv2: Fix use-after-free and double-free with exiv2...
2023-12-03 Colin ClarkOpen With feature
2023-11-30 Colin ClarkBug fix: Change all .desktop files to RDNS style
2023-11-23 Colin ClarkFIXME: do not work - gtk_label_set_ellipsize
2023-11-21 Arkadiy IllarionovRemove duplicated JPEG_MARKER macros
2023-11-20 Colin ClarkInclude tooltip for Filter combo
2023-11-20 Arkadiy IllarionovSimplify fullscreen_prefs_get_geometry()
2023-11-17 Colin ClarkFix #1076: webp images show up as black
2023-11-06 Colin ClarkFix #1076: webp images show up as black
2023-10-31 Colin ClarkFix #1204: Geeqie crashes if double-clicked on empty...
2023-10-31 Arkadiy IllarionovMove fullscreen static functions to anonymous namespace
2023-10-28 Arkadiy IllarionovUse C++ types for ScreenData list
2023-10-27 Arkadiy IllarionovUse GdkRectangle in ScreenData
2023-10-27 Colin ClarkDocument XDG_* options for --new-instance
2023-10-22 Colin ClarkFIXME: lua - what is the correct way to find the script...
2023-10-20 Colin ClarkDuplicates similarity progress
2023-10-18 Colin ClarkRemove certain command line options
2023-10-18 Colin ClarkDocument similarity algorithms and enable alternate
2023-10-16 Colin ClarkSet default no. cores used for similarity checks to...
2023-10-16 Colin ClarkInclude a separator as a toolbar option
2023-10-05 Dmitry MarakasovUse sigsetjmp instead of setjmp where appropriate
2023-10-03 Colin ClarkInclude symbolic link as a search option
2023-10-02 Colin ClarkChange the character used in text to indicate a symboli...
2023-10-01 Colin ClarkGTK4: Bug fix Reduce the use of gtk_widget_destroy
2023-10-01 Arkadiy IllarionovUse GdkRectangle for CollectionData::window
2023-10-01 Arkadiy IllarionovSimplify cache path parts handling
2023-10-01 Arkadiy IllarionovReplace deprecated gtk_widget_get_state
2023-10-01 Arkadiy IllarionovReplace deprecated *-gdk properties
2023-10-01 Arkadiy IllarionovReplace gtk_widget_render_icon with gtk_icon_theme_load...
2023-10-01 Colin ClarkGTK4: Bug fix - Reduce the use of gtk_widget_destroy
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-27 Colin ClarkGTK4: bug fix - gtk_widget_destroy()
2023-09-26 Colin ClarkGTK4: GTK_ICON_SIZE_SMALL_TOOLBAR
2023-09-26 Colin ClarkGTK4: gtk_toolbar_new()
2023-09-26 Colin ClarkGTK4: GtkRadioButton
2023-09-25 Colin ClarkGTK4: gtk_window_new()
2023-09-25 Colin ClarkGTK4: gtk_container_add()
2023-09-25 Colin ClarkGTK4: GtkClipboard
2023-09-25 Arkadiy IllarionovUse hypot for Pythagorean addition
2023-09-25 Arkadiy IllarionovFix compile warnings in ui-utildlg.cc
2023-09-25 Arkadiy IllarionovMove menu ui to file
2023-09-24 Colin ClarkGTK4: Reduce the use of gtk_widget_destroy()
2023-09-24 Colin ClarkGTK4: GdkColor
2023-09-24 Colin ClarkInclude a custom.css file for the application
2023-09-23 Colin ClarkGTK4: gtk_dialog_run()
2023-09-21 Colin ClarkGTK4: gtk_paint_x()
2023-09-21 Colin ClarkGTK4: gtk_window_set_keep_above()
2023-09-21 Colin ClarkGTK4: gtk_calendar_select_x()
2023-09-20 Colin ClarkGTK4: gtk_widget_queue_draw_area()
2023-09-20 Colin ClarkGTK4: gtk_frame_set_shadow_type()
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-09-19 Colin ClarkSimplify some icons
2023-09-18 Colin ClarkChange tabs to spaces in layout-util.cc menu arrays
2023-09-18 Colin ClarkUpdate icons and include dark theme versions
2023-09-16 Colin ClarkReplace file filter icon with a standard icon
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 ClarkExtracted AppImage to check for updates on GitHub
2023-09-10 Colin ClarkBug fix: Option to show-hide selectable bars
2023-09-09 Colin ClarkOption to show-hide selectable bars
2023-09-06 Colin ClarkFix #1185: Do you plan to embed video player like gthum...
2023-09-04 Colin ClarkLeave toolbar icon size at system default.
2023-09-04 Colin ClarkFix #1076: webp images show up as black
2023-09-03 Colin ClarkEliminate compiler warnings
2023-09-02 Zbigniew Jędrzejew... Do not truncate socket path
2023-08-30 Arkadiy IllarionovMove ClipboardDestination enum from typedefs.h to utilo...
2023-08-29 Colin ClarkEnsure action-list names listed are the shortest names
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-22 Arkadiy IllarionovSimplify gr_action_list
2023-08-20 Arkadiy IllarionovSimplify collection_save_or_append_dialog
2023-08-20 Arkadiy IllarionovSimplify GString usage
2023-08-20 Colin ClarkInclude images in doxygen documentation
2023-08-19 Colin ClarkFix #1169: Find Duplicates 'Delete' keyboard shortcut...
2023-08-19 Arkadiy IllarionovRemove some extra memory allocations
2023-08-16 Colin ClarkInclude some missing function statics
2023-08-16 Colin ClarkUpdate AppImage notification for new file name
2023-08-15 Arkadiy IllarionovReplace some deprecated GTK functions
2023-08-15 Colin ClarkFix #1151: Can't re-add items to collection after accid...
2023-08-14 Arkadiy IllarionovRemove some deprecated GdkScreen API
2023-08-13 Arkadiy IllarionovFix assigned but never used warnings
2023-08-13 Arkadiy IllarionovUse more standard icons
2023-08-13 Colin ClarkFix FIXME: useable_toolbar_items []
2023-08-12 Colin ClarkAllow .desktop files to be linked to programmable mouse...
2023-08-12 Colin ClarkInsert missing button label
2023-08-12 Arkadiy IllarionovReplace handmade spinner with GtkSpinner
2023-08-11 Colin ClarkImplement remote keyboard actions
2023-08-10 Colin ClarkPart fix #1159: Continuous zoom with mouse button
2023-08-10 Colin ClarkModify part of Collections user interface
2023-08-10 Arkadiy IllarionovRemove deprecated GtkArrow
next