| Commit message (Expand) | Author | Age | Files | Lines |
* | (xmenu_show): Fix typo in last change. | Richard M. Stallman | 1994-04-17 | 1 | -1/+1 |
* | (xmenu_show): Don't cons on subprefix_stck[j] if nil. | Richard M. Stallman | 1994-04-16 | 1 | -1/+2 |
* | (last_menu_bar_item_end): New variable. | Richard M. Stallman | 1994-04-14 | 1 | -21/+76 |
* | (Fx_popup_menu): Use line_height field. | Richard M. Stallman | 1994-04-09 | 1 | -1/+1 |
* | (Fx_popup_dialog): Doc fix. | Richard M. Stallman | 1994-04-08 | 1 | -3/+52 |
* | (Fx_popup_dialog): If POSITION is t, use selected frame. | Richard M. Stallman | 1994-04-03 | 1 | -5/+1 |
* | (Fx_popup_dialog): If POSITION is t, use selected frame. | Richard M. Stallman | 1994-04-03 | 1 | -0/+9 |
* | (xmenu_show): Undo part of March 11 change: | Richard M. Stallman | 1994-04-01 | 1 | -2/+3 |
* | (set_frame_menubar): New arg, first_time. | Fred Pierresteguy | 1994-03-31 | 1 | -3/+6 |
* | (xmenu_show): Enable asynchronous events. | Karl Heuer | 1994-03-25 | 1 | -1/+2 |
* | (update_frame_menubar): Function renamed from update_one_frame_psheets. | Fred Pierresteguy | 1994-03-23 | 1 | -3/+14 |
* | (xdialog_show): Delete args x, y. | Richard M. Stallman | 1994-03-20 | 1 | -141/+77 |
* | (Fx_popup_dialog): Don't fail to set X, Y from POSITION. | Richard M. Stallman | 1994-03-19 | 1 | -5/+64 |
* | (Fx_popup_dialog, Fx_popup_menu): Require 2 args. | Richard M. Stallman | 1994-03-19 | 1 | -2/+2 |
* | (list_of_items): Arg to push_menu_item was missing. | Richard M. Stallman | 1994-03-18 | 1 | -1/+1 |
* | (Fx_popup_dialog, Fx_popup_menu): Handle case where | Richard M. Stallman | 1994-03-18 | 1 | -6/+19 |
* | Undo previous change. Instead: | Richard M. Stallman | 1994-03-14 | 1 | -5/+4 |
* | (Fx_popup_dialog): Define only if USE_X_TOOLKIT. | Richard M. Stallman | 1994-03-14 | 1 | -0/+5 |
* | (xdialog_show): New function to handle the display of dialog boxes. | Fred Pierresteguy | 1994-03-11 | 1 | -0/+337 |
* | (Fx_popup_menu): If POSITION is nil, | Richard M. Stallman | 1994-03-10 | 1 | -46/+164 |
* | (update_one_frame_psheets): Call EmacsFrameSetCharSize to | Fred Pierresteguy | 1994-03-04 | 1 | -1/+17 |
* | [USE_X_TOOLKIT] (xmenu_show): Pass display to XtWindowToWidget. | Roland McGrath | 1994-03-04 | 1 | -2/+3 |
* | (map_event_to_object, set_frame_menubar): | Richard M. Stallman | 1994-03-03 | 1 | -7/+24 |
* | (xmenu_show): Test XtWindowToWidget before inserting into the event_queue. | Fred Pierresteguy | 1994-02-28 | 1 | -6/+9 |
* | (Fx_popup_menu): Allow t as position, meaning use mouse pos. | Richard M. Stallman | 1994-02-24 | 1 | -1091/+1058 |
* | (single_keymap_panes): Properly skip help-string if any. | Richard M. Stallman | 1994-02-21 | 1 | -34/+46 |
* | Find and display keyboard equivalents of menu items. | Richard M. Stallman | 1994-02-19 | 1 | -8/+128 |
* | (popup_selection_callback): Clean up code. Remove code in #if 0 directive. | Fred Pierresteguy | 1994-02-18 | 1 | -14/+0 |
* | (Fx_popup_menu): Likewise. | Karl Heuer | 1994-02-14 | 1 | -0/+1 |
* | (free_frame_menubar) [USE_X_TOOLKIT]. New function to destroy the X Widget | Fred Pierresteguy | 1994-02-11 | 1 | -0/+18 |
* | (xmenu_show) [USE_X_TOOLKIT]: return Qnil when val is null. | Fred Pierresteguy | 1994-02-11 | 1 | -0/+2 |
* | (xmenu_show) [USE_X_TOOLKIT]: Test event.xmotion.x_root in the MotionNotify | Fred Pierresteguy | 1994-02-10 | 1 | -8/+15 |
* | (xmenu_show ) [USE_X_TOOLKIT]: Implement a Motif behavior for the menubar. Now, | Fred Pierresteguy | 1994-02-09 | 1 | -1/+42 |
* | (single_keymap_panes): Use internal_condition_case_1. | Richard M. Stallman | 1994-02-07 | 1 | -3/+20 |
* | (xmenu_show) [USE_X_TOOLKIT]: Remove the #if 0 directives and reverse one to | Fred Pierresteguy | 1994-02-04 | 1 | -15/+1 |
* | Find lwlib.h and xlwmenuP.h in ../lwlib. | Richard M. Stallman | 1994-01-26 | 1 | -11/+656 |
* | Comment change. | Paul Reilly | 1994-01-15 | 1 | -1/+1 |
* | Include <config.h> instead of "config.h". | Roland McGrath | 1993-09-10 | 1 | -1/+1 |
* | (Fx_popup_menu): Adjust coords so they are relative to the inner window. | Richard M. Stallman | 1993-08-14 | 1 | -0/+28 |
* | (xmenu_show): Store 0 in *ERROR at the beginning. | Richard M. Stallman | 1993-06-15 | 1 | -1/+2 |
* | (Fx_popup_menu): Error if we don't get a window or a frame somehow. | Richard M. Stallman | 1993-06-05 | 1 | -0/+4 |
* | * sysdep.c (sys_siglist): Comment out #endif trailer. | Jim Blandy | 1993-05-29 | 1 | -1/+1 |
* | Updated copyright years. | Jim Blandy | 1993-05-22 | 1 | -1/+1 |
* | (Fx_popup_menu): Add a vector of prefix keys for the panes. | Richard M. Stallman | 1993-05-12 | 1 | -14/+40 |
* | Since Qmenu_enable is used by non-X-specific code, it shouldn't be | Jim Blandy | 1993-04-10 | 1 | -4/+1 |
* | Put interrupt input blocking in a separate file from xterm.h. | Jim Blandy | 1993-03-31 | 1 | -11/+12 |
* | (xmenu_show): Do BLOCK_INPUT; unblock just before returning. | Richard M. Stallman | 1993-03-16 | 1 | -0/+5 |
* | (list_of_items): Allow strings among the alist items; | Richard M. Stallman | 1993-03-15 | 1 | -21/+22 |
* | (xmenu_show): New arg enable_list. | Richard M. Stallman | 1993-03-12 | 1 | -24/+48 |
* | (Fx_popup_menu): Allow a frame instead of a window, in arg. | Richard M. Stallman | 1993-03-12 | 1 | -3/+3 |