summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bitmask: Fix intersection codeBenjamin Otte2012-11-101-1/+1
* cssvalue: Make shade() work properly againBenjamin Otte2012-11-102-4/+4
* reftests: Add a test for all the color namesBenjamin Otte2012-11-104-0/+5712
* Updated POTFILES.skipPiotr Drąg2012-11-102-0/+4
* icon-theme: Add some preconditions for NULL argumentsStef Walter2012-11-091-0/+7
* Make _gtk_css_lookup_get_missing inlineAlexander Larsson2012-11-092-20/+19
* gtk_css_style_provider_lookup: minor loop optimiziationAlexander Larsson2012-11-091-6/+7
* Exit early in gtk_style_context_update_cache codepathsAlexander Larsson2012-11-092-1/+8
* Fix cnp bug in _gtk_bitmask_intersectsAlexander Larsson2012-11-091-2/+2
* gdk: Add gdk_window_has_alpha helperAlexander Larsson2012-11-091-7/+13
* Add "parent widget" button to test property editorAlexander Larsson2012-11-091-3/+33
* gtkbin: Remove the silliest code on earthJasper St. Pierre2012-11-081-58/+8
* gtkbin: Complete more of a base implementation for GtkBin subclassesJasper St. Pierre2012-11-081-1/+59
* gtkversion.h.in: Put the documentation inside the header guardsJasper St. Pierre2012-11-081-7/+7
* reftests: Add test for recent fixBenjamin Otte2012-11-083-0/+33
* label: Fix another sizing corner case causing segfaultsBenjamin Otte2012-11-081-1/+2
* stylecontext: Fix a memleakBenjamin Otte2012-11-081-0/+2
* stylecontext: Remove unused functionBenjamin Otte2012-11-082-24/+0
* cssvalue: Convert shadows to GtkCssColorValueBenjamin Otte2012-11-081-5/+3
* cssimage: Use GtkCssColorValueBenjamin Otte2012-11-081-2/+2
* cssstyleproperty: Replace symbolic colors with GtkCssColorValueBenjamin Otte2012-11-082-37/+14
* cssvalue: Add GtkCssColorValueBenjamin Otte2012-11-083-0/+899
* symboliccolor: Change the print outputBenjamin Otte2012-11-0811-107/+107
* symboliccolor: Split out HSLA codeBenjamin Otte2012-11-084-165/+242
* Update a11y test resultsMatthias Clasen2012-11-075-65/+65
* Nuke GtkBoxAccessibleMatthias Clasen2012-11-076-105/+6
* text-cell-accessible: fix a double unrefCosimo Cecchi2012-11-071-1/+0
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Cheng-Chia Tseng2012-11-072-260/+270
* gradient: Add color stops to the right gradientBenjamin Otte2012-11-061-1/+1
* tests: Include config.hBenjamin Otte2012-11-062-1/+4
* Disable deprecation checks for all libraries we depend on on stable branches.Benjamin Otte2012-11-061-1/+13
* cssimage: Fix huge memleakBenjamin Otte2012-11-061-1/+1
* css: Fix copy/paste errorCosimo Cecchi2012-11-061-3/+3
* Updated POTFILES.skipPiotr Drąg2012-11-052-0/+16
* reftests: Add a reftest for latest fixBenjamin Otte2012-11-053-0/+36
* label: Handle crazy corner casesBenjamin Otte2012-11-051-20/+19
* Fixed Brazilian Portuguese TranslationAdorilson Bezerra2012-11-051-450/+453
* Bump GLib dependency to 2.35Matthias Clasen2012-11-0412-23/+4
* reftests: Add test for recent fixBenjamin Otte2012-11-043-0/+49
* reftests: Mark windows as popupBenjamin Otte2012-11-044-0/+4
* sizerequest: do not derefence NULL pointersStefano Facchini2012-11-041-2/+5
* gtkmenubutton: remove weak pointer when neededPaolo Borelli2012-11-041-4/+20
* gtkmenubutton: set menu to NULL in dispose.Paolo Borelli2012-11-041-0/+1
* sizerequest: Restructure codeBenjamin Otte2012-11-042-93/+58
* sizerequest: Move sizegroups function to different source fileBenjamin Otte2012-11-043-81/+78
* sizegroup: Construct the set of sizegroup peers as a hash tableBenjamin Otte2012-11-043-54/+36
* reftests: Add a test from evolutionBenjamin Otte2012-11-043-0/+537
* reftests: Add a test for all the recent sizegroup hackeryBenjamin Otte2012-11-044-0/+121
* sizegroup: Use _gtk_widget_compute_size_for_orientation()Benjamin Otte2012-11-043-74/+26
* sizerequest: Move optimizationBenjamin Otte2012-11-041-30/+14