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

  c89899d... viewport: Remove gadget
  b484775... flowbox: Remove gadgets
  2b4f859... widget: Add private get_border_allocation
  845884e... combobox: Remove gadget
  ac17048... paned: Remove gadget
  18fd854... frame: Fix copy&paste bug in shadow-type handling
  fb7dadc... label: Don't chain up in size_allocate
  7734548... widget: Don't set the allocation in size-allocate
  2e52707... gtkscale: Properly initialize the clip
  f8776d5... button: Remove gadget
  984ea74... Slightly rework clip handling
  7baec1a... stack: Remove gadget
  69ae741... buttonbox: Remove gadget
  75b2719... widget: Add private get_margin_allocation
  ca41467... scale: Fix value position
  e009494... cellview: Remove gadget
  d8e70ca... revealer: Don't add a clip node for CROSSFADE transitions
  c613134... revealer: Stop calculating paddings ourselves
  d296d79... Remove calls to gtk_widget_set_allocation
  0b2ead0... widget: Remove gtk_widget_set_allocation
  ad46126... range: Remove gadget completely
  33fb8cb... scrolledwindow: Remove last argument from allocate_child
  ba93df0... scrolledwindow: Fix child widget positioning
  04b73f6... scrolledwindow: Remove useless function call
  0e12758... inspector: Fix list row alignment in general tab
  4eaaaf9... expander: Inherit from GtkContainer
  b80a5c3... checkmenuitem: Stop using the parent's gadget
  dc98ef2... menuitem: Remove gadget
  2901696... boxgadget: Remove unused ComputeExpandFunc
  ce62246... popover: Stop looking at padidng and border in measure
  c1f1618... widget: Special-case popover in snapshot
  d407d9a... inspector: Show the GdkWindow before grabbing
  424f4d7... spinbutton: Fix activation
  502d7af... spinbutton: Add accessors for (max-)width-chars
  a6f7520... meson: Remove double gtkcssnode.c entry in source files
  4ca1860... checkbutton: Don't draw a focus ring
  ef9f4f3... button: Remove unused flag
  ad37327... menu: Stop looking at padding and margin manually
  587e8c2... menu: Remove unnecessary queue_draw
  e1f5a1e... menu: Stop drawing css background and border
  9db1843... searchbar: Remove manual snapshot code
  d599e3e... searchbar: Fix property documentation comments
  02042d4... toolitemgroup: Remove custom draw code
  377872b... toolpalette: Port to snapshot()
  763cbc6... eventbox: Remove snapshot implementation
  62970c5... calendar: Remove custom css background and border drawing
  3611d47... scrollbar: Inherit from GtkWidget
  dc1c684... range: Make GtkRange a regular class
  52a7625... scrolledwindow: Use scrollbar API on scrollbars
  8b7fcd1... range: Remove steppers
  95c8dc7... range: Remove contents gadget
  322718b... range: Use a gizmo as trough
  74d3990... range: Use gizmos for highlight and fill gadgets
  5c1b56e... icon: Remove gadget
  34964b5... range: make the slider a gadget
  7174956... spinner: Remove gadget
  2dea6e3... range: Snapshot slider in trough's snapshot impl
  bbaed63... range: Fix mouse location tracking
  df41211... range: Allocate the trough when the adjustment value change
  15b9c89... range: Draw the colorscale trough at 0,0
  788c45c... scrollbar: Add accessor for wheel delta
  9cd8819... menuitem: Replace arrow gadget with GtkIcon
  7575b6b... icon: Only draw in content allocation
  668b594... checkmenuitem: Replace indicator gadget with GtkIcon
  fd54ba7... menu: Replace arrow gadgets with GtkIcons
  e42dd87... icon: Add _set_image
  92966b5... notebook: Replace arrow gadgets with GtkIcons
  6d19005... notebook: Replace tabs gadget with GtkGizmo
  f91f75e... notebook: Replace tab gadget with GtkGizmo
  ba6c6f7... gizmo: Chain up in snapshot if no snapshot func given
  9422e60... gizmo: Unparent all child widgets in finalize
  fcecb41... adwaita: Fix notebook theming
  940a0d5... container: Propagate child properties if parent != containe
  3e72aaa... notebook: Replace all gadgets with widgets
  272936c... range: Return trough allocation from _get_range_rect
  aa98876... scale: Remove draw_value vfunc
  c1d065e... scale: Replace all gadgets with widgets
  378e549... range: Emit value-changed when setting the adjustment
  0fa2780... spinbutton: Use 0 as default for (max-)width-chars
  c20a3da... css nodes: Fix entries test case
  5203494... css nodes: Fix expander test case
  dcc2031... progressbar: Apply style classes when setting direction
  8729d5a... container: GtkActionBar is not a special container anymore
  71a13f4... adwaita: Fix typo
  142af95... widget: Consider css margins when setting clip
  4a7ba2d... modelbutton: Use GtkIcon as indicator
  aaf714a... colorswatch: Replace IconHelper with GtkImage
  51e1f3f... checkbutton: Inherit from GtkBin
  aa96f78... inspector: Fix togglebutton/checkbutton API mixup
  c41dcf4... tests: Fix some toggle-/checkbutton API mixups
  714b561... Remove GtkBuiltinIcon
  d76c42f... Remove GtkBoxGadget
  96c6b1f... button: Don't care about sizing if no child is set
  14d3584... testheightforwidth: Remove GtkBox fill/expand usage
  eacebd7... switch: Use a gizmo as slider
  e9d61de... icon: Render at content position
  45929c0... treeview: default to width_changed = TRUE
  3725acd... range: Fix click detection in slider trace
  cf1d0bc... widget: Bring resize and baseline debug rendering back
  9d27b96... paned: Replace handle gadget with widget
  59fd540... widget: Bring back layout debugging
  7d01bdd... image: Offset rendering to the content allocation
  3a6e930... widget: Draw widget clips with GEOMETRY debugging
  33e54de... spinbutton: Add docs for new public API
  1153fee... scale: Fix css node ordering and expected results
  53ad15e... box: Use widget children list in count_expand_children
  6490ed0... listbox: Remove rows directly when binding model
  17fdfc5... testtooltips: Fix Gtk(Check)Button API mixup
  53451e7... tooltipwindow: Remove unused define
  17716f1... testtooltips: Add static tooltip
  b4ad332... textview: Use ::snapshot
  88326b5... accellabel: Inherit from GtkWidget
  d30f095... inspector: Allow picking children of GtkWidget classes
  c788b9b... Remove some unneeded includes
  a80095a... filechooserwidget: Fix save widgets
  ef50bb8... bin: Drop priv pointer
  bc561e7... scrollbar: Add new API to gtk4-sections.txt
  5ea2610... listbox: Remove view_window

