]> Pileus Git - ~andy/gtk/history - gtk/gtkcssnumbervalue.c
stylecontext: Do invalidation on first resize container
[~andy/gtk] / gtk / gtkcssnumbervalue.c
2013-02-07 Alexander LarssonAdd singleton for css number 1.0
2012-12-01 Benjamin Ottecssvalue: Parse font sizes properly
2012-10-02 Benjamin Ottecss: Move special case code for border widths
2012-09-28 Benjamin Ottecss: Huge refactoring to avoid computing wrong values
2012-09-03 Benjamin Ottecssvalue: Pass property ID to transition function
2012-08-28 Benjamin Ottecssvalue: First step of proper dependency tracking
2012-08-28 Benjamin Ottecss: Introduce dependencies for value computations
2012-08-28 Benjamin Ottecss: Move special case for 0px borders
2012-08-28 Benjamin Ottecss: Pass property_id to compute function
2012-08-28 Benjamin Ottecss: Introduce _gtk_css_value_compute()
2012-04-17 Benjamin Ottecss: Remove GtkCssNumber
2012-04-17 Benjamin Ottecssvalue: Convert border-image-width to border value
2012-04-17 Benjamin Ottecss: Add <time> type to css number stuff
2012-04-17 Benjamin Ottestylecontext: Convert _gtk_style_context_peek_property()
2012-04-17 Benjamin Ottecssvalue: Add _gtk_css_value_transition()
2012-04-17 Benjamin Ottecssvalue: Do a hacky conversion of font-size to a numbe...
2012-04-17 Benjamin Ottecssvalue: Split number values into their own class