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

  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
  c3dd7ff... accellabel: Inherit from GtkWidget
  a394c61... inspector: Allow picking children of GtkWidget classes
  4fa7b06... Remove some unneeded includes
  08c0a3c... filechooserwidget: Fix save widgets
  f7a1ad1... bin: Drop priv pointer
  0982154... scrollbar: Add new API to gtk4-sections.txt
  c562dc9... listbox: Remove view_window
  6d2a466... switch: Remove manual PRELIGHT code
  58f5e4d... listbox: Remove manual prelight row management
  40a06b0... paned: Reimplement handle dragging
  107e6b9... paned: Remove useless queue_resize calls
  38ecb47... scrolledwindow: Properly remove scrollbars
  00be53f... viewport: Remove bin_window
  c48ba7c... widget: Remove queue_draw_child vfunc
  1d524eb... Make child widget coordinates parent-relative
  af176de... icon: Stop offset'ing in snapshot
  d6770d0... frame: Fix child allocation
  d234de9... widget: Make allocations parent-content-allocation relative
  6a687d4... scrolledwindow: fix scrollbar allocation
  e9ebf51... widget: Adapt translate_coordinates to coordinate changes
  7039046... entry: Fix text position
  ab7e91a... image: Fix snapshot position
  ec99a9d... window: Remove dead code
  a8d1837... testwidgetfocus: Drop SPACING constant in favor for CSS
  adfe51d... widget: "fix" event and invalidation coordinates
  c505abc... popover: Remove useless if case
  92a4096... toolitemgroup: Remove child window
  4b7e22b... revealer: Remove bin_window
  9f03778... stack: Remove bin_window
  ead221e... revealer: Request child size for NONE transition type
  062ff5d... revealer: Fix DOWN and RIGHT transition types
  858e1f4... sizerequest: Assert that min_size >= 0
  7366e81... iconview: Stop drawing a background
  96e141d... modelmenuitem: Fix type checking assertions
  3b4bc85... menu: Remove bin_window and view_window
  b9f7cf6... widget: Avoid some type checks in snapshot_child
  5c44925... image: Fold gtk_image_reset into only caller
  ebe1815... entry: get_layout_location coords are already content relat
  7e3ac67... range: Use a gizmo as slider
  23d56db... scrolledwindow: Fix on_scrollbar check
  f297d56... scrolledwindow: Fix scrollbar allocations
  1c549ec... label: Fix layout snapshot coordinates
  5437d10... image: Add private _get_definition
  7f48d0a... entry: Use images for icons
  3eaee42... cssprovider test: Remove style property test case
  ba3920d... spinbutton: Don't fall through to default case in get_prope
  62d27df... GtkAccelLabel: Add use-underline property
  18d224c... scrollbar: notify when setting the orientation
  7f6ba71... entry: Replace progress gadget with a progressbar
  6053e25... Remove GtkCssCustomGadget

Commits added to the branch:

  f07a65b... checkbutton: stop using gadgets
  7be11d4... Remove GtkBuiltinIcon
  99d2ef1... Remove GtkBoxGadget
  5c538b6... button: Don't care about sizing if no child is set
  95f8961... testheightforwidth: Remove GtkBox fill/expand usage
  40ebac8... switch: Use a gizmo as slider
  496809e... icon: Render at content position
  3878963... treeview: default to width_changed = TRUE
  05fa482... range: Fix click detection in slider trace
  10dcf75... widget: Bring resize and baseline debug rendering back
  2638833... paned: Replace handle gadget with widget
  ba0f438... widget: Bring back layout debugging
  ec1d666... image: Offset rendering to the content allocation
  7388079... widget: Draw widget clips with GEOMETRY debugging
  5b681aa... spinbutton: Add docs for new public API
  c9151c2... scale: Fix css node ordering and expected results
  4d97d7c... box: Use widget children list in count_expand_children
  75cc7be... listbox: Remove rows directly when binding model
  a5a5da7... tooltipwindow: Remove unused define
  e3e5ff6... testtooltips: Add static tooltip
  f5cce56... textview: Use ::snapshot
  8bec0d3... accellabel: Inherit from GtkWidget
  af97112... inspector: Allow picking children of GtkWidget classes
  1309143... Remove some unneeded includes
  369055d... filechooserwidget: Fix save widgets
  e76b160... bin: Drop priv pointer
  934cea6... scrollbar: Add new API to gtk4-sections.txt
  44022de... listbox: Remove view_window
  f6d304b... switch: Remove manual PRELIGHT code
  b7eb48a... listbox: Remove manual prelight row management
  12fa494... paned: Reimplement handle dragging
  227d691... paned: Remove useless queue_resize calls
  35d7210... scrolledwindow: Properly remove scrollbars
  6853e41... viewport: Remove bin_window
  ced48e8... widget: Remove queue_draw_child vfunc
  3a79c68... Make child widget coordinates parent-relative
  745fce8... icon: Stop offset'ing in snapshot
  7dfe5a3... frame: Fix child allocation
  7781104... widget: Make allocations parent-content-allocation relative
  3adab20... scrolledwindow: fix scrollbar allocation
  bf37cba... widget: Adapt translate_coordinates to coordinate changes
  794f9ab... entry: Fix text position
  aec1b8f... image: Fix snapshot position
  4206d52... window: Remove dead code
  3481825... testwidgetfocus: Drop SPACING constant in favor for CSS
  bf103e0... widget: "fix" event and invalidation coordinates
  b935944... popover: Remove useless if case
  7c4549c... toolitemgroup: Remove child window
  c0adc39... revealer: Remove bin_window
  72eef0d... stack: Remove bin_window
  8fd38c9... revealer: Request child size for NONE transition type
  7b934a2... revealer: Fix DOWN and RIGHT transition types
  4917d3b... sizerequest: Assert that min_size >= 0
  e1fa576... iconview: Stop drawing a background
  f7b2dd7... modelmenuitem: Fix type checking assertions
  20ef880... menu: Remove bin_window and view_window
  b7cb655... widget: Avoid some type checks in snapshot_child
  0e314e8... image: Fold gtk_image_reset into only caller
  18344ab... entry: get_layout_location coords are already content relat
  e957cf4... range: Use a gizmo as slider
  75ed9d8... scrolledwindow: Fix on_scrollbar check
  4678da4... scrolledwindow: Fix scrollbar allocations
  ad31198... label: Fix layout snapshot coordinates
  95abc31... image: Add private _get_definition
  c94e28b... entry: Use images for icons
  7d5eeb0... cssprovider test: Remove style property test case
  758a9a2... spinbutton: Fix property notification
  cb4a4d3... GtkAccelLabel: Add use-underline property
  09e2363... scrollbar: notify when setting the orientation
  393aa1c... entry: Replace progress gadget with a progressbar
  6dd8da2... Remove GtkCssCustomGadget


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