]> Pileus Git - ~andy/gtk/history - gtk/gtkmenuitem.c
Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITE
[~andy/gtk] / gtk / gtkmenuitem.c
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-02-11 Matthias ClasenSupport vertical menubars (#166632):
2004-12-28 Matthias ClasenInherit submenu direction from the parent menu.
2004-12-15 Matthias ClasenUse _gtk_menu_item_popup_submenu() to make keynav into...
2004-12-13 Matthias ClasenReintroduce the reverted change, since it is necessary...
2004-12-13 Matthias ClasenRevert a change which prevented torn-off menus from...
2004-11-30 Matthias ClasenDon't do the popup-on-click handling for menubars....
2004-11-24 Matthias ClasenOpen submenus on click. (#128968, Martin Jeppesen)
2004-11-22 Matthias ClasenMake the size of the arrow depend only on the font...
2004-08-09 Matthias ClasenAdd hidden aliases for exported symbols which are used...
2004-05-27 Matthias ClasenTypo fix.
2004-05-07 Matthias ClasenMerge from 2.4:
2004-03-06 Federico Mena QuinteroFixes #136082 and #135265, patch by Morten Welinder.
2004-01-27 Matthias ClasenMake menus work better on Xinerama (#126150):
2003-12-08 Owen Taylor=== Released 2.3.1 ===
2003-11-27 Tim Janikallow accel activation depending on sensitivity and...
2003-11-19 Soeren Sandmannset to 200 instead of 225 Impose a minimum width on...
2003-11-12 Matthias ClasenUse the event window of the menuitem to determine the...
2003-11-12 Matthias ClasenChanges to improve menu positioning on Xinerama (#108328):
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-08 Soeren Sandmannremove GDK_EXPOSURE_MASK for INPUT_ONLY window same...
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...
2003-01-29 Owen TaylorMake up from the menu bar go to the end of the submenu...
2002-12-15 Owen TaylorPass TRUE for search_sensitive - prevents a problem...
2002-12-14 Matthias ClasenMade Xinerama-aware. (#85711)
2002-12-10 Soeren Sandmannnew default color scheme based on the GNOME stock icon...
2002-11-02 Matthias ClasenAutomatic RTL flipping for some more widgets.
2002-10-20 Soeren Sandmanngtkmenu.c, gtkmenubar.c, gtkmenuitem.c, gtkmenushell...
2002-10-11 Matthias ClasenLots of trivial doc fixes.
2002-10-05 Manish SinghDeprecation cleanup
2002-10-04 Soeren Sandmannremove unused codepath.
2002-09-23 Owen TaylorAllow accel_path == NULL. (#84241, James Henstridge.)
2002-09-23 Owen TaylorMake gtk_menu_shell_select_first() public. (#70374)
2002-07-06 Owen TaylorAdd an extra parameter to _gtk_menu_item_select_first...
2002-05-14 Owen TaylorDiscard configure events from SubstructureNotify. ...
2002-04-29 Alex LarssonIntegrate Erwann Chenede's multihead changes for the...
2002-04-25 Soeren Sandmannuse the child's requisition.height, not allocation...
2002-04-20 Soeren Sandmannadd "selected_shadow_type" style property
2002-04-16 Tim Janikdon't install/change accelerators from locked accel...
2002-04-11 Owen TaylorExport private _gtk_menu_shell_activate() to encapsulat...
2002-04-04 Soeren SandmannFix problem with menu titles being clipped (#75948)
2002-03-01 Owen Taylorinclude gdkkeysysms.h if compiling gdk_keyval_convert_case.
2002-02-26 Soeren SandmannDraw arrows better (without extra baseline)
2002-02-09 Matthias ClasenAvoid segfault for selectable tab labels (even without...
2002-02-03 Owen TaylorNon-exported _gtk_menu_select_first() function that...
2002-01-30 Owen TaylorExport gtk_widget_set_accel_path().
2002-01-30 Owen Taylorue Jan 29 19:51:05 2002 Owen Taylor <otaylor@redhat...
2002-01-15 Tim Janikmap event_window after mapping child, so we don't loose...
2002-01-14 Matthias ClasenDocumentation additions.
2002-01-09 Owen TaylorFix problem with menus without accel groups, such as...
2002-01-09 Tim Janikupdate the accel path upon parent changes.
2001-12-04 Owen TaylorRevert my last mistaken change - toggle-size-request...
2001-12-04 Owen TaylorPatch from Bill Haneman (with many modifications) to...
2001-11-29 Kristian Rietveldadd checks for empty menu items to behave like insensit...
2001-11-17 Owen TaylorMake gtkmarshal.list/gtkmarshal.h only for compatibilit...
2001-11-16 Owen TaylorFix child allocations to be relative to widget position...
2001-11-16 Owen TaylorMake Menu items NO_WINDOW widgets.
2001-11-13 Tim Janikadded gtkaccelmap.sgml. other updates.
2001-09-19 Owen TaylorAdd missing cast.
2001-09-03 Owen TaylorSet current serial so that we don't eternally update...
2001-08-27 Owen TaylorUse autoconf 2.13/2.50 compat macro.
2001-08-25 Owen TaylorRemove unused and useless function gtk_menu_item_config...
2001-07-18 Owen TaylorPatch from Matthias Clasen to remove remove all instanc...
2001-07-12 Owen TaylorFormatting fixes from multihead brnach. [ mostly foo...
2001-06-24 Owen TaylorFix stupid error introduced last night that was making...
2001-06-05 Havoc PenningtonUse new mnemonic convenience functions
2001-04-01 Tim Janikgot rid of gtk_widget_popup(), a function that bad...
2001-03-21 Alexander LarssonRenamed gtk_button_new_stock() to gtk_button_new_from_s...
2001-03-16 Havoc PenningtonApplied patch from Nils Barth (bug # 51041) to replace...
2001-03-09 Alexander LarssonDocument expose event->region change and that gtk_widge...
2001-02-13 Havoc Penningtonfix bug where it always set the foreground, even if...
2000-12-13 Tim Janikdoh, this was broken beyond believe.
2000-12-04 Havoc PenningtonRemove "draw" virtual method and signal
2000-11-08 Alexander LarssonAdd note about GtkMenuPositionFunc API changes.
2000-10-25 Tim Janikurg, removed implementation of gtk_marshal_VOID__INT_IN...
2000-07-26 Tim Janikapplied patch from Andreas Persenius <ndap@swipnet...
2000-06-20 Havoc PenningtonMake this compile without framebuffer enabled
2000-05-12 Tim Janikdocumented necessary changes for 1.4 transition.
2000-04-07 Owen TaylorFix problem with installation directory for gdkx.h
1999-11-22 Raja R HarinathAdapt cast macros to standard.
1999-02-24 CST 1999 Shawn T... Added notice to look in AUTHORS and ChangeLog files...
1999-02-10 Owen TaylorFixed some bugs with set_default_size.
1999-01-14 Owen Taylorgtk/gtkbutton.c gtk/gtkclist.c gtk/gtkhandlebox.c gtk...
1999-01-11 Tim Janikonly pass key events to the focus widget if it is sensi...
1999-01-06 George Leblfree the event that was returned to us by gtk_get_curre...
1998-12-16 Owen TaylorMove main thread lock back to GDK - we need it there...
1998-12-16 Tim Janikversion bump to 1.1.8, binary age 0, interface age...
1998-12-15 Owen TaylorCommented out testthreads from the build process, since...
1998-12-14 Tim Janikfixed submenu popup timeouts, we decide whether or...
1998-12-13 Tim Janikmade GtkMenuItem::activate a GTK_RUN_ACTION signal.
1998-11-30 Elliot LeeI submitted this patch twice to gtk-devel-list, and...
1998-11-28 Tim Janikchanged scrolled window inheritance, it inherits from...
1998-11-06 Owen TaylorMerge from themes-2. See the ChangeLog for a somewhat...
1998-09-03 Tim JanikGTK_MENU_DIR_CHILD: check for the existance of
next