summaryrefslogtreecommitdiff
path: root/gtk/gtktoolpalette.c
Commit message (Expand)AuthorAgeFilesLines
* Don't forget to initialize a variableMatthias Clasen2011-06-271-0/+2
* gtk: Use const instead G_CONST_RETURNJavier Jardón2011-06-101-2/+2
* toolpalette: Remove composite supportBenjamin Otte2011-06-091-33/+0
* Minor documentation improvementsMurray Cumming2011-02-231-2/+2
* Fixed GtkToolPalette ->forall implementation to be gtk_widget_destroy friendlyTristan Van Berkom2011-02-011-2/+8
* Add gtkorientableprivate.h headerMatthias Clasen2011-01-301-0/+1
* Redo patch in efae64b (Set vertical/horizontal class...)Carlos Garnacho2011-01-121-20/+1
* Set vertical/horizontal class on all widgets overriding GtkOrientable::orient...Carlos Garnacho2011-01-121-0/+20
* toolpalette: Update adjustment usage for sealingBenjamin Otte2011-01-051-12/+14
* Remove gtktypeutils altogetherMatthias Clasen2011-01-041-1/+1
* Update GtkToolPalette to GtkStyleContext.Carlos Garnacho2011-01-041-3/+2
* gtk/gtktoolpalette.c: Use accessor functions to access GtkSelectionDataJavier Jardón2010-12-151-11/+19
* gtk: fix C99-style variable declarations in various sourcesChun-wei Fan2010-11-101-1/+2
* Removing size_request from GtkToolPaletteTristan Van Berkom2010-10-271-1/+27
* Added GtkScrollablePolicy property to scrollable interfaceTristan Van Berkom2010-10-261-6/+33
* Move min-display-width/height to GtkScrolledWindowMatthias Clasen2010-10-221-25/+1
* Assign all g_signal_connect() and friends to gulong variablesAlberto Garcia2010-10-221-1/+1
* gtk: fix tool palette scroll adjustment settingMichael Natterer2010-10-221-46/+2
* Add GtkScrollable interfaceTadej Borovšak2010-10-221-49/+152
* 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