summaryrefslogtreecommitdiff
path: root/gtk/gtktoolbar.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid a warning when finalizing toolbarsMatthias Clasen2010-12-011-2/+6
* Remove size_request from GtkToolbarMatthias Clasen2010-10-271-3/+33
* Use accessor functions to access GtkButtonJavier Jardón2010-10-261-1/+1
* Remove gtk_widget_hide_all()Matthias Clasen2010-10-191-30/+0
* docs: Move documentation to inline comments: GtkToolbarJavier Jardón2010-10-031-0/+23
* toolbar: Fix compilation warnings - missing castBenjamin Otte2010-09-281-1/+1
* Remove GtkObject completelyMatthias Clasen2010-09-261-1/+1
* Move GtkSizeRequest into GtkWidgetBenjamin Otte2010-09-261-13/+12
* API: Rename gtk_cairo_paint_*() to gtk_paint_*()Benjamin Otte2010-09-261-5/+5
* separatortoolitem: Port to draw vfuncBenjamin Otte2010-09-261-22/+24
* toolbar: Port to draw vfuncBenjamin Otte2010-09-261-29/+24
* toolbar: Don't propagate events to placeholdersBenjamin Otte2010-09-261-2/+4
* Tons of transfer annotationsMatthias Clasen2010-09-211-4/+4
* Use gtk_size_request_get_size() instead deprecated gtk_widget_size_request()Javier Jardón2010-09-151-11/+14
* Use gtk_size_request_get_size() instead deprecated gtk_widget_get_child_requi...Javier Jardón2010-09-131-5/+7
* GDK: Prefix key names with KEY_Colin Walters2010-09-081-11/+11
* Use GtkFooPrivate instead GtkFooPrivJavier Jardón2010-08-271-62/+62
* gtk/gtktoolbar.c: use accessor functions to access GtkWidgetJavier Jardón2010-08-221-71/+104
* GtkToolbar: move public members to private structureJavier Jardón2010-08-141-200/+246
* Allow windows to be dragged by clicking on empty areasMatthias Clasen2010-07-161-3/+27
* Use accessor functions to acces GtkContainerJavier Jardón2010-07-131-26/+28
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-4/+1
* Remove deprecated GtkToolbar codeJavier Jardón2010-05-241-608/+84
* Remove deprecated GtkTooltipsChristian Dywan2010-05-031-2/+1
* Remove old GtkToolbar compatibility APIChristian Dywan2010-05-031-251/+0
* Remove deprecated GtkToolbar functionsChristian Dywan2010-05-031-567/+3
* Fix compilation warning: set a default case in switchsJavier Jardón2010-04-151-1/+9
* Don't use GTK_WIDGET_STATE in internal code anymoreJavier Jardón2010-03-091-5/+5
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_REALIZED)Javier Jardón2010-03-061-1/+1
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_NO_WINDOW)Javier Jardón2010-03-061-1/+1
* Deprecate widget flag: GTK_WIDGET_REALIZEDJavier Jardón2010-03-031-2/+2
* Deprecate widget flag: GTK_WIDGET_MAPPEDJavier Jardón2010-03-031-3/+3
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_CAN_FOCUS)Javier Jardón2010-03-021-1/+1
* Deprecate widget flag: GTK_WIDGET_VISIBLEJavier Jardón2010-03-011-4/+4
* Deprecate widget flag: GTK_WIDGET_DRAWABLEJavier Jardón2010-03-011-1/+1
* [annotations] Add allow-noneJohan Dahlin2010-02-191-3/+3
* Change GtkIconSize to int in params/return valuesDan Winship2009-12-191-2/+4
* [introspection] Merge in Gtk-custom.c annotationsColin Walters2009-12-161-13/+13
* GtkToolPalette: Use gtk-toolbar-style and gtk-toolbar-icon-size settings.Murray Cumming2009-07-161-14/+0
* Make sure we queue at least one resize. This fixes a problem withMatthias Clasen2009-01-311-0/+2
* Remove a redundant include from gtktoolbar.cChristian Dywan2009-01-181-1/+0
* implement the GtkOrientable interface and deprecateMichael Natterer2008-11-111-42/+51
* Revert the GtkSettings::gtk-toolbar-icon-size part of the previous change,Matthias Clasen2008-10-121-6/+6
* Bug 555186 – Setting gtk-toolbar-icon-size with custom icon_sizeMatthias Clasen2008-10-121-14/+14
* add "Deprecated: 2.4" to all the deprecated append(), prepend() andMichael Natterer2008-09-221-27/+55
* gtk/gtkaccellabel.c gtk/gtkaction.c gtk/gtkclist.c gtk/gtkcolorbutton.cSven Neumann2008-08-121-4/+4
* gtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist.c gtk/gtkentry.cMichael Natterer2008-08-121-3/+2
* gtk/gtktext.c gtk/gtktextbuffer.c gtk/gtktextlayout.cSven Neumann2008-08-081-8/+9
* use the simpler g_signal_override_class_handler() instead ofMichael Natterer2008-07-211-5/+3
* remove _gtk_binding_signal_new().Michael Natterer2008-07-211-9/+9