aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | Cleanup window fringes, margins and scroll bars adjustments.Dmitry Antipov2013-08-141-95/+104
| * | | | | | | | | | | | | | * window.h (struct window): Convert scroll_bar_widthDmitry Antipov2013-08-141-19/+15
* | | | | | | | | | | | | | | merge from trunkJoakim Verona2013-08-131-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | Fix the Windows build broken by 2013-08-13T15:29:25Z!dmantipov@yandex.ru.Eli Zaretskii2013-08-131-2/+2
* | | | | | | | | | | | | | | merge from trunkJoakim Verona2013-08-131-49/+30
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | * window.h (struct window): Convert left_margin_cols andDmitry Antipov2013-08-131-49/+30
* | | | | | | | | | | | | | | merge from trunkJoakim Verona2013-08-131-28/+23
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | * window.h (struct window): Convert left_fringe_widthDmitry Antipov2013-08-131-28/+23
* | | | | | | | | | | | | | | merge from trunkJoakim Verona2013-08-131-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | * window.c (Fset_window_start): Compare `w', not `window' becauseDmitry Antipov2013-08-131-1/+1
* | | | | | | | | | | | | | | merge from trunkJoakim Verona2013-08-121-35/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | Avoid looping over all frame windows to freeze and unfreeze.Dmitry Antipov2013-08-121-35/+0
* | | | | | | | | | | | | | | merge from trunkroot2013-08-121-48/+35
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | Omit some unnecessary casts.Paul Eggert2013-08-101-3/+3
| * | | | | | | | | | | | | | Do not reset window modification event counters excessively.Dmitry Antipov2013-08-081-24/+3
| * | | | | | | | | | | | | | Prefer selected_window to Fselected_window, likewise for frames.Dmitry Antipov2013-08-071-2/+2
| * | | | | | | | | | | | | | Be more careful if selected window shows the buffer other than current,Dmitry Antipov2013-08-071-4/+13
| * | | | | | | | | | | | | | * window.c (window_scroll, window_scroll_pixel_based)Dmitry Antipov2013-08-061-7/+7
| * | | | | | | | | | | | | | Drop FRAME_PTR typedef.Dmitry Antipov2013-08-031-2/+2
| * | | | | | | | | | | | | | * fringe.c (draw_window_fringes, update_window_fringes)Dmitry Antipov2013-07-301-6/+5
| | |_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'trunk' into xwidgetJoakim Verona2013-07-201-7/+13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | New unwind-protect flavors to better type-check C callbacks.Paul Eggert2013-07-161-7/+13
| | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'trunk' into xwidgetJoakim Verona2013-07-141-4/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / /
| * | | | | | | | | | | | Fix bug #14771 with scroll-step = 1 and non-nil line-spacing.Eli Zaretskii2013-07-061-4/+8
* | | | | | | | | | | | | Merge branch 'trunk' into xwidgetJoakim Verona2013-07-021-2/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / /
| * | | | | | | | | | | | Use functions, not macros, for XINT etc.Paul Eggert2013-06-161-1/+8
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'trunk' into xwidgetJoakim Verona2013-06-121-3/+4
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / /
| * | | | | | | | | | | Fix bug #14540 with inaccurate doc string of pos-visible-in-window-p.Eli Zaretskii2013-06-041-3/+4
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
* | | | | | | | | | | auto upstreamJoakim Verona2013-04-131-3/+7
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | * src/window.c (select_window): `record_buffer' even if window isStefan Monnier2013-04-121-3/+7
* | | | | | | | | | | auto upstreamJoakim Verona2013-04-121-3/+9
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | Fix bug #14170 with window-end returning a stale value.Eli Zaretskii2013-04-111-3/+9
* | | | | | | | | | | auto upstreamJoakim Verona2013-04-091-7/+10
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | * src/window.c (select_window): Don't record_buffer while the invariant isStefan Monnier2013-04-081-7/+10
* | | | | | | | | | | xdisp fixJoakim Verona2013-04-091-275/+213
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | Prefer < to > in range checks such as 0 <= i && i < N.Paul Eggert2013-04-011-1/+1
| * | | | | | | | | | * window.h (struct window): Replace hchild, vchild and buffer slotsDmitry Antipov2013-03-281-274/+212
* | | | | | | | | | | auto upstreamJoakim Verona2013-03-261-116/+112
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | Reorder conditions that are written backwardsAndreas Schwab2013-03-241-2/+1
| * | | | | | | | | | * window.h (struct window): Convert left_col, top_line, total_linesDmitry Antipov2013-03-201-85/+74
| * | | | | | | | | | * window.c (Fwindow_combination_limit, Fset_window_combination_limit):Dmitry Antipov2013-03-191-16/+23
| * | | | | | | | | | * window.c (window_resize_check, window_resize_apply)Dmitry Antipov2013-03-181-13/+14
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | conflict resolveJoakim Verona2013-03-261-1/+1
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | * window.c (Fscroll_other_window): Use SET_PT_BOTH because bothDmitry Antipov2013-03-131-1/+1
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | auto upstreamJoakim Verona2013-03-081-21/+11
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Avoid character to byte conversions in motion subroutines.Dmitry Antipov2013-03-071-12/+11
| * | | | | | | | * lisp.h (list2i, list3i): New functions.Dmitry Antipov2013-03-071-9/+0
* | | | | | | | | auto upstreamJoakim Verona2013-02-271-1/+1
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | * window.c (Frecenter): Tiny docstring enhancement.Bastien Guerry2013-02-261-1/+1
* | | | | | | | | auto upstreamJoakim Verona2013-02-121-11/+9
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /