aboutsummaryrefslogtreecommitdiffstats
path: root/src/menu.c
Commit message (Expand)AuthorAgeFilesLines
* * menu.c (cleanup_popup_menu): Set inside "#ifdef HAVE_NS".Juanma Barranquero2010-07-231-0/+2
* Convert DEFUNs to standard C.Dan Nicolaescu2010-07-081-2/+1
* Convert (most) functions in src to standard C.Dan Nicolaescu2010-07-041-41/+23
* Remove __P and P_ from .c and .m files and definition of P_Jan D2010-07-021-8/+8
* Lucid menus can now use Xft for fonts.Jan Djärv2010-04-081-0/+18
* * menu.c (Fx_popup_menu): Use last_event_timestamp (Bug#4930).Chong Yidong2010-03-301-6/+12
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* (Fx_popup_menu) [HAVE_NS]: Use generic code for window edge.Stefan Monnier2009-11-171-13/+10
* (Fx_popup_menu): Call Fx_hide_tip only if HAVE_WINDOW_SYSTEM.Eli Zaretskii2009-11-131-0/+2
* menu.c (Fx_popup_menu): Remove left-over debugging code and rename variables ...David Reitter2009-11-121-6/+2
* (Fx_popup_menu) [HAVE_NS]: Remove unused vars.Stefan Monnier2009-11-101-5/+0
* * menu.c [HAVE_NTGUI]: Declare current_popup_menu.Juanma Barranquero2009-11-091-0/+1
* * menu.c (Fx_popup_menu): Consolidate versions from xmenu.c,Stefan Monnier2009-11-091-33/+359
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-191-0/+1
* * menu.c (find_and_return_menu_selection) [HAVE_NS]: Remove double-casting in...Adrian Robert2009-09-271-2/+2
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
* * menu.c (find_and_return_menu_selection) Add cast.Adrian Robert2008-10-041-1/+1
* (single_menu_item) [!HAVE_BOXES]: Enable emulation of toggle boxes andEli Zaretskii2008-09-051-2/+2
* fix popup menu selection return (menu.c); add use of popup_activated under NS...Adrian Robert2008-08-041-1/+1
* * Makefile.in: Undef LIB_STANDARD before defining it to silence warningStefan Monnier2008-07-171-1/+2
* merging Emacs.app (NeXTstep port)Adrian Robert2008-07-151-3/+71
* * menu.h: New file.Andreas Schwab2008-07-111-0/+1
* (single_keymap_panes, push_menu_pane, push_menu_item): Make static again.Jason Rumney2008-06-091-3/+3
* * menu.c [HAVE_NTGUI]: Include w32term.h, move widget relatedJason Rumney2008-06-091-11/+3
* Include w32term.h, move widget relatedJason Rumney2008-06-091-27/+1
* Add arch taglineMiles Bader2008-06-081-0/+3
* * menu.c [HAVE_X_WINDOWS]: Include "xterm.h".Andreas Schwab2008-06-081-0/+4
* * menu.c: New file. Relocate platform-independent menu definitionsChong Yidong2008-06-081-0/+996