]> Pileus Git - ~andy/gtk/history - gtk/gtkcssstyleproperty.c
stylecontext: Do invalidation on first resize container
[~andy/gtk] / gtk / gtkcssstyleproperty.c
2012-12-14 Cosimo Cecchicssstyleproperty: remove unused variable
2012-12-10 Alexander Larssoncss: Avoid looking up the GtkCssStyleProperty class...
2012-12-06 Alexander Larssoncss: Add _gtk_css_style_property_affects_font
2012-11-30 Benjamin Ottestyleproperty: Add _gtk_css_style_property_changes_affe...
2012-11-30 Benjamin Ottestyleproperty: Add an affects-size property
2012-10-02 Benjamin Ottecss: Move special case code for border widths
2012-08-28 Benjamin Ottecssstyleproperty: Get rid of unused API
2012-08-28 Benjamin Ottecssstyleproperty: Call _compute() in the compute function
2012-05-11 Benjamin Ottestyleproperty: Remove base argument
2012-05-11 Benjamin Ottecssstyleproperty: Remove base argument
2012-04-17 Benjamin Ottestyleproperty: Remove equal_func vfunc
2012-04-17 Benjamin Ottecssstyleproperty: Add _gtk_css_style_property_is_animated()
2012-04-17 Benjamin Ottecssstyleproperty: Make assign_value a vfunc
2012-04-17 Benjamin Ottecssstyleproperty: Make query func a vfunc
2012-04-17 Benjamin Ottecssstyelproperty: Rempove specified-type and computed...
2012-04-17 Benjamin Ottestyleproperty: Remove default parse function
2012-04-17 Benjamin Ottestyleproperty: Simplify compute_value function
2012-04-17 Benjamin Ottecssvalue: Add _gtk_css_value_equal()
2012-04-17 Benjamin Ottestyleproperty: Make _gtk_style_property_parse_value...
2012-04-17 Benjamin Ottecss: Remove _gtk_css_style_property_is_specified_type()
2012-04-17 Benjamin Ottestyleproperty: Make _gtk_style_property_query() take...
2012-04-17 Benjamin Ottestyleproperty: Make print_func take a GtkCssValue
2012-04-17 Benjamin Ottestyleproperty: Add a function to compare values for...
2012-04-10 Benjamin Ottestyleproperty: 3rd hotfix for a 3-line patch
2012-04-09 Benjamin Ottecsscustomproperty: Redo RGBA/Color parsing
2012-03-08 Alexander LarssonMerge branch 'wip/cssvalue'
2012-03-08 Alexander Larssoncss: Use GtkCssValues instead of GValue in the css...
2012-02-27 Javier JardónChange FSF Address
2012-02-02 Benjamin Ottecss: Implement padding as numbers
2012-02-02 Benjamin Ottecss: Add a check function for specified types
2012-02-02 Benjamin Ottecss: Initialize value before calling compute function
2012-02-02 Benjamin Ottecss: Initialize values to their specified type
2012-02-02 Benjamin Ottestyleproperty: Introduce "specified type" and "computed...
2012-01-11 Benjamin Ottestyleproperty: Make query function take a vfunc
2012-01-09 Benjamin Ottestyleproperty: Call style properties init function...
2012-01-09 Benjamin Ottestyleproperty: Simplify code
2012-01-09 Benjamin Ottestyleproperty: Convert background-image from pattern...
2012-01-09 Benjamin Ottestyleproperty: Remove context arg from _gtk_style_conte...
2012-01-09 Benjamin Ottestyleproperty: Move parse/print vfuncs to GtkCssStylePr...
2012-01-09 Benjamin Ottestyleproperty: Add a compute vfunc
2012-01-09 Benjamin Ottecss: Redo value resolving
2012-01-09 Benjamin Ottestyleproperty: Add custom parser for custom properties
2012-01-09 Benjamin Ottestyleproperty: Let parse_value() initialize the value
2012-01-09 Benjamin Ottestyleproperty: Move parse func
2012-01-09 Benjamin Ottecss: Use _gtk_style_property_get_value_type() where...
2012-01-09 Benjamin Ottestyleproperty: Make query() and assign() vfuncs
2012-01-09 Benjamin Ottestyleproperty: Move value printing to real properties
2012-01-09 Benjamin Ottestyleproperty: Move member variables
2012-01-09 Benjamin Ottecss: Move a bunch of functions
2012-01-09 Benjamin Ottestyleproperty: Move id handling
2012-01-09 Benjamin Ottestyleproperty: Split into shorthand and real style...