summaryrefslogtreecommitdiff
path: root/src/dispnew.c
Commit message (Expand)AuthorAgeFilesLines
...
| | * Fix bug #18277 with mouse clicks on R2L lines.Eli Zaretskii2014-08-171-3/+6
| * | Fix handling of menu bar line on TTY frames (Bug#18136) (Bug#18196).Martin Rudalics2014-08-101-1/+3
| * | Don't let big frames overrun the stack.Paul Eggert2014-08-031-36/+51
| * | Avoid undefined behavior with signed left shift.Paul Eggert2014-08-031-4/+4
| | |
| \ \
*-. \ \ upstreamJoakim Verona2014-07-311-179/+116
|\ \ \ \ | | |/ /
| | * | Merge from emacs-24; up to 2014-06-26T06:55:15Z!rgm@gnu.orgGlenn Morris2014-07-281-1/+1
| | |\ \ | | | |/
| | | * src/dispnew.c (allocate_matrices_for_frame_redisplay): Fix typo in a comment.Eli Zaretskii2014-07-271-1/+1
| | |/ | |/|
| | * Complete pixelwise frame/window resizing, add horizontal scrollbar support.Martin Rudalics2014-07-271-171/+70
| | * Revert previous change.Paul Eggert2014-07-261-1/+1
| | * Reorder conditions that are written backwardsAndreas Schwab2014-07-261-1/+1
| |/
| * src/dispnew.c: Fix a typo in a comment.Eli Zaretskii2014-07-011-1/+1
| * Fix bug #17892 with mode/header line and display margins.Eli Zaretskii2014-07-011-7/+45
* | manual upstream mergeJoakim Verona2014-06-231-11/+22
|\ \ | |/
| * Attempt to solve bug #17497 by minimizing cursor motion during TTY menu updates.Eli Zaretskii2014-06-041-9/+21
| * src/dispnew.c (update_frame_with_menu): Set display_completed.Eli Zaretskii2014-06-021-2/+1
* | upstreamJoakim Verona2014-06-041-185/+249
|\ \ | |/
| * Various window code related fixes and documentation changes.Martin Rudalics2014-03-051-1/+1
| * Fix handling of internal borders (Bug#16348).Martin Rudalics2014-01-111-2/+7
| * Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
| * Fix Bug#16284.Martin Rudalics2013-12-301-2/+1
| * Some more fixes for pixelwise resizing.Martin Rudalics2013-12-201-1/+2
| * Use bool for boolean, focusing on headers.Paul Eggert2013-12-141-20/+20
| * Support resizing frames and windows pixelwise.Martin Rudalics2013-11-301-60/+100
| * * src/xdisp.c (redisplay_internal): Don't call set_window_update_flags.Stefan Monnier2013-11-291-14/+14
| * *.[chm]: Number every assignment to windows_or_buffers_changed.Stefan Monnier2013-11-051-1/+1
| * Port to stricter C99 platforms.Paul Eggert2013-11-031-4/+1
| * * termhooks.h (FRAME_MUST_WRITE_SPACES, FRAME_LINE_INS_DEL_OK)Dmitry Antipov2013-10-141-14/+15
| * Support frame dimension changes while TTY menus are displayed.Eli Zaretskii2013-10-111-2/+1
| * * dispnew.c (redraw_frame): Remove useless #ifdef becauseDmitry Antipov2013-10-111-4/+0
| * * lisp.h (eassume): New macro.Paul Eggert2013-10-101-1/+0
| * Fix minor problems found by static checking.Paul Eggert2013-10-081-2/+4
| * Support menus on text-mode terminals.Eli Zaretskii2013-10-081-0/+81
| |\
| | * Merge from trunk.Eli Zaretskii2013-09-261-125/+36
| | |\
| | * | Fix a blatant bug in restore_current_matrix.Eli Zaretskii2013-09-191-2/+2
| | * | Fixed screen restoration after popping down a menu.Eli Zaretskii2013-09-191-0/+2
| | * | Minor fixes to interfaces, avoid assertion violation under GLYPH_DEBUG.Eli Zaretskii2013-09-171-0/+5
| | * | Fixed C compilation problems.Eli Zaretskii2013-09-051-1/+2
| | * | Merge from trunk after a lot of time.Eli Zaretskii2013-09-051-901/+553
| | |\ \
| | * | | Second commit; does not compile yet.Eli Zaretskii2012-08-111-1/+41
| | * | | Initial incomplete version of tty menus. tty_menu_activate not done yet.Eli Zaretskii2012-06-021-0/+33
| * | | | * dispnew.c (set_window_update_flags): Add buffer arg. Adjust comment.Dmitry Antipov2013-10-081-7/+8
| | |_|/ | |/| |
| * | | * dispnew.c (clear_glyph_row, copy_row_except_pointers): Use enumsPaul Eggert2013-09-241-2/+2
| * | | * dispnew.c (clear_glyph_row, copy_row_except_pointers):Paul Eggert2013-09-241-6/+4
| * | | Optimize glyph row clearing and copying routines.Dmitry Antipov2013-09-241-50/+15
| * | | * dispnew.c (frame_garbaged, selected_frame, last_nonminibuf_frame):Dmitry Antipov2013-09-231-18/+0
| * | | Add set operations for bool-vector.Daniel Colascione2013-09-221-1/+1
| * | | A simpler, centralized INLINE.Paul Eggert2013-09-201-2/+0
* | | | merge from trunkJoakim Verona2013-09-111-6/+13
|\ \ \ \ | |/ / /
| * | | Ifdef away frame tool bar code when it is not really used.Dmitry Antipov2013-09-111-6/+13
| * | | Review and drop old frame resize hack.Dmitry Antipov2013-09-091-10/+0