summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* gtkcontainer: Move private functions to private headerJavier Jardón2011-06-069-16/+51
* gtkbutton: Move private functions to private headerJavier Jardón2011-06-062-7/+14
* widget: Update the font at the right placeBenjamin Otte2011-06-041-2/+2
* paned: Properly hide panes that were set to invisibleBenjamin Otte2011-06-041-5/+15
* gtkwidget: Move private functions to private headerJavier Jardón2011-06-044-41/+44
* Fixed bug #576492 "GtkBuilder does not respect G_PARAM_CONSTRUCT properties"Juan Pablo Ugarte2011-06-031-2/+2
* Replace gtk_misc_set_padding() with GtkWidget:margin propertiesJavier Jardón2011-06-022-4/+9
* gtkaccellabel: Do not use GET_PRIV macroJavier Jardón2011-06-021-5/+6
* gtkaccelgroup.c: Do not use GET_PRIV macroJavier Jardón2011-06-022-7/+6
* GtkCustomUnixPaperDialog: use an inline toolbarMatthias Clasen2011-06-011-27/+55
* Revert "css: Make font property a shorthand"Benjamin Otte2011-06-024-287/+10
* docs: There is no font-name style propertyBenjamin Otte2011-06-021-2/+2
* styleproperty: Move resolving codeBenjamin Otte2011-06-023-118/+120
* Revert "API: Add API to set style properties to be inherit"Benjamin Otte2011-06-024-56/+1
* styleproperty: Use the new flags for inheritanceBenjamin Otte2011-06-021-55/+79
* styleproperty: Add flagsBenjamin Otte2011-06-023-1/+22
* styleproperties: Rename enum valueBenjamin Otte2011-06-021-4/+4
* styleproperty: Add _gtk_style_property_is_inherit()Benjamin Otte2011-06-023-2/+12
* stylecontext: Implement the color getters using the regular APIBenjamin Otte2011-06-021-64/+18
* themingengine: Improve junction handling codeBenjamin Otte2011-06-021-113/+82
* css: Make font property a shorthandBenjamin Otte2011-06-024-9/+273
* styleproperty: Factor out the string print functionBenjamin Otte2011-06-021-43/+48
* styleproperty: Move default value setting to styleproperty.cBenjamin Otte2011-06-023-43/+66
* styleproperties: use property, not pspec as keyBenjamin Otte2011-06-021-4/+4
* cssprovider: Remove colors when resettingBenjamin Otte2011-06-021-0/+2
* box: Add RTL support for sibling pathsBenjamin Otte2011-06-021-29/+40
* css: Don't infloop when resyncing over a slashBenjamin Otte2011-06-021-0/+2
* css: We want to unescape backslashes, not slashesBenjamin Otte2011-06-021-1/+1
* stylecontext: Don't crash when colors are "none"Benjamin Otte2011-06-021-3/+12
* css: Match pseudo-classes for siblingsBenjamin Otte2011-06-021-3/+32
* box: Add support for siblings in widget paths of box childrenBenjamin Otte2011-06-021-3/+123
* box: Only emit pack-type notify if the pack type really changedBenjamin Otte2011-06-021-5/+7
* API: Add support for siblings to widget pathsBenjamin Otte2011-06-023-5/+118
* docs: Fix typoBenjamin Otte2011-06-021-1/+1
* widgetpath: Factor out the element copy functionBenjamin Otte2011-06-021-21/+30
* widgetpath: Use ref/unref in boxed functionBenjamin Otte2011-06-021-1/+1
* widgetpath: Make structure refcountedBenjamin Otte2011-06-023-4/+52
* themingengine: Add support for the border-radiiBenjamin Otte2011-06-021-79/+194
* css: Add all border-radius propertiesBenjamin Otte2011-06-025-3/+403
* styleproperty: Add a helper function for printing doublesBenjamin Otte2011-06-021-7/+11
* styleproperty: Make keybindings use custom parse/print functionsBenjamin Otte2011-06-021-6/+7
* styleproperty: Allow passing in a parse func and a print funcBenjamin Otte2011-06-023-15/+42
* styleproperty: Rename ParseFunc and PrintFunc typedefsBenjamin Otte2011-06-021-10/+10
* css: Move property parsing into styleproperty fileBenjamin Otte2011-06-022-55/+46
* css: Rename function to _gtk_style_property_parse_value()Benjamin Otte2011-06-023-12/+16
* css: Rename struct variableBenjamin Otte2011-06-024-9/+11
* styleproperty: Change _css_value_to_string()Benjamin Otte2011-06-023-13/+15
* css: Change to_string() to print()Benjamin Otte2011-06-025-150/+169
* API: Change semantics of gtk_container_get_child_path()Benjamin Otte2011-06-025-7/+14
* API: Add gtk_widget_path_append_for_widget()Benjamin Otte2011-06-023-26/+56