| Commit message (Expand) | Author | Age | Files | Lines |
* | (xmenu_show): Ignore any geometry resource from the user. | Richard M. Stallman | 1994-08-01 | 1 | -0/+8 |
* | [USE_X_TOOLKIT] (xmenu_show): Handle UnmapNotify events. | Richard M. Stallman | 1994-07-17 | 1 | -0/+7 |
* | (xmenu_show): Don't call XtUngrabPointer here. | Richard M. Stallman | 1994-07-12 | 1 | -0/+4 |
* | (xmenu_show) {USE_X_TOOLKIT}: ButtonPress no longer pops | Richard M. Stallman | 1994-07-07 | 1 | -0/+12 |
* | (xmenu_show) [USE_X_TOOLKIT]: Keyboard input exits the menu. | Richard M. Stallman | 1994-07-07 | 1 | -4/+33 |
* | (single_keymap_panes): Put menu_item_equiv_key in the gcpro. | Richard M. Stallman | 1994-06-21 | 1 | -6/+15 |
* | Put stdio.h after config.h. | Richard M. Stallman | 1994-06-15 | 1 | -2/+2 |
* | (single_keymap_panes): gcpro some things. | Karl Heuer | 1994-06-13 | 1 | -0/+4 |
* | (xmenu_show): Don't call XMenuDestroy twice in XM_FAILURE case. | Richard M. Stallman | 1994-06-11 | 1 | -1/+0 |
* | (menu_item_equiv_key): Check whether def1 matches | Richard M. Stallman | 1994-06-07 | 1 | -0/+5 |
* | (xdialog_show): Fix problem with message in dialog box. | Karl Heuer | 1994-06-02 | 1 | -1/+1 |
* | (menu_item_equiv_key): Look for equiv keys both before | Richard M. Stallman | 1994-05-25 | 1 | -0/+7 |
* | (other_menu_bar_item_p): Return 0 if no menu bar. | Richard M. Stallman | 1994-05-19 | 1 | -0/+1 |
* | (xmenu_show): Don't look in menubar for core.height if no menu bar. | Richard M. Stallman | 1994-05-19 | 1 | -2/+3 |
* | (xmenu_show): Completely ignore nameless panes | Richard M. Stallman | 1994-05-17 | 1 | -3/+14 |
* | (xmenu_show): New var mb_item. Use it to determine the menubar item that | Fred Pierresteguy | 1994-05-11 | 1 | -7/+7 |
* | (string_width): Deleted. | Richard M. Stallman | 1994-05-11 | 1 | -13/+0 |
* | (xmenu_show): Disallow empty menus. | Karl Heuer | 1994-05-05 | 1 | -0/+11 |
* | (Fx_popup_menu): Restore accidentally-deleted call to mouse_position_hook. | Karl Heuer | 1994-05-05 | 1 | -0/+2 |
* | (xdialog_show): Clear x_mouse_grabbed. | Richard M. Stallman | 1994-04-29 | 1 | -0/+13 |
* | (Fx_popup_menu): Doc fix. | Richard M. Stallman | 1994-04-28 | 1 | -1/+1 |
* | (xmenu_show, xdialog_show): | Richard M. Stallman | 1994-04-27 | 1 | -0/+4 |
* | (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 |