summaryrefslogtreecommitdiff
path: root/gtk/gtktoolpalette.c
Commit message (Expand)AuthorAgeFilesLines
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_REALIZED)Javier Jardón2010-03-061-1/+1
* GtkToolPalette: Fix a compiler warning introduced in my last commit.Murray Cumming2010-01-191-4/+5
* GtkToolPalette: Change gtk_tool_palette_get_drop_group() return.Murray Cumming2010-01-181-2/+2
* GtkToolPalette: Use GtkToolItemGroup* instead of GtkWidget* for setter parame...Murray Cumming2010-01-141-20/+24
* GtkToolPalette: docs: Minor English corrections.Murray Cumming2009-12-311-2/+2
* Change GtkIconSize to int in params/return valuesDan Winship2009-12-191-2/+3
* Fix up docs, and set up the aliasing machineryMatthias Clasen2009-11-261-143/+202
* Fix another doc typoMatthias Clasen2009-11-261-1/+1
* toolpalette: fixed trailing whitespacesJohannes Schmid2009-11-111-56/+56
* toolpalette: Fixed documentationJohannes Schmid2009-11-111-3/+5
* toolpalette: allow to reset same adjustmentJohannes Schmid2009-11-111-5/+5
* Ported gtktoolpalette from a custom array to GPtrArray.Johannes Schmid2009-11-091-124/+98
* Remove G_GNUC_UNUSEDJohannes Schmid2009-11-071-10/+10
* Fixed GtkToolPalette API docs to mention 2.20 instead of 2.18Johannes Schmid2009-10-281-22/+22
* Fixed a typo that I didn't see until now, strangely.Murray Cumming2009-07-161-1/+1
* GtkToolPalette: Use gtk-toolbar-style and gtk-toolbar-icon-size settings.Murray Cumming2009-07-161-11/+264
* ToolPalette: Implement GtkOrientable.Murray Cumming2009-07-141-45/+6
* GtkTool*: Removed the HAVE_EXTENDED_TOOL_SHELL_SUPPORT_BUG_535090 ifdefs. Thi...Murray Cumming2009-07-131-10/+0
* Added GtkToolPalette.Johannes Schmid2009-07-131-0/+1685