[gtk] (223 commits) Non-fast-forward update to branch a11y/atcontext-realize



The branch 'a11y/atcontext-realize' was changed in a way that was not a fast-forward update.
NOTE: This may cause problems for people pulling from the branch. For more information,
please see:

 https://wiki.gnome.org/Git/Help/NonFastForward

Commits removed from the branch:

  be6b0c2... gestureswipe: Count last event when calculating velocity
  9dc2b8c... frame: Set up accessible relations
  0fc800d... Cosmetics
  f727b2b... range: Hide internals from accessibility
  cde241c... columnview: Put overshoot underneath the headers
  1f4aba3... text: React to text attribute changes in css
  d491591... a11y: Move ATContext to an explicit realization model

Commits added to the branch:

  efbbfb6... meson: Simplify how cairo dependencies are checked (*)
  6ae9f7e... meson: Simplify xinerama dependency check (*)
  ea3933b... meson: Make vulkan and xinerama optional deps default to 'a (*)
  a4aa6d7... meson: Use feature options for media and print backends (*)
  3df0a33... frame: Set up accessible relations (*)
  b7fa00e... Cosmetics (*)
  39dfdac... range: Hide internals from accessibility (*)
  4ea2a66... a11y: Add parsing code for accessible values (*)
  9e4316b... a11y: Add an "accessibility" section to the builder XML tre (*)
  7702670... docs: Document the "accessibility" custom tag (*)
  81371e7... columnview: Put overshoot underneath the headers (*)
  8075632... a11y: Handle relations in UI files (*)
  700ca3b... gestureswipe: Count last event when calculating velocity (*)
  32b826e... Merge branch 'wip/exalm/swipe4' into 'master' (*)
  043ffd3... text: React to text attribute changes in css (*)
  b5b8f42... Merge branch 'matthiasc/for-master' into 'master' (*)
  6153efd... Document GTK_ACCESSIBLE_ROLE_NONE (*)
  3151906... docs: Small corrections to the a11y overview (*)
  d7794bf... docs: Add some more to the migration guide (*)
  48bb920... a11y: Treat PRESENTATION like NONE (*)
  8f10026... scale: Hide internal structure from a11y (*)
  ca9b068... switch: Hide internal structure from a11y (*)
  14a64c7... levelbar: Hide internal structure from a11y (*)
  d3089eb... progressbar: Hide internal structure from a11y (*)
  7ac6e25... Use GtkApplication in the examples (*)
  b9ae54c... separator: Remove unnecessary code (*)
  087c007... menubutton: initial accessibility setup (*)
  1b7a99c... Apply 1 suggestion(s) to 1 file(s) (*)
  2bfd419... popovermenu: Initial accessibility setup (*)
  758bcd5... popovermenubar: Initial accessibility setup (*)
  f96a1cf... modelbutton: Initial accessibility setup (*)
  3e43dda... modelbutton: Recreate our AT context (*)
  88eb3a9... atspi: Give model buttons a click action too (*)
  5f8c6d2... a11y: Document roles used in menu (*)
  bcbc615... a11y: Document abstract roles (*)
  800eb76... linkbutton: Use the LINK role (*)
  daf3b3a... Merge branch 'matthiasc/for-master' into 'master' (*)
  3805e1d... colorswatch: Export some functions for a11y (*)
  ba290eb... a11y: Add actions for color swatches (*)
  e2b3cba... colorbutton: Improve accessibility (*)
  ed571ae... picture: Set alternative text as description (*)
  ef7499a... gtk-demo: Add alternative text to a GtkPicture (*)
  44c6619... gtk-demo: Speed up image demo (*)
  6c796cf... docs: Fix cross-linking for GIO types (*)
  a923be9... Merge branch 'matthiasc/for-master' into 'master' (*)
  3a1e019... print-editor: Fix a wrong comparison (*)
  c7dbb8e... label: Plug a potential memory leak (*)
  0dae1f4... listbox test: Only compare values for rows we have (*)
  af97f19... textview: Respect return value of get_text_surface_coords() (*)
  a2291fb... showrendernode: Pass error to deserialize() (*)
  3db5e15... filechooserwidget: gtk_widget_get_root() can return NULL (*)
  f6ebc06... filechooserwidget: Avoid an uninitialized value (*)
  56e89e8... demos: Remove a dead assignment (*)
  b166453... gdksurface: Ensure some assumptions (*)
  44728d0... stack: assert for some assumptions (*)
  41ef1d8... atspicontext: Add a few missing break statements (*)
  6dcdb4a... atspitextbuffer: Explicitly cast between pango and gtk enum (*)
  d97cb85... textview: Remove a broken debug output statement (*)
  85702f8... dnd demo: Make the transform code a bit more idiomatic (*)
  98e88b7... text: Avoid a crash (*)
  85d4b86... text: Fold focus_{in,out} into only caller (*)
  1bf79a4... text: Fix a documentation mishap (*)
  ff1fb4f... text: Remove empty root() implementation (*)
  b6a843a... gl renderer: Fix two scale_x/y mixups (*)
  9109dee... gl renderer: Don't use blur node bounds (*)
  700f957... Adwaita: Set border-spacing for entries (*)
  e5722fe... passwordentry: Respect border spacing (*)
  3a08706... dropdown: Add an icon the search entry (*)
  6ce2e19... Merge branch 'ebassi/for-master' into 'master' (*)
  7671c10... Tweak focus tests (*)
  b973f7f... Merge branch 'matthiasc/for-master' into 'master' (*)
  10d7ccc... window: Fix state updates (*)
  fdb1fa4... Give all search entries an icon (*)
  cb8bf65... editablelabel: Properly clean up in dispose (*)
  83fbdcd... Merge branch 'matthiasc/for-master' into 'master' (*)
  6b53a55... NEWS: Updates (*)
  c5ed5c5... gdk: Deliver queued events on flush (*)
  77af993... Merge branch 'flush-events' into 'master' (*)
  d1d9b92... Merge branch 'meson-deps-continued' into 'master' (*)
  313ba02... color editor: Add accessible labels (*)
  0a3b370... Cosmetics (*)
  13b9b9b... scale: Set round-digits to -1 initially (*)
  a03581c... Update Polish translation (*)
  e050a26... builder: Expot _gtk_builder_boolean_from_string privately (*)
  fce455a... a11y: Parse booleans in ui files as expected (*)
  677ea5f... a11y: Reuse builder parsing for enums (*)
  f981ab7... Remove erroneous preconditions (*)
  0fddf73... a11y: Add some parser tests (*)
  37d4932... a11y: Add more tests (*)
  09eda80... docs: Add GtkWindowControls to the gallery (*)
  86b4b2e... docs: Fix links from the gallery (*)
  b7728a8... docs: Tweak gallery ordering (*)
  163d32e... docs: Work around GtkPicture growing (*)
  b0fb31f... docs: Some reordering in the gallery (*)
  2e0822b... docs: Shrink the editable label gallery image (*)
  a9f0f18... docs: Tweak gallery layout (*)
  64e131f... docs: Improve the GtkVideo gallery image (*)
  28b7962... docs: Improve the GtkMediaControls gallery image (*)
  dffe6b8... docs: Add GtkCalendar to the gallery (*)
  a70c9c6... docs: Fix the GtkVolumeButton gallery image (*)
  59e08c0... docs: Tweak gallery layout (*)
  291c618... docs: Improve the GtkStackSidebar gallery image (*)
  42e2c54... docs: Redo the GtkColorChooserDialog gallery image (*)
  8692f5d... docs: Add GtkEmojiChooser to the gallery (*)
  1605ca0... docs: Add GtkExpander to the gallery (*)
  bed3616... docs: Add GtkPopoverMenuBar to the gallery (*)
  65f748f... docs: Add GtkPopover to the widget gallery (*)
  d9259fc... docs: Add GtkPopoverMenu to the widget gallery (*)
  b67eee5... docs: Add GtkShortcutsWindow to the widget gallery (*)
  e51a98d... docs: Add GtkDrawingArea to the gallery (*)
  4661f15... Merge branch 'matthiasc/for-master' into 'master' (*)
  c783e9a... Treat tristate as an enum when parsing (*)
  0493e89... Fix the build with cups < 2.2.12 (*)
  61e08ba... Merge branch 'master' into 'master' (*)
  8157abe... popovermenu: Allow custom items (*)
  af6c301... popovermenu: Allow adding custom items in ui files (*)
  0faadef... widget-factory: Add a scale to the gear menu (*)
  6cd3bc7... modelbutton: Explicitly set up LABELLED-By relation (*)
  4f15b98... docs: Add box, grid and center box to the gallery (*)
  5fe8374... docs: Add GtkOverlay to the widget gallery (*)
  c0aa1c8... Merge branch 'popover-menu-custom-child' into 'master' (*)
  b2d6011... Merge branch 'matthiasc/for-master' into 'master' (*)
  b94ea1b... Adwaita: dropdown search box (*)
  6d5c512... Merge branch 'wip/jimmac/gtk4-dropdown-papercuts' into 'mas (*)
  8e6701c... gtkmediafile: Use cubic volume function (*)
  6d7e56b... cloudprint: Make compile without warnings (*)
  08004d4... Merge branch 'wip/otte/for-master' into 'master' (*)
  0c49f73... Merge branch 'matthiasc/a11y-buildable' into 'master' (*)
  8df883e... Merge branch 'matthiasc/atspi-child' into 'master' (*)
  3a119a3... dropdown: Make search entry shrink (*)
  25d2efe... dropdown: Add a checkmark to the selected item (*)
  907fc30... gtk-demo: Add checkmarks to all dropdown demos (*)
  975d763... Merge branch 'dropdown-checkmark' into 'master' (*)
  d5b9489... Merge branch 'wip/baedert/for-master' into 'master' (*)
  f90e7b9... Update POTFILES.skip (*)
  5cbc555... textview: Update child allocations (*)
  90fde9c... Merge branch 'matthiasc/for-master' into 'master' (*)
  51d3575... Cosmetics (*)
  524fbc3... gl: remove unused texture_from_surface API (*)
  931f130... Merge branch 'wip/chergert/gdk-remove-texture_from_surface' (*)
  60e67a6... macos: move setNeedsDisplay helper to GdkMacosCairoView (*)
  0040667... macos: remove unused GL layer (*)
  a3fd46c... glsl: tweak pre-processor to support Apple GLSL compiler (*)
  adf60fb... macos: be tolerant of NULL GL context (*)
  eb809ba... macos: tweak gravity while resizing (*)
  de9c9ef... macos: implement GL context (*)
  29ccd13... docs: Stop referring to the Quartz backend (*)
  3617fba... docs: Include GDK_WINDOWING_MACOS (*)
  574a3a4... gdk: Drop GdkPoint from the api (*)
  1f8d593... docs: Add some detail to GdkTexture docs (*)
  838d092... docs: Tweak GdkPaintable docs (*)
  9f71bdd... docs: Cosmetics (*)
  2df3822... docs: Small additions for GdkCursor docs (*)
  d2adbad... docs: Tweak frame clock docs (*)
  3afd5d7... docs: Tweak GdkSurface docs (*)
  94305f2... docs: Tweak GdkPopup docs (*)
  ce78d0c... docs: Tweak GdkToplevel docs (*)
  3164f32... docs: Some restructuring (*)
  6142238... Merge branch 'wip/chergert/gdk-macos-gl-renderer' into 'mas (*)
  5a77994... Merge branch 'matthiasc/for-master' into 'master' (*)
  6298fd1... gdk: remove remaining GDK_WINDOWING_QUARTZ usage (*)
  38c39e2... NEWS: Updates (*)
  03fec38... docs: Add details for gsk_renderer_new_for_surface (*)
  8ed1f51... Merge branch 'wip/chergert/remove-GDK_WINDOWING_QUARTZ' int (*)
  d819201... macos: add more aggressive clip to transparent subview (*)
  a0ee25a... gtk-demo: Remove unnecessary code (*)
  49bdc4f... Add another constraints demo (*)
  b8f44de... constraintlayout: Fix parsing from ui file (*)
  588fe5b... gtk-demo: Tweak the new constraints demo (*)
  4b8134b... constraintlayout: Emit less change notification (*)
  2dbaca2... constraintlayout: Make sure guides get their constraints (*)
  19052d4... gtk-demo: Tweak descriptions of constraints demos (*)
  117997d... Merge branch 'wip/chergert/gdk-macos-gl-renderer' into 'mas (*)
  505df33... Add a test for constraints in ui files (*)
  b23cae9... Drop unused gtk_buildable_set_buildable_property (*)
  d35a218... testsuite: Improve coverage for GtkBoolFilter (*)
  2b38d14... tests: Improve coverage for css data url parsing (*)
  01d52a7... testsuite: Make all css tests run again (*)
  c279bda... testsuite: Improve coverage for GtkStringFilter (*)
  59dd7d8... testsuite: Improve coverage for GtkMultiFilter (*)
  48dcbf4... expression: Fix property expressions for interfaces (*)
  26150d8... testsuite: Improve coverage for GtkExpression (*)
  f0e35c8... Drop unused includes (*)
  1702a4c... Drop an unused private function (*)
  9b78bc4... testsuite: Improve coverage (*)
  af5e13b... Remove an unused function (*)
  1c4c5e3... testsuite: Improve coverage for GtkStringList (*)
  875452b... testsuite: Improve coverage for GtkMultiSorter (*)
  7db58d5... gsk: Don't compile unused code (*)
  9067654... css: Fix tokenization of CDO (*)
  1a12999... testsuite: Add a css test (*)
  48381bd... testsuite: Add a forgotten test (*)
  970f91e... testsuite: Add more css parser tests (*)
  07c491f... testsuite: Improve coverage for keys (*)
  319d4c7... Update Polish translation (*)
  924796b... Update German translation (*)
  642ad4e... testsuite: Improve coverage for rectangles (*)
  c8432ae... testsuite: Improve coverage for seats (*)
  2dcc641... testsuite: Improve coverage for GdkDisplayManager (*)
  168b21c... testsuite: Improve coverage for GdkTexture (*)
  cb018ec... builder-tool: Avoid a crash (*)
  b0b00d4... testsuite: Test gtk4-builder-tool simplify --replace (*)
  a4e5f5c... testsuite: More gtk4-builder-tool tests (*)
  5702b71... Remove leftover file (*)
  c630285... Cosmetics (*)
  3cf26b4... Fix the definition of GtkWidget:can-target (*)
  e135772... buildertool: Improve GtkOverlay rewriting (*)
  b79637a... testsuite: Test GtkOverlay rewriting (*)
  d74c2a7... builder-tool: Drop unneeded code (*)
  ac20c9c... builder-tool: Fix rewriting GtkPaned (*)
  0cf372c... testsuite: Test GtkPaned rewriting (*)
  c01f3be... testsuite: Test GtkActionBar rewriting (*)
  3e8a22a... builder-tool: Rewrite GtkToolbar more (*)
  c3f8010... testsuite: Test GtkToolbar rewriting (*)
  4039b71... Set G_LOG_USE_STRUCTURED globally (*)
  5751cd6... builder-tool: Install a log writer (*)
  2613c2e... builder-tool: Avoid duplicate path prefixes (*)
  38f74d8... builder-tool: Rewrite GtkFixed more (*)
  4bd829e... testsuite: Test GtkFixed rewriting (*)
  44b36b6... builder-tool: Stop rewriting GtkPopoverMenu (*)
  403a70c... testsuite: Add tests for gtk4-builder-tool validate (*)
  efc3141... Merge branch 'matthiasc/for-master' into 'master' (*)
  a5b83a6... a11y: Move ATContext to an explicit realization model

(*) This commit already existed in another branch; no separate mail sent


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]