[gtk] (100 commits) Non-fast-forward update to branch matthiasc/lottie2



The branch 'matthiasc/lottie2' 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:

  3961973... gsk: Add GskPath
  ecab2c0... gsk: Add GskFillNode
  7d4ac10... snapshot: Add gtk_snapshot_push_fill()
  c81e4a4... demos: Add a simple demo filling a path
  f155d7f... gsk: Add GskStrokeNode
  cd5822d... snapshot: Add gtk_snapshot_push_stroke()
  0eb3055... popover: Use fill and stroke nodes instead of Cairo
  8924a0d... path: Change data structure for standard path
  099cac3... gsk: Add GskPathMeasure
  c7a061b... path: Add gsk_path_builder_add_path()
  9211e49... pathmeasure: Add gsk_path_measure_add_segment()
  6f009aa... testsuite: Add path tests
  cf930d9... path: Collect flags
  4aca035... path: Add gsk_path_foreach()
  eb63c33... path: Implement gsk_path_to_cairo() using foreach()
  3cf4bbc... pathmeasure: Implement support for beziers
  6e7df51... path: Add gsk_path_add_circle()
  3abe33f... path: Add gsk_path_measure_get_point()
  39093d5... xxx: path_fill demo
  4b04c85... gtk-demo: Add a text-on-path demo
  6d40c92... Implement line caps and joins
  bd555aa... path: Implement gsk_path_builder_arc_to
  bfe4bdb... path: Implement gsk_path_new_from_string
  7852826... path: Fix serialization for circles
  13db5b8... Add an interactive path test
  be1a87b... testsuite: Add more random paths
  cc1812a... path: Special-case rect and circles

