]> Pileus Git - ~andy/gtk/history - gtk/gtkmenu.c
Intern some more strings.
[~andy/gtk] / gtk / gtkmenu.c
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...
2002-12-14 Owen TaylorHandle the case where the pointer isn't on the same...
2002-12-14 Owen Taylorgdk/gdkscreen.c (gdk_screen_get_monitor_at_point) Provi...
2002-12-14 Owen TaylorIf the screen for the menu changes while the menu is...
2002-12-06 Owen TaylorUse the correct screen for getting the height. (Fix...
2002-11-28 Matthias ClasenDocument 2.2 API additions.
2002-11-21 Matthias ClasenFix doc comment typos. (#98480, Vitaly Tishkov)
2002-11-14 Owen TaylorMonitor the screen of the attach widget continually...
2002-11-12 Soeren SandmannDo not return when menu_shell->ignore_enter is TRUE.
2002-11-10 Soeren SandmannDon't return after calling gtk_menu_handle_scrolling...
2002-11-09 Owen TaylorBlock button presses/releases over the scroll arrows...
2002-10-29 Soeren SandmannChange NAVIGATION_REGION_OVERSHOOT back to 50, and...
2002-10-25 Soeren SandmannChange NAVIGATION_REGION_OVERSHOOT from 50 to 5.
2002-10-20 Soeren Sandmanngtkmenu.c, gtkmenubar.c, gtkmenuitem.c, gtkmenushell...
2002-10-17 Havoc Penningtonadd g_return_if_fail for monitor number <= 0
2002-10-17 Soeren SandmannTake arrows into account when clamping the offset....
2002-10-13 Soeren SandmannDocumentation fixes.
2002-10-10 Manish SinghDeprecation cleanup
2002-10-05 Manish SinghDeprecation cleanup
2002-10-03 Owen TaylorFix error in computing length and a memory leak. (Fixes...
2002-10-03 Owen TaylorAdd a 'type' parameter, make public.
2002-10-01 Padraig O'BriainAdd gtk_menu_focus() so we do not waste time trying...
2002-08-10 Soren SandmannMinor documentation fixes
2002-08-02 Owen TaylorFix menus resizing dynamically while they are popped...
next