summaryrefslogtreecommitdiff
path: root/gtk/gtkmenu.c
Commit message (Expand)AuthorAgeFilesLines
* Merged from trunk:Michael Natterer2007-04-251-57/+73
* Take the scroll arrow into account when drawing the background. (#393166,Matthias Clasen2007-01-051-1/+6
* Don't try to optimize for the case where the new title is the same as theFederico Mena Quintero2006-12-151-9/+10
* 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
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+3
* More canonical property names.Matthias Clasen2005-03-091-4/+4
* gdk/gdkkeyuni.c gdk/gdkpixbuf-drawable.c gdk/gdkrgb.c gdk/x11/gdkdnd-x11.cMatthias Clasen2005-03-011-1/+1
* Support vertical menubars (#166632):Matthias Clasen2005-02-111-9/+19
* Don't do one roundtrip per motion event. (#166173, pointed out by ChrisMatthias Clasen2005-02-031-11/+21
* Bug #147497, make menu items activate immediately when you release theSøren Sandmann2004-12-221-0/+76
* Implement scroll wheel scrolling for menus. (#88532)Matthias Clasen2004-12-131-2/+2
* Implement scroll wheel scrolling for menus. (#88532)Matthias Clasen2004-12-131-10/+42
* Remove some warnings.Matthias Clasen2004-11-071-2/+2
* Don't unnecessarily call gtk_menu_position(), since that function hasMatthias Clasen2004-11-051-1/+7
* Change from 50 to 20 to make the menus scroll faster.Søren Sandmann2004-09-191-1/+1
* Steal ATTACHED_MENUS list so its tail isn't freed when we re-set it,Matthias Clasen2004-08-251-1/+1
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-1/+2
* Don't reparent back to menu->toplevel if it is already gone because we'reMatthias Clasen2004-07-151-1/+2
* Make sure private->monitor_num is a valid monitor number before using it.Matthias Clasen2004-07-061-0/+3
* Revert the "drag select" part of #141169. (#144011).Soeren Sandmann2004-06-091-32/+1