summaryrefslogtreecommitdiff
path: root/gtk/gtkcsscalcvalue.c
Commit message (Expand)AuthorAgeFilesLines
* css: Emit a special error for a common errorBenjamin Otte2021-10-211-0/+8
* Make dimension values and calc values just number valuesTimm Bäder2020-05-101-294/+0
* csscalcvalue: Avoid allocating memory in compute()Timm Bäder2020-05-101-15/+20
* numbervalue: Add early-out to multiply()Timm Bäder2020-01-181-2/+2
* cssvalue: Add type names for all classesTimm Bäder2020-01-181-0/+1
* css: short-circuit gtk_css_dimension_value_try_addTimm Bäder2019-11-141-2/+2
* calc: Have better error location rangeBenjamin Otte2019-04-121-3/+20
* css: Review error messagesBenjamin Otte2019-04-121-9/+3
* css: Redo for new parserBenjamin Otte2019-04-121-20/+38
* cssparser: Add gtk_css_parser_try_delim()Benjamin Otte2019-04-121-4/+4
* cssparser: Drop _gtk_css_parser_has_prefix()Benjamin Otte2019-04-121-1/+1
* cssparser: Get rid of _gtk_css_parser_begins_with()Benjamin Otte2019-04-121-6/+4
* css: Introduce the idea of dynamic valuesBenjamin Otte2018-03-161-0/+2
* css: Merge GtkStyleProviderPrivate into GtkStyleProviderBenjamin Otte2017-10-311-5/+5
* css: Remove deprecated number-as-pixels compatibilityBenjamin Otte2017-01-181-2/+0
* gtk: Mark internal functions as staticEmmanuele Bassi2016-10-171-2/+2
* gtkcsscalcvalue: avoid unitialized booleanCarlos Soriano2016-02-181-1/+1
* css: Implement transitions for numbers of different unitsBenjamin Otte2016-02-131-10/+1
* calc: Allow subterms with '(' ')' bracketingBenjamin Otte2016-02-131-0/+19
* css: Add support for '*' and '/' to calc()Benjamin Otte2016-02-131-3/+98
* css: Add API to handle order when printing calc()Benjamin Otte2016-02-131-1/+19
* css: Add support for sums to calc()Benjamin Otte2016-02-131-35/+247
* css: Add initial support for calc()Benjamin Otte2016-02-131-0/+152