summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* testsuite: Don't print default styleswip/matthiasc/css-valuesMatthias Clasen2020-01-151-5/+20
* css: Mark the default style in debug dumpsMatthias Clasen2020-01-151-1/+6
* css: Don't got to the selector tree for changeMatthias Clasen2020-01-151-3/+28
* css: Avoid computing change too oftenMatthias Clasen2020-01-153-8/+23
* Make the superset matcher more exactMatthias Clasen2020-01-151-4/+20
* Allow printing css matchersMatthias Clasen2020-01-152-4/+63
* cssmatcher: Add a type enumMatthias Clasen2020-01-152-20/+33
* Add selector statistics to the debug outputMatthias Clasen2020-01-141-3/+36
* css: Drop unsused bitmasksMatthias Clasen2020-01-141-12/+0
* css: Remove an unused functionMatthias Clasen2020-01-142-33/+0
* cssstyle: Try harder to skip initial valuesMatthias Clasen2020-01-141-5/+17
* css: Don't return nonsense when comparing valuesMatthias Clasen2020-01-141-1/+14
* testsuite: Update expected output for css style testsMatthias Clasen2020-01-1410-202/+374
* testsuite: Improve --generate supportMatthias Clasen2020-01-141-1/+4
* testsuite: Include change in css style testsMatthias Clasen2020-01-141-0/+2
* Add a way to dump css node change valuesMatthias Clasen2020-01-142-1/+16
* inspector: Show change in the css node treeMatthias Clasen2020-01-142-0/+25
* Revert "wip: reimplement css matching from scratch"Matthias Clasen2020-01-143-1801/+2
* wip: reimplement css matching from scratchMatthias Clasen2020-01-143-2/+1801
* quiet a compiler warning in release buildsMatthias Clasen2020-01-141-6/+4
* Add some css style testsMatthias Clasen2020-01-144-0/+73
* css: Add gtk_css_style_get_static_styleMatthias Clasen2020-01-144-9/+30
* Speed up gtk_widget_pickMatthias Clasen2020-01-141-26/+29
* Revert "css: Faster matching for simple selectors"Matthias Clasen2020-01-143-193/+28
* css: Faster matching for simple selectorsMatthias Clasen2020-01-143-28/+193
* css: Implement the superset matcher smarterMatthias Clasen2020-01-143-28/+26
* css: Compute selector tree changes ahead of timeMatthias Clasen2020-01-141-1/+19
* css: Handle initial values more efficientlyMatthias Clasen2020-01-143-10/+43
* css: Mark transform value as computedMatthias Clasen2020-01-141-0/+30
* css: Simplify default valuesMatthias Clasen2020-01-142-41/+31
* css: Re-add a lost special caseMatthias Clasen2020-01-141-40/+15
* gl renderer: Render simple border nodes in a simple wayTimm Bäder2020-01-141-0/+20
* numbervalue: Add early-out to multiply()Timm Bäder2020-01-144-8/+11
* cssnumbervalue: Move early-out code to GtkCssValueTimm Bäder2020-01-142-6/+3
* cssdimensionvalue: Implement transition()Timm Bäder2020-01-141-1/+22
* testsuite: Remove an invalid test caseTimm Bäder2020-01-144-12/+0
* Remove GtkCssShadowsValueTimm Bäder2020-01-1414-692/+466
* cssshadowvalue: Only create 2 shadows values for transitionsTimm Bäder2020-01-141-6/+18
* cssdimensionvalue: Allow transitioning between different units...Timm Bäder2020-01-141-3/+3
* cssvalue: Improve css value accounting outputTimm Bäder2020-01-141-17/+97
* csscolorvalue: check for singletons in new_literalTimm Bäder2020-01-121-0/+6
* cssimage: Add is_computed vfuncTimm Bäder2020-01-117-0/+121
* css: Set the is_computed flag for more valuesTimm Bäder2020-01-1114-47/+117
* cssvalue: Don't call compute() for already computed css valuesTimm Bäder2020-01-111-0/+3
* cssvalue: Add is_computed flagTimm Bäder2020-01-1112-151/+160
* testsuite: Update css color outputTimm Bäder2020-01-114-88/+88
* css: Move border-width special cases out of GtkCssDimensionValueTimm Bäder2020-01-112-34/+49
* csscolorvalue: Don't copy rgbas when applying functionTimm Bäder2020-01-111-30/+32
* gl renderer: Look at shadow color in the outset shadow cacheTimm Bäder2020-01-113-5/+16
* cssimageradial: Avoid computing a new image if it didn't changeTimm Bäder2020-01-111-11/+45