[gtk+] (262 commits) Non-fast-forward update to branch wip/baedert/drawing



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

  d94f8dc... widget: Draw background and border for every widget
  b90deb8... button: Remove css box drawing
  3fcfea6... Widget: Disable css box drawing for GtkWindow
  5ca4669... box: Remove css box drawing
  4119e95... gizmo: Remove css box drawing
  81e0cb6... gtkgrid: Remove css box drawing
  28fd4a5... label: Remove css box drawing
  db18347... progressbar: Remove css box drawing
  da15ff2... widget: Draw focus outline
  883bf37... headerbar: Remove css box drawing
  1165740... listbox: Remove css box drawing
  fd4057f... flowbox: Remove css box drawing
  b08260b... switch: Remove css box drawing
  9058327... frame: Remove css box drawing
  840ee0f... image: Remove css box drawing
  fe459b1... bbox: Remove css box drawing
  5dc1ab2... container: Remove snapshot and draw implementations
  8f85b29... widget: Add default snapshot implementation
  4747c4f... Remove now useless snapshot implementations
  249ae3c... actionbar: Remove css box drawing
  22f877d... toolbar: Remove css box rendering
  fae863d... notebook: Fix crash when dragging a tab
  6445755... combobox: Remove css box drawing
  dea9836... stack: Remove css box drawing
  6b8a139... separator: Remove css box drawing
  e4ae67c... paned: Remove css box drawing
  72b23a4... scrolledwindow: Remove css box drawing
  11eb1fc... sizerequest: Fix indentation
  6737f8b... sizerequest: Honor css min size
  6ad1095... sizerequest: Move css handling to gtk_widget_measure
  7525bd7... sizerequest: Make size groups "work"
  0fd8b8b... sizerequest: Make sure widget sizes stay positive
  c72719e... sizerequest: Remove for_size parameter from push_recursion_
  4aae8a1... sizerequest: Stop checking orientation in query_size_for_or
  3067af8... sizerequest: Fix min size with widget margins
  5037db2... headerbar: Remove gadget
  62e2aaf... widget: Pass content allocation to size-allocate vfunc
  860be95... listbox: Remove gadgets
  d011fd0... switch: Remove gadget
  c6a228b... widget: Union clip with allocation and box shadow size
  0eb6dbd... box: Remove gadget usage
  6be216f... grid: Remove gadget
  4c53795... range: Remove gadget usage
  f4a285e... progressbar: Remove gadget
  6595a4c... gizmo: Remove gadget
  321002c... expander: Remove gadget
  905b0b3... checkbutton: Don't use parent button's gadget
  c02e020... menuitem: Stop using gadget
  11a26ff... fontbutton: Call the css node "fontbutton"
  68a2b5e... button: Remove gadget usage
  9f6cdcb... icon: Stop calling gtk_widget_set_allocation
  37d97f3... colorswatch: Remove gadget usage
  2532571... image: Remove gadget
  4518b6e... set clip of more widgets
  5978ead... modelbutton: Stop using the button's gadget
  2ba17ec... stackcombo: Set clip
  8edcf2d... widget: Add private gtk_widget_get_content_allocation
  7d4213d... frame: Remove gadget
  474e481... spinner: Set clip
  ac9e6eb... label: Remove gadget
  3b3e122... separator: Remove gadget
  f774b05... frame: Remove empty finalize implementation
  22d28ac... widget-factory: Remove invisible-char usage for spin button
  e20be84... label: Fix clipping
  84cf913... modelbutton: Remove last gadget usages
  60c007b... spinbutton: Inherit from GtkWidget
  af05049... spinbutton: Remove call to GtkSpinButton API
  710b36c... spinbuttonaccessible: Inherit from GtkWidgetAccessible
  417d97c... flowbox: Initialize allocation
  edf384f... cellrendererspin: Include gtkentry.h
  5e1699e... toolbar: Remove gadget
  17eb4ef... Entry: Remove gadget
  d73871e... spinbutton: Add text property
  d71b5db... spinbutton demo: Spinbuttons are no Entries
  5815e80... fontchooserwidgets: Spinbuttons are no entries
  c35beb0... menubar: Remove gadget
  a25d609... separatortoolitem: Remove gadget
  1e233f3... buttonbox: Don't use the parent gadget
  5bb61ce... actionbar: Remove gadget
  5fb8597... box: Remove gadget accessor
  f8efbc4... box: Remove gadget
  8f377b8... scrolledwindow: Remove gadget
  4c92373... viewport: Remove gadget
  5a1b553... flowbox: Remove gadgets
  6e0cfa8... widget: Add private get_border_allocation
  35400e6... combobox: Remove gadget
  f46fe9f... paned: Remove gadget
  6ca851f... frame: Fix copy&paste bug in shadow-type handling
  38d19d9... label: Don't chain up in size_allocate
  248030e... widget: Don't set the allocation in size-allocate
  9369309... gtkscale: Properly initialize the clip
  54a6f84... button: Remove gadget
  5609933... Slightly rework clip handling
  6340eda... stack: Remove gadget
  c8093c5... buttonbox: Remove gadget
  d41f696... widget: Add private get_margin_allocation
  eb61824... scale: Fix value position
  89e6e41... cellview: Remove gadget
  e944a55... revealer: Don't add a clip node for CROSSFADE transitions
  5124492... revealer: Stop calculating paddings ourselves
  d0a66eb... Remove calls to gtk_widget_set_allocation
  46f6d41... widget: Remove gtk_widget_set_allocation
  fda6f0d... range: Remove gadget completely
  ef7a6fb... scrolledwindow: Remove last argument from allocate_child
  6c0ca8f... scrolledwindow: Fix child widget positioning
  0c2bbc1... scrolledwindow: Remove useless function call
  c2e70a9... inspector: Fix list row alignment in general tab
  64304e9... expander: Inherit from GtkContainer
  a012813... checkmenuitem: Stop using the parent's gadget
  343379c... menuitem: Remove gadget
  6837885... boxgadget: Remove unused ComputeExpandFunc
  5e941c2... popover: Stop looking at padidng and border in measure
  0b0250a... widget: Special-case popover in snapshot
  11879e4... inspector: Show the GdkWindow before grabbing
  f80aa03... spinbutton: Fix activation
  3caa1d7... spinbutton: Add accessors for (max-)width-chars
  af970db... meson: Remove double gtkcssnode.c entry in source files
  b96f732... checkbutton: Don't draw a focus ring
  f236588... button: Remove unused flag
  7920ffc... menu: Stop looking at padding and margin manually
  c455685... menu: Remove unnecessary queue_draw
  48ad2c0... menu: Stop drawing css background and border
  15ef11e... searchbar: Remove manual snapshot code
  7287d19... searchbar: Fix property documentation comments
  b0f567b... toolitemgroup: Remove custom draw code
  f4f345b... toolpalette: Port to snapshot()
  24ae845... eventbox: Remove snapshot implementation
  2e4238c... calendar: Remove custom css background and border drawing
  330ce5d... scrollbar: Inherit from GtkWidget
  d20801f... range: Make GtkRange a regular class
  49d403c... scrolledwindow: Use scrollbar API on scrollbars
  cf15e60... range: Remove steppers
  a74db67... range: Remove contents gadget
  a614494... range: Use a gizmo as trough
  34c0008... range: Use gizmos for highlight and fill gadgets
  98fc1a8... icon: Remove gadget
  5e17f7c... range: make the slider a gadget
  a60da70... spinner: Remove gadget
  f1e9820... range: Snapshot slider in trough's snapshot impl
  e9b1922... range: Fix mouse location tracking
  85db958... range: Allocate the trough when the adjustment value change
  6e5716e... range: Draw the colorscale trough at 0,0
  a0c4380... scrollbar: Add accessor for wheel delta
  d40b4fe... menuitem: Replace arrow gadget with GtkIcon
  a8e2d71... icon: Only draw in content allocation
  9a3c790... checkmenuitem: Replace indicator gadget with GtkIcon
  2c2aa4b... menu: Replace arrow gadgets with GtkIcons
  42ea9cb... icon: Add _set_image
  3f65f52... notebook: Replace arrow gadgets with GtkIcons
  158578a... notebook: Replace tabs gadget with GtkGizmo
  5541278... notebook: Replace tab gadget with GtkGizmo
  a1cd681... gizmo: Chain up in snapshot if no snapshot func given
  53180c6... gizmo: Unparent all child widgets in finalize
  d2769ef... adwaita: Fix notebook theming
  703a5eb... container: Propagate child properties if parent != containe
  67af06e... notebook: Replace all gadgets with widgets
  2b5af0d... range: Return trough allocation from _get_range_rect
  ed29b00... scale: Remove draw_value vfunc
  4309fa7... scale: Replace all gadgets with widgets
  36925ca... range: Emit value-changed when setting the adjustment
  56bb2b7... spinbutton: Use 0 as default for (max-)width-chars
  4c8ae16... css nodes: Fix entries test case
  e28d428... css nodes: Fix expander test case
  035e404... progressbar: Apply style classes when setting direction
  4edbf5b... container: GtkActionBar is not a special container anymore
  c0b089b... adwaita: Fix typo
  b9e2cbd... widget: Consider css margins when setting clip
  bac6581... modelbutton: Use GtkIcon as indicator
  0c0916e... colorswatch: Replace IconHelper with GtkImage
  c14999d... checkbutton: Inherit from GtkBin
  8a741b5... inspector: Fix togglebutton/checkbutton API mixup
  3e11b59... tests: Fix some toggle-/checkbutton API mixups
  15319b1... Remove GtkBuiltinIcon
  4f9e5af... Remove GtkBoxGadget
  aa029ec... button: Don't care about sizing if no child is set
  ce31195... testheightforwidth: Remove GtkBox fill/expand usage
  2a443c6... switch: Use a gizmo as slider
  84350b7... icon: Render at content position
  3e3d549... treeview: default to width_changed = TRUE
  deeb4b0... range: Fix click detection in slider trace
  3c15bef... widget: Bring resize and baseline debug rendering back
  9186bb9... paned: Replace handle gadget with widget
  7bb7795... widget: Bring back layout debugging
  08bf90d... image: Offset rendering to the content allocation
  2c9e138... widget: Draw widget clips with GEOMETRY debugging
  9e4c034... spinbutton: Add docs for new public API
  7c70426... scale: Fix css node ordering and expected results
  2bc9c8f... box: Use widget children list in count_expand_children
  053492e... listbox: Remove rows directly when binding model
  caec90a... testtooltips: Fix Gtk(Check)Button API mixup
  f942713... tooltipwindow: Remove unused define
  b51d14b... testtooltips: Add static tooltip
  8dae09e... textview: Use ::snapshot
  578f5f4... accellabel: Inherit from GtkWidget
  3134315... inspector: Allow picking children of GtkWidget classes
  6095c39... Remove some unneeded includes
  3fb969d... filechooserwidget: Fix save widgets
  225515b... bin: Drop priv pointer
  398607e... scrollbar: Add new API to gtk4-sections.txt
  5b43354... listbox: Remove view_window
  fc31461... switch: Remove manual PRELIGHT code
  fb130a4... listbox: Remove manual prelight row management
  80a97ba... paned: Reimplement handle dragging
  0596bd7... paned: Remove useless queue_resize calls
  f5f54dc... scrolledwindow: Properly remove scrollbars
  b87975c... viewport: Remove bin_window
  4521780... widget: Remove queue_draw_child vfunc
  8124f66... Make child widget coordinates parent-relative
  57aae26... icon: Stop offset'ing in snapshot
  1f4ed64... frame: Fix child allocation
  9a62d0b... widget: Make allocations parent-content-allocation relative
  74bc413... scrolledwindow: fix scrollbar allocation
  91173bb... widget: Adapt translate_coordinates to coordinate changes
  4a6aad8... entry: Fix text position
  622c486... image: Fix snapshot position
  bc3de71... Make radio and check buttons appear as intended
  483839d... window: Remove dead code
  d103733... testwidgetfocus: Drop SPACING constant in favor for CSS
  663222f... widget: "fix" event and invalidation coordinates
  384c0b0... popover: Remove useless if case
  4ded3f7... toolitemgroup: Remove child window
  79e6b2d... revealer: Remove bin_window
  4468e4d... stack: Remove bin_window
  96dab08... revealer: Request child size for NONE transition type
  62b7462... revealer: Fix DOWN and RIGHT transition types
  884f87e... sizerequest: Assert that min_size >= 0

