]> Pileus Git - ~andy/gtk/history - gtk/gtkmenu.c
Deprecate flag macros for toplevel, state, no window and composite child
[~andy/gtk] / gtk / gtkmenu.c
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...
2002-05-31 Michael Meeksdestroy the transfer window if the grab fails so we...
2002-05-30 Soeren Sandmannadd gtk_menu_style_set(). fixes #79345
2002-05-16 Ettore PerazzoliIf the menu is scrolled down or up, and some of the...
2002-05-14 Owen TaylorFix format of selection data to be 8 rather than GTK_TY...
2002-05-01 Erwann Chenede -remove virtualization and made it cross platform. fix...
2002-04-29 Alex LarssonIntegrate Erwann Chenede's multihead changes for the...
2002-04-16 Tim Janikdon't install/change accelerators from locked accel...
2002-03-26 Owen TaylorShuffle the ordering around some more (position before...
2002-03-15 Soeren SandmannFix test for "active submenu".
2002-03-03 Soeren Sandmannchange offset of cursor corner of navigation region...
2002-02-26 Owen TaylorFix double set of bindings for page-up/down. (#72605...
2002-02-18 Owen TaylorAdd some docs for GTK_NEED_REQUEST GTK_NEED_ALLOCATION.
2002-02-18 Owen TaylorReleased 1.3.14
2002-02-13 Tim Janikfix figuring accel path and changing behaviour.
2002-02-08 Darin Adlerisspace -> g_ascii_isspace Remove gdki8n.h include...
2002-02-04 Padraig O'BriainFix leak of GdkEvent (#70519)
2002-02-03 Owen TaylorNon-exported _gtk_menu_select_first() function that...
next