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

  e99b860... modelbutton: Use GtkIcon as indicator
  db177a0... colorswatch: Replace IconHelper with GtkImage
  64142bd... checkbutton: Inherit from GtkBin
  69b796e... inspector: Fix togglebutton/checkbutton API mixup
  7ee7707... tests: Fix some toggle-/checkbutton API mixups
  dad5a63... Remove GtkBuiltinIcon
  bc36f67... Remove GtkBoxGadget
  bf1b302... button: Don't care about sizing if no child is set
  9508747... testheightforwidth: Remove GtkBox fill/expand usage
  185e67b... switch: Use a gizmo as slider
  da13e59... icon: Render at content position
  d141e4c... treeview: default to width_changed = TRUE
  fbc9a3c... range: Fix click detection in slider trace
  2d49186... widget: Bring resize and baseline debug rendering back
  bf9de27... paned: Replace handle gadget with widget
  af45499... widget: Bring back layout debugging
  cf9402c... image: Offset rendering to the content allocation
  9b71c32... widget: Draw widget clips with GEOMETRY debugging
  96efe2a... spinbutton: Add docs for new public API
  1943cb5... scale: Fix css node ordering and expected results
  35f9f13... box: Use widget children list in count_expand_children
  3916a22... listbox: Remove rows directly when binding model
  61f7fec... testtooltips: Fix Gtk(Check)Button API mixup
  c5d7a8b... tooltipwindow: Remove unused define
  58a1afd... testtooltips: Add static tooltip
  66deb60... textview: Use ::snapshot
  def9655... accellabel: Inherit from GtkWidget
  7c47f84... inspector: Allow picking children of GtkWidget classes
  5fce738... Remove some unneeded includes
  52c220f... filechooserwidget: Fix save widgets
  b077d1f... bin: Drop priv pointer
  5ca7e42... scrollbar: Add new API to gtk4-sections.txt
  028cd00... listbox: Remove view_window
  be55a74... switch: Remove manual PRELIGHT code
  404c35b... listbox: Remove manual prelight row management
  7d70858... paned: Reimplement handle dragging
  68a254a... paned: Remove useless queue_resize calls
  3148495... scrolledwindow: Properly remove scrollbars
  6f98abe... viewport: Remove bin_window
  583f6c0... widget: Remove queue_draw_child vfunc
  8f13725... Make child widget coordinates parent-relative
  87f8d1b... icon: Stop offset'ing in snapshot
  fcc9d8a... frame: Fix child allocation
  50277a0... widget: Make allocations parent-content-allocation relative
  c35a2c7... scrolledwindow: fix scrollbar allocation
  3830105... widget: Adapt translate_coordinates to coordinate changes
  ab9b86d... entry: Fix text position
  c72e69c... image: Fix snapshot position
  7070214... Make radio and check buttons appear as intended
  bb6877a... window: Remove dead code
  edcdde9... testwidgetfocus: Drop SPACING constant in favor for CSS
  8a7ebb9... widget: "fix" event and invalidation coordinates
  65607e7... popover: Remove useless if case
  f21ef03... toolitemgroup: Remove child window
  67777fe... revealer: Remove bin_window
  931b5ca... stack: Remove bin_window
  0d8bc6f... revealer: Request child size for NONE transition type
  0b0aea0... revealer: Fix DOWN and RIGHT transition types
  62eeb4b... sizerequest: Assert that min_size >= 0
  3525a8b... iconview: Stop drawing a background
  9441350... modelmenuitem: Fix type checking assertions
  b9d20d8... menu: Remove bin_window and view_window
  fcc6e90... widget: Avoid some type checks in snapshot_child
  f565700... adwaita: Refine checkbutton styling some more
  8282717... image: Fold gtk_image_reset into only caller
  7f915db... entry: get_layout_location coords are already content relat
  e47994d... range: Use a gizmo as slider
  157902a... scrolledwindow: Fix on_scrollbar check
  7e363c5... scrolledwindow: Fix scrollbar allocations
  5266038... label: Fix layout snapshot coordinates

