]> Pileus Git - ~andy/gtk/history - gtk/gtkcssprovider.c
Change FSF Address
[~andy/gtk] / gtk / gtkcssprovider.c
2012-02-27 Javier JardónChange FSF Address
2012-02-11 Matthias ClasenPlug a small memory leak
2012-02-11 Sebastian Kellerdocs: Add documentation for alpha() in CSS
2012-02-09 Alexander LarssonRemove all default css and make Raleigh a pure fallback...
2012-02-03 Alexander LarssonFix crash with theme resource file
2012-02-03 Alexander Larssoncss: Remove any loaded resource in gtk_css_provider_reset
2012-02-03 Alexander LarssonSupport a gtk.gresource file in themes
2012-02-02 Benjamin Ottecss: Make border-width a length property
2012-02-02 Benjamin Ottecss: Add a check function for specified types
2012-01-25 Benjamin Ottecss: Return GArrays from shorthand parsing
2012-01-16 Benjamin Ottecssprovider: Improve error handling for import errors
2012-01-16 Benjamin Ottecss: Don't import CSS too early
2012-01-16 Alexander LarssonAccess win32 css as resource, not custom generated...
2012-01-16 Alexander LarssonAdd Gtk resource file with the default CSS file
2012-01-13 Cosimo Cecchiprovider: use _gtk_css_parse_read_url() in parse_import()
2012-01-09 Rui MatosRename 'window-unfocused' to 'backdrop'
2012-01-09 Benjamin Ottestyleproperty: Let parse_value() initialize the value
2012-01-09 Benjamin Otteshorthand: Redo shorthand value parsing
2012-01-09 Benjamin Ottecss: Use _gtk_style_property_get_value_type() where...
2012-01-09 Benjamin Ottestyleproperty: require property in _gtk_style_property_...
2012-01-09 Benjamin Ottecss: Feed sections to CSS lookup code
2012-01-09 Benjamin Ottestyleproperty: Move value printing to real properties
2012-01-09 Benjamin Ottecss: Move a bunch of functions
2012-01-09 Benjamin Ottestyleproperty: Use _gtk_style_property_get_name()
2012-01-09 Benjamin Ottestyleproperty: unconstify
2012-01-09 Benjamin Ottestyleproperty: Get rid of _gtk_style_property_is_shorth...
2012-01-09 Benjamin Ottecss: Add generic support for 'inherit' and 'initial'
2012-01-09 Benjamin Ottecss: Change prototype of _gtk_css_selector_matches()
2012-01-09 Benjamin Ottecssprovider: Remove has_inherit flag from rulesets
2012-01-09 Benjamin Ottecssprovider: Don't do inheritance anymore
2012-01-09 Benjamin Ottecss: Redo StyleProvider interface
2012-01-09 Benjamin Ottecssprovider: Keep a bitmask for the properties
2011-12-30 Matthias ClasenAdd a Since tag
2011-12-23 Benjamin Ottecssprovider: Fix leak
2011-11-30 Stef WalterGtkCssProvider: don't segfault when CSS file is not...
2011-11-21 Alexander LarssonMerge branch 'win32-theme2'
2011-11-18 Alexander LarssonBuild in default win32 css as gtk-win32
2011-11-08 Rui Matosgtk: Add a GTK_STATE_FLAG_WINDOW_UNFOCUSED widget state...
2011-11-08 Marc-André Lureaucss: start background-repeat
2011-10-22 Michael Natterergtk: clean up the private horror
2011-10-04 Cosimo Cecchiall: add an 'only-child' pseudo-class selector
2011-09-26 Benjamin Ottecssprovider: Remove unused enums
2011-09-22 Morten Welindercssprovider: Remove outdated docs
2011-09-13 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-09-09 Dan Winshipgtkcssprovider: fix a crash in gtk_css_provider_parsing...
2011-09-02 Eitan IsaacsonChange gtk_css_provider_propagate_error's signature.
2011-08-26 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-08-26 Benjamin OtteAPI: cssprovider: Change parsing-error signal
2011-08-26 Benjamin Ottecssprovider: Store sections with parsed values
2011-08-26 Benjamin Ottecssprovider: Handle non-NULL-terminated data
2011-08-26 Benjamin Ottecssprovider: Keep only the curent section while parsing
2011-08-26 Benjamin Ottecssprovider: Remove dead code
2011-08-26 Benjamin OtteAPI: css: Add GtkCssSection
2011-08-02 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-07-27 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-07-21 Benjamin Ottecssprovider: Fix names for first and last child pseudo...
2011-07-20 Benjamin Ottecssprovider: Emit an error when parsing a binding fails
2011-07-20 Benjamin Ottecssprovider: Get the location right for semicolon warnings
2011-07-20 Benjamin Ottecssprovider: @import <string> is valid CSS
2011-06-15 Benjamin Ottecss: Make font property a shorthand
2011-06-13 Benjamin Ottestyleproperty: Add border-*-color style properties
2011-06-12 Benjamin Ottedefault theme: Fix menuitem check/radio colors
2011-06-12 Benjamin Ottedefault theme: fix menuitem selections
2011-06-12 Benjamin Ottedefault theme: fix tooltip colors
2011-06-11 Cosimo Cecchicssprovider: add a doc paragraph about box-shadow
2011-06-10 Cosimo Cecchiborder-image: add support for border-image-width too
2011-06-09 Cosimo Cecchidocs: expand the docs for border-image
2011-06-02 Benjamin OtteRevert "css: Make font property a shorthand"
2011-06-02 Benjamin Ottedocs: There is no font-name style property
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 Ottecssprovider: Remove colors when resetting
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-01 Matthias ClasenAdd annotations to gtk_css_provider_load_from_data
2011-05-30 Carlos Garnachogtkcssprovider: Free shorthand border GValues in the...
2011-05-30 Carlos Garnachogtkcssprovider: plug several leaks
2011-05-30 Carlos Garnachogtkcssprovider: Use g_slice_dup() to copy GValues around
2011-05-23 Benjamin Ottecssprovider: Don't convert widget style properties...
2011-05-23 Benjamin Ottecssprovider: Use right hash table when printing
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: Add _gtk_style_properties_set_property...
2011-05-21 Benjamin Ottecss: Rename gtkcssstrfuncs file to gtkstyleproperty
2011-05-21 Benjamin Ottecssprovider: Use _gtk_style_property_lookup()
2011-05-21 Benjamin Ottedocs: Add missing <row>
2011-05-20 Cosimo Cecchistyleproperties: add a "text-shadow" style property
2011-05-18 Benjamin Ottecssprovider: When loading themes, don't pass in an...
2011-05-18 Benjamin Ottecssprovider: Don't propagate deprecation messages to...
2011-05-18 Benjamin Ottecss: Make property parsing functions take a css parser
2011-05-18 Benjamin Ottecss: Move binding set parsing to strfuncs
2011-05-18 Benjamin Ottecssprovider: Cache if rulesets have inheritable style...
2011-05-18 Benjamin Ottecssprovider: Keep two hash tables per ruleset
2011-05-18 Benjamin Ottecssprovider: Add a new setter for rulesets
2011-05-18 Benjamin Ottecssprovider: Refactor handling of rulesets
2011-05-18 Benjamin Ottecssprovider: Refactor code to have a gtk_css_ruleset_ma...
next