aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32menu.c
Commit message (Expand)AuthorAgeFilesLines
* (Fx_popup_dialog): Allow 3rd optional argument.Nick Roberts2005-05-241-1/+1
* (Fx_popup_dialog): Add a third boolean argument to select frame titleNick Roberts2005-05-241-9/+18
* (AppendMenuW_Proc): Move declaration to w32term.h.Jason Rumney2004-09-071-5/+0
* (_widget_value): Added lname and lkey.Jason Rumney2004-09-021-41/+157
* (add_menu_item, w32_menu_display_help) [USE_LISP_UNION_TYPE]: CastJason Rumney2004-05-181-3/+11
* (Qmouse_click, Qevent_kind): Remove unused externs.Kim F. Storm2003-12-271-1/+0
* Add arch taglinesMiles Bader2003-09-011-0/+3
* (menubar_selection_callback): Don't pass uninitializedStefan Monnier2003-06-151-1/+2
* Make (few) trivial substitutions for renamed andKim F. Storm2003-05-241-5/+3
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-26/+26
* (digest_single_submenu): Declare all args.Jason Rumney2003-01-201-7/+16
* Revisited my earlier fix for the following entry in etc/PROBLEMS: 'Emacs buil...Ben Key2002-12-181-25/+18
* Added a partial implementation of play-sound-internal for Windows. Fixed the...Ben Key2002-11-171-6/+40
* (local_heap, local_alloc, local_free): New macros.Richard M. Stallman2002-08-051-117/+164
* Most uses of XSTRING combined with STRING_BYTES or indirection changed toKen Raeburn2002-07-151-13/+13
* Use macro SPECPDL_INDEX.Juanma Barranquero2002-07-111-1/+1
* Rename enum event_kind items.Pavel Janík2002-06-131-1/+1
* (menubar_selection_callback): Free the menu andJason Rumney2002-02-231-0/+9
* Fix typo in last checkinJason Rumney2002-01-081-1/+1
* (single_submenu, set_frame_menubar, w32_menu_show):Jason Rumney2002-01-071-0/+11
* (w32_menu_display_help): Revert last change.Jason Rumney2002-01-061-2/+0
* (w32_menu_display_help): Hide any tooltip window.Jason Rumney2002-01-051-0/+2
* (w32_free_submenu_strings): Clear menu item structJason Rumney2001-12-101-1/+1
* (_widget_value): Make `help' field a Lisp_Object. AddJason Rumney2001-12-091-27/+36
* (current_popup_menu, get_menu_item_info):Jason Rumney2001-12-011-28/+96
* (w32_menu_display_help): Actually add the new argumentAndrew Innes2001-11-281-1/+1
* (add_menu_item): Do not use owner-draw for disabled menu items.Jason Rumney2001-11-281-23/+22
* (w32_menu_show, push_menu_pane): Doc fixes.Jason Rumney2001-11-181-2/+2
* (add-menu-item): Make help_echo and radio buttonsJason Rumney2001-11-151-2/+2
* Change doc-string comments to `new style'. [w/`doc:' keyword]. Doc fixes.Jason Rumney2001-11-121-48/+48
* Update usage of CHECK_ macros (remove unused second argument).Pavel Janík2001-11-021-12/+12
* (Fx_popup_menu): Explicitly init f, xpos, and ypos.Stefan Monnier2001-10-301-4/+4
* (single_submenu, w32_menu_show) [!HAVE_MULTILINGUAL_MENU]:Jason Rumney2001-10-211-32/+48
* (keymap_panes, Fx_popup_menu): Use Fkeymap_prompt.Stefan Monnier2001-10-081-3/+4
* Don't define min/max.Gerd Moellmann2001-10-081-3/+0
* (set_frame_menubar): Take into account thatAndrew Innes2001-09-301-3/+4
* (menubar_selection_callback, w32_menu_show): Initialize `entry' to nil.Stefan Monnier2001-07-111-4/+10
* (add_menu_item): Fix problems with using ownerdraw forAndrew Innes2001-03-081-37/+35
* * w32menu.c (set_frame_menubar): Run activate-menu-bar-hook withJason Rumney2001-02-231-1/+1
* (add_menu_item): Reset menu item text when changing type to radio button.Jason Rumney2000-11-281-7/+12
* * lisp.h (KEYMAPP): New macro.Stefan Monnier2000-10-271-16/+8
* (add_menu_item): Do not use MF_OWNERDRAW for titles, as it has stopped working.Jason Rumney2000-10-191-5/+8
* Include keyboard.h before frame.h. Fix compileAndrew Innes2000-08-221-3/+3
* (keymap_panes): Pass the keymap's prompt as the pane name toJason Rumney2000-08-201-2/+24
* (w32_menu_show): Call free_menubar_widget_value_tree after menu isJason Rumney2000-07-151-5/+6
* (menubar_selection_callback): Use the `arg' slot ofGerd Moellmann2000-07-131-8/+12
* (w32_menu_display_help): Call show_help_echo withEli Zaretskii2000-07-111-1/+1
* * w32menu.c (w32_menu_display_help):Stefan Monnier2000-07-051-16/+2
* (single_submenu, w32_menu_show): Call ENCODE_SYSTEM on menu strings.Jason Rumney2000-05-301-11/+11
* (single_submenu): Set help string to NULL if none.Jason Rumney2000-03-221-40/+77