summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cssimagelinear: Use count+array for the color stops, not GArrayTimm Bäder2020-01-182-85/+99
* cssimagefallback: Don't compute new image if only a color is setTimm Bäder2020-01-181-8/+15
* Remove GtkCssRgbaValueTimm Bäder2020-01-1822-279/+119
* dump css value statsMatthias Clasen2020-01-181-0/+52
* csssshadwovalue: Remove unused function prototypeTimm Bäder2020-01-181-3/+0
* cssnumbervalue: Add early-outs to transition codeTimm Bäder2020-01-181-0/+9
* csscornervalue: Accept other values if x == yTimm Bäder2020-01-181-0/+12
* cssarrayvalue: Don't allocate memory when parsing array valuesTimm Bäder2020-01-181-8/+11
* cssarrayvalue: Allow calling array API on non-arraysTimm Bäder2020-01-184-14/+23
* cssvalue: Add type names for all classesTimm Bäder2020-01-1826-0/+47
* csscolorvalue: Compute alpha/shade/mix of color literals directlyTimm Bäder2020-01-181-10/+69
* csscolorvalue: Don't resolve literal color valuesTimm Bäder2020-01-181-7/+18
* Merge branch 'adwaita-performance' into 'master'Matthias Clasen2020-01-183-24/+30
|\
| * Adwaita: Remove wildcardsMatthias Clasen2020-01-183-24/+30
|/
* Merge branch 'matthiasc/css-change-tracking-4' into 'master'Matthias Clasen2020-01-1872-725/+1614
|\
| * Remove the widget-factory test againMatthias Clasen2020-01-184-5634/+0
| * change tests: Update test outputMatthias Clasen2020-01-176-359/+359
| * Remove no longer needed codeMatthias Clasen2020-01-173-198/+1
| * Go back to the tree for computing changeMatthias Clasen2020-01-172-46/+16
| * Redo the way we compute changeMatthias Clasen2020-01-171-19/+37
| * Bring back the reserved bitMatthias Clasen2020-01-171-0/+1
| * Revert "Remove no longer used code"Matthias Clasen2020-01-172-0/+70
| * Add testcases for css change flagsMatthias Clasen2020-01-1720-0/+6330
| * Add a test for css change flagsMatthias Clasen2020-01-173-0/+348
| * Add a way to dump css node change valuesMatthias Clasen2020-01-172-1/+13
| * style tests: Update expected outputMatthias Clasen2020-01-179-9/+10
| * style tests: Show the windowMatthias Clasen2020-01-171-4/+18
| * style tests: Clean up --generate supportMatthias Clasen2020-01-171-19/+18
| * node tests: Update expected outputMatthias Clasen2020-01-1726-91/+92
| * node tests: Show the windowMatthias Clasen2020-01-171-3/+18
| * node tests: Clean up --generate supportMatthias Clasen2020-01-171-11/+13
| * Add an Empty theme for testsMatthias Clasen2020-01-172-0/+2
| * cssnode: Fix a corner case in style computationMatthias Clasen2020-01-171-2/+7
| * cssnodedeclaration: Make print output deterministicMatthias Clasen2020-01-171-1/+21
| * Quiet compiler warnings in release buildsMatthias Clasen2020-01-171-1/+1
| * Tweak the file transfer portal _again_Matthias Clasen2020-01-174-331/+243
* | Merge branch 'gtk-fix-gesture-get-center' into 'master'Matthias Clasen2020-01-172-2/+12
|\ \ | |/ |/|
| * demo: Use pinch translation in the gestures demoYariv Barkan2020-01-171-1/+4
| * gtkgesture: Fix get-center for touchpad gesturesYariv Barkan2020-01-171-1/+8
|/
* Fix a few bugs in the css change flag definitionMatthias Clasen2020-01-172-3/+3
* Merge branch 'fix-imwayland-cursor' into 'master'Timm Bäder2020-01-171-1/+2
|\
| * imwayland: Fix get_preedit_string cursor positionxdavidwu2020-01-171-1/+2
|/
* Merge branch 'matthiasc/css-change-tracking-3' into 'master'Matthias Clasen2020-01-174-74/+118
|\
| * cssmatcher: Change get_state to has_stateMatthias Clasen2020-01-163-57/+39
| * Allow printing css matchersMatthias Clasen2020-01-162-5/+61
| * css: Add a matcher type enumMatthias Clasen2020-01-162-10/+17
| * css: Simplify the superset matcherMatthias Clasen2020-01-163-42/+21
| * Cosmetic changeMatthias Clasen2020-01-161-2/+2
| * css: Fix the ANY matcher state listMatthias Clasen2020-01-161-8/+28
|/
* Merge branch 'matthiasc/css-change-tracking-2' into 'master'Matthias Clasen2020-01-164-144/+33
|\