aboutsummaryrefslogtreecommitdiffstats
path: root/src/xmenu.c
Commit message (Expand)AuthorAgeFilesLines
* * lisp.h (KEYMAPP): New macro.Stefan Monnier2000-10-271-11/+6
* (Fx_popup_menu, Fx_popup_dialog): Check for tool-barDave Love2000-10-051-3/+5
* Avoid some more compiler warnings.Gerd Moellmann2000-09-211-4/+5
* (xdialog_show): When looking up the selection inGerd Moellmann2000-09-071-0/+6
* (xmenu_show):Miles Bader2000-09-041-1/+3
* (popup_get_selection): Use xfree instead of free.Gerd Moellmann2000-08-051-1/+1
* (update_frame_menubar): Use NULL instead of 0 at the endGerd Moellmann2000-08-031-1/+1
* (menu_highlight_callback): Call show_help_echo directlyGerd Moellmann2000-07-261-6/+12
* (keymap_panes): Pass the keymap's prompt as the paneEli Zaretskii2000-07-241-1/+2
* (menu_help_callback): Call show_help_echo withGerd Moellmann2000-07-211-6/+30
* (menu_help_callback): Call show_help_echo withGerd Moellmann2000-07-181-1/+3
* (menu_highlight_callback): UseGerd Moellmann2000-07-141-5/+1
* (menu_highlight_callback): Store help string in theGerd Moellmann2000-07-131-9/+14
* (menu_help_callback): Call show_help_echo with non-zeroEli Zaretskii2000-07-111-1/+1
* * w32menu.c (w32_menu_display_help):Stefan Monnier2000-07-051-18/+1
* (xmenu_show): Case second parameter of lw_popup_menuGerd Moellmann2000-06-111-1/+1
* (menu_item_selection): Declare volatile unconditionally.Dave Love2000-06-051-4/+0
* (xmenu_show) [!USE_X_TOOLKIT]: Pass help toGerd Moellmann2000-01-271-4/+47
* (popup_activated_flag): Make externally visible.Gerd Moellmann2000-01-251-14/+21
* (enum menu_item_idx): New enumeration replacing definesGerd Moellmann2000-01-171-18/+77
* Changes for automatic remapping of X colors on terminal frames:Eli Zaretskii1999-12-061-1/+1
* Add support for large files, 64-bit Solaris, system locale codings.Paul Eggert1999-10-191-5/+3
* (set_frame_menubar): Don't callGerd Moellmann1999-10-151-1/+1
* (set_frame_menubar, xmenu_show): CallGerd Moellmann1999-10-061-2/+2
* (single_menu_item, Fx_popup_menu, Fx_popup_menu,Gerd Moellmann1999-09-151-10/+3
* (Fx_popup_menu): Change for Lisp_Object selected_frame.Gerd Moellmann1999-09-131-2/+2
* Use XCAR and XCDR instead of explicit member references.Ken Raeburn1999-09-121-10/+10
* Use stdlib.h.Dave Love1999-08-181-0/+3
* Ditto.Gerd Moellmann1999-07-211-25/+95
* (single_submenu) [! HAVE_MULTILINGUAL_MENU]: MakeKenichi Handa1998-09-221-1/+25
* Fix -Wimplicit warnings.Andreas Schwab1998-04-141-1/+3
* (popup_get_selection): On receiving a KeyPress eventAndreas Schwab1998-03-231-2/+6
* Use STRING_BYTES and SET_STRING_BYTES.Richard M. Stallman1998-03-211-6/+6
* Don't include puresize.h any more as code that needs itRichard M. Stallman1998-03-211-288/+162
* (set_frame_menubar): Fstore_match_data => Fset_match_data.Richard M. Stallman1998-03-141-1/+1
* (xmenu_show): Use size_byte of strings.Richard M. Stallman1998-01-091-6/+6
* (free_frame_menubar): Clear menubar_height field.Richard M. Stallman1997-08-301-0/+2
* (Fx_popup_menu): Do fix.Richard M. Stallman1997-05-091-0/+4
* (set_frame_menubar): When widget is new, forget records of old contents.Richard M. Stallman1997-04-251-0/+5
* (Fx_popup_menu): Don't use Lisp_Object as integer.Karl Heuer1997-04-101-3/+5
* (single_keymap_panes): New arg DEPTH.Richard M. Stallman1996-12-261-7/+15
* (set_frame_menubar): Call Fmatch_data with new explicit arguments.Richard M. Stallman1996-12-191-1/+1
* (Vmenu_updating_frame): New variable.Richard M. Stallman1996-12-101-0/+12
* (Fx_popup_menu): Give the menu a title when the menu is a single keymap.Richard M. Stallman1996-10-091-0/+2
* (set_frame_menubar): Don't add ibw to menubar_size.Richard M. Stallman1996-08-271-0/+3
* (xdialog_show): Don't allow 9 buttons.Richard M. Stallman1996-08-241-1/+1
* (xmenu_show): Set dummy.state.Richard M. Stallman1996-08-081-2/+12
* (pending_menu_activation): Don't initialize. Not static.Richard M. Stallman1996-07-311-4/+18
* Comment change.Richard M. Stallman1996-07-281-1/+1
* (pending_menu_activation): New variable.Richard M. Stallman1996-07-271-3/+12