summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* docs: Remove unused variables in shooter exampleBenjamin Otte2011-05-271-5/+1
* gtk-demo: Don't store anchor in an unused variableBenjamin Otte2011-05-271-6/+5
* gtk-demo: Remove unused variable for text tagsBenjamin Otte2011-05-271-27/+26
* tests: Remove unused variablesBenjamin Otte2011-05-272-5/+2
* tests: Make forcing of class registers work without gcc warningsBenjamin Otte2011-05-271-9/+7
* css: Constify path argument to _css_selector_matches()Benjamin Otte2011-05-272-8/+8
* widgetpath: Make includes absoluteBenjamin Otte2011-05-271-1/+1
* menuitem: Remove unused variableBenjamin Otte2011-05-271-1/+0
* styleproperty: Fix memleak in unpacking codeBenjamin Otte2011-05-271-0/+2
* menuitem: Fix copy/paste errorBenjamin Otte2011-05-271-1/+1
* configure: Check for XGetEventData()Carlos Garnacho2011-05-272-0/+10
* gdk: do not fallback to event->xany.window in GdkEventTranslatorCarlos Garnacho2011-05-271-6/+2
* Cut deadwoodMatthias Clasen2011-05-2671-5922/+0
* configure: Fix build of pixbuf-demoFlorian Müllner2011-05-261-0/+1
* Move demos aroundMatthias Clasen2011-05-2617-56/+64
* And actually delete itMatthias Clasen2011-05-261-20/+0
* Remove no-longer-needed pixbuf_init hackMatthias Clasen2011-05-263-10/+3
* Remove an incomplete, dead copy of testgtkMatthias Clasen2011-05-261-392/+0
* Simplify GtkLockButtonMatthias Clasen2011-05-256-217/+78
* menuitem: Position submenus properlyBenjamin Otte2011-05-251-3/+2
* menu: Realize window before positioningBenjamin Otte2011-05-251-3/+5
* paned: More fixes to keep windows in sync with widgetsBenjamin Otte2011-05-251-22/+7
* bgo#642929 - Don't infinite-loop in GTK_FILE_CHOOSER_ACTION_CREATE_FOLDERKjell Ahlstedt2011-05-231-1/+2
* tests: Add simple CSS test for widget style propertiesBenjamin Otte2011-05-232-1/+5
* cssprovider: Don't convert widget style properties to CSSBenjamin Otte2011-05-231-3/+1
* cssprovider: Use right hash table when printingBenjamin Otte2011-05-231-1/+1
* window: Only draw resize grip if its window existsBenjamin Otte2011-05-231-1/+1
* Remove unused function attributes from symbol filesMatthias Clasen2011-05-222-395/+395
* quartz: actually register gdk_quartz_display_disposeKristian Rietveld2011-05-221-0/+1
* quartz: fix a typoKristian Rietveld2011-05-221-1/+1
* cssparser: Fix typo where we used "uint" for a typeBenjamin Otte2011-05-222-2/+2
* style: Make margin a shorthandBenjamin Otte2011-05-223-16/+79
* style: Make padding a shorthandBenjamin Otte2011-05-223-15/+79
* reftests: sort EXTRA_DIST in MakefileBenjamin Otte2011-05-221-8/+8
* reftests: Add a reftest to check shorthands do workBenjamin Otte2011-05-224-0/+53
* reftests: Add label-shadows testBenjamin Otte2011-05-224-0/+295
* shadow: Redo shadow implementation for rotationsBenjamin Otte2011-05-223-7/+8
* themingeninge: Handle translations properlyBenjamin Otte2011-05-221-14/+3
* label: Account for y-translation when rotatingBenjamin Otte2011-05-221-2/+2
* tests: Add parser test for shorthandsBenjamin Otte2011-05-223-0/+13
* style: Convert border-width to a shorthandBenjamin Otte2011-05-224-18/+143
* style: Add support for shorthand propertiesBenjamin Otte2011-05-224-4/+117
* stylepropertis: Use set_by_property() in set_valist()Benjamin Otte2011-05-221-18/+6
* styleproperties: Add _gtk_style_properties_set_property_by_property()Benjamin Otte2011-05-223-44/+45
* styleproperties: Use peek_property() in get_valist()Benjamin Otte2011-05-221-17/+3
* styleproperties: Validate values when setting themBenjamin Otte2011-05-221-5/+4
* styleproperties: Remove needless checkBenjamin Otte2011-05-211-3/+3
* styleproperties: Use peek_property in get_propertyBenjamin Otte2011-05-211-19/+3
* styleproperties: Adapt _gtk_style_properties_peek_property()Benjamin Otte2011-05-213-17/+34
* styleproperties: Move the style property handling codeBenjamin Otte2011-05-214-143/+152