[gtk] (102 commits) Non-fast-forward update to branch wip/baedert/css-values



The branch 'wip/baedert/css-values' 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:

  48330cd... csscolorvalue: Don't resolve literal color values
  e35338a... csscolorvalue: Compute alpha/shade/mix of color literals di
  6b2f730... cssvalue: Add type names for all classes
  c7d7775... cssarrayvalue: Allow calling array API on non-arrays
  bf5d82f... cssarrayvalue: Don't allocate memory when parsing array val
  af17d6c... csscornervalue: Accept other values if x == y
  1b9fdf1... cssnumbervalue: Add early-outs to transition code
  765c414... csssshadwovalue: Remove unused function prototype
  43961de... dump css value stats
  e4352ba... Remove GtkCssRgbaValue
  41fe549... cssimagefallback: Don't compute new image if only a color i
  4e56bc1... cssimagelinear: Use count+array for the color stops, not GA
  4796fb3... cssimageradial: Use array + length instead of GArray
  dd39bd4... gl renderer: Look at shadow color in the outset shadow cach
  ca1f232... csscolorvalue: Don't copy rgbas when applying function
  b7da7b7... css: Move border-width special cases out of GtkCssDimension
  e7eb4f3... testsuite: Update css color output
  f133ae2... cssvalue: Add is_computed flag
  4b97884... cssvalue: Don't call compute() for already computed css val
  5b14edb... css: Set the is_computed flag for more values
  c2430a4... cssimage: Add is_computed vfunc
  afad695... csscolorvalue: check for singletons in new_literal
  5c52a62... cssvalue: Improve css value accounting output
  e1e042f... cssshadowvalue: Only create 2 shadows values for transition
  359b7d0... Remove GtkCssShadowsValue
  c00dedc... cssdimensionvalue: Implement transition()
  775c535... cssnumbervalue: Move early-out code to GtkCssValue
  2f03d02... numbervalue: Add early-out to multiply()
  249c271... gl renderer: Render simple border nodes in a simple way
  524f0c8... cssdimensionvalue: remove early-out code from transition()
  f1daa88... csshorthandproperty: Try to avoid allocating a GString for 
  81a510f... css: Re-add a lost special case
  86790f8... css: Simplify default values
  352e1dc... css: Mark transform value as computed
  6067fbb... gl renderer: Draw outset shadows white
  515aac3... testsuite: Update expected css errors
  b075b4a... cssstyle: Implement get_pango_font() directly
  4731542... widget: Get DPI from style directly
  16ae695... cssstyle: set font variations in get_pango_font()
  12b22df... widget: Get opacity without GtkStyleContext
  038f464... cssimagefallback: Don't snapshot invisible colors

