]> Pileus Git - ~andy/gtk/shortlog
~andy/gtk
2011-05-21 Benjamin Ottestyleproperties: Class ref no longer necessary
2011-05-21 Benjamin Ottestyleproperties: Init the default properties when they...
2011-05-21 Benjamin Ottestyleproperties: constify gtk_style_property_lookup()
2011-05-21 Benjamin Ottestyleproperties: Rename the storage struct for style...
2011-05-21 Benjamin Ottetests: Add forgotten file
2011-05-21 Diego Celixgtk/gtkstatusbar: gtk_misc_set_alignment replacing
2011-05-21 Matthias ClasenAllow NULL permissions
2011-05-21 Benjamin Ottedocs: Add missing <row>
2011-05-20 Cosimo Cecchithemingengine: use the text-shadow property to render...
2011-05-20 Cosimo Cecchishadow: add a method to paint the shadow for a PangoLayout
2011-05-20 Cosimo Cecchistyleproperties: resolve properties of type GTK_TYPE_SHADOW
2011-05-20 Cosimo Cecchistyleproperties: add a "text-shadow" style property
2011-05-20 Cosimo Cecchicss: add a parser for GTK_TYPE_SHADOW properties
2011-05-20 Cosimo Cecchishadow: add a GtkShadow private type
2011-05-19 Cosimo Cecchiassistant: pack the sidebar in a frame instead of an...
2011-05-19 Cosimo Cecchiassistant: remove an useless gtk_widget_reset_style...
2011-05-19 Benjamin Ottemenu: Only realize menu if it isn't realized yet
2011-05-19 Benjamin Ottetests: Add missing CSS test
2011-05-18 Carlos Garnachogdk: Document gdk_window_add_filter()+XGenericEvents...
2011-05-18 Carlos Garnachogdk: Get the right filter window for XI2 events
2011-05-18 Carlos Garnachogdk: Add _gdk_x11_event_translator_get_window()
2011-05-18 Carlos Garnachogdk: Move XGetEventData() call to GdkEventSource
2011-05-18 Benjamin Ottemac keys: Add a missing semicolon
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
next