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

  c7093c7... paned: Reimplement handle dragging
  6f5f4b7... paned: Remove useless queue_resize calls
  faf953b... scrolledwindow: fix scrollbar allocation
  e06524f... widget: Adapt translate_coordinates to coordinate changes
  dad3ff5... entry: Fix text position
  2010cb6... image: Fix snapshot position
  5b164dd... window: Remove dead code
  5c42a8f... testwidgetfocus: Drop SPACING constant in favor for CSS
  aa09a30... widget: "fix" event and invalidation coordinates
  3d08931... popover: Remove useless if case
  8a1c319... toolitemgroup: Remove child window
  a883883... revealer: Remove bin_window
  552b20d... stack: Remove bin_window
  b156f14... revealer: Request child size for NONE transition type
  c023629... revealer: Fix DOWN and RIGHT transition types
  9b7bd9e... sizerequest: Assert that min_size >= 0
  63d88b0... iconview: Stop drawing a background
  1d4679d... modelmenuitem: Fix type checking assertions
  0dcd96b... menu: Remove bin_window and view_window
  2b307fd... widget: Avoid some type checks in snapshot_child
  559ebdd... image: Fold gtk_image_reset into only caller
  a279575... entry: get_layout_location coords are already content relat
  5d63848... range: Use a gizmo as slider
  96ef207... scrolledwindow: Fix on_scrollbar check
  e5ce146... scrolledwindow: Fix scrollbar allocations
  ce8ccfd... label: Fix layout snapshot coordinates
  0aa14bf... image: Add private _get_definition
  dba7687... entry: Use images for icons
  334d2d2... cssprovider test: Remove style property test case
  bd3b453... spinbutton: Fix property notification
  3c8c901... GtkAccelLabel: Add use-underline property
  047808a... scrollbar: notify when setting the orientation
  2260cd5... entry: Replace progress gadget with a progressbar
  22e1001... Remove GtkCssCustomGadget
  ce7e967... widget: Add new allocation accessors
  6f2cc59... range: Fix slider allocation
  3770881... checkmenuitem: Fix indicator allocation
  7fae53b... scrolledwindow: Fix indicator hiding
  590a40e... spinbutton: Remove unused import
  76d08af... iconhelper: Inherit from GObject
  8662d92... Remove GtkCssGadget
  16f0045... expander: Fix pressed_in_title check
  523fe3b... button: Fix in_button checks
  9216f35... fixed: Remove window
  1c6c5e8... layout: Remove bin_window
  98eeaad... switch: Fix handle dragging with padding applied
  ecaa715... widget: Consider opacity when drawing toplevels
  3bb2516... switch: Remove in_switch flag
  1d7419d... paned: Make sure we set the correct clips
  c834e9c... paned: Draw handle separator at the right location
  b10a085... widget: Transform clips into right coordinate space
  9f1674a... toolitem: Remove size_allocate implementation
  863b1c6... pathbar: Compute widget clip directly
  e72f525... spinner: Use get_content_size
  c4bf7fa... widget: Remove _set_simple_clip
  41923d7... calendar: Remove style properties
  bcc10c0... notebook: Remove style properties
  3c787bc... adwaita: Remove style properties
  76de0b6... treeviewaccessible: Don't rely on nonexistent style propert
  a92fbd3... Remove all widget style property code
  8b3b82a... Replace a few get_content_allocation calls with get_content
  e668c41... window: Stop wrapping popovers in another window
  6eaf8e4... popover: "Fix" child allocation
  4faa610... widget: Fix drawing invalidation with windowed widgets
  8a78192... popover: Create subsurface on wayland
  44fa96e... window: Don't use allocated size in snapshot
  77eefac... menu: Popup at window coordinates if widget is given
  2c2fd26... testnotebookdnd: quit when the toplevel gets closed
  c954336... widget-factory: Show the status bar by default
  3b8c87b... checkmenuitem: Fix indicator state
  c470dd0... spinbutton: Fix gesture state
  482d08e... flowbox: Compute clip directly
  ca7e9e5... modelbutton: Compute clip directly
  c29e03c... buttonbox: Compute clip directly
  e607da8... stack: Compute clip directly
  b48e371... container: Remove get_children_clip
  a7c2470... inspector: Use GtkWidget::pick when picking widgets
  dd17d3b... main: Protect against non-GtkWindow toplevels
  18f1318... paned: Remove assertion in get_child_property
  3abc0bc... testsuite: Update expected css node output
  7394326... entry: Fix node ordering
  3088f9b... iconview: Remove bin_window
  0b2b7f3... notebook: Fix css node ordering
  0c2facc... widget: black is the new red
  8ff6518... Fix baselines wrt css values
  090120d... testbaseline: Add a horizontal spinbutton
  c09ffed... aboutdialog: Remove unused image
  a9dc2a7... label: Use the correct size in snapshot()
  0b9862a... treeview: Remove bin_window
  0bf3143... entry: Fix text position
  59f11b7... calendar: Remove all input windows
  d6dbd6a... entry: Simplify progress size allocation
  a1dffa7... adwaita: Adjust entry progress styling
  e80a284... paned: Fix clip node coordinates
  4c145f9... entry: Fix undershoot position
  d31d444... Fix a few allocation coordinates & sizes
  1526087... drawingarea: Remove useless line from code example
  532c21d... switch: Put the slider node last
  3cdf6b3... popover: set the shape on the correct window
  f61dc96... gtk4-demo: Add widgetbowl demo

