| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | * | | | | | | | | | | | | | | 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 |
| * | | | | | | | | | | | | | | | merge from trunk | Joakim Verona | 2013-08-13 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / / / / / / |
|
| | * | | | | | | | | | | | | | | Fix the Windows build broken by 2013-08-13T15:29:25Z!dmantipov@yandex.ru. | Eli Zaretskii | 2013-08-13 | 1 | -2/+2 |
| * | | | | | | | | | | | | | | | merge from trunk | Joakim Verona | 2013-08-13 | 1 | -49/+30 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / / / / / / |
|
| | * | | | | | | | | | | | | | | * window.h (struct window): Convert left_margin_cols and | Dmitry Antipov | 2013-08-13 | 1 | -49/+30 |
| * | | | | | | | | | | | | | | | merge from trunk | Joakim Verona | 2013-08-13 | 1 | -28/+23 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / / / / / / |
|
| | * | | | | | | | | | | | | | | * window.h (struct window): Convert left_fringe_width | Dmitry Antipov | 2013-08-13 | 1 | -28/+23 |
| * | | | | | | | | | | | | | | | merge from trunk | Joakim Verona | 2013-08-13 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / / / / / / |
|
| | * | | | | | | | | | | | | | | * window.c (Fset_window_start): Compare `w', not `window' because | Dmitry Antipov | 2013-08-13 | 1 | -1/+1 |
| * | | | | | | | | | | | | | | | merge from trunk | Joakim Verona | 2013-08-12 | 1 | -35/+0 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / / / / / / |
|
| | * | | | | | | | | | | | | | | Avoid looping over all frame windows to freeze and unfreeze. | Dmitry Antipov | 2013-08-12 | 1 | -35/+0 |
| * | | | | | | | | | | | | | | | merge from trunk | root | 2013-08-12 | 1 | -48/+35 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / / / / / / |
|
| | * | | | | | | | | | | | | | | 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 |
| | | |_|_|_|_|_|_|_|_|_|_|_|/
| |/| | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | | Merge branch 'trunk' into xwidget | Joakim Verona | 2013-07-20 | 1 | -7/+13 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / / / / / |
|
| | * | | | | | | | | | | | | | New unwind-protect flavors to better type-check C callbacks. | Paul Eggert | 2013-07-16 | 1 | -7/+13 |
| | | |_|_|_|_|_|_|_|_|_|_|/
| |/| | | | | | | | | | | |
|
| * | | | | | | | | | | | | | Merge branch 'trunk' into xwidget | Joakim Verona | 2013-07-14 | 1 | -4/+8 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / / / / |
|
| | * | | | | | | | | | | | | Fix bug #14771 with scroll-step = 1 and non-nil line-spacing. | Eli Zaretskii | 2013-07-06 | 1 | -4/+8 |
| * | | | | | | | | | | | | | Merge branch 'trunk' into xwidget | Joakim Verona | 2013-07-02 | 1 | -2/+11 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / / / / |
|
| | * | | | | | | | | | | | | Use functions, not macros, for XINT etc. | Paul Eggert | 2013-06-16 | 1 | -1/+8 |
| | | |_|_|_|_|_|_|_|_|_|/
| |/| | | | | | | | | | |
|
| * | | | | | | | | | | | | Merge branch 'trunk' into xwidget | Joakim Verona | 2013-06-12 | 1 | -3/+4 |
| |\ \ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / / / |
|
| | * | | | | | | | | | | | Fix bug #14540 with inaccurate doc string of pos-visible-in-window-p. | Eli Zaretskii | 2013-06-04 | 1 | -3/+4 |
| | | |_|_|_|_|_|_|_|_|/
| |/| | | | | | | | | |
|
| * | | | | | | | | | | | auto upstream | Joakim Verona | 2013-04-13 | 1 | -3/+7 |
| |\ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / / |
|
| | * | | | | | | | | | | * src/window.c (select_window): `record_buffer' even if window is | Stefan Monnier | 2013-04-12 | 1 | -3/+7 |
| * | | | | | | | | | | | auto upstream | Joakim Verona | 2013-04-12 | 1 | -3/+9 |
| |\ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / / |
|
| | * | | | | | | | | | | Fix bug #14170 with window-end returning a stale value. | Eli Zaretskii | 2013-04-11 | 1 | -3/+9 |
| * | | | | | | | | | | | auto upstream | Joakim Verona | 2013-04-09 | 1 | -7/+10 |
| |\ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / / |
|
| | * | | | | | | | | | | * src/window.c (select_window): Don't record_buffer while the invariant is | Stefan Monnier | 2013-04-08 | 1 | -7/+10 |
| * | | | | | | | | | | | xdisp fix | Joakim Verona | 2013-04-09 | 1 | -275/+213 |
| |\ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / / |
|
| | * | | | | | | | | | | 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 |
| * | | | | | | | | | | | auto upstream | Joakim Verona | 2013-03-26 | 1 | -116/+112 |
| |\ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / / |
|
| | * | | | | | | | | | | 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 |
| | | |_|_|_|_|_|_|_|/
| |/| | | | | | | | |
|
| * | | | | | | | | | | conflict resolve | Joakim Verona | 2013-03-26 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / |
|
| | * | | | | | | | | | * window.c (Fscroll_other_window): Use SET_PT_BOTH because both | Dmitry Antipov | 2013-03-13 | 1 | -1/+1 |
| | | |_|_|_|_|_|_|/
| |/| | | | | | | |
|
| * | | | | | | | | | auto upstream | Joakim Verona | 2013-03-08 | 1 | -21/+11 |
| |\ \ \ \ \ \ \ \ \
| |/ / / / / / / / |
|
| | * | | | | | | | | Avoid character to byte conversions in motion subroutines. | Dmitry Antipov | 2013-03-07 | 1 | -12/+11 |
| | * | | | | | | | | * lisp.h (list2i, list3i): New functions. | Dmitry Antipov | 2013-03-07 | 1 | -9/+0 |
| * | | | | | | | | | auto upstream | Joakim Verona | 2013-02-27 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \
| |/ / / / / / / / |
|
| | * | | | | | | | | * window.c (Frecenter): Tiny docstring enhancement. | Bastien Guerry | 2013-02-26 | 1 | -1/+1 |
| * | | | | | | | | | auto upstream | Joakim Verona | 2013-02-12 | 1 | -11/+9 |
| |\ \ \ \ \ \ \ \ \
| |/ / / / / / / / |
|