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