]> Pileus Git - ~andy/gtk/history - gtk/gtkmenu.c
Replace a lot of idle and timeout calls by the new gdk_threads api.
[~andy/gtk] / gtk / gtkmenu.c
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...
2004-01-27 Matthias ClasenMake menus work better on Xinerama (#126150):
2004-01-23 Soeren SandmannChanging to 200 was a mistake. Change back to 225.
2004-01-22 Matthias ClasenRemove the attach info after calling gtk_menu_do_remove...
2004-01-20 Matthias ClasenFixes for #130370, based on a patch by Michael Meeks:
2004-01-16 Matthias ClasenThe first part of the fix for #114351 (see also gdk...
2003-12-21 Matthias ClasenNew function to emit the "cancel" signal on a menu...
2003-12-19 Kristian Rietveldmove item insertion logic here from gtk_menu_real_insert(),
2003-12-08 Owen Taylor=== Released 2.3.1 ===
2003-12-08 Tim Janikfix comment typo
2003-11-27 Tim Janikallow accel activation depending on sensitivity and...
2003-11-20 Manish Singhcast to GTK_WIDGET() for the gtk_widget_hide() call.
2003-11-19 Soeren Sandmannset to 200 instead of 225 Impose a minimum width on...
2003-11-19 Matthias ClasenCall gtk_widget_hide(menu) when reattaching the menu...
2003-11-12 Matthias ClasenChanges to improve menu positioning on Xinerama (#108328):
2003-11-12 Padraig O'BriainDo not let pointer position affect window menu position...
2003-11-05 Matthias ClasenSet torn off menus to be transient for the toplevel...
2003-09-21 Matthias ClasenChanges to make cross-process merging feasible:
2003-09-11 Matthias ClasenAdd table menu tests.
2003-09-10 Kristian RietveldThe table menu patch! Turns GtkMenu into a table, so...
2003-09-03 Kristian RietveldMerge from stable.
2003-09-03 Kristian Rietveldbrooooooooken pipe.
2003-08-21 Kristian RietveldThu Aug 21 21:27:45 2003 Kristian Rietveld <kris...
2003-08-13 Owen TaylorFix some places that weren't properly Xinerama-ified.
2003-08-04 Soeren SandmannNew positioning algorithm.(#116649)
2003-07-13 Søren Sandmann Ped... Revert accidentally committed changes.
2003-07-13 Søren Sandmann Ped... Broken pipe
2003-07-12 Soeren Sandmannnew properties "horizontal-offset" and "vertical-offset...
2003-07-06 Soeren Sandmannadd vertical_padding style property.
2003-02-28 Manish Singhdemos/gtk-demo/main.c demos/gtk-demo/tree_store.c gdk...
2003-02-05 Matthias ClasenReplace uses of gtk_timeout_* and gtk_idle_* by their...
2002-12-14 Owen TaylorAdd a new binding signal, "move_scroll", and use it...
next