aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c
Commit message (Expand)AuthorAgeFilesLines
* * src/window.c (select_window): `record_buffer' even if window isStefan Monnier2013-04-121-3/+7
* Fix bug #14170 with window-end returning a stale value.Eli Zaretskii2013-04-111-3/+9
* * src/window.c (select_window): Don't record_buffer while the invariant isStefan Monnier2013-04-081-7/+10
* 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
* 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
* * window.c (Fscroll_other_window): Use SET_PT_BOTH because bothDmitry Antipov2013-03-131-1/+1
* 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
* * window.c (Frecenter): Tiny docstring enhancement.Bastien Guerry2013-02-261-1/+1
* * marker.c (set_marker_internal): If desired position is passedDmitry Antipov2013-02-111-11/+9
* * lisp.h (make_uninit_vector): New function.Dmitry Antipov2013-02-081-2/+2
* * window.h (struct window): Convert base_line_number, base_line_posDmitry Antipov2013-02-011-7/+3
* Drop async_visible and async_iconified fields of struct frame.Dmitry Antipov2013-01-241-2/+0
* * window.h (struct window): Change window_end_valid member fromDmitry Antipov2013-01-221-18/+11
* Disambiguate function and variable references in docstrings.Aaron S. Hawley2013-01-111-2/+3
* Merge from emacs-24; up to 2012-12-06T01:39:[email protected]Paul Eggert2013-01-021-2/+2
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-2/+2
* | * window.c (select_window_1): Now static.Paul Eggert2012-12-251-1/+2
* | Fix window-body-width on text terminals.Eli Zaretskii2012-12-251-5/+5
* | Merge from emacs-24; up to 2012-12-02T06:22:[email protected]Glenn Morris2012-12-221-3/+5
|\|
| * Reword doc and doc-string of select-window (Bug#13248).Martin Rudalics2012-12-221-3/+5
* | Spelling fix.Paul Eggert2012-12-191-2/+2
* | * src/xdisp.c (select_frame_for_redisplay): Use select_window_1 toStefan Monnier2012-12-171-7/+15
* | * dispnew.c (set_window_cursor_after_update): Use clip_to_bounds.Dmitry Antipov2012-12-121-2/+2
* | * buffer.c (Fset_buffer_multibyte): Do not force redisplayDmitry Antipov2012-12-111-14/+16
* | Consistently use marker_position and marker_byte_position.Dmitry Antipov2012-12-111-9/+11
* | Per-buffer window counters.Dmitry Antipov2012-12-101-0/+31
* | * frame.c (make_frame): Do not set window's buffer to t.Dmitry Antipov2012-12-071-3/+1
* | Simplify by using FOR_EACH_FRAME here and there.Dmitry Antipov2012-11-121-3/+3
* | * window.c (list4i): Rename from 'quad'. All uses changed.Paul Eggert2012-11-111-46/+47
* | Merge from emacs-24; up to 2012-11-08T14:54:[email protected]Glenn Morris2012-11-101-5/+8
|\|
| * Fix and rewrite doc on window recombining facilities.Martin Rudalics2012-11-071-9/+14
* | Minor adjustments of recently-changed frame functions.Paul Eggert2012-11-061-2/+2
* | * window.c (Fwindow_combination_limit): Revert to the onlyDmitry Antipov2012-11-061-4/+7
* | Widely used frame validity and checking functions.Dmitry Antipov2012-11-061-32/+14
* | * window.c (quad): New function.Dmitry Antipov2012-11-061-80/+70
* | * window.c (decode_next_window_args): Update window arg afterDmitry Antipov2012-11-031-4/+3
* | Window-related stuff cleanup here and there.Dmitry Antipov2012-11-021-6/+3
|/
* In window.c fix two flaws reported by Dmitry Antipov.Martin Rudalics2012-10-181-30/+5
* Fix Fwindow_end's handling of cached position (Bug#12600).Martin Rudalics2012-10-151-3/+5
* Merge from trunkDaniel Colascione2012-10-071-64/+81
|\
| * Prefer plain 'static' to 'static inline'.Paul Eggert2012-09-301-20/+20
| * Handle window-height and window-width alist entries in `display-buffer'.Martin Rudalics2012-09-301-10/+10
| * Simplify and avoid signal-handling races.Paul Eggert2012-09-231-17/+17
| * Make Temp Buffer Resize Mode less intrusive (Bug#1806).Martin Rudalics2012-09-221-25/+38
| * * src/alloc.c (mark_object) <PVEC_WINDOW>: Mark prev/next_buffers *after*Stefan Monnier2012-09-191-1/+5