]> Pileus Git - ~andy/gtk/history - gtk/gtkmenu.c
Practically everything changed.
[~andy/gtk] / gtk / gtkmenu.c
2008-06-30 Cody RussellPractically everything changed.
2008-06-22 Johan DahlinInclude "config.h" instead of <config.h> Command used...
2008-06-21 Hans Breuerfix 'function' : incompatible types - from 'struct...
2008-06-20 Johan DahlinAdd missing Since: gtk-doc markup for newly added GSEAL...
2008-06-20 Tim JanikSeal GtkMenu
2008-06-19 Johan DahlinRemove an unused variable and cast to gchar to avoid...
2008-06-19 Johan DahlinUse g_object_new instead of gtk_widget_new
2008-06-18 Michael Nattererdeprecate GtkDestroyNotify.
2008-06-07 Christian PerschBug 535608 – do not string-copy accel paths in the...
2008-05-30 Michael Natterercast attach_info_free() to GDestroyNotify when using...
2008-05-28 Matthias Clasen Bug 404571 – Scroll arrow backgrounds should...
2008-05-25 Matthias Clasen Bug 501730 – use GSlice for small allocs
2008-02-07 Michael Natterergtk/gtkcellview.c gtk/gtklabel.c gtk/gtklayout.c gtk...
2008-02-06 Michael Natterergtk/gtkcontainer.c gtk/gtkexpander.c gtk/gtkframe.c...
2007-12-28 Matthias ClasenMore default property value corrections
2007-11-14 Michael Nattererremove recently added gdk_flush() again, it's not neede...
2007-11-06 Michael Natterercall gdk_flush() after showing the menu so we can defin...
2007-09-11 Michael NattererMake sure menu_shell->button gets reset to 0 when we...
2007-08-17 Tim JanikClarified activate_time docs.
2007-07-24 Matthias ClasenRestructure the code to make sense, and don't leak...
2007-06-27 Michael NattererMerged from maemo-gtk:
2007-05-09 Cody RussellRefactored arrow border size, visible area, and sensiti...
2007-04-27 Michael NattererMerged heavily modified patch from maemo-gtk which...
2007-04-25 Michael Nattererfix ACTIVE state of scroll buttons (we were setting...
2007-03-29 Michael NattererDon't close menus on clicks on their border area (bug...
2007-03-29 Michael Nattererget rid of local GtkSettings variables by moving gtk_wi...
2007-02-14 Michael Nattererdon't forget to set the state of the synthesized GDK_EN...
2007-02-01 Michael Nattererpass &event->area to gtk_paint_box() calls.
2007-02-01 Michael Nattererremove redundant and confusing if (GTK_IS_MENU (widget...
2007-01-18 Michael Natterergtk/gtkcheckbutton.c gtk/gtkdnd.c gtk/gtkentry.c gtk...
2007-01-05 Matthias ClasenTake the scroll arrow into account when drawing the...
2006-12-22 Matthias ClasenReplace a lot of idle and timeout calls by the new...
2006-12-15 Federico Mena QuinteroMerged from gtk-2-10:
2006-11-16 Michael NattererAdd new infrastructure for notifications of failed...
2006-10-08 Matthias ClasenApply a cleanup patch by Kjartan Maraas (#341812)
2006-07-20 Matthias ClasenJust remove the scroll timeout here, don't access setti...
2006-07-03 Matthias ClasenTreat "" like NULL when parsing the menu-bar-accel...
2006-05-14 Matthias ClasenMore of the same
2006-05-12 Alexander LarssonBetter handling of the window group on unsetting transi...
2006-05-12 Alexander LarssonFix build errors.
2006-05-10 Tim Janikapplied unified patch for configurable scroll arrow...
2006-05-02 Matthias ClasenBoilerplate reduction
2006-04-25 Søren SandmannCreate 'composited' label.
2006-04-24 Matthias ClasenMatch parameter names with the headers.
2006-03-27 Michael Nattererbail out if there is no need for scrolling (more obviou...
2006-02-22 Michael Nattereradded boolean property gtk-touchscreen-mode, which...
2006-01-10 Matthias ClasenMake this function public API. (#307099, Todd Berman)
2005-12-06 Matthias ClasenAccept NULL as a detach func. (#323386, Jorn Baayen)
2005-12-02 Michael Nattererapplied modified patch from maemo-gtk which adds a...
2005-12-01 Michael Nattererremoved redundant assignment of widget_class->motion_no...
2005-11-23 Tim Janikdeprecated floating/sink API and implemented it in...
2005-11-21 Matthias ClasenConvert GtkMenu to g_type_class_add_private.
2005-11-10 Matthias ClasenFix some compiler warnings. (#321141, Kjartan Maraas)
2005-09-13 Matthias ClasenVarious cleanups. (#315360, Kjartan Maraas)
2005-09-01 Matthias ClasenIntern some more strings.
2005-08-31 Matthias ClasenAlso intern static strings passed to g_object_set_data()
2005-08-31 Matthias ClasenIntern type names in code generated by glib-mkenums...
2005-08-29 Matthias ClasenOnly cancel if the menu was active. (#314298, Christian...
2005-07-05 Matthias ClasenTake window groups into account. (#309473, Diego Gonzalez)
2005-06-27 Matthias ClasenCancel menus when they are grab-shadowed by something...
2005-06-27 Matthias ClasenPay attention to the scroll offset when drawing the...
2005-04-07 Matthias ClasenAllow setting background images on menus. (#169532...
2005-04-04 Søren SandmannTranslate x, y into widget coordinates instead of root...
2005-03-31 Michael NattererAllow to pop up menus without grabbing the keyboard...
2005-03-26 Matthias ClasenUse canonical names for g_object_notify() as well.
2005-03-22 Matthias ClasenDefine macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE...
2005-03-20 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2005-03-09 Matthias ClasenMore canonical property names.
2005-03-01 Matthias Clasengdk/gdkkeyuni.c gdk/gdkpixbuf-drawable.c gdk/gdkrgb...
2005-02-11 Matthias ClasenSupport vertical menubars (#166632):
2005-02-03 Matthias ClasenDon't do one roundtrip per motion event. (#166173,...
2004-12-22 Søren SandmannBug #147497, make menu items activate immediately when...
2004-12-13 Matthias ClasenImplement scroll wheel scrolling for menus. (#88532)
2004-12-13 Matthias ClasenImplement scroll wheel scrolling for menus. (#88532)
2004-11-07 Matthias ClasenRemove some warnings.
2004-11-05 Matthias ClasenDon't unnecessarily call gtk_menu_position(), since...
2004-09-19 Søren SandmannChange from 50 to 20 to make the menus scroll faster.
2004-08-25 Matthias ClasenSteal ATTACHED_MENUS list so its tail isn't freed when...
2004-08-09 Matthias ClasenAdd hidden aliases for exported symbols which are used...
2004-07-15 Matthias ClasenDon't reparent back to menu->toplevel if it is already...
2004-07-06 Matthias ClasenMake sure private->monitor_num is a valid monitor numbe...
2004-06-09 Soeren SandmannRevert the "drag select" part of #141169. (#144011).
2004-06-03 Soeren SandmannRevert previous commit. It caused the problem of sticky...
2004-06-02 Soeren SandmannFix the stay up algorithm for combo boxes to better...
2004-06-02 Matthias ClasenHandle accel_closure being NULL on an accel label....
2004-06-01 Soeren SandmannMake menus only stay up if you release within 500 milli...
2004-05-10 Matthias ClasenFix a naming blunder.
2004-05-10 Matthias ClasenMake destruction of a torn off menu work like un-tearin...
2004-05-07 Matthias ClasenMake the tearoff functionality model/view, the tearoffm...
2004-05-06 Padraig O'BriainAdd new function gtk_menu_get_for_attach_widget. (bug...
2004-03-15 Owen Taylor#136672, reported by Christian Persch; fixes based...
2004-03-11 Owen TaylorFix attach/attach->parent type. (#136919, Tim Mooney)
2004-03-09 Soeren SandmannAdd boolean destroying (gtk_menu_destroy): Set priv...
2004-03-06 Federico Mena QuinteroFixes #136082 and #135265, patch by Morten Welinder.
2004-03-02 Soeren SandmannPatch from Frederic Crozat, test code from Jean-Philipp...
2004-02-29 Soeren SandmannNew internal function returning a good step value for...
2004-02-21 Matthias ClasenBug 112647 (Bill Haneman, patch by Narayana Pattipati):
2004-02-21 Soeren SandmannBug 132502
2004-02-17 Matthias Clasen...and don't forget to initalize priv->columns to 1.
2004-02-17 Matthias ClasenMake sure that we keep priv->columns >= 1 even for...
next