summaryrefslogtreecommitdiff
path: root/gtk/gtkmenutoolbutton.c
Commit message (Expand)AuthorAgeFilesLines
* 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