]> Pileus Git - ~andy/gtk/history - gtk/gtkcssprovider.c
a11y: Emit text-changed signals directly
[~andy/gtk] / gtk / gtkcssprovider.c
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...
2011-05-18 Benjamin Ottecssprovider: Rename "SelectorStyleInfo" to "Ruleset"
2011-05-18 Benjamin Ottecss: Implement inherit properties
2011-05-18 Benjamin Ottecss: Refactor code to do property lookups earlier
2011-05-18 Benjamin Ottecss: Make _gtk_css_selector_matches() take a path length
2011-05-18 Benjamin Ottecssprovider: Simplify code
2011-05-18 Benjamin Ottecssprovider: Speed up gtk_widget_style_get() property...
2011-05-18 Benjamin Ottecss: No more special code for regions
2011-05-18 Benjamin Ottecss: Rewrite selectors
2011-05-18 Benjamin Ottecssprovider: Remove a bunch of commented-out code
2011-05-18 Benjamin Ottecss: Rewrite the parser
2011-05-18 Benjamin Ottecssprovider: Don't hardcode strings anymore
2011-05-18 Benjamin Ottecssprovider: Parse strings as identifiers when parsing...
2011-05-18 Benjamin Ottecssprovider: Add recursion checks for @import
2011-05-18 Benjamin Ottecssprovider: Allow storing the parent stylesheet
2011-05-18 Benjamin Ottecssprovider: Don't fail if an import doesn't work
2011-05-18 Benjamin Ottecssprovider: Reimplement gtk_css_provider_load_from_path()
2011-05-18 Benjamin Ottecssprovider: Make @import use the new load_internal...
2011-05-18 Benjamin Ottecssprovider: Make load_internal() load the contents
2011-05-18 Benjamin Ottecssprovider: Introduce gtk_css_provider_take_error_full()
2011-05-18 Benjamin Ottecssprovider: More error handling into load_internal()
2011-05-18 Benjamin Ottecssprovider: Add a load_internal function that all...
2011-05-18 Benjamin Ottecssprovider: Keep base url in the scanner
2011-05-18 Benjamin Ottecssprovider: Move properties to scanner constructor
2011-05-18 Benjamin Ottecssprovider: Don't store scanner in the struct
2011-05-18 Benjamin Ottecssprovider: Get rid of gtk_css_provider_reset_parser()
2011-05-18 Benjamin Ottecssprovider: Keep track of passed in error differently
2011-05-18 Benjamin Ottecssprovider: Do error handling differently
2011-05-18 Benjamin Ottecssprovider: Emit a g_warning() when a css file is...
2011-05-18 Benjamin Ottecssprovider: No need to restore after @import parsing
2011-05-18 Benjamin Ottecssprovider: Store current properties and selectors...
2011-05-18 Benjamin Ottecssprovider: Use scanner variable instead of priv-...
2011-05-18 Benjamin Ottecssprovider: Pass scanner argument explicitly to error...
2011-05-18 Benjamin Ottecssprovider: Update the scope modifying functions
2011-05-18 Benjamin Ottecssprovider: track state in the scanner
2011-05-18 Benjamin Ottecssprovider: Add a private structure to the scanner
2011-05-18 Benjamin Ottecssprovider: Add a custom gtk_css_scanner_destroy(...
2011-05-18 Benjamin Ottecssprovider: Pass the scanner explicitly to parse_style...
2011-05-18 Benjamin Ottecssprovider: No need to set user data anymore
2011-05-18 Benjamin Ottecssprovider: Clean up declaration parser to conform...
2011-05-18 Benjamin Ottecssprovider: Rework declaration parsing loop
next