]> Pileus Git - ~andy/gtk/shortlog
~andy/gtk
2011-05-18 Benjamin Ottekeys.css: Remove semicolons at end of rules
2011-05-18 Cosimo Cecchireftests: Check that inherited properties work
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 Ottecssstringfuncs: Read colors as symbolic colors always
2011-05-18 Benjamin Ottesymboliccolor: Allow props == NULL when resolving
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 Ottereftests: Check style property order
2011-05-18 Benjamin Ottecss: Refactor code to do property lookups earlier
2011-05-18 Benjamin Ottestyleproperties: Speed up by not optimizing
2011-05-18 Benjamin Ottestyleproperties: Speed up style_property_lookup()
2011-05-18 Benjamin Ottestyleproperties: Use the pspec as the hash table key
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 Ottestyleproperties: Mark "color" and "font" as inherit
2011-05-18 Benjamin OtteAPI: Add API to set style properties to be inherit
2011-05-18 Benjamin Ottecssprovider: Speed up gtk_widget_style_get() property...
2011-05-18 Benjamin Ottecss: Don't query type for regions
2011-05-18 Benjamin Ottereftests: Add a test ensuring selectors don't match...
2011-05-18 Benjamin Ottereftests: Add a test for descendant CSS selectors match
2011-05-18 Benjamin Ottereftests: Add a test that checks that * matches regions
2011-05-18 Benjamin Ottereftests: Unset background-image in CSS of test
2011-05-18 Benjamin Ottereftests: Add a check for matching regions only once
2011-05-18 Benjamin Ottetests: Add a test for enum values
2011-05-18 Benjamin Ottecss: Raised SYNTAX error when enum value can't be parsed
2011-05-18 Benjamin Ottereftests: Add a test for matching by class
2011-05-18 Benjamin Ottereftests: Add a test for matching by name
2011-05-18 Benjamin Ottereftests: Add a test for matching by subtype
2011-05-18 Benjamin Ottereftests: Add test to check that matching by type works
2011-05-18 Benjamin Ottetests: Add a test to ensure we handle unknown pseudo...
2011-05-18 Benjamin Ottetests: Add a test for all selector combination
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 Ottetests: Be more verbose in error messages.
2011-05-18 Benjamin Ottetests: Add test that ensures we properly parse the...
2011-05-18 Benjamin Ottetests: Add another parsing test from the css spec
2011-05-18 Benjamin Ottetests: Add parsing test from the css spec
2011-05-18 Benjamin Ottetests: Make the parser fail without assertions
2011-05-18 Benjamin Ottecss: Rewrite the parser
2011-05-18 Benjamin Ottetests: Add a test for importing nonexistant files
2011-05-18 Benjamin Ottetests: Add tests for cyclic imports
2011-05-18 Benjamin Ottetests: Add test for recursively importing an identical...
2011-05-18 Benjamin Ottecssprovider: Don't hardcode strings anymore
2011-05-18 Benjamin Ottecssprovider: Add support for strings
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 Ottetests: Order files by name before adding them as tests
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 Ottetests: Make css-parser test take files as argument
2011-05-18 Benjamin Ottetests: Add a test for border parsing
2011-05-18 Benjamin Ottetests: Add new test checking weird behavior for declara...
2011-05-18 Benjamin Ottecssprovider: Clean up declaration parser to conform...
2011-05-18 Benjamin Ottecssprovider: Rework declaration parsing loop
2011-05-18 Benjamin Ottetests: Add CSS integer parsing tests
2011-05-18 Benjamin Ottetests: Add test for booleans to CSS tests
2011-05-18 Benjamin Ottecssprovider: Don't fail with invalid syntax when parsin...
2011-05-18 Benjamin Ottetests: (Try to) print the actual enum value in the...
2011-05-18 Benjamin Ottetest: Add a bunch of default properties to the CSS...
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 Ottetests: Make CSS parser pass NULL as error.
2011-05-18 Benjamin Ottetests: Check errors in css test
2011-05-18 Benjamin Ottetests: Change the way the code does diffs
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: Add more error codes
next