]> Pileus Git - ~andy/gtk/history - gtk/gtkstyleproperty.c
css: Convert border style parsing to use enums
[~andy/gtk] / gtk / gtkstyleproperty.c
2011-11-25 Alexander Larssoncss: Convert border style parsing to use enums
2011-11-25 Alexander LarssonRename GTK_CSS_REPEAT_STYLE_NONE to GTK_CSS_REPEAT_STYL...
2011-11-25 Alexander Larssoncss: Use enum parsing for background repeat style
2011-11-25 Alexander Larssoncss: Break out enum parse/print helper
2011-11-25 Alexander Larssoncss: Parse enums with new case-insensitive helper
2011-11-21 Alexander LarssonMerge branch 'win32-theme2'
2011-11-17 Alexander Larssonwin32-theme: Support -gtk-win32-size CSS value
2011-11-17 Alexander LarssonAdd initial cut at win32 theme support for CSS
2011-11-17 Alexander Larssonmake _gtk_style_property_resolve copy the result to...
2011-11-17 Alexander LarssonAdd GtkStylePropertyContext and use it in when getting...
2011-11-17 Alexander LarssonSave a generic boxes source in GtkImageBorder
2011-11-08 Marc-André Lureaucss: start background-repeat
2011-11-08 Marc-André LureauRename s/GtkCssRepeatStyle/GtkCssBorderRepeatStyle/g
2011-10-15 Javier JardónUse G_VALUE_INIT
2011-09-26 Benjamin Ottestyleproperty: Allow 'transparent' keyword for backgrou...
2011-09-26 Benjamin Ottestyleproperty: Default to transparent background-color
2011-09-26 Benjamin Ottestyleproperty: Use the long form to register background...
2011-08-26 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-08-26 Benjamin Ottestyleproperty: Improve error message
2011-08-20 Chun-wei FanInclude C89 fallback code
2011-08-06 Ignacio Casal Quin... Fix warning
2011-08-02 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-07-27 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-07-23 Felix Riemanngtkstyleproperty: fix small memory leak
2011-07-21 Benjamin Ottecss: Don't print both border-image-repeat values when...
2011-07-21 Benjamin Ottecss: Ensure that font shorthand parsing sets font name...
2011-07-21 Benjamin Ottestyleproperty: dump image surfaces as PNG data URLs
2011-07-21 Benjamin Ottestyleproperty: An unnamed engine equals the default...
2011-07-19 Benjamin Ottestyleproperties: Add unset functions for shorthands
2011-07-19 Benjamin Ottestyleproperties: Add an unset vfunc to style properties
2011-07-08 Federico Mena QuinteroMerge bgo593793-filechooser-recent-folders-master branch.
2011-07-06 Benjamin Ottestyleproperty: Fix leak
2011-06-15 Benjamin Ottecss: Make font property a shorthand
2011-06-13 Benjamin Ottestyleproperty: Add border-*-color style properties
2011-06-13 Benjamin Ottestyleproperty: The default border color is the normal...
2011-06-13 Benjamin Ottestyleproperty: Make default_value() take a state
2011-06-11 Benjamin Ottestyleproperty: Resolve NULL RGBAs to pink
2011-06-11 Benjamin Ottestyleproperty: Fall back to default values, instead...
2011-06-11 Benjamin Ottestyleproperty: Add a default value func for border...
2011-06-11 Benjamin Ottestyleproperty: Parse shadow options in any order
2011-06-11 Cosimo Cecchistyleproperty: register the box-shadow property
2011-06-10 Cosimo Cecchiborder-image: add support for border-image-width too
2011-06-09 Cosimo Cecchistyleproperties: add an 'icon-shadow' style property
2011-06-09 Benjamin Otteborder-image-repeat: Fix order of hrepeat and vrepeat
2011-06-09 Benjamin Otteborderimage: No need to resolve
2011-06-09 Cosimo Cecchiborder-image: move private types to gtkcsstypes.c
2011-06-09 Cosimo Cecchistyleproperty: turn border-image into a shorthand property
2011-06-02 Benjamin OtteRevert "css: Make font property a shorthand"
2011-06-02 Benjamin Ottestyleproperty: Move resolving code
2011-06-02 Benjamin OtteRevert "API: Add API to set style properties to be...
2011-06-02 Benjamin Ottestyleproperty: Use the new flags for inheritance
2011-06-02 Benjamin Ottestyleproperty: Add flags
2011-06-02 Benjamin Ottestyleproperty: Add _gtk_style_property_is_inherit()
2011-06-02 Benjamin Ottecss: Make font property a shorthand
2011-06-02 Benjamin Ottestyleproperty: Factor out the string print function
2011-06-02 Benjamin Ottestyleproperty: Move default value setting to styleprope...
2011-06-02 Benjamin Ottecss: Add all border-radius properties
2011-06-02 Benjamin Ottestyleproperty: Add a helper function for printing doubles
2011-06-02 Benjamin Ottestyleproperty: Make keybindings use custom parse/print...
2011-06-02 Benjamin Ottestyleproperty: Allow passing in a parse func and a...
2011-06-02 Benjamin Ottestyleproperty: Rename ParseFunc and PrintFunc typedefs
2011-06-02 Benjamin Ottecss: Move property parsing into styleproperty file
2011-06-02 Benjamin Ottecss: Rename function to _gtk_style_property_parse_value()
2011-06-02 Benjamin Ottecss: Rename struct variable
2011-06-02 Benjamin Ottestyleproperty: Change _css_value_to_string()
2011-06-02 Benjamin Ottecss: Change to_string() to print()
2011-05-30 Carlos Garnachogtkcssprovider: Free shorthand border GValues in the...
2011-05-30 Carlos Garnachogtkstyleproperty: Plug two leaks
2011-05-27 Benjamin Ottestyleproperty: Fix memleak in unpacking code
2011-05-22 Benjamin Ottestyle: Make margin a shorthand
2011-05-22 Benjamin Ottestyle: Make padding a shorthand
2011-05-22 Benjamin Ottestyle: Convert border-width to a shorthand
2011-05-21 Benjamin Ottestyle: Add support for shorthand properties
2011-05-21 Benjamin Ottestyleproperties: Move the style property handling code
2011-05-21 Benjamin Ottecss: Rename gtkcssstrfuncs file to gtkstyleproperty