[gtk] (82 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:

  97e12f1... label: Unref style_attrs list
  b0d9e7a... gskpango: Make get_color a bit shorter
  db8efa2... label: Remove a debug leftover
  08c4ba1... popover: Remove an unused gtk_widget_get_allocation() call
  0d08db0... shorthandproperty: Use alloc a for data array
  7b99584... shorthandproperty: Return unset/initial/inherit as-is
  f148865... shorthandproperty: Use alloca() when parsing properties
  ea8de97... widget: Use early-out style in gtk_widget_realize()
  7bebf0c... gdkdisplay-wayland: Fix a possibly uninitialized out value

Commits added to the branch:

  b20f21d... gtkpopover: Set GTK grab on autohide popovers (*)
  ecf3130... Merge branch 'wip/carlosg/grabbing-popovers' into 'master' (*)
  eeb41c8... NEWS: More updates (*)
  d756c6e... Move set_focus_child to GtkWidget (*)
  841c4a8... container: Cosmetic doc cleanup (*)
  b55195f... Move the idle sizer to GtkWindow (*)
  fbcd021... Merge branch 'container-focus-cleanup' into 'master' (*)
  6185cf9... Fix label accessibility (*)
  af7537a... 3.98.3 (*)
  89ebe9e... HC: export public colors (*)
  76b1672... Merge branch 'wip/jimmac/hc-public-colors' into 'master' (*)
  0ebcf8c... placesview: Fix up the address entry help popover (*)
  0af16a7... docs: fix typo (*)
  e818bf8... docs: migration guide fixes (*)
  8e2ffb3... widget: Add missing callback annotation (*)
  654af88... Change the approach to menu section titles (*)
  1edfd80... Adwaita: Some styling for menu section titles (*)
  c09b5ea... Merge branch 'menu-section-title' into 'master' (*)
  55dd737... textview: fix assertion when toggling caret visibility (*)
  0ff67fa... Merge branch 'wip/chergert/fix-toggle-caret-visibility' int (*)
  30c386d... Merge branch 'missing-annotation' into 'master' (*)
  e026a04... Merge branch 'fix-placesview-popover' into 'master' (*)
  9fe6bc0... HC: fix switch slider borders (*)
  bca608c... Merge branch 'wip/jimmac/HC-slider-border' into 'master' (*)
  e75bc28... icon-theme: Fix deadlock in GktIconTheme dispose (*)
  2240eb5... header-bar: Stop showing application menu (*)
  9861173... Stop using the -gtk-icon-theme style property (*)
  7aeef71... css: Get the icon theme via the settings (*)
  2ddff87... css: Drop the -gtk-icon-theme property (*)
  cead405... header-bar: Don't assume there's only one icon (*)
  016eac0... header-bar: Track window icon changes (*)
  451c327... window: Introduce actions for window buttons (*)
  c0d18eb... Fix annotations for GtkCustomLayout (*)
  fe6ef52... icontheme: Keep a serial (*)
  21fcef7... Merge branch 'ci-custom-layout' into 'master' (*)
  58ca3b0... css: Compare icon theme serials (*)
  723d57e... widget: Add a system_setting_changed vfunc (*)
  129b8bb... window: Use gtk_system_setting_change (*)
  4b13d99... settings: Call gtk_system_setting_changed (*)
  a59cb5d... icontheme: Call gtk_system_setting_changed (*)
  679863a... image: Invalidate icon helper when icon theme changes (*)
  7b4378b... widget: Update when font settings change (*)
  a199060... Drop gtk_style_context_reset_widgets (*)
  94906d0... Drop gtk_widget_reset_style (*)
  8b1e857... Merge branch 'fix-icontheme-invalidation' into 'master' (*)
  ba45d7a... menusectionbox: Improve circular button spacing (*)
  f4b1762... Adwaita: Add padding to circular button rows in menus (*)
  861bff4... Merge branch 'matthiasc/for-master' into 'master' (*)
  424a86a... Adwaita: lower glyph contrast for checkboxes (*)
  7fe51a8... Merge branch 'wip/jimmac/uniform-checkboxes' into 'master' (*)
  b0f2cd0... window: Tweak visible focus behavior (*)
  610d579... headerbar: Update window buttons automatically (*)
  7c4694c... window: Stop listening to headerbar title changes (*)
  fd47e86... Merge branch 'focus-ring-experiment' into 'master' (*)
  389575e... Merge branch 'wip/exalm/window-headerbar' into 'master' (*)
  b2deab6... Drop gtk_widget_has_grab (*)
  8871327... Merge branch 'grab-leftovers' into 'master' (*)
  7ce964a... reftests: Avoid decorations (*)
  c8d4a48... reftests: Avoid theme influence (*)
  894e1d0... testsuite: Take border-color-transparent out of xfails (*)
  ccfffb2... demos: Initialize brush size in "paint" demo (*)
  777fd92... gtkpadcontroller: Avoid filling action list with empty elem (*)
  cb14fcc... Merge branch 'matthiasc/for-master' into 'master' (*)
  2a877a9... gtkwindowgroup: Take default group into account when listin (*)
  d104efe... gtkwindow: Correct device check (*)
  67e1acd... gtkpopover: Roll back properly if presenting the popup fail (*)
  41b7f03... gdk/wayland: Ensure to clean up stale touchpoint data on su (*)
  9ed5795... gtktreeview: Ensure to transiently prelight on touch input (*)
  2c23546... gtktexthandle: Set parent through API call (*)
  c192038... reftests: Avoid text caret from interfering (*)
  1d86a89... testsuite: Take textview-border-windows out of xfails (*)
  bb50b2c... Merge branch 'matthiasc/for-master' into 'master' (*)
  b54178e... Merge branch 'wip/carlosg/input-fixes' into 'master' (*)
  e8b8ad7... label: Unref style_attrs list
  daffb68... gskpango: Make get_color a bit shorter
  ae266a9... label: Remove a debug leftover
  d6ecda7... popover: Remove an unused gtk_widget_get_allocation() call
  1cddc37... shorthandproperty: Use alloc a for data array
  0f26525... shorthandproperty: Return unset/initial/inherit as-is
  fd0b232... shorthandproperty: Use alloca() when parsing properties
  cf78085... widget: Use early-out style in gtk_widget_realize()
  3df8ec4... gdkdisplay-wayland: Fix a possibly uninitialized out value

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