summaryrefslogtreecommitdiff
path: root/src/menu.c
Commit message (Expand)AuthorAgeFilesLines
* * menu.c (Fx_popup_dialog): Remove label 'dialog_via_menu'.Paul Eggert2014-02-041-8/+3
* Fix bug #16636 with simple dialogs on MS-Windows.Eli Zaretskii2014-02-041-2/+10
* Provisional fix for bug #16479 with client connecting while in a TTY menu.Eli Zaretskii2014-01-171-2/+10
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Fix minor problems found by static checking.Paul Eggert2013-11-281-3/+0
* * configure.ac (HAVE_MENUS): Remove.Stefan Monnier2013-11-281-9/+0
* Fix bug #15629 with GUI menus on NS.Eli Zaretskii2013-10-161-1/+1
* * keyboard.c (last_event_timestamp): Remove. For X selection andDmitry Antipov2013-10-101-6/+1
* Fix minor problems found by static checking.Paul Eggert2013-10-081-5/+5
* Horizontal keys in TTY menus work.Eli Zaretskii2013-10-081-6/+23
* Make tty-menu-open-use-tmm a defcustom, update tmm docs accordingly.Eli Zaretskii2013-10-081-1/+4
* Improve commentary.Eli Zaretskii2013-10-051-0/+3
* Account for character width on display in menu bar.Eli Zaretskii2013-10-051-1/+22
* Fix menu drop by mouse click; new primitive menu-bar-menu-at-x-y.Eli Zaretskii2013-10-051-0/+54
* Improved horizontal position of TTY dialogs.Eli Zaretskii2013-09-291-10/+14
* x-popup-dialog fixed, almost.Eli Zaretskii2013-09-291-0/+139
* Merge from trunk.Eli Zaretskii2013-09-261-2/+2
|\
| * Unify FRAME_window_system_DISPLAY_INFO macros between all ports.Dmitry Antipov2013-09-131-2/+2
* | Fix infinite loop in menu input due to block_input.Eli Zaretskii2013-09-211-3/+0
* | Fixed the menu item encoding for tty menus.Eli Zaretskii2013-09-181-55/+76
* | Converted compile-time tests to run-time tests. Menus display!Eli Zaretskii2013-09-171-72/+75
* | Minor fixes to interfaces, avoid assertion violation under GLYPH_DEBUG.Eli Zaretskii2013-09-171-3/+5
* | Removed unnecessary tests for GUI sessions and created menu faces.Eli Zaretskii2013-09-051-7/+0
* | Merge from trunk after a lot of time.Eli Zaretskii2013-09-051-108/+99
|\ \ | |/
| * Drop FRAME_PTR typedef.Dmitry Antipov2013-08-031-4/+5
| * New unwind-protect flavors to better type-check C callbacks.Paul Eggert2013-07-161-16/+6
| * Prefer list1 (X) to Fcons (X, Qnil) when building lists.Paul Eggert2013-07-151-1/+1
| * Get rid of some platform-specific functions examining windowDmitry Antipov2013-04-071-1/+1
| * Consistently use platform-specific function to detect window system.Dmitry Antipov2013-04-051-1/+2
| * Reorder conditions that are written backwardsAndreas Schwab2013-03-241-1/+1
| * Update copyright notices for 2013.Paul Eggert2013-01-011-2/+2
| * lread.c, macros.c, marker.c, menu.c, minibuf.c: Use bool for booleans.Paul Eggert2012-10-111-13/+14
| * keyboard.c, keymap.c: Use bool for booleans.Paul Eggert2012-10-101-1/+1
| * Merge from trunkDaniel Colascione2012-10-071-6/+6
| |\
| | * Simplify and avoid signal-handling races.Paul Eggert2012-09-231-6/+6
| * | Merge from trunkDaniel Colascione2012-09-171-3/+2
| |\ \ | | |/
| | * Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-1/+0
| | * Simplify redefinition of 'abort' (Bug#12316).Paul Eggert2012-09-041-2/+2
| * | Implement cygw32Daniel Colascione2012-09-171-0/+4
| |/
| * Refactor window-system configurationDaniel Colascione2012-08-311-14/+3
| * Generalize common compile-time constants.Dmitry Antipov2012-08-051-1/+1
| * Remove unnecessary casts involving pointers.Paul Eggert2012-08-031-2/+1
| * Use "ASET (a, i, v)" rather than "AREF (a, i) = v".Paul Eggert2012-08-011-1/+1
| * More xmalloc and related cleanup.Paul Eggert2012-07-051-3/+2
| * * lisp.h (CHECK_RANGED_INTEGER): Make value to check the firstAndreas Schwab2012-06-301-4/+6
| * Generalize run-time debugging checks.Dmitry Antipov2012-06-281-1/+1
| * * keyboard.c (menu_bar_items, menu_bar_item, read_key_sequence):Andreas Schwab2012-06-251-6/+12
| * * alloc.c, bytecode.c, ccl.c, coding.c, composite.c, data.c, dosfns.c:Dmitry Antipov2012-06-191-37/+37
* | Initial incomplete version of tty menus. tty_menu_activate not done yet.Eli Zaretskii2012-06-021-9/+20
|/
* Merge from trunk.Paul Eggert2012-01-091-1/+1
|\