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

  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
  85c0a49... widget: Add new allocation accessors
  8c81be5... range: Fix slider allocation
  a0eac09... checkmenuitem: Fix indicator allocation
  66aade2... scrolledwindow: Fix indicator hiding
  3d9a9a3... spinbutton: Remove unused import
  73b8eb4... iconhelper: Inherit from GObject
  2652f61... Remove GtkCssGadget
  3612026... expander: Fix pressed_in_title check
  163509b... button: Fix in_button checks
  b7b3a3d... fixed: Remove window
  3d39a99... layout: Remove bin_window
  c96d940... switch: Fix handle dragging with padding applied
  cb88c03... widget: Consider opacity when drawing toplevels
  6965b1c... switch: Remove in_switch flag
  50939f0... paned: Make sure we set the correct clips
  d672daf... paned: Draw handle separator at the right location
  34977ed... widget: Transform clips into right coordinate space
  01025ed... toolitem: Remove size_allocate implementation
  27caee8... pathbar: Compute widget clip directly
  b18ebcc... spinner: Use get_content_size
  25bef80... widget: Remove _set_simple_clip
  eba56e1... calendar: Remove style properties
  32fc1c5... notebook: Remove style properties
  4985752... adwaita: Remove style properties
  fa4c056... treeviewaccessible: Don't rely on nonexistent style propert
  8bd7d73... Remove all widget style property code
  5d5dd7f... Replace a few get_content_allocation calls with get_content
  9bf4596... window: Stop wrapping popovers in another window
  acb8701... popover: "Fix" child allocation
  f18abda... widget: Fix drawing invalidation with windowed widgets
  d1b5823... popover: Create subsurface on wayland
  6d639de... window: Don't use allocated size in snapshot
  381b5f6... menu: Popup at window coordinates if widget is given

Commits added to the branch:

  670ecf2... scrolledwindow: Properly remove scrollbars
  753a72f... viewport: Remove bin_window
  f9656b4... widget: Remove queue_draw_child vfunc
  805c7e1... widget: Make allocations parent-content-allocation relative
  151119e... frame: Fix child allocation
  fc23404... icon: Stop offset'ing in snapshot
  c0fe207... paned: Reimplement handle dragging
  73ecf24... paned: Remove useless queue_resize calls
  e15b140... scrolledwindow: fix scrollbar allocation
  33a8c3d... widget: Adapt translate_coordinates to coordinate changes
  3ff9d46... entry: Fix text position
  c9c82b7... image: Fix snapshot position
  4902c2a... window: Remove dead code
  b8cd271... testwidgetfocus: Drop SPACING constant in favor for CSS
  962f58b... widget: "fix" event and invalidation coordinates
  55ec728... popover: Remove useless if case
  9abb0d9... toolitemgroup: Remove child window
  21fb646... revealer: Remove bin_window
  7bb890e... stack: Remove bin_window
  b8cdfa8... revealer: Request child size for NONE transition type
  713f984... revealer: Fix DOWN and RIGHT transition types
  1d1b8cf... sizerequest: Assert that min_size >= 0
  77e57b6... iconview: Stop drawing a background
  cbbf516... modelmenuitem: Fix type checking assertions
  265b042... menu: Remove bin_window and view_window
  571b0b2... widget: Avoid some type checks in snapshot_child
  124204f... image: Fold gtk_image_reset into only caller
  77cc5b3... entry: get_layout_location coords are already content relat
  63f2536... range: Use a gizmo as slider
  a296574... scrolledwindow: Fix on_scrollbar check
  d1981ef... scrolledwindow: Fix scrollbar allocations
  d3e24d4... label: Fix layout snapshot coordinates
  a332bab... image: Add private _get_definition
  d1c37a7... entry: Use images for icons
  75d835a... cssprovider test: Remove style property test case
  846d930... spinbutton: Fix property notification
  f6be7c8... GtkAccelLabel: Add use-underline property
  b2f2b71... scrollbar: notify when setting the orientation
  85f9f65... entry: Replace progress gadget with a progressbar
  c22ccc4... Remove GtkCssCustomGadget
  cddc7f5... widget: Add new allocation accessors
  4c9705a... range: Fix slider allocation
  e3368e4... checkmenuitem: Fix indicator allocation
  60484f3... scrolledwindow: Fix indicator hiding
  4f40c1b... spinbutton: Remove unused import
  1b13473... iconhelper: Inherit from GObject
  de73f09... Remove GtkCssGadget
  9fcd424... expander: Fix pressed_in_title check
  a27b133... button: Fix in_button checks
  548f5da... fixed: Remove window
  e85a27a... layout: Remove bin_window
  eb52ca8... switch: Fix handle dragging with padding applied
  7ed99fa... widget: Consider opacity when drawing toplevels
  af8254e... switch: Remove in_switch flag
  753c25c... paned: Make sure we set the correct clips
  6b3dbff... paned: Draw handle separator at the right location
  bcdb84e... widget: Transform clips into right coordinate space
  4f2af18... toolitem: Remove size_allocate implementation
  16c7a09... pathbar: Compute widget clip directly
  7c0bb16... spinner: Use get_content_size
  1fe36b2... widget: Remove _set_simple_clip
  3cd2411... calendar: Remove style properties
  711a15e... notebook: Remove style properties
  711c47f... adwaita: Remove style properties
  187cb36... treeviewaccessible: Don't rely on nonexistent style propert
  bcb5c7d... Remove all widget style property code
  b373328... Replace a few get_content_allocation calls with get_content
  248bdfd... window: Stop wrapping popovers in another window
  0191e14... popover: "Fix" child allocation
  b47e30f... widget: Fix drawing invalidation with windowed widgets
  55da0af... popover: Create subsurface on wayland
  33d7e46... window: Don't use allocated size in snapshot
  9ed1b23... menu: Popup at window coordinates if widget is given


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