aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | Cleanups and commentary changes.Eli Zaretskii2013-10-082-26/+9
| * | Horizontal keys in TTY menus work.Eli Zaretskii2013-10-083-17/+147
| * | 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-052-39/+107
| * | Fix hiding cursor when displaying menu on a TTY.Eli Zaretskii2013-10-031-4/+7
| * | Fix message-box and avoid compilation warnings.Eli Zaretskii2013-09-303-18/+14
| * | Improved horizontal position of TTY dialogs.Eli Zaretskii2013-09-291-10/+14
| * | Fixed x-popup-dialog.Eli Zaretskii2013-09-291-4/+3
| * | x-popup-dialog fixed, almost.Eli Zaretskii2013-09-297-298/+204
| * | Some cleanups: remove unused code.Eli Zaretskii2013-09-261-112/+5
| * | Fix compilation problem due to merge from trunk.Eli Zaretskii2013-09-261-8/+1
| * | Merge from trunk.Eli Zaretskii2013-09-2696-2737/+16977
| |\ \
| * | | Menu movement by mouse and keyboard live in peace now.Eli Zaretskii2013-09-251-29/+5
| * | | Read mouse movement via read_menu_command.Eli Zaretskii2013-09-251-9/+39
| * | | Fix crash in GUI mode and enable TTY mouse on Windows.Eli Zaretskii2013-09-242-8/+12
| * | | Fix submenus and screen restoration.Eli Zaretskii2013-09-243-11/+70
| * | | Use overriding-terminal-local-map for menu navigation.Eli Zaretskii2013-09-231-28/+39
| * | | Half-solution for menus popped up by mouse clicks.Eli Zaretskii2013-09-222-3/+7
| * | | Restore help-echo for menu items, ifdef away unneeded MSDOS code.Eli Zaretskii2013-09-221-13/+21
| * | | Prevent redisplay and keystroke echo during menu navigation.Eli Zaretskii2013-09-221-9/+27
| * | | Fix infinite loop in menu input due to block_input.Eli Zaretskii2013-09-218-57/+101
| * | | Fix a blatant bug in restore_current_matrix.Eli Zaretskii2013-09-191-2/+2
| * | | Fix a buglet in calculating menu width.Eli Zaretskii2013-09-191-2/+2
| * | | Fixed screen restoration after popping down a menu.Eli Zaretskii2013-09-192-5/+10
| * | | Fixed frame save/restore and 'mouse position' tracking.Eli Zaretskii2013-09-191-7/+10
| * | | Fixed minor issues with truncation of menu items.Eli Zaretskii2013-09-182-1/+6
| * | | No need to pay attention to window margins.Eli Zaretskii2013-09-181-6/+2
| * | | Record and use cursor coordinates in menu. Active face and help echo work!Eli Zaretskii2013-09-181-5/+8
| * | | Crude code to simulate keyboard/mouse input in menus via GDB.Eli Zaretskii2013-09-181-9/+26
| * | | Fixed the menu item encoding for tty menus.Eli Zaretskii2013-09-181-55/+76
| * | | Turn off text cursor when dropping down menus.Eli Zaretskii2013-09-183-10/+35
| * | | Converted compile-time tests to run-time tests. Menus display!Eli Zaretskii2013-09-171-72/+75
| * | | Use AREF instead of XVECTOR; crashes still here.Eli Zaretskii2013-09-171-13/+12
| * | | Fixed display and padding of menu items; File menu displays OK.Eli Zaretskii2013-09-173-17/+62
| * | | Minor fixes to interfaces, avoid assertion violation under GLYPH_DEBUG.Eli Zaretskii2013-09-174-16/+50
| * | | Removed unnecessary tests for GUI sessions and created menu faces.Eli Zaretskii2013-09-051-7/+0
| * | | Fixed C compilation problems.Eli Zaretskii2013-09-0511-31/+118
| * | | Made HAVE_MENUS the default; comment fix in term.c.Eli Zaretskii2013-09-051-1/+1
| * | | Merge from trunk after a lot of time.Eli Zaretskii2013-09-05235-51518/+75564
| |\ \ \
| * | | | Second commit; does not compile yet.Eli Zaretskii2012-08-115-36/+209
| * | | | Initial incomplete version of tty menus. tty_menu_activate not done yet.Eli Zaretskii2012-06-0210-50/+998
* | | | | * dispnew.c (set_window_update_flags): Add buffer arg. Adjust comment.Dmitry Antipov2013-10-084-10/+25
* | | | | Do not allocate huge temporary memory areas and objects while encodingDmitry Antipov2013-10-084-8/+57
* | | | | * nsterm.m (windowDidExitFullScreen:):Jan Djärv2013-10-082-2/+7
* | | | | Complete ChangeLog entry that was inadvertently truncated.Paul Eggert2013-10-071-0/+3
* | | | | Fix race where emacs aborts when sent SIGTERM.Paul Eggert2013-10-072-2/+7
* | | | | * lisp.h (bits_word, BITS_WORD_MAX): New type and macro.Paul Eggert2013-10-074-69/+81
* | | | | Improve support for popcount and counting trailing zeros.Paul Eggert2013-10-073-141/+64