summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add profiler support for css validationmatthiasc/css-matching-4Matthias Clasen2020-01-201-21/+26
* css: Redo selector tree matchingMatthias Clasen2020-01-201-10/+318
* css: Add a root to the selector treeMatthias Clasen2020-01-201-1/+10
* Revert "selector stats"Matthias Clasen2020-01-202-23/+1
* selector statsMatthias Clasen2020-01-202-1/+23
* css: Add getters for a matchers name and classesMatthias Clasen2020-01-202-0/+113
* wip: quick per-frame css node statsMatthias Clasen2020-01-201-1/+39
* cssselector: Inline a few thingsMatthias Clasen2020-01-191-7/+7
* style cascade: Remove some pointless castsMatthias Clasen2020-01-191-32/+10
* pick: Take advantage of transform categoriesMatthias Clasen2020-01-191-11/+23
* Refactor gtk_widget_pickMatthias Clasen2020-01-191-43/+55
* Update Polish translationPiotr Drąg2020-01-192-710/+769
* css: Redo the pseudoclass selectorsMatthias Clasen2020-01-181-41/+23
* css: Go back to clearing out selectorsMatthias Clasen2020-01-181-0/+12
* Update Croatian translationGoran Vidović2020-01-191-1090/+1158
* Update Croatian translationGoran Vidović2020-01-191-500/+518
* Refine the selector tree printingMatthias Clasen2020-01-181-0/+11
* Fix a css change testcaseMatthias Clasen2020-01-182-0/+6
* Actually turn of css value accountingMatthias Clasen2020-01-181-9/+17
* inspector: Avoid an array overrunMatthias Clasen2020-01-181-1/+2
* wayland: Fix release build warningsMatthias Clasen2020-01-183-106/+76
* x11: Fix release build warningsMatthias Clasen2020-01-183-13/+18
* Update POTFILES.skipPiotr Drąg2020-01-182-0/+4
* gl renderer: Pull a local variable in the closest scopeTimm Bäder2020-01-181-1/+1
* cssimagefallback: Don't snapshot invisible colorsTimm Bäder2020-01-181-7/+10
* widget: Get opacity without GtkStyleContextTimm Bäder2020-01-181-6/+5
* cssstyle: set font variations in get_pango_font()Timm Bäder2020-01-182-10/+7
* widget: Get DPI from style directlyTimm Bäder2020-01-181-6/+3
* cssstyle: Implement get_pango_font() directlyTimm Bäder2020-01-182-15/+41
* testsuite: Update expected css errorsTimm Bäder2020-01-181-0/+1
* gl renderer: Draw outset shadows whiteTimm Bäder2020-01-185-17/+26
* css: Mark transform value as computedMatthias Clasen2020-01-181-0/+30
* css: Simplify default valuesMatthias Clasen2020-01-182-41/+31
* css: Re-add a lost special caseMatthias Clasen2020-01-181-40/+15
* csshorthandproperty: Try to avoid allocating a GString for 1 fontTimm Bäder2020-01-181-9/+17
* cssdimensionvalue: remove early-out code from transition()Timm Bäder2020-01-181-9/+0
* gl renderer: Render simple border nodes in a simple wayTimm Bäder2020-01-181-0/+20
* numbervalue: Add early-out to multiply()Timm Bäder2020-01-184-8/+11
* cssnumbervalue: Move early-out code to GtkCssValueTimm Bäder2020-01-182-6/+3
* cssdimensionvalue: Implement transition()Timm Bäder2020-01-181-1/+22
* Remove GtkCssShadowsValueTimm Bäder2020-01-1814-694/+460
* cssshadowvalue: Only create 2 shadows values for transitionsTimm Bäder2020-01-181-6/+18
* cssvalue: Improve css value accounting outputTimm Bäder2020-01-181-17/+97
* csscolorvalue: check for singletons in new_literalTimm Bäder2020-01-181-0/+6
* cssimage: Add is_computed vfuncTimm Bäder2020-01-187-0/+122
* css: Set the is_computed flag for more valuesTimm Bäder2020-01-1814-47/+117
* cssvalue: Don't call compute() for already computed css valuesTimm Bäder2020-01-181-0/+3
* cssvalue: Add is_computed flagTimm Bäder2020-01-1812-151/+160
* testsuite: Update css color outputTimm Bäder2020-01-184-88/+88
* css: Move border-width special cases out of GtkCssDimensionValueTimm Bäder2020-01-182-34/+49