summaryrefslogtreecommitdiff
path: root/gtk/gtkmenu.c
Commit message (Expand)AuthorAgeFilesLines
* call gdk_flush() after showing the menu so we can definitely grab on it.Michael Natterer2007-11-061-0/+7
* Make sure menu_shell->button gets reset to 0 when we bail out early hereMichael Natterer2007-09-111-1/+11
* Clarified activate_time docs.Tim Janik2007-08-171-4/+6
* Restructure the code to make sense, and don't leak an empty accel.Matthias Clasen2007-07-241-9/+8
* Merged from maemo-gtk:Michael Natterer2007-06-271-22/+38
* Refactored arrow border size, visible area, and sensitive area calculationsCody Russell2007-05-091-133/+184
* Merged heavily modified patch from maemo-gtk which enables opening andMichael Natterer2007-04-271-0/+13
* fix ACTIVE state of scroll buttons (we were setting the state to ACTIVEMichael Natterer2007-04-251-59/+75
* Don't close menus on clicks on their border area (bug #423761). (modifiedMichael Natterer2007-03-291-2/+48
* get rid of local GtkSettings variables by moving gtk_widget_get_settings()Michael Natterer2007-03-291-38/+34
* don't forget to set the state of the synthesized GDK_ENTER_NOTIFY event.Michael Natterer2007-02-141-0/+1
* pass &event->area to gtk_paint_box() calls.Michael Natterer2007-02-011-3/+3
* remove redundant and confusing if (GTK_IS_MENU (widget)) checks becauseMichael Natterer2007-02-011-28/+20
* gtk/gtkcheckbutton.c gtk/gtkdnd.c gtk/gtkentry.c gtk/gtkmenu.cMichael Natterer2007-01-181-3/+3
* Take the scroll arrow into account when drawing the background. (#393166,Matthias Clasen2007-01-051-1/+6
* Replace a lot of idle and timeout calls by the new gdk_threads api.Matthias Clasen2006-12-221-17/+5
* Merged from gtk-2-10:Federico Mena Quintero2006-12-151-9/+10
* Add new infrastructure for notifications of failed keyboard navigation andMichael Natterer2006-11-161-2/+2
* Apply a cleanup patch by Kjartan Maraas (#341812)Matthias Clasen2006-10-081-1/+0
* Just remove the scroll timeout here, don't access settings. (#348095,Matthias Clasen2006-07-201-5/+6
* Treat "" like NULL when parsing the menu-bar-accel setting. Here too.Matthias Clasen2006-07-031-1/+1
* More of the sameMatthias Clasen2006-05-141-1/+1
* Better handling of the window group on unsetting transient-for, since theAlexander Larsson2006-05-121-46/+14
* Fix build errors.Alexander Larsson2006-05-121-2/+5
* applied unified patch for configurable scroll arrow sizes from bug #333632Tim Janik2006-05-101-41/+77
* Boilerplate reductionMatthias Clasen2006-05-021-49/+17
* Create 'composited' label.Søren Sandmann2006-04-251-1/+39
* Match parameter names with the headers.Matthias Clasen2006-04-241-1/+2
* bail out if there is no need for scrolling (more obvious than addingMichael Natterer2006-03-271-0/+4
* added boolean property gtk-touchscreen-mode, which essentially meansMichael Natterer2006-02-221-145/+527
* Make this function public API. (#307099, Todd Berman)Matthias Clasen2006-01-101-3/+3
* Accept NULL as a detach func. (#323386, Jorn Baayen)Matthias Clasen2005-12-061-2/+2
* applied modified patch from maemo-gtk which adds a "horizontal-padding"Michael Natterer2005-12-021-12/+33
* removed redundant assignment of widget_class->motion_notify_event.Michael Natterer2005-12-011-1/+0
* deprecated floating/sink API and implemented it in terms of the GObjectTim Janik2005-11-231-7/+5
* Convert GtkMenu to g_type_class_add_private.Matthias Clasen2005-11-211-38/+38
* Fix some compiler warnings. (#321141, Kjartan Maraas)Matthias Clasen2005-11-101-6/+6
* Various cleanups. (#315360, Kjartan Maraas)Matthias Clasen2005-09-131-8/+0
* Intern some more strings.Matthias Clasen2005-09-011-15/+15
* Also intern static strings passed to g_object_set_data()Matthias Clasen2005-08-311-12/+12
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1
* Only cancel if the menu was active. (#314298, Christian Persch, analysisMatthias Clasen2005-08-291-1/+1
* Take window groups into account. (#309473, Diego Gonzalez)Matthias Clasen2005-07-051-4/+11
* Cancel menus when they are grab-shadowed by something thats not a submenu.Matthias Clasen2005-06-271-0/+14
* Pay attention to the scroll offset when drawing the box. (#308834, Tom vonMatthias Clasen2005-06-271-2/+3
* Allow setting background images on menus. (#169532, Benjamin Otte)Matthias Clasen2005-04-071-0/+9
* Translate x, y into widget coordinates instead of root coordinates. PatchSøren Sandmann2005-04-041-2/+3
* Allow to pop up menus without grabbing the keyboard. Useful for stuff likeMichael Natterer2005-03-311-7/+14
* Use canonical names for g_object_notify() as well.Matthias Clasen2005-03-261-8/+8
* Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITEMatthias Clasen2005-03-221-12/+13