[gtk] (193 commits) Non-fast-forward update to branch wip/master.win.egl



The branch 'wip/master.win.egl' 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:

  8fc2122... build: Check for EGL support in libepoxy on Windows
  bc23d65... Add a EGL renderer (via ANGLE) for Windows
  cf71935... demos: Fix glarea demo on OpenGL/ES
  068e8e9... OpenGL/ES: Fix 'R' and 'B' bits inverted on Windows
  360d1d9... GDK/Win32: Force GLES if running on ARM64

Commits added to the branch:

  c63087a... Remove ATK (*)
  82fe6fb... a11y: Add the supported accessibility roles (*)
  14faec3... Introduce GtkAccessible (*)
  55120a2... Add GtkAccessibleValue (*)
  823ee58... Add GtkAccessibleStateSet (*)
  a382dfd... Add GtkATContext (*)
  566f75a... Plug GtkATContext into GtkAccessible (*)
  25f6da5... Have GtkWidget implement GtkAccessible (*)
  3ea069a... Update the accessible state on widget visibility changes (*)
  5a173df... Start documenting the Accessibility API (*)
  572861b... Allow setting the accessible role at construction (*)
  382fa01... Plumb all the GtkAccessibleProperty values into GtkAccessib (*)
  6549562... Add GtkAccessiblePropertySet (*)
  da1ce01... Add accessible properties to GtkAccessible (*)
  58628f9... a11y: Add roles to various widgets (*)
  2c75ba5... a11y: Update the "pressed" state on toggle buttons (*)
  59d85d4... a11y: Update the accessible state for GtkRange (*)
  9af7462... a11y: Set the role for GtkScale (*)
  3a1d69c... a11y: Update GtkSeparator (*)
  1b612cd... a11y: Update the accessible label for GtkButton (*)
  9397854... a11y: Collect reference value (*)
  c56e9b2... a11y: Add binding-friendly accessible property setter (*)
  ae446e8... Remove GTK_ACCESSIBLE_STATE_NONE (*)
  55d29d0... a11y: Resync with the ARIA spec (*)
  d37511f... a11y: Simplify GtkAccessibleValue (*)
  1124f25... a11y: Add relations API (*)
  732578e... a11y: Consolidate the attributes container (*)
  52c1fb8... a11y: Implement role and state change in GtkSwitch (*)
  0d87f8c... a11y: Add testing API (*)
  01f3166... Add GTK_DEBUG=accessibility (*)
  0b6df9e... testatcontext: Use the new debug flag (*)
  8adcf95... inspector: Support the a11y debug flag (*)
  03b773f... a11y: Change default accessible role (*)
  2fee379... a11y: Allow storing list of references in GtkAccessibleValu (*)
  86b5852... a11y: Change the collection type for reflist attributes (*)
  a9e0cf7... a11y: Update labelled-by when setting mnemonic labels (*)
  609383f... testatcontext: Print role nicks (*)
  b7777ad... a11y: Update GtkProgressBar (*)
  c36ad5f... a11y: Update GtkSpinButton (*)
  e17b5f3... a11y: Update GtkCheckButton (*)
  296f084... Fix build with debugging notes disabled (*)
  83eac3f... a11y: Restart the accessibility test suite (*)
  dc1c1e8... a11y: Add more test API (*)
  b9a1cb7... a11y: Add API to retrieve accessible values (*)
  8266400... a11y: Allow setting the role post-construction (*)
  3d64246... a11y: Simplify the test API (*)
  ac0fcc5... a11y: Add a simple test case for GtkButton's accessible sta (*)
  cbc6244... ci: Re-enable the accessibility test suite (*)
  81c8a2b... docs: Update a11y docs (*)
  29abefb... docs: Fix up some issues in the a11y docs (*)
  9a27614... docs: Update GtkAccessibleRole docs (*)
  98f3112... docs: Add documentation for accessible enumerations (*)
  2ce6ac0... docs: Expand GtkAccessible documentation (*)
  4c5df54... a11y: Be a bit safer against crashes (*)
  6c4c93b... Add some more a11y tests (*)
  40b65b2... a11y: Add some more tests (*)
  9a4458b... docs: Add missing GTK_ACCESSIBLE_VALUE_UNDEFINED (*)
  4060feb... a11y: Make GtkATContext.create() public (*)
  19bae10... ci: Use DAG attributes (*)
  bc0182f... Merge branch 'ebassi/new-a11y' into 'master' (*)
  b68d54c... Merge branch 'ebassi/ci-dags' into 'master' (*)
  604d4a1... NEWS: Updates (*)
  b7be6ee... docs: Document a11y attributes (*)
  05d9e0c... a11y: Allow unsetting the relations using NULL (*)
  cd7bb02... a11y: Test unset relations (*)
  38b1fbb... Merge branch 'ebassi/a11y-fixes' into 'master' (*)
  790db8d... Update POTFILES.in and POTFILES.skip (*)
  d90f79d... a11y: Document roles of widgets (*)
  6266bca... docs: Flesh out the role table in the a11y intro (*)
  252e29c... Merge branch 'a11y-docs' into 'master' (*)
  da9b4d7... NEWS: Tweak the wording (*)
  99ec400... gtk-demo: Simplify colors demo (*)
  c6c9ca6... Update Ukrainian translation (*)
  450899e... Merge branch 'matthiasc/for-master' into 'master' (*)
  0243736... macos: support ARM/PowerPC time conversion for DisplayLink  (*)
  36689d1... Merge branch 'wip/chergert/fix-macos-time-conversion' into  (*)
  4a9b4ad... checkbutton: Initialize accessible state (*)
  6ca2453... a11y: Add checkbutton tests (*)
  29cf11f... a11y: Set an accessible role for GtkWindow (*)
  d3a8597... a11y: Add dialog and window tests (*)
  ec5829c... progressbar: Fix up acessible state handling (*)
  606daab... a11y: Add progressbar tests (*)
  d8ac144... separator: Initialize accessible state (*)
  2cbaa56... a11y: Add separator tests (*)
  2ef4be2... switch: Initialize accessible state (*)
  d2c5e3f... a11y: Add switch tests (*)
  a63d038... scrollbar: Update accessible state (*)
  e10aedc... widget: Update accessible state (*)
  9190e95... a11y: Add scrollbar tests (*)
  9458c1c... spinbutton: Update accessible state (*)
  6e494b9... a11y: Add spinbutton tests (*)
  fcf502a... gl renderer: Fix scrolledwindow undershoot rendering (*)
  f4d9e40... widget: Compare proper adjusted size to new size when alloc (*)
  72d4a83... gl renderer: Moar state tracking (*)
  2fa9ddd... gsk: Remember border node uniformity (*)
  c6c87b9... gl renderer: Add own graphene_rect_intersects (*)
  d7ba281... gl renderer: Add contains_rect helper (*)
  5a9b54d... gl renderer: More color matrix state tracking (*)
  756b840... GskTransform: Remove unused function from private header (*)
  0ce32cd... gl renderer: Save rectilinearity in clip stack (*)
  fa85ec5... GskTransform: Restructure _to_affine and _to_translation (*)
  9cdf984... gl: Add a gdk_gl_context_has_debug accessor (*)
  d5f0256... listbox demo: Remove frames around labels (*)
  a3b4527... render nodes: Simplify diffing of uniform border nodes (*)
  e0420ba... gl renderer: Remove dead code (*)
  3f59566... gl renderer: Repat node child bounds can't be NULL (*)
  dded144... gl renderer: Assert that we have program state (*)
  bbabec3... inspector: Avoid an uninitialized value (*)
  ebbb729... gl renderer: Linear gradient state tracking (*)
  ac1f242... gl renderer: Throw inset shadows with all !send values away (*)
  b213b01... widget-factory: Remove useless separators (*)
  2050120... bitset: Fix typo (*)
  a85ba95... Split GtkProgressBar finalization (*)
  09faa58... Merge branch 'ebassi/for-master' into 'master' (*)
  1d8e62f... Merge branch 'wip/baedert/for-master' into 'master' (*)
  5fc5e52... Merge branch 'a11y-tests' into 'master' (*)
  ecc329f... a11y: Add change notification to GtkATContext (*)
  42a4940... inspector: Show a11y information (*)
  400a5b4... Merge branch 'wip/a11y-inspector' into 'master' (*)
  3285f52... gdk: Drop GDK_SOURCE_CURSOR (*)
  f4e001c... Update POTFILES.in and POTFILES.skip (*)
  6a4277a... gtkpopover: Move away from gdk_device_get_state() (*)
  5f82581... gtkwindow: Move away from gdk_device_get_state() (*)
  a2876b5... gdkdevice: Remove gdk_device_get_state() (*)
  1b846e2... docs: Correct migration note (*)
  254007a... gdk: Add gdk_device_tool_get_axes() (*)
  4fa891b... Remove stray gtk-doc annotation (*)
  7f04faf... a11y: Use undefined as default for string attributes (*)
  2e8de6b... a11y: Fix the error message for the attribute test macros (*)
  bf06cad... a11y: Add proper error reporting to value collection (*)
  470349c... a11y: Add an explicit "reset to default" method (*)
  3294557... a11y: Update the valuetext attribute of GtkProgressBar (*)
  cc50be9... Merge branch 'ebassi/for-master' into 'master' (*)
  459af3a... build: bump to sysprof 4 ABI (*)
  5926008... Merge branch 'wip/chergert/bump-sysprof-abi' into 'master' (*)
  b52ad33... gdk: Add gdk_seat_get_tools() API call (*)
  efd4169... a11y: Set accessible roles for GtkImage and GtkPicture (*)
  971ee2d... a11y: Set up controls relations for scrollbars (*)
  23e185e... a11y: Add a scrollbar relation test (*)
  9a82aad... a11y: Set an accessible role for GtkEntry (*)
  cc35cc6... a11y: Add tests for mnemonics (*)
  2040b7e... a11y: Set an accessible role for GtkLabel (*)
  a610bb8... a11y: Set an accessible role for GtkSearchEntry (*)
  1755e07... a11y: Set an accessible role for GtkPasswordEntry (*)
  2736633... inspector: Show tool axes, instead of device axes (*)
  230ce9b... gdk: Remove gdk_device_get_axes() (*)
  7629f6d... gdk: Make GdkDevice axis API internal (*)
  4a2bbed... gdk: Make events hold an axis array matching GdkAxisUse (*)
  25ea17a... gdk: Drop source_device argument from _gdk_display_device_g (*)
  cab1dcb... gdk: Conflate GDK devices (*)
  b5f2569... Merge branch 'wip/carlosg/device-api-cleanup' into 'master' (*)
  23dcf36... NEWS: Updates (*)
  2a92ee2... gdk: Small doc fixup (*)
  fc47e79... Document gdk_device_tool_get_axes (*)
  e07b960... a11y: Fix a few glitches in the role enum (*)
  1772d23... docs: Update private headers list (*)
  e4a3746... docs: Update the symbols list (*)
  07bf904... a11y: Document GtkATContext::state-changed (*)
  26200c0... filechooser: Document the response.activate action (*)
  d0abe5a... filter: Typo fix (*)
  3b35ae8... docs: Add a missing symbol (*)
  a7ac160... Update Romanian translation (*)
  3bb3bc2... Updated Spanish translation (*)
  a3a66be... Updated Spanish translation (*)
  5fd03f3... Merge branch 'a11y-work' into 'master' (*)
  d40b1d3... Merge branch 'doc-fixes' into 'master' (*)
  85fb015... docs: Fix links in markdown content differently (*)
  ec34675... Merge branch 'better-doc-link-fix' into 'master' (*)
  c7c7113... gdk/monitor: Remove gdk_monitor_work_area and GdkMonitor::w (*)
  3eab588... Merge branch 'wip/ditch-workarea' into 'master' (*)
  7e355cb... docs: Mention workarea in the migration guide (*)
  047709e... NEWS: Updates (*)
  53e74c3... testsuite: Stop setting NO_AT_BRIDGE (*)
  2e80658... testsuite: Skip the skipping (*)
  59fce30... icon-browser: Install desktop file and appdata (*)
  ad35142... Update our appdata files (*)
  9722bb4... iconbrowser: Add screenshots to appdata (*)
  c1eedf6... gdk: Stop exporting gdk_surface_freeze_updates (*)
  4d012a6... Rename gdk_surface_queue_expose (*)
  c68fe10... a11y: Set an accessible role for GtkTextView (*)
  144114b... a11y: Set accessible role for GtkLinkButton (*)
  c0de580... a11y: Set an accessible role for GtkExpander (*)
  abf8cbe... a11y: Set an accessible role for GtkLevelBar (*)
  7df070d... gdk: Move default group api to the X11 backend (*)
  488722e... docs: Don't refer to nonexisting functions (*)
  ee1a868... Merge branch 'a11y-work' into 'master' (*)
  e8026e2... Merge branch 'surface-cleanup' into 'master' (*)
  0b11e78... Merge branch 'display-cleanup' into 'master' (*)
  12a2316... build: Check for EGL support in libepoxy on Windows
  257fd99... Add a EGL renderer (via ANGLE) for Windows
  e5600ab... demos: Fix glarea demo on OpenGL/ES
  cf0175f... OpenGL/ES: Fix 'R' and 'B' bits inverted on Windows
  a481733... GDK/Win32: Force GLES if running on ARM64

(*) 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]