summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* css: Use internal return_if_fail in some commonly called codeAlexander Larsson2012-12-042-26/+28
* Add internal versions of g_return_[val_]_if_failAlexander Larsson2012-12-041-0/+10
* po: Fix xgettext failing on unicode stringsRico Tzschichholz2012-12-042-0/+2
* reftests: Fix wrong name in testBenjamin Otte2012-12-041-3/+3
* css: Return 0 as change for the GtkSettingsStyleProviderAlexander Larsson2012-12-041-0/+9
* printing: Call mark_printer_active() with correct parametersMarek Kasik2012-12-041-1/+2
* Bug 626499 - GtkClipboard unnotified on change of OS X pasteboard ownerMichael Natterer2012-12-041-22/+41
* Ensure GtkColorButton has a dialog when adding a palettePierre-Yves Luyten2012-12-031-24/+31
* gtkroundedbox: Fix a compiler warningKalev Lember2012-12-021-1/+1
* Updated POTFILES.skipPiotr Drąg2012-12-012-0/+4
* css: Fix order of enumBenjamin Otte2012-12-011-4/+4
* reftests: Add a test for the new font size namesBenjamin Otte2012-12-014-0/+394
* cssvalue: Fix the scaling factors for 'smaller' and 'larger'Benjamin Otte2012-12-011-2/+2
* cssvalue: Parse font sizes properlyBenjamin Otte2012-12-014-23/+45
* cssvalue: Change order of valuesBenjamin Otte2012-12-011-3/+3
* css: Fix dependencies for font lookupBenjamin Otte2012-12-011-0/+2
* gtkliststore: Add explicit braces to avoid dangling elseKalev Lember2012-12-011-4/+6
* css: Add more features to font-size codeBenjamin Otte2012-12-015-28/+170
* css: Move default font handlingBenjamin Otte2012-12-012-74/+62
* style: Add _gtk_style_provider_private_get_settings()Benjamin Otte2012-12-014-0/+48
* settings: Implement StyleProvider interface without StylePropertiesBenjamin Otte2012-12-011-49/+39
* settings: Never override some font propertiesBenjamin Otte2012-12-011-16/+5
* API: Deprecate functions to register custom CSS propertiesBenjamin Otte2012-11-303-0/+10
* stylecontext: Remove unused private functionsBenjamin Otte2012-11-304-27/+0
* cssstyleproperty: Don't mark border width properties as NO_RESIZEBenjamin Otte2012-11-301-5/+5
* widget: Optimize away unndeeded redrawsBenjamin Otte2012-11-301-3/+16
* styleproperty: Add _gtk_css_style_property_changes_affect_size()Benjamin Otte2012-11-302-0/+16
* stylecontext: Expose a function to get at the current changesBenjamin Otte2012-11-302-0/+23
* styleproperty: Mark properties as not needing resizesBenjamin Otte2012-11-301-50/+52
* styleproperty: Add an affects-size propertyBenjamin Otte2012-11-302-0/+33
* stylecontext: Pass a bitmask to the changed valuesBenjamin Otte2012-11-301-6/+15
* reftests: Fix a reftestBenjamin Otte2012-11-302-0/+2
* icon cache: Fix double freeAlexander Larsson2012-11-301-1/+1
* gtk: convert keyvals to unicode before committing to the imcontextMichael Natterer2012-11-301-4/+5
* gtk: add more OSX special casing for the deadacute and deaddoubleacute keysMichael Natterer2012-11-301-12/+37
* css: Make test passAlexander Larsson2012-11-301-2/+2
* css: Allocate the css tree in a single chunkAlexander Larsson2012-11-301-32/+121
* css: Fix leak of lists while building treeAlexander Larsson2012-11-301-0/+3
* css: Add accessor functions for traversing css treeAlexander Larsson2012-11-301-25/+75
* css: Add const to _gtk_css_selector_tree_match_all argAlexander Larsson2012-11-302-2/+2
* css: Don't keep around linear selectorsAlexander Larsson2012-11-301-0/+12
* css: Remove gtk_css_ruleset_matchesAlexander Larsson2012-11-301-10/+4
* css: Use tree for gtk_css_provider_get_style_propertyAlexander Larsson2012-11-301-7/+7
* css: Implement ruleset_get_change() with the treeAlexander Larsson2012-11-303-42/+42
* css: Ensure the tree built is always the sameAlexander Larsson2012-11-301-2/+107
* css: Use the tree to print css selectorsAlexander Larsson2012-11-303-5/+18
* css: Track the tree selector matchesAlexander Larsson2012-11-303-0/+8
* css: Fix type of GtkCssSelectorRuleSetInfo matchAlexander Larsson2012-11-301-3/+3
* css: Track parent in the css tree nodesAlexander Larsson2012-11-301-4/+6
* css: Better tree match verificationAlexander Larsson2012-11-301-23/+38