Commits added to the branch:

  4c92373... viewport: Remove gadget
  29d532c... flowbox: Remove gadgets
  fa59bd6... widget: Add private get_border_allocation
  622a308... combobox: Remove gadget
  73a7424... paned: Remove gadget
  8530fdd... frame: Fix copy&paste bug in shadow-type handling
  e72d48b... label: Don't chain up in size_allocate
  2093a6c... widget: Don't set the allocation in size-allocate
  009963c... gtkscale: Properly initialize the clip
  483129c... button: Remove gadget
  16f5491... Slightly rework clip handling
  ff996f0... stack: Remove gadget
  f84bc0f... buttonbox: Remove gadget
  97c9ca0... widget: Add private get_margin_allocation
  9f6a92a... scale: Fix value position
  62ed307... cellview: Remove gadget
  ff5bc37... revealer: Don't add a clip node for CROSSFADE transitions
  49cdf6b... revealer: Stop calculating paddings ourselves
  13694fe... Remove calls to gtk_widget_set_allocation
  2fa4c25... widget: Remove gtk_widget_set_allocation
  afc9874... range: Remove gadget completely
  5947522... scrolledwindow: Remove last argument from allocate_child
  f72521e... scrolledwindow: Fix child widget positioning
  2335ee5... scrolledwindow: Remove useless function call
  d85e396... inspector: Fix list row alignment in general tab
  392fc35... expander: Inherit from GtkContainer
  4760a16... checkmenuitem: Stop using the parent's gadget
  63599b9... menuitem: Remove gadget
  97ab9ee... boxgadget: Remove unused ComputeExpandFunc
  49d50eb... popover: Stop looking at padidng and border in measure
  6850b63... widget: Special-case popover in snapshot
  804167c... inspector: Show the GdkWindow before grabbing
  553fb98... spinbutton: Fix activation
  3eaaf5f... spinbutton: Add accessors for (max-)width-chars
  21b2d29... meson: Remove double gtkcssnode.c entry in source files
  48c8f7b... checkbutton: Don't draw a focus ring
  1e87d16... button: Remove unused flag
  1651920... menu: Stop looking at padding and margin manually
  59645cf... menu: Remove unnecessary queue_draw
  6e3f387... menu: Stop drawing css background and border
  1d142b3... searchbar: Remove manual snapshot code
  d6fec61... searchbar: Fix property documentation comments
  390152c... toolitemgroup: Remove custom draw code
  2c9af44... toolpalette: Port to snapshot()
  78e6974... eventbox: Remove snapshot implementation
  9da9dc1... calendar: Remove custom css background and border drawing
  87fe957... scrollbar: Inherit from GtkWidget
  0b7623a... range: Make GtkRange a regular class
  3db8aa5... scrolledwindow: Use scrollbar API on scrollbars
  a49024d... range: Remove steppers
  d4e6381... range: Remove contents gadget
  bda019d... range: Use a gizmo as trough
  faa59f2... range: Use gizmos for highlight and fill gadgets
  9f8f975... icon: Remove gadget
  a768b69... range: make the slider a gadget
  3258698... spinner: Remove gadget
  c6ec621... range: Snapshot slider in trough's snapshot impl
  6426fc7... range: Fix mouse location tracking
  cb7ac93... range: Allocate the trough when the adjustment value change
  65315b6... range: Draw the colorscale trough at 0,0
  ca05d82... scrollbar: Add accessor for wheel delta
  8e1df69... menuitem: Replace arrow gadget with GtkIcon
  419ffcc... icon: Only draw in content allocation
  bdeb309... checkmenuitem: Replace indicator gadget with GtkIcon
  f2022d1... menu: Replace arrow gadgets with GtkIcons
  4f487f7... icon: Add _set_image
  6d3f183... notebook: Replace arrow gadgets with GtkIcons
  9e2e4d7... notebook: Replace tabs gadget with GtkGizmo
  24b9a85... notebook: Replace tab gadget with GtkGizmo
  ab08bcb... gizmo: Chain up in snapshot if no snapshot func given
  bf43c65... gizmo: Unparent all child widgets in finalize
  11118ec... adwaita: Fix notebook theming
  d1e9355... container: Propagate child properties if parent != containe
  de5394f... notebook: Replace all gadgets with widgets
  5e574f4... range: Return trough allocation from _get_range_rect
  23ac7e9... scale: Remove draw_value vfunc
  908376a... scale: Replace all gadgets with widgets
  5541a5b... range: Emit value-changed when setting the adjustment
  a82a256... spinbutton: Use 0 as default for (max-)width-chars
  d2eb0cf... css nodes: Fix entries test case
  f338311... css nodes: Fix expander test case
  48deddc... progressbar: Apply style classes when setting direction
  c11d946... container: GtkActionBar is not a special container anymore
  184003a... adwaita: Fix typo
  0070819... widget: Consider css margins when setting clip
  b02f366... modelbutton: Use GtkIcon as indicator
  9e41036... colorswatch: Replace IconHelper with GtkImage
  1400ba1... checkbutton: Inherit from GtkBin
  1ffbca2... inspector: Fix togglebutton/checkbutton API mixup
  54fb707... tests: Fix some toggle-/checkbutton API mixups
  2c9aec1... Remove GtkBuiltinIcon
  2f70765... Remove GtkBoxGadget
  393483f... button: Don't care about sizing if no child is set
  513195b... testheightforwidth: Remove GtkBox fill/expand usage
  9690b8e... switch: Use a gizmo as slider
  2fa6e2e... icon: Render at content position
  a756edd... treeview: default to width_changed = TRUE
  94fa196... range: Fix click detection in slider trace
  47d2a4a... widget: Bring resize and baseline debug rendering back
  26acd37... paned: Replace handle gadget with widget
  be0afe1... widget: Bring back layout debugging
  27d2085... image: Offset rendering to the content allocation
  1197123... widget: Draw widget clips with GEOMETRY debugging
  dbf4932... spinbutton: Add docs for new public API
  747e3c9... scale: Fix css node ordering and expected results
  1a41d59... box: Use widget children list in count_expand_children
  be831bc... listbox: Remove rows directly when binding model
  8bafdff... testtooltips: Fix Gtk(Check)Button API mixup
  88d995d... tooltipwindow: Remove unused define
  ef73f84... testtooltips: Add static tooltip
  2c08d7c... textview: Use ::snapshot
  ee66bd4... accellabel: Inherit from GtkWidget
  f9e3370... inspector: Allow picking children of GtkWidget classes
  d29bafa... Remove some unneeded includes
  8879504... filechooserwidget: Fix save widgets
  dd46481... bin: Drop priv pointer
  6dc1c4d... scrollbar: Add new API to gtk4-sections.txt
  5739884... listbox: Remove view_window
  af133c2... switch: Remove manual PRELIGHT code
  cfea352... listbox: Remove manual prelight row management
  1e579d1... paned: Reimplement handle dragging
  1c8a05b... paned: Remove useless queue_resize calls
  198386c... scrolledwindow: Properly remove scrollbars
  ee156d0... viewport: Remove bin_window
  a9134bf... widget: Remove queue_draw_child vfunc
  1b0df93... Make child widget coordinates parent-relative
  17705e0... icon: Stop offset'ing in snapshot
  67b1d33... frame: Fix child allocation
  550d982... widget: Make allocations parent-content-allocation relative


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