| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
| * | New unwind-protect flavors to better type-check C callbacks. | Paul Eggert | 2013-07-16 | 1 | -16/+6 |
| * | Prefer list1 (X) to Fcons (X, Qnil) when building lists. | Paul Eggert | 2013-07-15 | 1 | -1/+1 |
| * | Get rid of some platform-specific functions examining window | Dmitry Antipov | 2013-04-07 | 1 | -1/+1 |
| * | Consistently use platform-specific function to detect window system. | Dmitry Antipov | 2013-04-05 | 1 | -1/+2 |
| * | Reorder conditions that are written backwards | Andreas Schwab | 2013-03-24 | 1 | -1/+1 |
| * | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 1 | -2/+2 |
| * | lread.c, macros.c, marker.c, menu.c, minibuf.c: Use bool for booleans. | Paul Eggert | 2012-10-11 | 1 | -13/+14 |
| * | keyboard.c, keymap.c: Use bool for booleans. | Paul Eggert | 2012-10-10 | 1 | -1/+1 |
| * | Merge from trunk | Daniel Colascione | 2012-10-07 | 1 | -6/+6 |
| |\ |
|
| | * | Simplify and avoid signal-handling races. | Paul Eggert | 2012-09-23 | 1 | -6/+6 |
| * | | Merge from trunk | Daniel Colascione | 2012-09-17 | 1 | -3/+2 |
| |\ \
| | |/ |
|
| | * | Port better to POSIX hosts lacking _setjmp. | Paul Eggert | 2012-09-15 | 1 | -1/+0 |
| | * | Simplify redefinition of 'abort' (Bug#12316). | Paul Eggert | 2012-09-04 | 1 | -2/+2 |
| * | | Implement cygw32 | Daniel Colascione | 2012-09-17 | 1 | -0/+4 |
| |/ |
|
| * | Refactor window-system configuration | Daniel Colascione | 2012-08-31 | 1 | -14/+3 |
| * | Generalize common compile-time constants. | Dmitry Antipov | 2012-08-05 | 1 | -1/+1 |
| * | Remove unnecessary casts involving pointers. | Paul Eggert | 2012-08-03 | 1 | -2/+1 |
| * | Use "ASET (a, i, v)" rather than "AREF (a, i) = v". | Paul Eggert | 2012-08-01 | 1 | -1/+1 |
| * | More xmalloc and related cleanup. | Paul Eggert | 2012-07-05 | 1 | -3/+2 |
| * | * lisp.h (CHECK_RANGED_INTEGER): Make value to check the first | Andreas Schwab | 2012-06-30 | 1 | -4/+6 |
| * | Generalize run-time debugging checks. | Dmitry Antipov | 2012-06-28 | 1 | -1/+1 |
| * | * keyboard.c (menu_bar_items, menu_bar_item, read_key_sequence): | Andreas Schwab | 2012-06-25 | 1 | -6/+12 |
| * | * alloc.c, bytecode.c, ccl.c, coding.c, composite.c, data.c, dosfns.c: | Dmitry Antipov | 2012-06-19 | 1 | -37/+37 |
* | | Initial incomplete version of tty menus. tty_menu_activate not done yet. | Eli Zaretskii | 2012-06-02 | 1 | -9/+20 |
|/ |
|
* | Merge from trunk. | Paul Eggert | 2012-01-09 | 1 | -1/+1 |
|\ |
|