]> Pileus Git - ~andy/gtk/shortlog
~andy/gtk
2011-05-23 Benjamin Ottewindow: Only draw resize grip if its window exists
2011-05-23 Matthias ClasenRemove unused function attributes from symbol files
2011-05-22 Kristian Rietveldquartz: actually register gdk_quartz_display_dispose
2011-05-22 Kristian Rietveldquartz: fix a typo
2011-05-22 Benjamin Ottecssparser: Fix typo where we used "uint" for a type
2011-05-22 Benjamin Ottestyle: Make margin a shorthand
2011-05-22 Benjamin Ottestyle: Make padding a shorthand
2011-05-22 Benjamin Ottereftests: sort EXTRA_DIST in Makefile
2011-05-22 Benjamin Ottereftests: Add a reftest to check shorthands do work
2011-05-22 Benjamin Ottereftests: Add label-shadows test
2011-05-22 Benjamin Otteshadow: Redo shadow implementation for rotations
2011-05-22 Benjamin Ottethemingeninge: Handle translations properly
2011-05-22 Benjamin Ottelabel: Account for y-translation when rotating
2011-05-22 Benjamin Ottetests: Add parser test for shorthands
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 Ottestylepropertis: Use set_by_property() in set_valist()
2011-05-21 Benjamin Ottestyleproperties: Add _gtk_style_properties_set_property...
2011-05-21 Benjamin Ottestyleproperties: Use peek_property() in get_valist()
2011-05-21 Benjamin Ottestyleproperties: Validate values when setting them
2011-05-21 Benjamin Ottestyleproperties: Remove needless check
2011-05-21 Benjamin Ottestyleproperties: Use peek_property in get_property
2011-05-21 Benjamin Ottestyleproperties: Adapt _gtk_style_properties_peek_prope...
2011-05-21 Benjamin Ottestyleproperties: Move the style property handling code
2011-05-21 Benjamin Ottecss: Rename gtkcssstrfuncs file to gtkstyleproperty
2011-05-21 Benjamin Ottestringfuncs: Remove _gtk_css_parse_url() from header
2011-05-21 Benjamin Ottecssprovider: Use _gtk_style_property_lookup()
2011-05-21 Benjamin Ottestyleproperties: Put gtk_style_property_lookup() in...
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
next