index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
menu.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rework C source files to avoid ^(
Paul Eggert
2016-03-10
1
-4
/
+4
*
Fix x-popup-menu on TTYs without a mouse
Eli Zaretskii
2016-02-03
1
-0
/
+3
*
Update copyright year to 2016
Paul Eggert
2016-01-01
1
-1
/
+1
*
Include-file cleanup for src directory
Paul Eggert
2015-10-20
1
-1
/
+2
*
Omit unnecessary \ before paren in C docstrings
Paul Eggert
2015-09-16
1
-2
/
+2
*
Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPS
Paul Eggert
2015-08-26
1
-11
/
+0
*
Fix assertion violations when popping menus on TTY (Bug#19862)
Eli Zaretskii
2015-02-14
1
-27
/
+31
*
Update copyright year to 2015
Paul Eggert
2015-01-01
1
-1
/
+1
*
Use AUTO_CONS instead of SCOPED_CONS, etc.
Paul Eggert
2014-09-30
1
-4
/
+13
*
Simplify stack-allocated Lisp objects, and make them more portable.
Paul Eggert
2014-09-29
1
-8
/
+8
*
Keep stack-allocated Lisp objects fast rather than versatile.
Dmitry Antipov
2014-09-29
1
-1
/
+0
*
Fix local_cons etc. to not exhaust the stack when in a loop.
Paul Eggert
2014-09-24
1
-0
/
+1
*
If USE_LOCAL_ALLOCATORS, allocate some Lisp objects on stack.
Dmitry Antipov
2014-09-15
1
-5
/
+5
*
Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.
Paul Eggert
2014-09-07
1
-7
/
+15
*
Fix handling of menu bar line on TTY frames (Bug#18136) (Bug#18196).
Martin Rudalics
2014-08-10
1
-1
/
+1
*
Merge from emacs-24; up to 2014-06-15T04:52:34Z!eli@barzilay.org
Glenn Morris
2014-07-02
1
-0
/
+5
|
\
|
*
* menu.c (Fx_popup_dialog): Set Vmenu_updating_frame to avoid crash
Dmitry Antipov
2014-07-01
1
-0
/
+5
*
|
* xmenu.c (mouse_position_for_popup):
Dmitry Antipov
2014-06-22
1
-1
/
+1
*
|
Don't try to display menus and dialogs in an 'initial' frame.
Eli Zaretskii
2014-06-13
1
-3
/
+6
*
|
If a C name must be extern on some platforms, make it extern on all.
Paul Eggert
2014-06-08
1
-3
/
+0
*
|
src/menu.c (Fx_popup_dialog): Comment the use of Qunsupported__w32_dialog.
Eli Zaretskii
2014-06-04
1
-4
/
+7
*
|
Use terminal-specific hooks to display popup dialogs.
Dmitry Antipov
2014-06-04
1
-60
/
+42
*
|
Use terminal-specific hooks to display menus.
Dmitry Antipov
2014-06-04
1
-43
/
+10
*
|
Use common memory management functions for lwlib and refactor users.
Dmitry Antipov
2014-06-02
1
-25
/
+18
|
/
*
Fix the MSDOS build.
Eli Zaretskii
2014-04-16
1
-1
/
+4
*
* menu.c (Fx_popup_dialog): Remove label 'dialog_via_menu'.
Paul Eggert
2014-02-04
1
-8
/
+3
*
Fix bug #16636 with simple dialogs on MS-Windows.
Eli Zaretskii
2014-02-04
1
-2
/
+10
*
Provisional fix for bug #16479 with client connecting while in a TTY menu.
Eli Zaretskii
2014-01-17
1
-2
/
+10
*
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2014-01-01
1
-1
/
+1
*
Fix minor problems found by static checking.
Paul Eggert
2013-11-28
1
-3
/
+0
*
* configure.ac (HAVE_MENUS): Remove.
Stefan Monnier
2013-11-28
1
-9
/
+0
*
Fix bug #15629 with GUI menus on NS.
Eli Zaretskii
2013-10-16
1
-1
/
+1
*
* keyboard.c (last_event_timestamp): Remove. For X selection and
Dmitry Antipov
2013-10-10
1
-6
/
+1
*
Fix minor problems found by static checking.
Paul Eggert
2013-10-08
1
-5
/
+5
*
Horizontal keys in TTY menus work.
Eli Zaretskii
2013-10-08
1
-6
/
+23
*
Make tty-menu-open-use-tmm a defcustom, update tmm docs accordingly.
Eli Zaretskii
2013-10-08
1
-1
/
+4
*
Improve commentary.
Eli Zaretskii
2013-10-05
1
-0
/
+3
*
Account for character width on display in menu bar.
Eli Zaretskii
2013-10-05
1
-1
/
+22
*
Fix menu drop by mouse click; new primitive menu-bar-menu-at-x-y.
Eli Zaretskii
2013-10-05
1
-0
/
+54
*
Improved horizontal position of TTY dialogs.
Eli Zaretskii
2013-09-29
1
-10
/
+14
*
x-popup-dialog fixed, almost.
Eli Zaretskii
2013-09-29
1
-0
/
+139
*
Merge from trunk.
Eli Zaretskii
2013-09-26
1
-2
/
+2
|
\
|
*
Unify FRAME_window_system_DISPLAY_INFO macros between all ports.
Dmitry Antipov
2013-09-13
1
-2
/
+2
*
|
Fix infinite loop in menu input due to block_input.
Eli Zaretskii
2013-09-21
1
-3
/
+0
*
|
Fixed the menu item encoding for tty menus.
Eli Zaretskii
2013-09-18
1
-55
/
+76
*
|
Converted compile-time tests to run-time tests. Menus display!
Eli Zaretskii
2013-09-17
1
-72
/
+75
*
|
Minor fixes to interfaces, avoid assertion violation under GLYPH_DEBUG.
Eli Zaretskii
2013-09-17
1
-3
/
+5
*
|
Removed unnecessary tests for GUI sessions and created menu faces.
Eli Zaretskii
2013-09-05
1
-7
/
+0
*
|
Merge from trunk after a lot of time.
Eli Zaretskii
2013-09-05
1
-108
/
+99
|
\
|
|
*
Drop FRAME_PTR typedef.
Dmitry Antipov
2013-08-03
1
-4
/
+5
[next]