Commits added to the branch:

  b6e1384... gdkevents.h: Fix version annotations on new funcs (*)
  406db15... gdk/gtk: Fix more AVAILABLE_IN annotations to 3_92 (*)
  385a46b... wayland: Don't warn if the display is lost, skip exit handl (*)
  a4e80ef... gdk/gtk: Fix Since tags for 3.92 symbols (*)
  fc96fce... HighContrast: Restore files to regenerate CSS (*)
  796f9b5... themes: Square corners on fullscreen win headerbar (*)
  dcdd31e... HighContrast: Update parse-sass.sh; remove Gemfile (*)
  513b56c... HighContrast: Regenerate CSS files with sassc (*)
  6f71c54... Adwaita: Add missing rule for fullscreen headerbar (*)
  ee408d5... meson: Rebuild the SCSS-based themes if sassc is available (*)
  a1dc9e4... gtkfilechoosernativewin32: Fix support for non-ASCII paths (*)
  a84fc38... wayland: Do not map toplevel utility as popup (*)
  08aade4... wayland: check parent surface for subsurface (*)
  24f9d29... wayland: fix xdg_surface test in move/resize drag (*)
  a23ad61... wayland: selectively cancel key repeat on key release (*)
  7a3984e... icon browser: put icons as data (*)
  04fbef7... icon browser: Add a 'copy to clipboard' button (*)
  cc9feb5... icon browser: Make icons a bit larger (*)
  ca95adb... icon-browser: Add a few icons (*)
  3aef221... dist icon.list (*)
  e32f15b... Update Friulian translation (*)
  e936a35... Make GtkCenterBox public (*)
  f8059f3... center box: handle missing start or end widgets (*)
  b4cb05a... center box: implement natural size and rtl flipping (*)
  60cd5b9... center box: implement GtkBuildable (*)
  4292175... center box: Support expand property (*)
  141e053... center box: support height-for-width (*)
  f8737a6... center box : implement GtkOrientable (*)
  c35604c... center box: add baseline support (*)
  23f870d... Add a simple center box test (*)
  5e69fe1... center box: Add more documentation (*)
  713b53a... widget: Draw background and border for every widget
  47dfc75... button: Remove css box drawing
  efdc153... Widget: Disable css box drawing for GtkWindow
  70b99aa... box: Remove css box drawing
  e4c5ceb... gizmo: Remove css box drawing
  ef86adb... gtkgrid: Remove css box drawing
  ead3b46... label: Remove css box drawing
  3ddf4da... progressbar: Remove css box drawing
  71cc2b1... widget: Draw focus outline
  2625323... headerbar: Remove css box drawing
  229e327... listbox: Remove css box drawing
  1ca34f8... flowbox: Remove css box drawing
  2cd5004... switch: Remove css box drawing
  0a46939... frame: Remove css box drawing
  435bb7f... image: Remove css box drawing
  9e3e0b6... bbox: Remove css box drawing
  d4c6cc2... container: Remove snapshot and draw implementations
  43ddcf4... widget: Add default snapshot implementation
  aab79ae... Remove now useless snapshot implementations
  4b96f7c... actionbar: Remove css box drawing
  adbd111... toolbar: Remove css box rendering
  7aaec9a... notebook: Fix crash when dragging a tab
  02949e8... combobox: Remove css box drawing
  457b580... stack: Remove css box drawing
  e853dc4... separator: Remove css box drawing
  8b63447... paned: Remove css box drawing
  3cbe22b... scrolledwindow: Remove css box drawing
  36b609e... sizerequest: Fix indentation
  3bed405... sizerequest: Honor css min size
  57af25f... sizerequest: Move css handling to gtk_widget_measure
  d19c080... sizerequest: Make size groups "work"
  5ee8532... sizerequest: Make sure widget sizes stay positive
  0b84d9e... sizerequest: Remove for_size parameter from push_recursion_
  6fff680... sizerequest: Stop checking orientation in query_size_for_or
  c207516... sizerequest: Fix min size with widget margins
  059ddb0... headerbar: Remove gadget
  e271ae4... widget: Pass content allocation to size-allocate vfunc
  1c8737c... listbox: Remove gadgets
  848fd4b... switch: Remove gadget
  7434aa1... widget: Union clip with allocation and box shadow size
  15e5af3... box: Remove gadget usage
  44f5022... grid: Remove gadget
  a452ac6... range: Remove gadget usage
  18b26d0... progressbar: Remove gadget
  21327fc... gizmo: Remove gadget
  fcc684c... expander: Remove gadget
  16183f3... checkbutton: Don't use parent button's gadget
  47b0cd2... menuitem: Stop using gadget
  ad5d4d4... fontbutton: Call the css node "fontbutton"
  0fc2a33... button: Remove gadget usage
  f7cf979... icon: Stop calling gtk_widget_set_allocation
  f08d25c... colorswatch: Remove gadget usage
  2bdbaaf... image: Remove gadget
  2513de4... set clip of more widgets
  87b06c1... modelbutton: Stop using the button's gadget
  0db6f64... stackcombo: Set clip
  e4f1315... widget: Add private gtk_widget_get_content_allocation
  186227d... frame: Remove gadget
  2d6e246... spinner: Set clip
  853b60d... label: Remove gadget
  b99bce1... separator: Remove gadget
  4dfe623... frame: Remove empty finalize implementation
  f79acb4... widget-factory: Remove invisible-char usage for spin button
  4d1da5a... label: Fix clipping
  7803aa9... modelbutton: Remove last gadget usages
  3706e1c... spinbutton: Inherit from GtkWidget
  4cd4bb9... spinbutton: Remove call to GtkSpinButton API
  55c721c... spinbuttonaccessible: Inherit from GtkWidgetAccessible
  9bec0f1... flowbox: Initialize allocation
  a9431d7... cellrendererspin: Include gtkentry.h
  e7d32b2... toolbar: Remove gadget
  a48f781... Entry: Remove gadget
  9058d4c... spinbutton: Add text property
  b25978e... spinbutton demo: Spinbuttons are no Entries
  e6377f4... fontchooserwidgets: Spinbuttons are no entries
  131babf... menubar: Remove gadget
  c150038... separatortoolitem: Remove gadget
  cf510cc... buttonbox: Don't use the parent gadget
  0946d7d... actionbar: Remove gadget
  e1387e3... box: Remove gadget accessor
  e3c1cbd... box: Remove gadget
  83be749... scrolledwindow: Remove gadget
  266c1e2... viewport: Remove gadget
  87d3802... flowbox: Remove gadgets
  da84719... widget: Add private get_border_allocation
  0085f84... combobox: Remove gadget
  3bcf7be... paned: Remove gadget
  5d09614... frame: Fix copy&paste bug in shadow-type handling
  2ca46cb... label: Don't chain up in size_allocate
  ef8b4cf... widget: Don't set the allocation in size-allocate
  dd9b2cf... gtkscale: Properly initialize the clip
  6bb2e2a... button: Remove gadget
  bd38108... Slightly rework clip handling
  83f5001... stack: Remove gadget
  b1fee32... buttonbox: Remove gadget
  76aa48d... widget: Add private get_margin_allocation
  40ba4c4... scale: Fix value position
  5baf213... cellview: Remove gadget
  2d72aec... revealer: Don't add a clip node for CROSSFADE transitions
  ee07be9... revealer: Stop calculating paddings ourselves
  73833fc... Remove calls to gtk_widget_set_allocation
  987cebb... widget: Remove gtk_widget_set_allocation
  f540478... range: Remove gadget completely
  679a55e... scrolledwindow: Remove last argument from allocate_child
  6d3f737... scrolledwindow: Fix child widget positioning
  6fbafa1... scrolledwindow: Remove useless function call
  276d13d... inspector: Fix list row alignment in general tab
  c3890f4... expander: Inherit from GtkContainer
  515e342... checkmenuitem: Stop using the parent's gadget
  4c58075... menuitem: Remove gadget
  f5be716... boxgadget: Remove unused ComputeExpandFunc
  d716f4f... popover: Stop looking at padidng and border in measure
  bf2fa7a... widget: Special-case popover in snapshot
  dbf0883... inspector: Show the GdkWindow before grabbing
  fdd557e... spinbutton: Fix activation
  7059aa3... spinbutton: Add accessors for (max-)width-chars
  c3ace8c... meson: Remove double gtkcssnode.c entry in source files
  d7fc9ca... checkbutton: Don't draw a focus ring
  7a242dd... button: Remove unused flag
  c27d6d3... menu: Stop looking at padding and margin manually
  191ee3f... menu: Remove unnecessary queue_draw
  7b8915b... menu: Stop drawing css background and border
  b960b21... searchbar: Remove manual snapshot code
  d933078... searchbar: Fix property documentation comments
  b69609c... toolitemgroup: Remove custom draw code
  6f19941... toolpalette: Port to snapshot()
  708ec4e... eventbox: Remove snapshot implementation
  e5dc9f1... calendar: Remove custom css background and border drawing
  b136f5c... scrollbar: Inherit from GtkWidget
  c987a31... range: Make GtkRange a regular class
  b2b8ddb... scrolledwindow: Use scrollbar API on scrollbars
  130f5c7... range: Remove steppers
  8096ee4... range: Remove contents gadget
  34640c4... range: Use a gizmo as trough
  b8d0644... range: Use gizmos for highlight and fill gadgets
  a0781e9... icon: Remove gadget
  b2d90f3... range: make the slider a gadget
  64afc3f... spinner: Remove gadget
  f3e5796... range: Snapshot slider in trough's snapshot impl
  dad42fc... range: Fix mouse location tracking
  cea58ab... range: Allocate the trough when the adjustment value change
  75b42f3... range: Draw the colorscale trough at 0,0
  5bd2fb5... scrollbar: Add accessor for wheel delta
  faa072c... menuitem: Replace arrow gadget with GtkIcon
  470ac8e... icon: Only draw in content allocation
  c6e3c74... checkmenuitem: Replace indicator gadget with GtkIcon
  841000f... menu: Replace arrow gadgets with GtkIcons
  cedf7dd... icon: Add _set_image
  1905eb9... notebook: Replace arrow gadgets with GtkIcons
  e14071a... notebook: Replace tabs gadget with GtkGizmo
  69a4c87... notebook: Replace tab gadget with GtkGizmo
  7bfb1a0... gizmo: Chain up in snapshot if no snapshot func given
  49128b0... gizmo: Unparent all child widgets in finalize
  efe8111... adwaita: Fix notebook theming
  a99c243... container: Propagate child properties if parent != containe
  30d31f7... notebook: Replace all gadgets with widgets
  0b7a0ed... range: Return trough allocation from _get_range_rect
  e08cc00... scale: Remove draw_value vfunc
  ea65077... scale: Replace all gadgets with widgets
  f5e9eaa... range: Emit value-changed when setting the adjustment
  f45fa32... spinbutton: Use 0 as default for (max-)width-chars
  605be90... css nodes: Fix entries test case
  dbb2502... css nodes: Fix expander test case
  896f748... progressbar: Apply style classes when setting direction
  d9c52ca... container: GtkActionBar is not a special container anymore
  d70bccb... adwaita: Fix typo
  d753212... widget: Consider css margins when setting clip
  9250918... modelbutton: Use GtkIcon as indicator
  9893353... colorswatch: Replace IconHelper with GtkImage
  33eb89c... checkbutton: Inherit from GtkBin
  eced4a2... inspector: Fix togglebutton/checkbutton API mixup
  a54a5da... tests: Fix some toggle-/checkbutton API mixups
  7589f8e... Remove GtkBuiltinIcon
  0c26d33... Remove GtkBoxGadget
  59c9e33... button: Don't care about sizing if no child is set
  607bea1... testheightforwidth: Remove GtkBox fill/expand usage
  4268c84... switch: Use a gizmo as slider
  6b5fdee... icon: Render at content position
  4d0631d... treeview: default to width_changed = TRUE
  35e7e6e... range: Fix click detection in slider trace
  18b12d8... widget: Bring resize and baseline debug rendering back
  ddbe725... paned: Replace handle gadget with widget
  ef0100f... widget: Bring back layout debugging
  4286c69... image: Offset rendering to the content allocation
  4dc32a3... widget: Draw widget clips with GEOMETRY debugging
  a4d3334... spinbutton: Add docs for new public API
  d80eac7... scale: Fix css node ordering and expected results
  ea758be... box: Use widget children list in count_expand_children
  ce27daf... listbox: Remove rows directly when binding model
  12a198e... testtooltips: Fix Gtk(Check)Button API mixup
  a489b90... tooltipwindow: Remove unused define
  7496c5b... testtooltips: Add static tooltip
  ba0c309... textview: Use ::snapshot
  da9f09c... accellabel: Inherit from GtkWidget
  f7aabae... inspector: Allow picking children of GtkWidget classes
  54ed38d... Remove some unneeded includes
  944bc62... filechooserwidget: Fix save widgets
  994c8de... bin: Drop priv pointer
  197b552... scrollbar: Add new API to gtk4-sections.txt
  897f0b8... listbox: Remove view_window
  4677a70... switch: Remove manual PRELIGHT code
  2caefa8... listbox: Remove manual prelight row management
  4d821db... paned: Reimplement handle dragging
  dff8de5... paned: Remove useless queue_resize calls
  b793124... scrolledwindow: Properly remove scrollbars
  884882c... viewport: Remove bin_window
  cab127f... widget: Remove queue_draw_child vfunc
  3ab47e3... Make child widget coordinates parent-relative
  e20de47... icon: Stop offset'ing in snapshot
  4367473... frame: Fix child allocation
  9c1c4a8... widget: Make allocations parent-content-allocation relative
  7c50db7... scrolledwindow: fix scrollbar allocation
  944aa7d... widget: Adapt translate_coordinates to coordinate changes
  f8b2390... entry: Fix text position
  f67ec18... image: Fix snapshot position
  34aca11... Make radio and check buttons appear as intended
  8a17c8c... window: Remove dead code
  6e6f5d0... testwidgetfocus: Drop SPACING constant in favor for CSS
  9fad60c... widget: "fix" event and invalidation coordinates
  955002a... popover: Remove useless if case
  d4cae23... toolitemgroup: Remove child window
  0ce660a... revealer: Remove bin_window
  8391b09... stack: Remove bin_window
  11d256e... revealer: Request child size for NONE transition type
  83d3f6e... revealer: Fix DOWN and RIGHT transition types
  0c17191... sizerequest: Assert that min_size >= 0
  c21e057... iconview: Stop drawing a background
  4b50a58... modelmenuitem: Fix type checking assertions
  ba8d353... menu: Remove bin_window and view_window
  b1e5239... widget: Avoid some type checks in snapshot_child
  adeca62... adwaita: Refine checkbutton styling some more

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