summaryrefslogtreecommitdiff
path: root/gtk/gtkmenutoolbutton.c
Commit message (Expand)AuthorAgeFilesLines
* GtkMenuToolButton: unseal private pointerJavier Jardón2010-07-131-3/+3
* Use GtkBin accessorsJavier Jardón2010-07-131-1/+1
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-4/+0
* Remove deprecated GtkTooltipsChristian Dywan2010-05-031-2/+0
* [gtk/gtktoolitem] Remove deprecated GtkToolItem stuffJavier Jardón2010-05-031-2/+2
* Remove deprecated GtkMenuToolButton functionChristian Dywan2010-05-031-27/+0
* Deprecate widget flag: GTK_WIDGET_VISIBLEJavier Jardón2010-03-011-2/+2
* Deprecate widget flag: GTK_WIDGET_IS_SENSITIVEJavier Jardón2010-03-011-1/+1
* [annotations] Add allow-noneJohan Dahlin2010-02-191-2/+2
* [introspection] Merge in Gtk-custom.c annotationsColin Walters2009-12-161-2/+2
* Doc additionsMatthias Clasen2008-12-301-0/+13
* gtk/gtkaboutdialog.c gtk/gtkcellrendereraccel.c gtk/gtkcellrenderercombo.cSven Neumann2008-08-111-1/+1
* gtk/gtkclist.c gtk/gtkcontainer.c gtk/gtkfilechooserbutton.cMichael Natterer2008-08-071-3/+2
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* gtk/gtkfilesel.c gtk/gtkinputdialog.c gtk/gtkmenutoolbutton.cMichael Natterer2008-06-171-1/+4
* gtk/gtkcellrenderer.c gtk/gtkcellrendererpixbuf.cMichael Natterer2008-05-191-2/+1
* when creating a new box, be sure to transfer a possible tooltip from theKristian Rietveld2007-09-101-0/+11
* Remove obsolete set-tooltip handler. (#458280, Christian Persch)Matthias Clasen2007-07-241-17/+0
* Replace non-deprecated API using old tooltips API, deprecate old tooltipsKristian Rietveld2007-07-091-0/+43
* More of the sameMatthias Clasen2006-05-141-1/+1
* Boilerplate reductionMatthias Clasen2006-05-021-36/+4
* use gtk_menu_attach_to_widget() and gtk_menu_detach() instead ofMichael Natterer2006-01-041-5/+16
* deprecated floating/sink API and implemented it in terms of the GObjectTim Janik2005-11-231-2/+1
* Various cleanups. (#315360, Kjartan Maraas)Matthias Clasen2005-09-131-2/+0
* Intern some more strings.Matthias Clasen2005-09-011-2/+2
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1
* Take widget y offset into account when positioning the popup. (#314470,Matthias Clasen2005-08-251-0/+1
* Disconnect signal handlers on destroy, not on finalize. (#313759, BrettMatthias Clasen2005-08-181-9/+33
* Add some more tests for menu placement.Matthias Clasen2005-08-151-8/+33
* Deactivate the menu when the button becomes insensitive, and remove deadChristian Persch2005-08-081-51/+17
* Use ->priv instead of GTK_MENU_TOOL_BUTTON_GET_PRIVATE. Surviving part ofChristian Persch2005-08-081-12/+4
* Set the relief of the arrow button to the value returned bySøren Sandmann2005-08-051-1/+3
* Use canonical names for g_object_notify() as well.Matthias Clasen2005-03-261-1/+1
* Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITEMatthias Clasen2005-03-221-1/+2
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+3
* Make right-clicks not pop up the menu.Soeren Sandmann2005-03-191-3/+15
* Typo fix in the docs.Matthias Clasen2005-03-171-1/+1
* Fix prelighting. (#157392, Vincent Noel, patch by Christian Persch)Matthias Clasen2005-03-011-1/+7
* gdk/linux-fb/gdkgc-fb.c gdk/win32/gdkgc-win32.cManish Singh2004-11-191-2/+2
* Remove check for previous state being ACTIVE. Bug 153876.Søren Sandmann2004-10-231-9/+8
* Fix doc comment.Matthias Clasen2004-10-091-1/+0
* rename the activate-menu signal to show-menu as discussed in bug #153873.Paolo Borelli2004-10-051-9/+9
* deactivate the menu before setiing it to something else. Bug #153887.Paolo Borelli2004-10-021-0/+3
* add the GtkMenuToolButton widget discussed in bug #151441.Paolo Borelli2004-09-271-0/+604