summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Deprecate all the public API that is using GdkColor structJavier Jardón2011-12-229-24/+106
* gtkappchooserwidget: Use g_object_clear()Javier Jardón2011-12-221-5/+1
* GtkModelMenu: drop extra & added by mistakeRyan Lortie2011-12-211-1/+1
* application: don't unconditionally unref the GMenuModel in gettersCosimo Cecchi2011-12-211-4/+8
* application: mark menu/menubar getters as (transfer none)Cosimo Cecchi2011-12-211-2/+2
* application: use the same variable names in definitions and declarationsCosimo Cecchi2011-12-211-6/+6
* GtkAction: Hold a reference to proxy widgetsColin Walters2011-12-201-0/+3
* GtkApplicationWindow: fix a typoMatthias Clasen2011-12-201-1/+3
* gtk/gtkcellview.c: Use new GdkRGBA api instead GdkColor oneJavier Jardón2011-12-201-7/+8
* gtk/gtktrayicon-x11.c: Use new GdkRGBA api instead GDKColor oneJavier Jardón2011-12-201-2/+2
* button: deprecate the inner-border style propertyCosimo Cecchi2011-12-201-32/+12
* button: add CSS borders to the size requestCosimo Cecchi2011-12-201-10/+18
* button: add a border param to gtk_button_get_props()Cosimo Cecchi2011-12-201-3/+7
* gtkmodelmenuitem: don't crash on missing actionRyan Lortie2011-12-201-4/+5
* treeview: fix an uninitialised variable warningCosimo Cecchi2011-12-201-0/+2
* Fix distMatthias Clasen2011-12-191-1/+1
* Fix symbol listsMatthias Clasen2011-12-191-2/+6
* Revert "progressbar: Set state flags on draw"Rui Matos2011-12-191-5/+0
* Add another bloatpad screenshotMatthias Clasen2011-12-191-0/+4
* notebook: Use the widget state flags as a base for drawingRui Matos2011-12-191-10/+10
* menuitem: Stop setting state flags on the style context for drawingRui Matos2011-12-191-1/+0
* menubar: Stop setting state flags on the style context for drawingRui Matos2011-12-191-4/+0
* label: Use the widget state flags as a base for drawingRui Matos2011-12-191-6/+3
* label: Stop setting state flags on the style context for drawingRui Matos2011-12-191-6/+2
* image: Stop setting state flags on the style context for drawingRui Matos2011-12-191-7/+0
* iconview: Use the widget state flags as a base for drawing itemsRui Matos2011-12-191-2/+4
* iconview: Stop setting state flags on the style context for drawingRui Matos2011-12-191-3/+0
* hsv: Stop setting state flags on the style context for drawingRui Matos2011-12-191-10/+0
* expander: Use the widget state flags as a base for drawingRui Matos2011-12-191-3/+5
* eventbox: Stop setting state flags on the style context for drawingRui Matos2011-12-191-3/+0
* entry: Use the widget state flags as a base for drawing icons and textRui Matos2011-12-191-6/+6
* entry: Stop setting state flags on the style context for drawingRui Matos2011-12-191-7/+0
* combobox: Stop setting state flags on the style context for drawingRui Matos2011-12-191-3/+0
* cellview: Stop checking for sensitivity on drawRui Matos2011-12-191-2/+0
* cellrenderertoggle: Use the cell renderer's state flags as a base for renderingRui Matos2011-12-191-3/+5
* cellrenderer: Use the widget state flags as a base for cell renderers' stateRui Matos2011-12-191-1/+6
* checkmenuitem: Clean up state flags handling on drawingRui Matos2011-12-191-4/+1
* checkbutton: Use the widget state flags as a base for drawing the indicatorRui Matos2011-12-191-3/+7
* checkbutton: Stop setting state flags on the style context for drawingRui Matos2011-12-191-4/+0
* calendar: Use the widget state flags as a base for drawing arrowsRui Matos2011-12-191-20/+16
* calendar: Use the widget state flags as a base for drawing daysRui Matos2011-12-191-19/+14
* button: Stop setting state flags on the style context for drawingRui Matos2011-12-191-1/+0
* arrow: Stop setting state flags on the style context for drawingRui Matos2011-12-191-7/+0
* accellabel: Stop setting state flags on the style context for drawingRui Matos2011-12-191-1/+0
* widget: Set style flags on the style context when the flags are setRui Matos2011-12-191-0/+2
* widget: Always propagate state flags to all childrenRui Matos2011-12-191-13/+3
* GtkApplication: add menu APIRyan Lortie2011-12-193-5/+107
* missing fileRyan Lortie2011-12-191-0/+36
* GtkApplication: document relationship to gdkthreadsRyan Lortie2011-12-192-0/+13
* GtkApplicationWindow: deal with remote actionsRyan Lortie2011-12-191-2/+83