summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* In the file chooser, use a proper apostrophe rather than a prime mark (tick m...Timothy Arceri2012-11-291-3/+3
* menuitem: Remove unused variablesBenjamin Otte2012-11-281-29/+0
* cssparser: Don't detect /*/ as a commentMarcus Kraßmann2012-11-281-1/+1
* menubar: deprecate internal-padding style propertyCosimo Cecchi2012-11-281-23/+18
* menubar: add support for CSS paddingCosimo Cecchi2012-11-281-20/+40
* menu: deprecate horizontal-padding and vertical-paddingCosimo Cecchi2012-11-281-83/+56
* menuitem: deprecate horizontal-padding style propertyCosimo Cecchi2012-11-281-65/+20
* docs: Add gtk-doc comment for GtkTreeRowReferenceDavid King2012-11-261-3/+6
* Bug 595615 — Use proper ellipsesPhilip Withnall2012-11-268-13/+13
* treeview: Delay computing fixed heightBenjamin Otte2012-11-261-6/+3
* sizegroup: Use g_hash_table_add()Emmanuele Bassi2012-11-251-2/+2
* styleproperty: Use _gtk_css_initial_value_get()Benjamin Otte2012-11-251-1/+2
* cssvalue: Use _gtk_css_initial_value_get() for the inherit valueBenjamin Otte2012-11-251-2/+2
* cssvalue: Add _gtk_css_initial_value_get()Benjamin Otte2012-11-252-0/+7
* izegroup: Improve performanceBenjamin Otte2012-11-251-8/+17
* widget: Remove an unneeded queue_resize()Benjamin Otte2012-11-251-2/+0
* deprecations: Move files into deprecated/ dirBenjamin Otte2012-11-2515-25/+29
* gtkgradient: DeprecateBenjamin Otte2012-11-253-0/+31
* symboliccolor: DeprecateBenjamin Otte2012-11-2510-1/+87
* themingengine: Do shading with GtkHSLABenjamin Otte2012-11-251-7/+5
* hsla: Add _gtk_hsla_shade()Benjamin Otte2012-11-253-6/+23
* symboliccolor: Remove extra includesBenjamin Otte2012-11-256-4/+3
* styleprovider: Change function prototypeBenjamin Otte2012-11-2510-42/+35
* symboliccolor: Implement using GtkCssValueBenjamin Otte2012-11-259-669/+80
* symboliccolor: symbolic color is no longer a CssValueBenjamin Otte2012-11-253-209/+45
* symboliccolor: Change prototype of functionBenjamin Otte2012-11-245-22/+11
* settings: Remove support for color schemesBenjamin Otte2012-11-241-355/+10
* styleprovider: Remove (broken) implementations of get_styleBenjamin Otte2012-11-247-124/+0
* stylecascade: Remove get_icon_factory() implementationBenjamin Otte2012-11-241-10/+0
* styleprovider: Deprecate two non-working functionsBenjamin Otte2012-11-242-0/+7
* docs: gtk_file_chooser_get_filename() returns absolute pathsDavid King2012-11-241-2/+3
* docs: Fix typo in gtk_tree_view_set_tooltip_column commentDavid King2012-11-221-1/+1
* docs: Improve GtkTreeModel iteration patternDavid King2012-11-221-6/+5
* docs: Correct GtkWidget::scroll-event mask documentationDavid King2012-11-221-1/+1
* aboutdialog: Fix add_credit_section() annotationsMartin Pitt2012-11-221-1/+1
* gtk: don't let insensitive children eat scroll events when bubbling downMichael Natterer2012-11-221-1/+9
* tree-view: don't use gtk_style_context_set_background()Cosimo Cecchi2012-11-201-17/+15
* iconview: don't use gtk_style_context_set_background()Cosimo Cecchi2012-11-201-54/+10
* cssvalue: Fix copy/paste errorBenjamin Otte2012-11-201-1/+1
* stylecontext: Split out a functionBenjamin Otte2012-11-183-12/+22
* cssprovider: Handle non-existing sectionBenjamin Otte2012-11-151-3/+6
* filechooser: remember sidebar widthJonny Lamb2012-11-143-2/+12
* Revert parts of "window: Remove useless functions"Benjamin Otte2012-11-141-1/+27
* sizerequest: Optimize CONSTANT_SIZE betterBenjamin Otte2012-11-141-2/+5
* stylecontext: Add a flag to force style_updated() emissionBenjamin Otte2012-11-142-3/+4
* sizerequestcache: Move rest of code to arrayBenjamin Otte2012-11-142-85/+42
* sizerequestcache: Make code an arrayBenjamin Otte2012-11-142-26/+9
* sizegroup: Simplify comparisonBenjamin Otte2012-11-141-3/+5
* sizerequest: Use GtkOrientationBenjamin Otte2012-11-146-48/+48
* sizerequestcache: Move lookup functionBenjamin Otte2012-11-143-71/+82