summaryrefslogtreecommitdiff
path: root/gtk/gtkcssnumbervalue.c
Commit message (Expand)AuthorAgeFilesLines
* cssstyle: Rename GtkCssComputedValues => GtkCssStyleBenjamin Otte2015-01-071-6/+6
* css: Add a scale argument to css-value compute vfuncAlexander Larsson2013-07-031-0/+1
* Add singleton for css number 1.0Alexander Larsson2013-02-071-3/+6
* cssvalue: Parse font sizes properlyBenjamin Otte2012-12-011-4/+28
* css: Move special case code for border widthsBenjamin Otte2012-10-021-34/+0
* css: Huge refactoring to avoid computing wrong valuesBenjamin Otte2012-09-281-11/+13
* cssvalue: Pass property ID to transition functionBenjamin Otte2012-09-031-0/+1
* cssvalue: First step of proper dependency trackingBenjamin Otte2012-08-281-2/+2
* css: Introduce dependencies for value computationsBenjamin Otte2012-08-281-3/+6
* css: Move special case for 0px bordersBenjamin Otte2012-08-281-0/+35
* css: Pass property_id to compute functionBenjamin Otte2012-08-281-0/+1
* css: Introduce _gtk_css_value_compute()Benjamin Otte2012-08-281-61/+60
* css: Remove GtkCssNumberBenjamin Otte2012-04-171-14/+0
* cssvalue: Convert border-image-width to border valueBenjamin Otte2012-04-171-0/+8
* css: Add <time> type to css number stuffBenjamin Otte2012-04-171-0/+6
* stylecontext: Convert _gtk_style_context_peek_property()Benjamin Otte2012-04-171-2/+2
* cssvalue: Add _gtk_css_value_transition()Benjamin Otte2012-04-171-0/+15
* cssvalue: Do a hacky conversion of font-size to a number valueBenjamin Otte2012-04-171-2/+4
* cssvalue: Split number values into their own classBenjamin Otte2012-04-171-0/+194