| Commit message (Expand) | Author | Age | Files | Lines |
| * | Various fixes around Bug#16013. | Martin Rudalics | 2013-12-11 | 1 | -1/+1 |
| * | * src/window.c (set_window_buffer): Update mode line. | Stefan Monnier | 2013-12-07 | 1 | -0/+1 |
| * | * src/window.c (select_window): Call second wset_redisplay before we change | Stefan Monnier | 2013-12-04 | 1 | -5/+6 |
| * | * src/window.c (window_scroll): Mark window for redisplay. | Stefan Monnier | 2013-12-04 | 1 | -17/+14 |
| * | Minor integer overflow fixes. | Paul Eggert | 2013-12-03 | 1 | -10/+12 |
| * | Fix issues related to pixelwise resizing. (Bug#16013) (Bug#16033) | Martin Rudalics | 2013-12-03 | 1 | -1/+3 |
| * | Minor integer overflow fixes. | Paul Eggert | 2013-12-02 | 1 | -3/+7 |
| * | Spelling and punctuation fixes. | Paul Eggert | 2013-12-01 | 1 | -6/+6 |
| * | Remove some unused items introduced during pixelwise change. | Martin Rudalics | 2013-11-30 | 1 | -96/+0 |
| * | src/w32term.c,window.c,xdisp.c: Remove unused variables. | Juanma Barranquero | 2013-11-30 | 1 | -8/+8 |
| * | Support resizing frames and windows pixelwise. | Martin Rudalics | 2013-11-30 | 1 | -258/+855 |
| * | * configure.ac (HAVE_MENUS): Remove. | Stefan Monnier | 2013-11-28 | 1 | -5/+1 |
| * | * src/window.c (Fset_window_configuration): Move select_window later. | Stefan Monnier | 2013-11-28 | 1 | -8/+14 |
| * | Refine redisplay optimizations to only redisplay *some* frames/windows | Stefan Monnier | 2013-11-28 | 1 | -9/+16 |
| * | Reset window_end_valid after some window changes (Bug#15957). | Martin Rudalics | 2013-11-27 | 1 | -0/+7 |
| * | * src/xdisp.c (syms_of_xdisp): New vars redisplay--all-windows-cause and | Stefan Monnier | 2013-11-06 | 1 | -3/+3 |
| * | *.[chm]: Number every assignment to windows_or_buffers_changed. | Stefan Monnier | 2013-11-05 | 1 | -17/+17 |
| * | Port to stricter C99 platforms. | Paul Eggert | 2013-11-03 | 1 | -1/+1 |
| * | Support menus on text-mode terminals. | Eli Zaretskii | 2013-10-08 | 1 | -8/+25 |
| |\ |
|
| | * | Fix message-box and avoid compilation warnings. | Eli Zaretskii | 2013-09-30 | 1 | -0/+4 |
| | * | Merge from trunk. | Eli Zaretskii | 2013-09-26 | 1 | -27/+20 |
| | |\ |
|
| | * \ | Merge from trunk after a lot of time. | Eli Zaretskii | 2013-09-05 | 1 | -1292/+1322 |
| | |\ \ |
|
| | * | | | Initial incomplete version of tty menus. tty_menu_activate not done yet. | Eli Zaretskii | 2012-06-02 | 1 | -8/+21 |
| * | | | | * window.h (struct window): Prefer enum text_cursor_kinds to int | Dmitry Antipov | 2013-10-02 | 1 | -2/+6 |
| * | | | | * window.c (calc_absolute_offset): #elif should be #elif defined. | Jan Djärv | 2013-09-29 | 1 | -1/+1 |
| | |_|/
|/| | |
|
| * | | | Use union for the payload of struct Lisp_Vector. | Dmitry Antipov | 2013-09-24 | 1 | -1/+1 |
| * | | | * dispnew.c (frame_garbaged, selected_frame, last_nonminibuf_frame): | Dmitry Antipov | 2013-09-23 | 1 | -1/+0 |
| * | | | 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 | -2/+4 |
| * | | | Attempt to make redisplay more selective when changing fonts. | Dmitry Antipov | 2013-09-06 | 1 | -11/+11 |
| * | | | Cache current header and mode line height for each window. | Dmitry Antipov | 2013-09-05 | 1 | -0/+1 |
| * | | | * fontset.c, window.c, xdisp.c (toplevel): Use TERM_HEADER. | Dmitry Antipov | 2013-09-05 | 1 | -10/+3 |
| | |/
|/| |
|
| * | | * dispextern.h (SET_TEXT_POS_FROM_MARKER): Indent. | Dmitry Antipov | 2013-09-01 | 1 | -14/+2 |
| * | | In temp_output_buffer_show make sure window returned by display_buffer is liv... | Martin Rudalics | 2013-08-31 | 1 | -3/+1 |
| * | | * intervals.c (set_point_from_marker): New function. | Dmitry Antipov | 2013-08-29 | 1 | -9/+1 |
| * | | * lisp.h (Mouse_HLInfo): Move from here... | Dmitry Antipov | 2013-08-27 | 1 | -6/+2 |
| * | | * window.h (struct window): Replace last_cursor with last_cursor_vpos | Dmitry Antipov | 2013-08-26 | 1 | -3/+3 |
| * | | * window.c (struct save_window_data): Fix typo. | Dmitry Antipov | 2013-08-23 | 1 | -1/+1 |
| * | | * window.h (struct window): Convert window_end_pos and | Dmitry Antipov | 2013-08-14 | 1 | -7/+5 |
| * | | Cleanup window fringes, margins and scroll bars adjustments. | Dmitry Antipov | 2013-08-14 | 1 | -95/+104 |
| * | | * window.h (struct window): Convert scroll_bar_width | Dmitry Antipov | 2013-08-14 | 1 | -19/+15 |
| * | | Fix the Windows build broken by 2013-08-13T15:29:25Z!dmantipov@yandex.ru. | Eli Zaretskii | 2013-08-13 | 1 | -2/+2 |
| * | | * window.h (struct window): Convert left_margin_cols and | Dmitry Antipov | 2013-08-13 | 1 | -49/+30 |
| * | | * window.h (struct window): Convert left_fringe_width | Dmitry Antipov | 2013-08-13 | 1 | -28/+23 |
| * | | * window.c (Fset_window_start): Compare `w', not `window' because | Dmitry Antipov | 2013-08-13 | 1 | -1/+1 |
| * | | Avoid looping over all frame windows to freeze and unfreeze. | Dmitry Antipov | 2013-08-12 | 1 | -35/+0 |
| * | | Omit some unnecessary casts. | Paul Eggert | 2013-08-10 | 1 | -3/+3 |
| * | | Do not reset window modification event counters excessively. | Dmitry Antipov | 2013-08-08 | 1 | -24/+3 |
| * | | Prefer selected_window to Fselected_window, likewise for frames. | Dmitry Antipov | 2013-08-07 | 1 | -2/+2 |
| * | | Be more careful if selected window shows the buffer other than current, | Dmitry Antipov | 2013-08-07 | 1 | -4/+13 |