| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | | | | | | Handle Bug#16207 by being more restrictive when running hooks. | Martin Rudalics | 2013-12-22 | 1 | -14/+28 | |
| | * | | | | | | | | | | | | | | | Some more fixes for pixelwise resizing. | Martin Rudalics | 2013-12-20 | 1 | -0/+14 | |
| | * | | | | | | | | | | | | | | | 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 | |
| * | | | | | | | | | | | | | | | | | | merge from trunk | Joakim Verona | 2013-09-11 | 1 | -2/+4 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | | | Ifdef away frame tool bar code when it is not really used. | Dmitry Antipov | 2013-09-11 | 1 | -2/+4 | |
| * | | | | | | | | | | | | | | | | | | fix conflicts | Joakim Verona | 2013-09-11 | 1 | -3/+0 | |
| * | | | | | | | | | | | | | | | | | | fix conflicts | Joakim Verona | 2013-09-11 | 1 | -0/+3 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | | | 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 | |
| * | | | | | | | | | | | | | | | | | merge upstream | Joakim Verona | 2013-09-10 | 1 | -44/+19 | |
| * | | | | | | | | | | | | | | | | | merge from trunk | Joakim Verona | 2013-08-27 | 1 | -6/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | | * lisp.h (Mouse_HLInfo): Move from here... | Dmitry Antipov | 2013-08-27 | 1 | -6/+2 | |
| * | | | | | | | | | | | | | | | | | merge from trunk | Joakim Verona | 2013-08-26 | 1 | -3/+3 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | | * window.h (struct window): Replace last_cursor with last_cursor_vpos | Dmitry Antipov | 2013-08-26 | 1 | -3/+3 | |
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | merge from trunk | Joakim Verona | 2013-08-23 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | * window.c (struct save_window_data): Fix typo. | Dmitry Antipov | 2013-08-23 | 1 | -1/+1 | |
| | | |_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | merge from trunk | Joakim Verona | 2013-08-14 | 1 | -7/+5 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | * window.h (struct window): Convert window_end_pos and | Dmitry Antipov | 2013-08-14 | 1 | -7/+5 | |
| * | | | | | | | | | | | | | | | merge from trunk | Joakim Verona | 2013-08-14 | 1 | -108/+113 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / | ||||||