aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32menu.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* [HAVE_BOXES]: Remove #undef.Jason Rumney2000-03-011-134/+39
* (single_submenu): Set up help string.Jason Rumney2000-02-271-3/+15
* Add skeleton support for help strings on menus.Jason Rumney2000-01-231-78/+199
* Changes for automatic remapping of X colors on terminal frames:Eli Zaretskii1999-12-061-1/+1
* Add support for large files, 64-bit Solaris, system locale codings.Paul Eggert1999-10-191-3/+2
* Use XCAR and XCDR instead of explicit member references.Ken Raeburn1999-09-121-10/+10
* (add_menu_item): Draw menu items like titles if call_data is 0.Andrew Innes1998-07-131-2/+2
* (w32_menu_show): Set widget call_data to 0 if definition is nil.Andrew Innes1998-07-111-2/+2
* Replace code with a new version written from scratchGeoff Voelker1998-04-231-1470/+1446