| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | | * window.c (window_scroll, window_scroll_pixel_based) | Dmitry Antipov | 2013-08-06 | 1 | -7/+7 |
| * | | Drop FRAME_PTR typedef. | Dmitry Antipov | 2013-08-03 | 1 | -2/+2 |
| * | | * fringe.c (draw_window_fringes, update_window_fringes) | Dmitry Antipov | 2013-07-30 | 1 | -6/+5 |
| * | | New unwind-protect flavors to better type-check C callbacks. | Paul Eggert | 2013-07-16 | 1 | -7/+13 |
| * | | Fix bug #14771 with scroll-step = 1 and non-nil line-spacing. | Eli Zaretskii | 2013-07-06 | 1 | -4/+8 |
| * | | Use functions, not macros, for XINT etc. | Paul Eggert | 2013-06-16 | 1 | -1/+8 |
| * | | Fix bug #14540 with inaccurate doc string of pos-visible-in-window-p. | Eli Zaretskii | 2013-06-04 | 1 | -3/+4 |
| * | | * src/window.c (select_window): `record_buffer' even if window is | Stefan Monnier | 2013-04-12 | 1 | -3/+7 |
| * | | Fix bug #14170 with window-end returning a stale value. | Eli Zaretskii | 2013-04-11 | 1 | -3/+9 |
| * | | * src/window.c (select_window): Don't record_buffer while the invariant is | Stefan Monnier | 2013-04-08 | 1 | -7/+10 |
| * | | Prefer < to > in range checks such as 0 <= i && i < N. | Paul Eggert | 2013-04-01 | 1 | -1/+1 |
| * | | * window.h (struct window): Replace hchild, vchild and buffer slots | Dmitry Antipov | 2013-03-28 | 1 | -274/+212 |
| * | | Reorder conditions that are written backwards | Andreas Schwab | 2013-03-24 | 1 | -2/+1 |
| * | | * window.h (struct window): Convert left_col, top_line, total_lines | Dmitry Antipov | 2013-03-20 | 1 | -85/+74 |
| * | | * window.c (Fwindow_combination_limit, Fset_window_combination_limit): | Dmitry Antipov | 2013-03-19 | 1 | -16/+23 |
| * | | * window.c (window_resize_check, window_resize_apply) | Dmitry Antipov | 2013-03-18 | 1 | -13/+14 |
| * | | * window.c (Fscroll_other_window): Use SET_PT_BOTH because both | Dmitry Antipov | 2013-03-13 | 1 | -1/+1 |