[gtk] (179 commits) Non-fast-forward update to branch wip/baedert/for-master



The branch 'wip/baedert/for-master' 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:

  a134ec1... build: Do not look for vulkan if explicitly disabled
  5ff9f3f... inspector: Fix huge listbox rows

Commits added to the branch:

  6371fca... inspector: Avoid double borders in the accessibility tab (*)
  c6976d6... inspector: Avoid double borders in the resource tab (*)
  d13fa73... gtk-demo: Avoid double borders in the panes demo (*)
  fc63c63... gtk-demo: Avoid double borders in the dnd demo (*)
  cd3a7b4... gtk-demo: Avoid double borders in the fontrendering demo (*)
  ad5a78b... gtk-demo: Avoid double borders in the blendmodes demo (*)
  9d65ee5... Updated Lithuanian translation (*)
  fe50286... a11y: Different value types cannot be equal (*)
  92737b2... a11y: Allow bulk attribute update with the GValue API (*)
  dd624de... a11y: GtkATContext.update_state() was renamed to update() (*)
  1ec4995... a11y: Notify callers when an attributes set changes (*)
  8a2b3f0... a11y: Do not notify of empty state changes (*)
  e25e73c... Properly document GtkAccessible:accessible-role (*)
  890c781... Annotate GValue-variants methods of GtkAccessible (*)
  e5f4459... a11y: Simplify the ATContext::state-change signal (*)
  67f259c... fontchooser: Populate the list incrementally (*)
  a97ea17... broadway: Correct handling of opaque colors (*)
  5581f78... Broadway: Fix handling of debug nodes (*)
  fed6ba9... Update Galician translation (*)
  b5e7499... broadway: Track the clip region in the renderer (*)
  39d71db... broadway: Prune fully clipped render nodes (*)
  002376f... widget: Avoid a crash in crossing event handling (*)
  76e83d3... main: Avoid a crash with crossing event handling (*)
  028644d... Make gdk_surface_get_device_position return a boolean (*)
  7d9bc01... x11: Stop using _gdk_device_query_state (*)
  275b958... win32: Stop using _gdk_device_query_state (*)
  983f072... macos: Stop using _gdk_device_query_state (*)
  9b0c2e6... Drop _gdk_device_query_state (*)
  d785212... broadway: Stop using the query_state vfunc (*)
  07ef594... wayland: Stop using the query_state vfunc (*)
  22099eb... macos: Stop setting the query_state vfunc (*)
  0546f09... win32: Stop using the query_state vfunc (*)
  9dbf81e... x11: Stop setting the query_state vfunc (*)
  690d72e... gdk: Drop the query_state vfunc (*)
  9cddc36... x11: Fix return value of get_device_state (*)
  02631d2... x11: Drop unused argument from query_state (*)
  d6392c9... broadway: Fix return value of get_device_state (*)
  f854c28... broadway: Drop unused argument from query_state (*)
  e6d4555... wayland: Fix return value of get_device_state (*)
  8da4a02... wayland: Drop unused argument from query_state (*)
  3ec7a6c... win32: Fix return value of get_device_state (*)
  28f831e... broadway: Fix up surface_at_position (*)
  8124f58... gdk: Cosmetics (*)
  c106367... gdk: Drop an unused vfunc (*)
  529b446... wayland: Fix dnd hotspot movement (*)
  c770adb... gdk/wayland: Look for font settings in gsettings-desktop-sc (*)
  0077f95... gdk/wayland: Use double-click/drag-threshold settings from  (*)
  6b9db59... Update Indonesian translation (*)
  bba7f44... Don't export gdk_surface_constrain_size (*)
  df88abb... bookmarksmanager: Cancel async reads properly (*)
  dc17cf1... Update Catalan translation (*)
  c6fee8c... Add a function to request motion events (*)
  18a8599... idle sizer: Request a motion event after layout (*)
  1d2634e... NEWS: Updates (*)
  a0565ea... Update Basque translation (*)
  a678998... Merge remote-tracking branch 'upstream/master' into master (*)
  ae5d1cd... Annotate sequence argument of GtkGesture signals as nullabl (*)
  21b9dad... Merge branch 'gesture-nullable-sequence' into 'master' (*)
  a909f9d... Update German translation (*)
  6c9fe63... Update Turkish translation (*)
  70c5dee... NEWS: Updates (*)
  9512e46... textview: Fix placement of Emoji chooser (*)
  d5121af... text widgets: Don't lose focus after Emoji (*)
  30ab8b3... Fix picking (*)
  eee6d28... Merge branch 'matthiasc/for-master' into 'master' (*)
  1a8f109... Add a simple testcase for transforms (*)
  fd7a906... Cosmetic improvement to the layout manager demo (*)
  acc2516... Add another layout manager demo (*)
  9844014... Merge branch 'layout-manager-transform-demo' into 'master' (*)
  887539e... gridview: Make constructor arguments nullable (*)
  1a131a0... 3.99.1 (*)
  f2c4ad0... Merge remote-tracking branch 'upstream/master' into master (*)
  aff3cc6... Update Catalan translation (*)
  b258714... meson: Fix Vulkan dependency checking (*)
  b322ddb... gdksurface-win32.c: Fix missed include (*)
  927c4ab... Merge branch 'fix-vulkan-dependency-searching' into 'master (*)
  1896d7f... build: Make sysprof truly optional (*)
  f7f0bc0... Use consistent argument name (*)
  62f7395... GtkApplicationWindow: Fix menubar example (*)
  749d074... Merge branch 'ebassi/for-master' into 'master' (*)
  275302a... Merge branch 'fix-gtk-application-menu-example' into 'maste (*)
  99a09e0... Update Slovak translation (*)
  a8eae7a... build: Move the gtk-doc dep to the toplevel (*)
  3bcbb4a... gtk-demo: Fix CSS in pixbufs demo (*)
  925a011... build: Add a release script (*)
  1a445d7... Merge branch 'demo_css_pixbufs_fix' into 'master' (*)
  f70e37a... Merge branch 'release-script' into 'master' (*)
  bb2a0e6... Updated Slovenian translation (*)
  41497ae... Add gsk_matrix_transform_rect (*)
  9843515... gl: Reshuffle some code (*)
  e0cc7b5... Check for pixel-alignedness for interpolation (*)
  60e37d3... Update gsk tests (*)
  81f84fb... modelbutton: Claim the gesture (*)
  8a3621a... Beef up transform testcase (*)
  c1bf9f3... layoutmanager demo: Make icons come out upright (*)
  1dd4e91... Merge branch 'matthiasc/for-master' into 'master' (*)
  e374917... Update POTFILES.in (*)
  d37cb36... Update Polish translation (*)
  982cf0c... Merge remote-tracking branch 'upstream/master' into master (*)
  cbd3158... add a missing comma (*)
  bd226cc... Update Ukrainian translation (*)
  635492b... text: Don't replace unselected text with Emoji (*)
  021eeed... Update Turkish translation (*)
  ffc77ca... css: Use an array when parsing selectors (*)
  2f70279... Merge branch 'typo_correction' into 'master' (*)
  12afc10... Revert "Adwaita: rich-list styling" (*)
  01959e1... Merge branch 'matthiasc/for-master' into 'master' (*)
  727f25f... Merge branch 'revert-43ca43a22f' into 'master' (*)
  c74c38a... Updated Lithuanian translation (*)
  716c7b2... Update Croatian translation (*)
  dfabe74... Make filter constructors return exact types (*)
  24389a0... Make sorter constructors return exact types (*)
  a4ba25f... inspector: Fix teardown of the general tab (*)
  8b38d18... gtk-demo: Simplify the constraints demos (*)
  3fcf7ad... Update Indonesian translation (*)
  7ae0f56... Update Basque translation (*)
  8c8baa9... gtk-demo: Add some comments (*)
  007c9c6... Update French translation (*)
  bd7aa17... Merge branch 'matthiasc/for-master' into 'master' (*)
  e0134aa... docs: Update list widgets docs (*)
  9b8c175... textview: Fix dnd (*)
  1150c23... Merge branch 'listwidgets-doc-fix' into 'master' (*)
  adc9d91... text: Stop drag updates when a dnd starts (*)
  2bd7ed5... Update Kazakh translation (*)
  06c866f... Merge branch 'matthiasc/for-master' into 'master' (*)
  dd8ca72... Update Hungarian translation (*)
  4d45c26... text history: Update state when enabled changes (*)
  bc80ed4... aboutdialog: Disable text undo (*)
  7180bfc... Merge branch 'matthiasc/for-master' into 'master' (*)
  770910e... Update Galician translation (*)
  99ddb3c... Update Galician translation (*)
  979ec82... Updated Spanish translation (*)
  350051c... Update Catalan translation (*)
  d03ce22... Updated Czech translation (*)
  5a8267d... text: Set the hotspot for the drag icon (*)
  2738d5b... gsk: Mention gl as valid value for GSK_RENDERER (*)
  d595c6a... gsk: Complain if we fail to realize a renderer (*)
  fe429ff... Merge branch 'matthiasc/for-master' into 'master' (*)
  3b6941b... Add some tests for the axis-aligned check (*)
  bab7092... Merge branch 'gl-linear' into 'master' (*)
  0092a08... gtk-demo: Add shadertoy demo (*)
  ec49b68... Update French translation (*)
  45c61fd... Update Persian translation (*)
  cb2b068... Merge branch 'filter-constructors' into 'master' (*)
  710ef69... Updated Czech translation (*)
  73b46ea... Updated Danish translation of gtk (*)
  33e633c... Updated Danish translation of gtk-properties (*)
  81c835c... Fix warning in listview_settings demo (*)
  859df74... Merge branch 'sorter-constructor-fix-warning' into 'master' (*)
  31a7574... Import egg-secure-memory allocator from gcr (*)
  107e490... Check for mlock() (*)
  9dc5c6a... Move g_autoptr macro for GtkEntryBuffer (*)
  fb99bde... Add a secure GtkEntryBuffer (*)
  7cda32d... Use GtkPasswordEntryBuffer in GtkPasswordEntry (*)
  ae97284... docs: Add a note on GtkPasswordEntry's secure storage (*)
  3921476... Merge branch 'shadertoy-demo' into 'master' (*)
  887d0b7... Merge branch 'ebassi/secure-buffer' into 'master' (*)
  d6807b9... shadertoy demo: Cosmetic fixes (*)
  3d10b28... Merge branch 'matthiasc/for-master' into 'master' (*)
  c72b2f6... gtksecurememory.c: Don't include unistd.h unconditionally (*)
  3095bcc... gtksecurememory.c: Port secure memory allocation to Windows (*)
  b3d3d81... Merge branch 'gtksecurememory-win32' into 'master' (*)
  f4b410d... Make sure we don't call back into GtkEntryBuffer (*)
  df7cbdf... Merge branch 'issue-3140' into 'master' (*)
  8cb03a8... widget: Add a critical when allocation is too small. (*)
  0ad10cc... revealer: Refactor code (*)
  cc58956... revealer: Use floor(), not ceil() (*)
  dfccaa8... revealer: Prefer min and nat size (*)
  cb5b375... revealer: Remove arbitrary 100x scale limit (*)
  9a92717... Merge branch 'wip/otte/for-master' into 'master' (*)
  75f0b7a... Update German translation (*)
  1057588... gsk: Fix the gl texture cache (*)
  5c67fe0... Merge branch 'fix-gl-texture-cache' into 'master' (*)
  d47d036... search entry: Don't propagate handled events (*)
  5f3285d... inspector: Fix huge listbox rows
  5c48ef9... build: Unify two if statements
  b36cfc9... listbox: Add preconditions to remove()
  eb9d288... emojichooser: Fix typo in css class
  9430c71... filechooserwidget: Plug a memory leak

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