aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32menu.c
Commit message (Expand)AuthorAgeFilesLines
* Merge from emacs--devo--0Miles Bader2007-07-311-1/+1
|\
| * Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
| * (add_menu_item): Don't use multibyte string functions onJason Rumney2007-06-171-22/+46
| * (add_menu_item): Escape `&' characters in menu items and their keybindings.Eli Zaretskii2007-06-161-1/+30
* | Merge from emacs--devo--0Miles Bader2007-07-151-22/+46
|\ \
| * | (add_menu_item): Don't use multibyte string functions onJason Rumney2007-06-171-22/+46
* | | Merge from emacs--devo--0Miles Bader2007-06-161-1/+30
|\| |
| * | (add_menu_item): Escape `&' characters in menu items and their keybindings.Eli Zaretskii2007-06-161-1/+30
| |/
* / (Fx_popup_menu): Use terminal specific mouse_position_hook.Jason Rumney2007-05-151-4/+5
|/
* (w32_menu_show): Mark the frame's menu as inactive when popup menuJason Rumney2007-02-221-0/+1
* * w32menu.c (Fx_popup_menu): Don't free menu strings here.Jason Rumney2007-02-221-1/+3
* (current_popup_menu): Make available globally.Jason Rumney2007-02-221-5/+3
* Update copyright for years from Emacs 21 to present (mainly addingGlenn Morris2007-01-141-2/+2
* (Fmenu_or_popup_active_p): Define outside HAVE_MENUS.Chong Yidong2006-11-061-11/+15
* (Fmenu_or_popup_active_p): New function.Eli Zaretskii2006-11-051-12/+12
* * src/macmenu.c (Vmenu_updating_frame, syms_of_xmenu):YAMAMOTO Mitsuharu2006-09-101-7/+2
* (w32_menu_show, w32_dialog_show): Call Fsignal to quitJason Rumney2006-08-031-0/+6
* (Fx_popup_menu): Call w32_free_menu_strings whenJason Rumney2006-03-121-2/+6
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* (Fx_popup_menu): Add `else' to set Vmenu_updating_frame to nilJuri Linkov2005-12-201-1/+2
* (add_menu_item): If unicode_append_menu returns anJason Rumney2005-08-311-1/+17
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-1/+2
* (w32_menu_display_help): Suppress tooltip when navigating menus withJason Rumney2005-07-251-2/+5
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* * composite.c (compose_chars_in_text):Kim F. Storm2005-06-081-1/+2
* (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