Commits added to the branch:

  3f1bc74... wayland: Implement minimization (*)
  de46171... constraint-editor: Improve display of constraints (*)
  76b8676... constraintlayout: Fix parsing of constant constraints (*)
  831ebe3... constraint-editor: Fix saving of constraints (*)
  36ef94b... constraint-editor: Fix creating constant constraints (*)
  184886f... Merge branch 'constraint-editor-work' into 'master' (*)
  7551f85... Merge branch 'wayland-minimize' into 'master' (*)
  04c4b38... gtk-demo: Add more keywords (*)
  88be92c... scrollbar: Don't talk about steppers (*)
  86d7ab7... docs: Update GtkSensitivityType docs (*)
  09fd2d6... gtk-demo: Rename some demos (*)
  eae5eae... gl: use glFramebufferTexture2D to set framebuffer texture (*)
  f32ae29... macos: fix various compiler warnings (*)
  ee47ddf... lpr: fix cast warning (*)
  82b4c34... gl: add some debugging information to DEBUG_OPS (*)
  d58b06c... Adwaita: revert edge-to-edge menuitems (*)
  2809564... a11y: Use the appropriate GVariant for cache signals (*)
  2d636fd... a11y: Reuse the generated AT-SPI interface name (*)
  b37634d... a11y: Add a fallback for the root base path (*)
  d436c2e... a11y: Remove weak ref from atspi.Cache (*)
  8fa58c2... a11y: Get the accessible role once (*)
  e600a07... a11y: Skip atspi.Cache signals for hidden elements (*)
  5afa985... demo: Make GtkFishBowl a presentation widget (*)
  a4c3bee... a11y: Hide children of GtkFishBowl (*)
  8099de2... Merge branch 'wip/jimmac/industrial-style-menuitems' into ' (*)
  562c7b1... Merge branch 'wip/chergert/gdk-macos-for-master' into 'mast (*)
  8482b95... Merge branch 'ebassi/for-master' into 'master' (*)
  5ab14ff... gtk/main: Do not unset active state on button release w/o i (*)
  a2ce626... gtk-demo: Make a more interesting constraints demo (*)
  c172279... Merge branch 'wip/carlosg/for-master' into 'master' (*)
  8e4cc59... Merge branch 'matthiasc/for-master' into 'master' (*)
  4bec75c... Adwaita: don't backdrop labels (*)
  6be5759... Adwaita: unified sidebar styles (*)
  060cfc7... Merge branch 'wip/jimmac/unified-sidebar-styles' into 'mast (*)
  b3dba1d... Adwaita: avoid clipping menu shadows (*)
  b84945e... Merge branch 'wip/jimmac/sidebar-backdrop' into 'master' (*)
  e937f7e... Revert "Adwaita: unified sidebar styles" (*)
  ab163f1... Merge branch 'wip/jimmac/clipped-menu-shadows' into 'master (*)
  be688c4... Update POTFILES.skip (*)
  1e01b90... Fix some nullable return annotations (*)
  0abc7a3... Merge branch 'nullables-1' into 'master' (*)
  4660132... properly set ScaleButton's parent_class (*)
  47d5728... Merge branch 'scalebutton' into 'master' (*)
  8e81cbe... stacksidebar: Add missing .navigation-sidebar to the inner  (*)
  40f2b49... Adwaita: Make treeexpander styling generic (*)
  9828756... Adwaita: Move placessidebar-specific sizing from .navigatio (*)
  179fc68... Adwaita: Fix some sidebar sizing (*)
  bd0d75e... Adwaita: Make sidebar row styling better (*)
  61dcb68... Adwaita: Unify sidebar background-color (*)
  56eac4f... gtk-demo: Add .sidebar style class in the main window (*)
  3e996f6... icon-browser: Add .sidebar style class in the main window (*)
  3a1b208... Do not depend on GLib API introduced after 2.66 (*)
  de7833b... Use the right GLib macros for version checking (*)
  505478b... Drop GLib dependency from GTK's declared dependencies (*)
  1f44319... Drop redundant dependencies (*)
  803b147... Disable deprecation warnings from GLib (*)
  fd3a629... Merge branch 'ebassi/glib-min-version' into 'master' (*)
  0a46bae... a11y: Turn critical warnings into debug messages (*)
  ef86e46... a11y: Cache the accessibility bus address (*)
  d7de720... Merge branch 'ebassi/for-master' into 'master' (*)
  b75b359... Drop devel styling from our windows (*)
  729f007... Merge branch 'no-more-devel-headers' into 'master' (*)
  7190a31... gdk/win32: fix integer overflow in monitor refresh rate cal (*)
  2e74426... Update Swedish translation (*)
  7b22c44... Merge branch 'fix-integer-overflow' into 'master' (*)
  1e99441... textview: fix precondition assertions (*)
  c84c014... Merge branch 'wip/chergert/for-master' into 'master' (*)
  f87def7... listview: Use the correct scroll policy (*)
  9110d71... gsk: Add GskPath (*)
  2532d59... gsk: Add GskFillNode (*)
  55af70e... snapshot: Add gtk_snapshot_push_fill() (*)
  fe5293a... demos: Add a simple demo filling a path (*)
  5863c82... gsk: Add GskStrokeNode (*)
  3b4eb6f... snapshot: Add gtk_snapshot_push_stroke() (*)
  79fc907... popover: Use fill and stroke nodes instead of Cairo (*)
  e6389a3... path: Change data structure for standard path (*)
  9d0e4de... gsk: Add GskPathMeasure (*)
  ced0c30... path: Add gsk_path_builder_add_path() (*)
  2b0d8db... pathmeasure: Add gsk_path_measure_add_segment() (*)
  8571ab4... testsuite: Add path tests (*)
  fdb2067... path: Collect flags (*)
  1e306b4... path: Add gsk_path_foreach() (*)
  2a61851... path: Implement gsk_path_to_cairo() using foreach() (*)
  10b08ea... pathmeasure: Implement support for beziers (*)
  bf4528e... path: Add gsk_path_add_circle() (*)
  c4b5153... path: Add gsk_path_measure_get_point() (*)
  33795c2... xxx: path_fill demo (*)
  07cacbf... gtk-demo: Add a text-on-path demo (*)
  372d70d... testsuite: Add tests for gsk_path_measure_add_segment() (*)
  d7b3471... xxx: demo (*)
  b614fb5... spline: Use Skia's tolerance checks (*)
  1747407... path: Add gsk_path_measure_get_closest_point() (*)
  d81d5ee... testsuite: Add tests for gsk_path_measure_get_closest_point (*)
  45ecf31... Implement line caps and joins
  9455f86... path: Implement gsk_path_builder_arc_to
  1e5bb2e... path: Implement gsk_path_new_from_string
  db49ddf... path: Fix serialization for circles
  ea54f1d... Add an interactive path test
  f423304... testsuite: Add more random paths
  3724607... path: Special-case rect and circles

(*) This commit already existed in another branch; no separate mail sent


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