summaryrefslogtreecommitdiff
path: root/src/menu.c
Commit message (Expand)AuthorAge
* Update copyright year to 2017Paul Eggert2016-12-31
* Rework C source files to avoid ^(Paul Eggert2016-03-10
* Fix x-popup-menu on TTYs without a mouseEli Zaretskii2016-02-03
* Update copyright year to 2016Paul Eggert2016-01-01
* Include-file cleanup for src directoryPaul Eggert2015-10-20
* Omit unnecessary \ before paren in C docstringsPaul Eggert2015-09-16
* Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert2015-08-26
* Fix assertion violations when popping menus on TTY (Bug#19862)Eli Zaretskii2015-02-14
* Update copyright year to 2015Paul Eggert2015-01-01
* Use AUTO_CONS instead of SCOPED_CONS, etc.Paul Eggert2014-09-30
* Simplify stack-allocated Lisp objects, and make them more portable.Paul Eggert2014-09-29
* Keep stack-allocated Lisp objects fast rather than versatile.Dmitry Antipov2014-09-29
* Fix local_cons etc. to not exhaust the stack when in a loop.Paul Eggert2014-09-24
* If USE_LOCAL_ALLOCATORS, allocate some Lisp objects on stack.Dmitry Antipov2014-09-15
* Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.Paul Eggert2014-09-07
* Fix handling of menu bar line on TTY frames (Bug#18136) (Bug#18196).Martin Rudalics2014-08-10
* Merge from emacs-24; up to 2014-06-15T04:52:34Z!eli@barzilay.orgGlenn Morris2014-07-02
|\
| * * menu.c (Fx_popup_dialog): Set Vmenu_updating_frame to avoid crashDmitry Antipov2014-07-01
* | * xmenu.c (mouse_position_for_popup):Dmitry Antipov2014-06-22
* | Don't try to display menus and dialogs in an 'initial' frame.Eli Zaretskii2014-06-13
* | If a C name must be extern on some platforms, make it extern on all.Paul Eggert2014-06-08
* | src/menu.c (Fx_popup_dialog): Comment the use of Qunsupported__w32_dialog.Eli Zaretskii2014-06-04
* | Use terminal-specific hooks to display popup dialogs.Dmitry Antipov2014-06-04
* | Use terminal-specific hooks to display menus.Dmitry Antipov2014-06-04
* | Use common memory management functions for lwlib and refactor users.Dmitry Antipov2014-06-02
|/
* Fix the MSDOS build.Eli Zaretskii2014-04-16
* * menu.c (Fx_popup_dialog): Remove label 'dialog_via_menu'.Paul Eggert2014-02-04
* Fix bug #16636 with simple dialogs on MS-Windows.Eli Zaretskii2014-02-04
* Provisional fix for bug #16479 with client connecting while in a TTY menu.Eli Zaretskii2014-01-17
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-01
* Fix minor problems found by static checking.Paul Eggert2013-11-28
* * configure.ac (HAVE_MENUS): Remove.Stefan Monnier2013-11-28
* Fix bug #15629 with GUI menus on NS.Eli Zaretskii2013-10-16
* * keyboard.c (last_event_timestamp): Remove. For X selection andDmitry Antipov2013-10-10
* Fix minor problems found by static checking.Paul Eggert2013-10-08
* Horizontal keys in TTY menus work.Eli Zaretskii2013-10-08
* Make tty-menu-open-use-tmm a defcustom, update tmm docs accordingly.Eli Zaretskii2013-10-08
* Improve commentary.Eli Zaretskii2013-10-05
* Account for character width on display in menu bar.Eli Zaretskii2013-10-05
* Fix menu drop by mouse click; new primitive menu-bar-menu-at-x-y.Eli Zaretskii2013-10-05
* Improved horizontal position of TTY dialogs.Eli Zaretskii2013-09-29
* x-popup-dialog fixed, almost.Eli Zaretskii2013-09-29
* Merge from trunk.Eli Zaretskii2013-09-26
|\
| * Unify FRAME_window_system_DISPLAY_INFO macros between all ports.Dmitry Antipov2013-09-13
* | Fix infinite loop in menu input due to block_input.Eli Zaretskii2013-09-21
* | Fixed the menu item encoding for tty menus.Eli Zaretskii2013-09-18
* | Converted compile-time tests to run-time tests. Menus display!Eli Zaretskii2013-09-17
* | Minor fixes to interfaces, avoid assertion violation under GLYPH_DEBUG.Eli Zaretskii2013-09-17
* | Removed unnecessary tests for GUI sessions and created menu faces.Eli Zaretskii2013-09-05
* | Merge from trunk after a lot of time.Eli Zaretskii2013-09-05
|\|