aboutsummaryrefslogtreecommitdiffstats
path: root/src/xmenu.c
Commit message (Expand)AuthorAgeFilesLines
* (menu_item_enabled_p): Fix declaration.Karl Heuer1994-09-171-0/+1
* Include puresize.h.Richard M. Stallman1994-09-141-1/+5
* (xmenu_show): Don't queue events that are in the menu bar.Richard M. Stallman1994-08-281-3/+8
* (xmenu_show): Do nothing special for ButtonPress in the menu.Richard M. Stallman1994-08-251-24/+27
* (xmenu_show): Unconditionally update x_mouse_grabbed and Vmouse_depressed.Richard M. Stallman1994-08-141-10/+12
* (xmenu_show): Ignore any geometry resource from the user.Richard M. Stallman1994-08-011-0/+8
* [USE_X_TOOLKIT] (xmenu_show): Handle UnmapNotify events.Richard M. Stallman1994-07-171-0/+7
* (xmenu_show): Don't call XtUngrabPointer here.Richard M. Stallman1994-07-121-0/+4
* (xmenu_show) {USE_X_TOOLKIT}: ButtonPress no longer popsRichard M. Stallman1994-07-071-0/+12
* (xmenu_show) [USE_X_TOOLKIT]: Keyboard input exits the menu.Richard M. Stallman1994-07-071-4/+33
* (single_keymap_panes): Put menu_item_equiv_key in the gcpro.Richard M. Stallman1994-06-211-6/+15
* Put stdio.h after config.h.Richard M. Stallman1994-06-151-2/+2
* (single_keymap_panes): gcpro some things.Karl Heuer1994-06-131-0/+4
* (xmenu_show): Don't call XMenuDestroy twice in XM_FAILURE case.Richard M. Stallman1994-06-111-1/+0
* (menu_item_equiv_key): Check whether def1 matchesRichard M. Stallman1994-06-071-0/+5
* (xdialog_show): Fix problem with message in dialog box.Karl Heuer1994-06-021-1/+1
* (menu_item_equiv_key): Look for equiv keys both beforeRichard M. Stallman1994-05-251-0/+7
* (other_menu_bar_item_p): Return 0 if no menu bar.Richard M. Stallman1994-05-191-0/+1
* (xmenu_show): Don't look in menubar for core.height if no menu bar.Richard M. Stallman1994-05-191-2/+3
* (xmenu_show): Completely ignore nameless panesRichard M. Stallman1994-05-171-3/+14
* (xmenu_show): New var mb_item. Use it to determine the menubar item thatFred Pierresteguy1994-05-111-7/+7
* (string_width): Deleted.Richard M. Stallman1994-05-111-13/+0
* (xmenu_show): Disallow empty menus.Karl Heuer1994-05-051-0/+11
* (Fx_popup_menu): Restore accidentally-deleted call to mouse_position_hook.Karl Heuer1994-05-051-0/+2
* (xdialog_show): Clear x_mouse_grabbed.Richard M. Stallman1994-04-291-0/+13
* (Fx_popup_menu): Doc fix.Richard M. Stallman1994-04-281-1/+1
* (xmenu_show, xdialog_show):Richard M. Stallman1994-04-271-0/+4
* (xmenu_show): Fix typo in last change.Richard M. Stallman1994-04-171-1/+1
* (xmenu_show): Don't cons on subprefix_stck[j] if nil.Richard M. Stallman1994-04-161-1/+2
* (last_menu_bar_item_end): New variable.Richard M. Stallman1994-04-141-21/+76
* (Fx_popup_menu): Use line_height field.Richard M. Stallman1994-04-091-1/+1
* (Fx_popup_dialog): Doc fix.Richard M. Stallman1994-04-081-3/+52
* (Fx_popup_dialog): If POSITION is t, use selected frame.Richard M. Stallman1994-04-031-5/+1
* (Fx_popup_dialog): If POSITION is t, use selected frame.Richard M. Stallman1994-04-031-0/+9
* (xmenu_show): Undo part of March 11 change:Richard M. Stallman1994-04-011-2/+3
* (set_frame_menubar): New arg, first_time.Fred Pierresteguy1994-03-311-3/+6
* (xmenu_show): Enable asynchronous events.Karl Heuer1994-03-251-1/+2
* (update_frame_menubar): Function renamed from update_one_frame_psheets.Fred Pierresteguy1994-03-231-3/+14
* (xdialog_show): Delete args x, y.Richard M. Stallman1994-03-201-141/+77
* (Fx_popup_dialog): Don't fail to set X, Y from POSITION.Richard M. Stallman1994-03-191-5/+64
* (Fx_popup_dialog, Fx_popup_menu): Require 2 args.Richard M. Stallman1994-03-191-2/+2
* (list_of_items): Arg to push_menu_item was missing.Richard M. Stallman1994-03-181-1/+1
* (Fx_popup_dialog, Fx_popup_menu): Handle case whereRichard M. Stallman1994-03-181-6/+19
* Undo previous change. Instead:Richard M. Stallman1994-03-141-5/+4
* (Fx_popup_dialog): Define only if USE_X_TOOLKIT.Richard M. Stallman1994-03-141-0/+5
* (xdialog_show): New function to handle the display of dialog boxes.Fred Pierresteguy1994-03-111-0/+337
* (Fx_popup_menu): If POSITION is nil,Richard M. Stallman1994-03-101-46/+164
* (update_one_frame_psheets): Call EmacsFrameSetCharSize toFred Pierresteguy1994-03-041-1/+17
* [USE_X_TOOLKIT] (xmenu_show): Pass display to XtWindowToWidget.Roland McGrath1994-03-041-2/+3
* (map_event_to_object, set_frame_menubar):Richard M. Stallman1994-03-031-7/+24