summaryrefslogtreecommitdiff
path: root/src/menu.c
Commit message (Expand)AuthorAge
* Fix assertions in popping up menus on TTY (Bug#19862)Eli Zaretskii2015-02-14
* Update copyright year to 2015Paul Eggert2015-01-01
* * menu.c (Fx_popup_dialog): Set Vmenu_updating_frame to avoid crashDmitry Antipov2014-07-01
* 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
|\|
| * Drop FRAME_PTR typedef.Dmitry Antipov2013-08-03
| * New unwind-protect flavors to better type-check C callbacks.Paul Eggert2013-07-16
| * Prefer list1 (X) to Fcons (X, Qnil) when building lists.Paul Eggert2013-07-15
| * Get rid of some platform-specific functions examining windowDmitry Antipov2013-04-07
| * Consistently use platform-specific function to detect window system.Dmitry Antipov2013-04-05
| * Reorder conditions that are written backwardsAndreas Schwab2013-03-24
| * Update copyright notices for 2013.Paul Eggert2013-01-01
| * lread.c, macros.c, marker.c, menu.c, minibuf.c: Use bool for booleans.Paul Eggert2012-10-11
| * keyboard.c, keymap.c: Use bool for booleans.Paul Eggert2012-10-10
| * Merge from trunkDaniel Colascione2012-10-07
| |\
| | * Simplify and avoid signal-handling races.Paul Eggert2012-09-23
| * | Merge from trunkDaniel Colascione2012-09-17
| |\|
| | * Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-15
| | * Simplify redefinition of 'abort' (Bug#12316).Paul Eggert2012-09-04
| * | Implement cygw32Daniel Colascione2012-09-17
| |/
| * Refactor window-system configurationDaniel Colascione2012-08-31
| * Generalize common compile-time constants.Dmitry Antipov2012-08-05
| * Remove unnecessary casts involving pointers.Paul Eggert2012-08-03
| * Use "ASET (a, i, v)" rather than "AREF (a, i) = v".Paul Eggert2012-08-01
| * More xmalloc and related cleanup.Paul Eggert2012-07-05
| * * lisp.h (CHECK_RANGED_INTEGER): Make value to check the firstAndreas Schwab2012-06-30
| * Generalize run-time debugging checks.Dmitry Antipov2012-06-28