Commits added to the branch:

  d674dd1... colorswatch: Replace IconHelper with GtkImage
  2370603... icon: Add _set_css_name back
  3be01a6... modelbutton: Use GtkIcon as indicator
  8b5125b... checkbutton: stop using gadgets
  97138f0... Remove GtkBuiltinIcon
  ba473c8... Remove GtkBoxGadget
  0d78648... button: Don't care about sizing if no child is set
  472cd5c... testheightforwidth: Remove GtkBox fill/expand usage
  0961b64... switch: Use a gizmo as slider
  d4ccaf6... icon: Render at content position
  81122bc... treeview: default to width_changed = TRUE
  1259dff... range: Fix click detection in slider trace
  1e43380... widget: Bring resize and baseline debug rendering back
  20d98db... paned: Replace handle gadget with widget
  482286f... widget: Bring back layout debugging
  d3eeed1... image: Offset rendering to the content allocation
  bdcf46c... widget: Draw widget clips with GEOMETRY debugging
  dcc688a... spinbutton: Add docs for new public API
  8edc812... scale: Fix css node ordering and expected results
  8bd5da4... box: Use widget children list in count_expand_children
  27d95e5... listbox: Remove rows directly when binding model
  2e67edd... tooltipwindow: Remove unused define
  e7bfa2a... testtooltips: Add static tooltip
  176e222... textview: Use ::snapshot
  c2433b6... accellabel: Inherit from GtkWidget
  041b1ce... inspector: Allow picking children of GtkWidget classes
  e6ac92f... Remove some unneeded includes
  7598667... filechooserwidget: Fix save widgets
  dec4513... bin: Drop priv pointer
  86260cf... scrollbar: Add new API to gtk4-sections.txt
  bf730b6... listbox: Remove view_window
  7445dd3... switch: Remove manual PRELIGHT code
  a8c0ed4... listbox: Remove manual prelight row management
  12ab69e... paned: Reimplement handle dragging
  b7a2b99... paned: Remove useless queue_resize calls
  2f22be5... scrolledwindow: Properly remove scrollbars
  64f08e7... viewport: Remove bin_window
  48e7e4f... widget: Remove queue_draw_child vfunc
  da18f51... Make child widget coordinates parent-relative
  888a607... icon: Stop offset'ing in snapshot
  d84d73b... frame: Fix child allocation
  514033d... widget: Make allocations parent-content-allocation relative
  1ab804e... scrolledwindow: fix scrollbar allocation
  39ee88b... widget: Adapt translate_coordinates to coordinate changes
  0d2187b... entry: Fix text position
  d403c3f... image: Fix snapshot position
  c058c09... window: Remove dead code
  224f1cd... testwidgetfocus: Drop SPACING constant in favor for CSS
  d810dc3... widget: "fix" event and invalidation coordinates
  a622466... popover: Remove useless if case
  7785515... toolitemgroup: Remove child window
  a0222f6... revealer: Remove bin_window
  051787f... stack: Remove bin_window
  9941e78... revealer: Request child size for NONE transition type
  15691cf... revealer: Fix DOWN and RIGHT transition types
  effc5b7... sizerequest: Assert that min_size >= 0
  a08fe79... iconview: Stop drawing a background
  8c257be... modelmenuitem: Fix type checking assertions
  712b274... menu: Remove bin_window and view_window
  67b3c8b... widget: Avoid some type checks in snapshot_child
  1dd5cde... image: Fold gtk_image_reset into only caller
  e2be470... entry: get_layout_location coords are already content relat
  b5a9c42... range: Use a gizmo as slider
  1904715... scrolledwindow: Fix on_scrollbar check
  fe62f44... scrolledwindow: Fix scrollbar allocations
  1934227... label: Fix layout snapshot coordinates


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