summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* wip: css: Do less work while matchingmatthiasc/css-matching-1Matthias Clasen2020-01-191-9/+62
* 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
* csscolorvalue: Don't copy rgbas when applying functionTimm Bäder2020-01-181-30/+32
* gl renderer: Look at shadow color in the outset shadow cacheTimm Bäder2020-01-183-5/+16
* cssimageradial: Use array + length instead of GArrayTimm Bäder2020-01-182-72/+85
* 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