Update test flags
[geeqie.git] / src /
12 hours ago Colin ClarkFix FIXME: Emblems should be attached to icons via
12 hours ago Arkadiy IllarionovUse GdkRectangle in PanGrid
34 hours ago Arkadiy IllarionovUse GdkPoint in PAN_ITEM_TRIANGLE coord
2 days ago Arkadiy IllarionovUse util_clip_triangle() in pan_item_tri_new()
3 days ago Arkadiy IllarionovUse gdk_rectangle_intersect() in pan-view
3 days ago Colin ClarkCheck for GTK4 migration regressions
4 days ago Arkadiy IllarionovSimplify util_clip_region()
5 days ago Omari StephensRuns unit tests from main.cc when requested, and integr...
5 days ago Omari StephensCleans up and slightly refactors command line interroga...
5 days ago Omari StephensCreates some initial unit tests, and adds the build...
5 days ago Omari StephensPlumbs `ENABLE_UNIT_TESTS` through the build system...
6 days ago Colin ClarkSend stacktrace data also to a /tmp file
8 days ago Arkadiy IllarionovRemove ToolbarButtonData
8 days ago Arkadiy IllarionovAdd MetadataCacheEntry for fd->cached_metadata
8 days ago Arkadiy IllarionovUse more g_list_find_custom()
9 days ago Arkadiy IllarionovRemove unused members in toolbar structs
9 days ago Colin Clarkclang-tidy: readability-redundant-casting
9 days ago Colin Clarkclang-tidy: bugprone-switch-missing-default-case
2024-05-01 Arkadiy IllarionovSimplify vflist_get_formatted()
2024-05-01 Arkadiy IllarionovRemove ToolbarButtonData::stock_id
2024-04-30 Arkadiy IllarionovRemove last GTK_STOCK items
2024-04-30 Omari StephensDisables clang-tidy check for multiple declarations...
2024-04-30 Omari StephensClean up hard-coded hidpi scale factor in debug codepath
2024-04-30 Omari StephensAdds comments to rt_source_tile_render
2024-04-30 Omari StephensReverts a diagnostic change to rt_hidpi_aware_draw
2024-04-30 Omari StephensSignificant cleanup and simplification of rt_source_til...
2024-04-30 Omari StephensBaby steps! Rendering seems to be working, but there...
2024-04-29 Colin ClarkInclude check for untranslated text
2024-04-29 Arkadiy IllarionovSilence GtkAction deprecation warnings
2024-04-29 Arkadiy IllarionovDeduplicate mark_to_selection and selection_to_mark
2024-04-23 Omari StephensAdds API documentation to functions in pixbuf-util.h
2024-04-22 Arkadiy IllarionovPrefer internal ViewFile submodule functions
2024-04-21 Colin ClarkOption to hide window decorations
2024-04-21 Arkadiy IllarionovDeduplicate ViewFile pop menu functions
2024-04-21 Arkadiy IllarionovDeduplicate ViewFile dnd
2024-04-20 Colin ClarkAuto-completion - split standard and remote options
2024-04-20 Arkadiy IllarionovSimplify ViewFile callbacks
2024-04-19 Colin ClarkBug fix: AppImage notification not working (2)
2024-04-19 Arkadiy IllarionovMove common click_fd member to ViewFile
2024-04-19 Arkadiy IllarionovDeduplicate "Show star rating" menu item creation
2024-04-17 Arkadiy IllarionovAdd vf_selection_foreach()
2024-04-16 Colin ClarkSome command line options are not GNU/POSIX compliant (2)
2024-04-15 Colin ClarkBug fix: AppImage notification not working
2024-04-14 Colin ClarkCommand line auto-completion - further enhancements
2024-04-14 Colin ClarkOption --cache-maintenance is not GNU compliant
2024-04-14 Arkadiy IllarionovSimplify pan_item_image_find_size()
2024-04-14 Arkadiy IllarionovDeduplicate PanCacheData destroying
2024-04-13 Colin ClarkSome command line options are not GNU/POSIX compliant
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-11 Colin ClarkBug fix: Collections and unmounted drives (2)
2024-04-11 Arkadiy IllarionovMerge SCROLL_RESET_* macros with PixbufRendererScrollRe...
2024-04-09 Colin ClarkBug fix: Collections and unmounted drives
2024-04-09 Arkadiy IllarionovDrop obsolete GTK_OBJECT_FLOATING
2024-04-07 Arkadiy IllarionovMove some defines from main-defines to modules
2024-04-07 Arkadiy IllarionovMove keyboard_scroll_calc() to layout-util
2024-04-06 Arkadiy IllarionovSimplify lists handling in history-list
2024-04-06 Arkadiy IllarionovSimplify max value search in history-list
2024-04-06 Arkadiy IllarionovRemove unused key_press_cb() declaration
2024-04-06 Arkadiy IllarionovReplace custom PI with G_PI
2024-04-06 Arkadiy IllarionovSimplify pixels sorting in image_sim_channel_equal()
2024-04-04 Colin ClarkAdditional test for temporary comments
2024-04-04 Colin ClarkCommand line auto-completion enhancements
2024-04-03 Arkadiy IllarionovReplace mround with STL lround
2024-04-02 Arkadiy IllarionovSimplify ImageSimilarityData comparison
2024-03-31 Colin ClarkFix #259: Zoom by drawing rectangle
2024-03-30 Arkadiy IllarionovAdd HtmlBrowser class and replace C array with std...
2024-03-29 Colin ClarkFix 1302: Cut image to clipboard
2024-03-28 Colin ClarkFix #1303: Automatically hide image overlay in fullscre...
2024-03-28 Colin ClarkAdditional meson test - look for stray debug statements
2024-03-27 Colin ClarkFix #1089: Sync xmp:Rating across all sidecar images
2024-03-27 Colin ClarkFix #1240: Regression: Option to open new full-function...
2024-03-26 Colin ClarkFix #1241: 'Go to directory view' uses hard-coded...
2024-03-24 Arkadiy IllarionovCleanup rt_overlay_get_position() and use in rt_draw_cb()
2024-03-24 Arkadiy IllarionovDeduplicate rt_border_draw
2024-03-24 Arkadiy IllarionovUse g_list_free_full to free draw_queue and draw_queue_...
2024-03-24 Arkadiy IllarionovRemove unused RendererTiles::tile_cols
2024-03-23 Arkadiy IllarionovConvert GET_{LEFT,RIGHT}_PIXBUF_OFFSET macro to function
2024-03-18 Arkadiy IllarionovSilence GTK deprecation warning in unused function
2024-03-17 Arkadiy IllarionovReplace deprecated gdk_screen_make_display_name
2024-03-16 Arkadiy IllarionovConvert group_keys to std::array
2024-03-16 Arkadiy IllarionovEnable and fix clang-tidy readability-simplify-boolean...
2024-03-16 Arkadiy IllarionovReplace deprecated gdk_window_get_pointer
2024-03-15 Colin ClarkAditional remote command - window list
2024-03-15 Arkadiy IllarionovSilence GTK deprecation warnings in champlain-gtk
2024-03-14 Arkadiy IllarionovFix FreeBSD build
2024-03-12 Arkadiy IllarionovFix some GTK deprecation warnings
2024-03-11 Arkadiy IllarionovBlind fix macOS build
2024-03-10 Arkadiy IllarionovUse std::swap instead of temporary values
2024-03-10 Arkadiy IllarionovUse p_step to avoid has_alpha comparison in loop
2024-03-09 Colin ClarkInclude icon name column in Preferences/Keyboard table
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-09 Arkadiy IllarionovDeduplicate FILE_COLUMN_POINTER
2024-03-09 Arkadiy IllarionovDeduplicate cell_renderer_height_override()
2024-03-06 Colin ClarkBug fix: No toolbars on first entry
2024-03-05 Arkadiy IllarionovFix build with LTO
2024-03-04 Arkadiy IllarionovCompile modules based on HAVE_* features
2024-03-03 Arkadiy IllarionovRemove set but not used variables
next