| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix handling of internal borders (Bug#16348). | Martin Rudalics | 2014-01-11 | 1 | -2/+7 |
* | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 2014-01-01 | 1 | -1/+1 |
* | Fix Bug#16284. | Martin Rudalics | 2013-12-30 | 1 | -2/+1 |
* | Some more fixes for pixelwise resizing. | Martin Rudalics | 2013-12-20 | 1 | -1/+2 |
* | Use bool for boolean, focusing on headers. | Paul Eggert | 2013-12-14 | 1 | -20/+20 |
* | Support resizing frames and windows pixelwise. | Martin Rudalics | 2013-11-30 | 1 | -60/+100 |
* | * src/xdisp.c (redisplay_internal): Don't call set_window_update_flags. | Stefan Monnier | 2013-11-29 | 1 | -14/+14 |
* | *.[chm]: Number every assignment to windows_or_buffers_changed. | Stefan Monnier | 2013-11-05 | 1 | -1/+1 |
* | Port to stricter C99 platforms. | Paul Eggert | 2013-11-03 | 1 | -4/+1 |
* | * termhooks.h (FRAME_MUST_WRITE_SPACES, FRAME_LINE_INS_DEL_OK) | Dmitry Antipov | 2013-10-14 | 1 | -14/+15 |
* | Support frame dimension changes while TTY menus are displayed. | Eli Zaretskii | 2013-10-11 | 1 | -2/+1 |
* | * dispnew.c (redraw_frame): Remove useless #ifdef because | Dmitry Antipov | 2013-10-11 | 1 | -4/+0 |
* | * lisp.h (eassume): New macro. | Paul Eggert | 2013-10-10 | 1 | -1/+0 |
* | Fix minor problems found by static checking. | Paul Eggert | 2013-10-08 | 1 | -2/+4 |
* | Support menus on text-mode terminals. | Eli Zaretskii | 2013-10-08 | 1 | -0/+81 |
|\ |
|
| * | Merge from trunk. | Eli Zaretskii | 2013-09-26 | 1 | -125/+36 |
| |\ |
|
| * | | Fix a blatant bug in restore_current_matrix. | Eli Zaretskii | 2013-09-19 | 1 | -2/+2 |
| * | | Fixed screen restoration after popping down a menu. | Eli Zaretskii | 2013-09-19 | 1 | -0/+2 |
| * | | Minor fixes to interfaces, avoid assertion violation under GLYPH_DEBUG. | Eli Zaretskii | 2013-09-17 | 1 | -0/+5 |
| * | | Fixed C compilation problems. | Eli Zaretskii | 2013-09-05 | 1 | -1/+2 |
| * | | Merge from trunk after a lot of time. | Eli Zaretskii | 2013-09-05 | 1 | -901/+553 |
| |\ \ |
|
| * | | | Second commit; does not compile yet. | Eli Zaretskii | 2012-08-11 | 1 | -1/+41 |
| * | | | Initial incomplete version of tty menus. tty_menu_activate not done yet. | Eli Zaretskii | 2012-06-02 | 1 | -0/+33 |
* | | | | * dispnew.c (set_window_update_flags): Add buffer arg. Adjust comment. | Dmitry Antipov | 2013-10-08 | 1 | -7/+8 |
| |_|/
|/| | |
|
* | | | * dispnew.c (clear_glyph_row, copy_row_except_pointers): Use enums | Paul Eggert | 2013-09-24 | 1 | -2/+2 |
* | | | * dispnew.c (clear_glyph_row, copy_row_except_pointers): | Paul Eggert | 2013-09-24 | 1 | -6/+4 |
* | | | Optimize glyph row clearing and copying routines. | Dmitry Antipov | 2013-09-24 | 1 | -50/+15 |
* | | | * dispnew.c (frame_garbaged, selected_frame, last_nonminibuf_frame): | Dmitry Antipov | 2013-09-23 | 1 | -18/+0 |
* | | | Add set operations for bool-vector. | Daniel Colascione | 2013-09-22 | 1 | -1/+1 |
* | | | A simpler, centralized INLINE. | Paul Eggert | 2013-09-20 | 1 | -2/+0 |
* | | | Ifdef away frame tool bar code when it is not really used. | Dmitry Antipov | 2013-09-11 | 1 | -6/+13 |
* | | | Review and drop old frame resize hack. | Dmitry Antipov | 2013-09-09 | 1 | -10/+0 |
* | | | Cleanup frame flushing. | Dmitry Antipov | 2013-09-09 | 1 | -1/+1 |
* | | | Attempt to make redisplay more selective when changing fonts. | Dmitry Antipov | 2013-09-06 | 1 | -37/+8 |
| |/
|/| |
|
* | | Move Flast_nonminibuf_frame from dispnew.c to frame.c. | Martin Rudalics | 2013-09-02 | 1 | -14/+0 |
* | | * dispextern.h (SET_TEXT_POS_FROM_MARKER): Indent. | Dmitry Antipov | 2013-09-01 | 1 | -3/+1 |
* | | Prefer enum glyph_row_area to int where appropriate. | Dmitry Antipov | 2013-08-28 | 1 | -1/+1 |
* | | Redesign redisplay interface to drop global output_cursor. | Dmitry Antipov | 2013-08-28 | 1 | -13/+12 |
* | | Simplify EMACS_TIME-related code. | Paul Eggert | 2013-08-27 | 1 | -9/+7 |
* | | Redesign redisplay interface to drop updated_row and updated_area. | Dmitry Antipov | 2013-08-23 | 1 | -37/+21 |
* | | * window.h (struct window): Convert window_end_pos and | Dmitry Antipov | 2013-08-14 | 1 | -2/+1 |
* | | * window.h (struct window): Convert left_margin_cols and | Dmitry Antipov | 2013-08-13 | 1 | -21/+10 |
* | | Redesign redisplay interface to drop global variable updated_window. | Dmitry Antipov | 2013-08-08 | 1 | -24/+20 |
* | | New macro to iterate over live buffers similar to frames. | Dmitry Antipov | 2013-08-05 | 1 | -5/+3 |
* | | * dispnew.c (glyph_matrix_count, glyph_pool_count): | Dmitry Antipov | 2013-08-04 | 1 | -19/+30 |
* | | Port to GNU/Linux systems with tinfo but not ncurses. | Paul Eggert | 2013-07-23 | 1 | -1/+1 |
* | | * fileio.c (report_file_errno): Fix errno reporting bug. | Paul Eggert | 2013-07-16 | 1 | -1/+1 |
* | | Prefer list1 (X) to Fcons (X, Qnil) when building lists. | Paul Eggert | 2013-07-15 | 1 | -9/+8 |
* | | Port to C89. | Paul Eggert | 2013-07-10 | 1 | -2/+4 |
* | | Use emacs_open more consistently when opening files. | Paul Eggert | 2013-07-05 | 1 | -8/+8 |