Commits added to the branch:

  7d45821... paned: Reimplement handle dragging
  7c684e2... paned: Remove useless queue_resize calls
  a881a6d... scrolledwindow: fix scrollbar allocation
  fd4a134... widget: Adapt translate_coordinates to coordinate changes
  31a5d29... entry: Fix text position
  c0fb764... image: Fix snapshot position
  d4f0b9e... window: Remove dead code
  f4f99f1... testwidgetfocus: Drop SPACING constant in favor for CSS
  21cd2dc... widget: "fix" event and invalidation coordinates
  4c5271b... popover: Remove useless if case
  3a4ad62... toolitemgroup: Remove child window
  0bfc002... revealer: Remove bin_window
  da198f7... stack: Remove bin_window
  7824444... revealer: Request child size for NONE transition type
  ff18982... revealer: Fix DOWN and RIGHT transition types
  ddf5908... sizerequest: Assert that min_size >= 0
  7c4ad32... iconview: Stop drawing a background
  1a9a021... modelmenuitem: Fix type checking assertions
  a90e37b... menu: Remove bin_window and view_window
  7804b7d... widget: Avoid some type checks in snapshot_child
  ab2910b... image: Fold gtk_image_reset into only caller
  225e7fb... entry: get_layout_location coords are already content relat
  3ca5668... range: Use a gizmo as slider
  b795cb4... scrolledwindow: Fix on_scrollbar check
  3b708b7... scrolledwindow: Fix scrollbar allocations
  68931c2... label: Fix layout snapshot coordinates
  eb5c394... image: Add private _get_definition
  797b892... entry: Use images for icons
  ca02fd9... cssprovider test: Remove style property test case
  8f866a7... spinbutton: Fix property notification
  9d11ce5... GtkAccelLabel: Add use-underline property
  c75aabb... scrollbar: notify when setting the orientation
  5a2d4ea... entry: Replace progress gadget with a progressbar
  a13370f... Remove GtkCssCustomGadget
  639e641... widget: Add new allocation accessors
  fa2a3c3... range: Fix slider allocation
  afa2be3... checkmenuitem: Fix indicator allocation
  9094d74... scrolledwindow: Fix indicator hiding
  7caafa8... spinbutton: Remove unused import
  5627b8a... iconhelper: Inherit from GObject
  f6d2545... Remove GtkCssGadget
  011656f... expander: Fix pressed_in_title check
  8974fd6... button: Fix in_button checks
  048d95e... fixed: Remove window
  1165f14... layout: Remove bin_window
  2fde0f3... switch: Fix handle dragging with padding applied
  c1a2cd3... widget: Consider opacity when drawing toplevels
  3054258... switch: Remove in_switch flag
  0513d4a... paned: Make sure we set the correct clips
  8cf9494... paned: Draw handle separator at the right location
  ea11b53... widget: Transform clips into right coordinate space
  08aae0b... toolitem: Remove size_allocate implementation
  02e8333... pathbar: Compute widget clip directly
  ac7c341... spinner: Use get_content_size
  3a74be6... widget: Remove _set_simple_clip
  c3aae03... calendar: Remove style properties
  032d069... notebook: Remove style properties
  d44ec0f... adwaita: Remove style properties
  262ab9e... treeviewaccessible: Don't rely on nonexistent style propert
  ac12317... Remove all widget style property code
  879deb5... Replace a few get_content_allocation calls with get_content
  8dcfd07... window: Stop wrapping popovers in another window
  6af530e... popover: "Fix" child allocation
  2309ecf... widget: Fix drawing invalidation with windowed widgets
  52838d3... popover: Create subsurface on wayland
  376d2b2... window: Don't use allocated size in snapshot
  ca81b7f... menu: Popup at window coordinates if widget is given
  3569835... testnotebookdnd: quit when the toplevel gets closed
  6e7bd35... widget-factory: Show the status bar by default
  e3b2041... checkmenuitem: Fix indicator state
  721a0f4... spinbutton: Fix gesture state
  28447ee... flowbox: Compute clip directly
  a438a1b... modelbutton: Compute clip directly
  bf22b88... buttonbox: Compute clip directly
  bd5c843... stack: Compute clip directly
  cd4792b... container: Remove get_children_clip
  163e4d2... inspector: Use GtkWidget::pick when picking widgets
  3aa6a22... main: Protect against non-GtkWindow toplevels
  c663bc8... paned: Remove assertion in get_child_property
  2f1601b... testsuite: Update expected css node output
  91ce029... entry: Fix node ordering
  c080a14... iconview: Remove bin_window
  21e7514... notebook: Fix css node ordering
  2658adc... widget: black is the new red
  93a1392... Fix baselines wrt css values
  7a78e5a... testbaseline: Add a horizontal spinbutton
  bb726bf... aboutdialog: Remove unused image
  7045588... label: Use the correct size in snapshot()
  061bd48... treeview: Remove bin_window
  676bca8... entry: Fix text position
  09ea11d... calendar: Remove all input windows
  92fda5a... entry: Simplify progress size allocation
  c55d27a... adwaita: Adjust entry progress styling
  f5d2b26... paned: Fix clip node coordinates
  bca7305... entry: Fix undershoot position
  009f211... Fix a few allocation coordinates & sizes
  e27c7f0... drawingarea: Remove useless line from code example
  5e7aa06... switch: Put the slider node last
  3a73c00... popover: set the shape on the correct window
  848a508... gtk4-demo: Add widgetbowl demo
  b493d6c... range: Avoid division by zero
  712a8e1... levelbar: Don't underallocate block widgets


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