summaryrefslogtreecommitdiff
path: root/gtk
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
* css: Redo the pseudoclass selectorsMatthias Clasen2020-01-181-41/+23
* css: Go back to clearing out selectorsMatthias Clasen2020-01-181-0/+12
* Refine the selector tree printingMatthias Clasen2020-01-181-0/+11
* Actually turn of css value accountingMatthias Clasen2020-01-181-9/+17
* inspector: Avoid an array overrunMatthias Clasen2020-01-181-1/+2
* 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
* 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
* 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
* 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
* 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
* 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