Commits added to the branch:

  682068f... gdk/x11: Serialize gtype content formats before sending Xdn (*)
  fe36c24... gdk/x11: Ensure to sync type list after sending XdndEnter (*)
  5aad3d7... gdk/x11: Ensure to hide DnD surface after failed operation (*)
  4716c9a... gdkdrag/x11: Drop timestamp argument from gdk_drag_do_leave (*)
  357e215... gdkdrag/x11: Issue XdndLeave on cancellation (*)
  975f652... Merge branch 'wip/carlosg/x11-dnd' into 'master' (*)
  fcceac6... css: Track hover state changes separately (*)
  64848ae... css: Track disabled state separately (*)
  2426b9e... css: Track backdrop state separately (*)
  192a24f... css: Track selected state separately (*)
  5ac24db... Merge branch 'matthiasc/css-split-states' into 'master' (*)
  b2b89f6... css: Add gtk_css_style_get_static_style (*)
  5910e5a... Merge branch 'static-style-getter' into 'master' (*)
  3182063... Quiet a compiler warning (*)
  3c50e53... Change the signature of gtk_css_style_get_static_style (*)
  2c231f4... Revisit gtk_css_style_get_static_style one more time (*)
  789f6f3... css: Avoid computing change too often (*)
  dd0cc9d... Merge branch 'matthiasc/css-change-tracking' into 'master' (*)
  0a49726... cssprovider: Keep selectors around (*)
  1caf197... css: Don't got to the selector tree for change (*)
  105acfe... Remove no longer used code (*)
  3fcbe8d... Remove an unused define (*)
  2b50420... Merge branch 'matthiasc/css-change-tracking-2' into 'master (*)
  60cd7cd... css: Fix the ANY matcher state list (*)
  0dba6e5... Cosmetic change (*)
  f0c1c33... css: Simplify the superset matcher (*)
  007713c... css: Add a matcher type enum (*)
  7588655... Allow printing css matchers (*)
  93b5b48... cssmatcher: Change get_state to has_state (*)
  7738a05... Merge branch 'matthiasc/css-change-tracking-3' into 'master (*)
  9576222... imwayland: Fix get_preedit_string cursor position (*)
  da2e184... Merge branch 'fix-imwayland-cursor' into 'master' (*)
  26c4c28... Fix a few bugs in the css change flag definition (*)
  00a488a... gtkgesture: Fix get-center for touchpad gestures (*)
  1a9b1f3... demo: Use pinch translation in the gestures demo (*)
  23f84e3... Merge branch 'gtk-fix-gesture-get-center' into 'master' (*)
  69fb364... Tweak the file transfer portal _again_ (*)
  6e09c5c... Quiet compiler warnings in release builds (*)
  cc3cf58... cssnodedeclaration: Make print output deterministic (*)
  1e7705c... cssnode: Fix a corner case in style computation (*)
  81b65ea... Add an Empty theme for tests (*)
  f1fce52... node tests: Clean up --generate support (*)
  2e7cb60... node tests: Show the window (*)
  d4f3979... node tests: Update expected output (*)
  d9b1a1e... style tests: Clean up --generate support (*)
  7b1ab8f... style tests: Show the window (*)
  0f694b8... style tests: Update expected output (*)
  b41bba0... Add a way to dump css node change values (*)
  9de3192... Add a test for css change flags (*)
  8ecd4e8... Add testcases for css change flags (*)
  7d72703... Revert "Remove no longer used code" (*)
  d0a8a71... Bring back the reserved bit (*)
  b2775d9... Redo the way we compute change (*)
  2a919a4... Go back to the tree for computing change (*)
  b4a9cf2... Remove no longer needed code (*)
  b8b90fe... change tests: Update test output (*)
  f28cd6c... Remove the widget-factory test again (*)
  03883b8... Merge branch 'matthiasc/css-change-tracking-4' into 'master (*)
  0d9a7fe... Adwaita: Remove wildcards (*)
  c21280e... Merge branch 'adwaita-performance' into 'master' (*)
  06dbde2... csscolorvalue: Don't resolve literal color values
  515a527... csscolorvalue: Compute alpha/shade/mix of color literals di
  1200fe2... cssvalue: Add type names for all classes
  8d15efb... cssarrayvalue: Allow calling array API on non-arrays
  9cb2fe5... cssarrayvalue: Don't allocate memory when parsing array val
  1f2f277... csscornervalue: Accept other values if x == y
  e31c089... cssnumbervalue: Add early-outs to transition code
  91aa60b... csssshadwovalue: Remove unused function prototype
  741e120... dump css value stats
  67991ed... Remove GtkCssRgbaValue
  3401150... cssimagefallback: Don't compute new image if only a color i
  00aa4f0... cssimagelinear: Use count+array for the color stops, not GA
  fc2d05e... cssimageradial: Use array + length instead of GArray
  afa9917... gl renderer: Look at shadow color in the outset shadow cach
  7d1f915... csscolorvalue: Don't copy rgbas when applying function
  8c678ac... css: Move border-width special cases out of GtkCssDimension
  7aa17af... testsuite: Update css color output
  31aa5a0... cssvalue: Add is_computed flag
  ba08f5e... cssvalue: Don't call compute() for already computed css val
  24d8c0a... css: Set the is_computed flag for more values
  0b2a6e3... cssimage: Add is_computed vfunc
  9614354... csscolorvalue: check for singletons in new_literal
  7c75ea3... cssvalue: Improve css value accounting output
  a3769eb... cssshadowvalue: Only create 2 shadows values for transition
  45455f1... Remove GtkCssShadowsValue
  c9e972e... cssdimensionvalue: Implement transition()
  e448fc4... cssnumbervalue: Move early-out code to GtkCssValue
  2e89c53... numbervalue: Add early-out to multiply()
  3091679... gl renderer: Render simple border nodes in a simple way
  8c98fd2... cssdimensionvalue: remove early-out code from transition()
  d861dd5... csshorthandproperty: Try to avoid allocating a GString for 
  3f38a1c... css: Re-add a lost special case
  1efa396... css: Simplify default values
  f5182f1... css: Mark transform value as computed
  dc8dedc... gl renderer: Draw outset shadows white
  85793fe... testsuite: Update expected css errors
  821efcb... cssstyle: Implement get_pango_font() directly
  dda54b2... widget: Get DPI from style directly
  119ebe1... cssstyle: set font variations in get_pango_font()
  f8fa946... widget: Get opacity without GtkStyleContext
  26506b0... cssimagefallback: Don't snapshot invisible colors
  433c830... gl renderer: Pull a local variable in the closest scope

(*) 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]