]> Pileus Git - ~andy/gtk/history - gtk/gtkcssprovider.c
gdk/x11: Add gdk_x11_device_manager_lookup()
[~andy/gtk] / gtk / gtkcssprovider.c
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
2011-05-18 Benjamin Ottecssprovider: Don't fail with invalid syntax when parsin...
2011-05-18 Benjamin Ottecss: Overhaul value parsing
2011-05-18 Benjamin Ottecssprovider: Remove now useless variables
2011-05-18 Benjamin Ottecssprovider: Remove scanner_report_warning() function
2011-05-18 Benjamin Ottecssprovider: use INVALID_SYNTAX for unexpected token...
2011-05-18 Benjamin Ottecssprovider: Change declaration parsing for error reporting
2011-05-18 Benjamin OtteAPI: cssprovider: Make error a signal
2011-05-18 Benjamin Ottecssprovider: Handle errors completely via new error...
2011-05-18 Benjamin Ottecssprovider: Provide better API to set errors
2011-05-18 Benjamin Ottecssprovider: Have a private error variable
2011-05-18 Benjamin Ottecssprovider: Automatically add final closing bracket...
2011-05-18 Benjamin Ottecssprovider: Ignore empty rules
2011-05-18 Benjamin OtteAPI: gtk: Add gtk_css_provider_to_string()
2011-05-18 Benjamin Ottecssprovider: Add a function for signalling errors
2011-05-18 Benjamin Ottecssprovider: Store cssprovider in scanner's user data
2011-05-18 Cosimo Cecchiraleigh: clear up menu handling in the fallback CSS
2011-04-16 Benjamin Ottecssprovider: Move private struct definition to header
2011-04-14 Benjamin Ottecssprovider: Use g_type_depth() instead of computing...
2011-04-12 Kristian HøgsbergMerge branch 'gdk-backend-wayland'
next