summaryrefslogtreecommitdiff
path: root/gtk/gtktoolpalette.c
Commit message (Expand)AuthorAgeFilesLines
* Move GtkSizeRequest into GtkWidgetBenjamin Otte2010-09-261-2/+2
* toolpalette: Port to draw vfuncBenjamin Otte2010-09-261-9/+3
* gtk: gdk_drawable_get_display() => gdk_window_get_display()Benjamin Otte2010-09-261-1/+1
* gtk: Don't set colormap anymore when creating GDK windowsBenjamin Otte2010-09-261-2/+1
* Add a couple of missing annotationsJohan Dahlin2010-09-181-7/+7
* Use gtk_size_request_get_size() instead deprecated gtk_widget_size_request()Javier Jardón2010-09-151-1/+2
* Fixed GtkToolPalette realize() vfunc.Tristan Van Berkom2010-08-301-0/+1
* gtk/gtktoolpalette.c: use accessor functions to access GtkWidgetJavier Jardón2010-08-221-26/+44
* Use accessor functions to acces GtkContainerJavier Jardón2010-07-131-4/+9
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-5/+0
* Added missing default events in realize() implementationsTristan Van Berkom2010-03-291-3/+4
* 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