| Commit message (Expand) | Author | Age | Files | Lines |
* | * termhooks.h (enum scroll_bar_part): Begin from 0 to allow... | Dmitry Antipov | 2014-09-24 | 1 | -10/+21 |
* | Complete pixelwise frame/window resizing, add horizontal scrollbar support. | Martin Rudalics | 2014-07-27 | 1 | -1/+31 |
* | If a C name must be extern on some platforms, make it extern on all. | Paul Eggert | 2014-06-08 | 1 | -2/+0 |
* | Use terminal-specific hooks to display popup dialogs. | Dmitry Antipov | 2014-06-04 | 1 | -0/+4 |
* | Use terminal-specific hooks to display menus. | Dmitry Antipov | 2014-06-04 | 1 | -1/+4 |
* | Minor cleanup for terminal setup. | Dmitry Antipov | 2014-05-14 | 1 | -1/+2 |
* | Fix the MSDOS build. | Eli Zaretskii | 2014-04-16 | 1 | -1/+1 |
* | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 2014-01-01 | 1 | -1/+1 |
* | Remove port-specific display name lists to avoid extra | Dmitry Antipov | 2013-10-18 | 1 | -0/+13 |
* | Make some functions static in non-Microsoft builds. | Paul Eggert | 2013-10-16 | 1 | -0/+2 |
* | Support mouse wheel on MS-Windows text-mode console. | Eli Zaretskii | 2013-10-15 | 1 | -1/+0 |
* | * termhooks.h (FRAME_MUST_WRITE_SPACES, FRAME_LINE_INS_DEL_OK) | Dmitry Antipov | 2013-10-14 | 1 | -21/+6 |
* | * xfaces.c (PT_PER_INCH): Remove unused macro. | Dmitry Antipov | 2013-10-14 | 1 | -3/+0 |
* | Merge from trunk. | Eli Zaretskii | 2013-09-26 | 1 | -11/+4 |
|\ |
|
| * | A simpler, centralized INLINE. | Paul Eggert | 2013-09-20 | 1 | -5/+2 |
| * | * termhooks.h (fullscreen_hook): Remove the leftover. | Dmitry Antipov | 2013-09-11 | 1 | -6/+1 |
| * | Cleaning up a few X scroll bar bits. | Dmitry Antipov | 2013-09-11 | 1 | -0/+1 |
* | | Fixed C compilation problems. | Eli Zaretskii | 2013-09-05 | 1 | -2/+5 |
* | | Merge from trunk after a lot of time. | Eli Zaretskii | 2013-09-05 | 1 | -68/+68 |
|\ \
| |/ |
|
| * | Minor cleanup to avoid forward declarations. | Dmitry Antipov | 2013-08-30 | 1 | -11/+17 |
| * | Stop cursor blink after blink-cursor-blinks (10), stop timers when not blinking. | Jan Djärv | 2013-07-16 | 1 | -0/+2 |
| * | * sysdep.c, term.c, termcap.c, terminal.c: Integer-related minor fixes. | Paul Eggert | 2013-07-10 | 1 | -1/+1 |
| * | * configure.ac (file-notification): New option, replaces inotify option. | Michael Albinus | 2013-06-03 | 1 | -1/+1 |
| * | * src/keyboard.c: Move keyboard decoding to read_key_sequence. | Stefan Monnier | 2013-03-10 | 1 | -13/+15 |
| * | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca | Paul Eggert | 2013-01-02 | 1 | -1/+2 |
| |\ |
|
| | * | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 1 | -1/+2 |
| * | | Final cleanups and updated ChangeLog entries. | Eli Zaretskii | 2012-12-10 | 1 | -2/+1 |
| * | | Merge from trunk + rename the event. Not tested yet. | Eli Zaretskii | 2012-12-10 | 1 | -0/+5 |
| |\ \ |
|
| | * | | Support filesystem notification through inotify on GNU/Linux. | Rüdiger Sonderfeld | 2012-12-10 | 1 | -0/+5 |
| * | | | Merge from trunk. | Eli Zaretskii | 2012-11-13 | 1 | -27/+3 |
| |\ \ \
| | |/ / |
|
| | * | | * frame.h (struct frame): Convert external_tool_bar member to | Dmitry Antipov | 2012-11-12 | 1 | -17/+1 |
| | * | | Remove pad from struct input_event. | Dmitry Antipov | 2012-11-02 | 1 | -10/+2 |
| | |/ |
|
| * | | Merge from trunk. | Eli Zaretskii | 2012-10-09 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | Minor tweaks to recently-changed code. | Paul Eggert | 2012-10-08 | 1 | -1/+1 |
| * | | Merge from trunk after cygw32 commit, and resolve conflicts. | Eli Zaretskii | 2012-10-08 | 1 | -3/+3 |
| |\ \
| | |/ |
|
| | * | Merge from trunk | Daniel Colascione | 2012-10-07 | 1 | -13/+3 |
| | |\ |
|
| | * | | Implement cygw32 | Daniel Colascione | 2012-09-17 | 1 | -3/+3 |
| * | | | Initial version of the w32notify code. | Eli Zaretskii | 2012-10-06 | 1 | -0/+1 |
| | |/
| |/| |
|
| * | | Simplify and avoid signal-handling races. | Paul Eggert | 2012-09-23 | 1 | -2/+1 |
| * | | Omit unused arg EXPECTED from socket hooks. | Paul Eggert | 2012-09-19 | 1 | -12/+3 |
| |/ |
|
| * | * termhooks.h (TSET): Remove. | Paul Eggert | 2012-08-17 | 1 | -4/+19 |
| * | Use TSET for write access to Lisp_Object slots of struct terminal. | Dmitry Antipov | 2012-08-09 | 1 | -0/+4 |
* | | Initial incomplete version of tty menus. tty_menu_activate not done yet. | Eli Zaretskii | 2012-06-02 | 1 | -0/+6 |
|/ |
|
* | Merge from trunk. | Paul Eggert | 2012-01-09 | 1 | -1/+1 |
|\ |
|
| * | Add 2012 to FSF copyright years for Emacs files | Glenn Morris | 2012-01-05 | 1 | -1/+1 |
* | | Merge from trunk. | Paul Eggert | 2011-12-14 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Spelling fixes. | Paul Eggert | 2011-12-11 | 1 | -2/+2 |
* | | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): | Paul Eggert | 2011-09-21 | 1 | -1/+1 |
|/ |
|
* | Fix incorrect comment. | Paul Eggert | 2011-07-19 | 1 | -3/+3 |
* | Support X clipboard managers. | Chong Yidong | 2011-05-27 | 1 | -0/+16 |