summaryrefslogtreecommitdiff
path: root/src/menu.c
AgeCommit message (Expand)Author
2017-02-18Use 'char *FOO' instead of 'char* FOO'Paul Eggert
2017-01-01Merge from origin/emacs-25Paul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-11-25Port build to gcc -fcheck-pointer-boundsPaul Eggert
2016-09-13Port to ISO/IEC TS 18661-1:2014Paul Eggert
2016-07-12Revert "Cleanup tooltips"John Wiegley
2016-07-12Cleanup tooltipsDmitry Antipov
2016-06-20Fix compiler warnings in Cygwin-w32 buildKen Brown
2016-05-21Fix compiler warnings in the MinGW buildEli Zaretskii
2016-04-04New C macro AUTO_STRING_WITH_LENPaul Eggert
2016-03-10Rework C source files to avoid ^(Paul Eggert
2016-02-03Fix x-popup-menu on TTYs without a mouseEli Zaretskii
2016-01-01Update copyright year to 2016Paul Eggert
2015-10-20Include-file cleanup for src directoryPaul Eggert
2015-09-16Omit unnecessary \ before paren in C docstringsPaul Eggert
2015-08-26Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert
2015-02-14Fix assertion violations when popping menus on TTY (Bug#19862)Eli Zaretskii
2015-01-01Update copyright year to 2015Paul Eggert
2014-09-30Use AUTO_CONS instead of SCOPED_CONS, etc.Paul Eggert
2014-09-29Simplify stack-allocated Lisp objects, and make them more portable.Paul Eggert
2014-09-29Keep stack-allocated Lisp objects fast rather than versatile.Dmitry Antipov
2014-09-24Fix local_cons etc. to not exhaust the stack when in a loop.Paul Eggert
2014-09-15If USE_LOCAL_ALLOCATORS, allocate some Lisp objects on stack.Dmitry Antipov
2014-09-07Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.Paul Eggert
2014-08-10Fix handling of menu bar line on TTY frames (Bug#18136) (Bug#18196).Martin Rudalics
2014-07-02Merge from emacs-24; up to 2014-06-15T04:52:34Z!eli@barzilay.orgGlenn Morris
2014-07-01* menu.c (Fx_popup_dialog): Set Vmenu_updating_frame to avoid crashDmitry Antipov
2014-06-22* xmenu.c (mouse_position_for_popup):Dmitry Antipov
2014-06-13Don't try to display menus and dialogs in an 'initial' frame.Eli Zaretskii
2014-06-08If a C name must be extern on some platforms, make it extern on all.Paul Eggert
2014-06-04src/menu.c (Fx_popup_dialog): Comment the use of Qunsupported__w32_dialog.Eli Zaretskii
2014-06-04Use terminal-specific hooks to display popup dialogs.Dmitry Antipov
2014-06-04Use terminal-specific hooks to display menus.Dmitry Antipov
2014-06-02Use common memory management functions for lwlib and refactor users.Dmitry Antipov
2014-04-16Fix the MSDOS build.Eli Zaretskii
2014-02-04* menu.c (Fx_popup_dialog): Remove label 'dialog_via_menu'.Paul Eggert
2014-02-04Fix bug #16636 with simple dialogs on MS-Windows.Eli Zaretskii
2014-01-17Provisional fix for bug #16479 with client connecting while in a TTY menu.Eli Zaretskii
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert
2013-11-28Fix minor problems found by static checking.Paul Eggert
2013-11-28* configure.ac (HAVE_MENUS): Remove.Stefan Monnier
2013-10-16Fix bug #15629 with GUI menus on NS.Eli Zaretskii
2013-10-10* keyboard.c (last_event_timestamp): Remove. For X selection andDmitry Antipov
2013-10-08Fix minor problems found by static checking.Paul Eggert
2013-10-08Horizontal keys in TTY menus work.Eli Zaretskii
2013-10-08Make tty-menu-open-use-tmm a defcustom, update tmm docs accordingly.Eli Zaretskii
2013-10-05Improve commentary.Eli Zaretskii
2013-10-05Account for character width on display in menu bar.Eli Zaretskii
2013-10-05Fix menu drop by mouse click; new primitive menu-bar-menu-at-x-y.Eli Zaretskii
2013-09-29Improved horizontal position of TTY dialogs.Eli Zaretskii