summaryrefslogtreecommitdiff
path: root/src/window.h
Commit message (Expand)AuthorAgeFilesLines
* New unwind-protect flavors to better type-check C callbacks.Paul Eggert2013-07-161-0/+1
* Use functions, not macros, for XINT etc.Paul Eggert2013-06-161-1/+1
* * window.h (struct window): Replace hchild, vchild and buffer slotsDmitry Antipov2013-03-281-26/+32
* * frame.h (struct frame): Put menu_bar_window under #ifdefDmitry Antipov2013-03-221-0/+5
* * window.h (struct window): Convert left_col, top_line, total_linesDmitry Antipov2013-03-201-39/+18
* * window.c (window_resize_check, window_resize_apply)Dmitry Antipov2013-03-181-4/+4
* Minor additional fix in the wake of bugs #13623 and 13626.Eli Zaretskii2013-02-121-2/+1
* Fix bugs #13623 and 13626 caused by changes in 2013-02-01T07:23:18Z!dmantipov...Eli Zaretskii2013-02-041-3/+5
* * window.h (struct window): Convert base_line_number, base_line_posDmitry Antipov2013-02-011-20/+16
* * window.h (struct window): Change window_end_valid member fromDmitry Antipov2013-01-221-15/+11
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul 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/+0
* | * src/xdisp.c (select_frame_for_redisplay): Use select_window_1 toStefan Monnier2012-12-171-4/+5
* | Per-buffer window counters.Dmitry Antipov2012-12-101-10/+2
* | Window-related stuff cleanup here and there.Dmitry Antipov2012-11-021-0/+9
|/
* * src/alloc.c (mark_object) <PVEC_WINDOW>: Mark prev/next_buffers *after*Stefan Monnier2012-09-191-7/+8
* Discard killed buffers from deleted window and frame objects.Dmitry Antipov2012-09-111-1/+10
* Remove redundant or unused things here and there.Dmitry Antipov2012-09-051-2/+0
* * fileio.c, filelock.c, floatfns.c, fns.c: Use bool for boolean.Paul Eggert2012-09-051-1/+1
* Remove unused external symbols.Paul Eggert2012-08-261-1/+0
* * window.h (WSET): Remove.Paul Eggert2012-08-171-4/+76
* Consistently check windows for validity/liveness (Bug#11984, Bug#12025, Bug#1...Martin Rudalics2012-08-161-1/+10
* Drop WGET and revert read access to Lisp_Objects slots of struct window.Dmitry Antipov2012-08-071-115/+109
* Drop FGET and revert read access to Lisp_Objects slots of struct frame.Dmitry Antipov2012-08-071-4/+4
* Separate read and write access to Lisp_Object slots of struct window.Dmitry Antipov2012-08-061-36/+41
* Separate read and write access to Lisp_Object slots of struct frame.Dmitry Antipov2012-08-061-4/+4
* Use INTERNAL_FIELD for windows.Dmitry Antipov2012-08-011-67/+75
* Generalize INTERNAL_FIELD between buffers, keyboards and frames.Dmitry Antipov2012-07-311-4/+4
* Revert hscroll and min_hscroll to ptrdiff_t.Eli Zaretskii2012-07-051-2/+2
* Fix bug #11857 with messed up display for insanely large hscroll values.Eli Zaretskii2012-07-051-2/+2
* Auto-generate EXFUN using make-docfileTom Tromey2012-07-031-16/+0
* * lisp/fringe.el (fringe-mode): Doc fix.Dmitry Antipov2012-06-291-7/+8
* * window.h (struct window): Change type of 'hscroll',Dmitry Antipov2012-06-281-14/+19
* * window.h (struct window): Change type of 'use_time' andDmitry Antipov2012-06-281-6/+6
* For a 'struct window', replace some Lisp_Object fields toDmitry Antipov2012-06-011-29/+28
* * src/window.h (clip_changed): Remove useless declaration.Dmitry Antipov2012-05-231-5/+0
* Rename inhibit_window_configuration_change_hook to inhibit_lisp_code.Chong Yidong2012-03-121-4/+0
* Avoid infloop in next-frame during frame creation.Chong Yidong2012-02-231-0/+4
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Spelling fixes.Paul Eggert2011-12-041-1/+1
* Spelling fixes.Paul Eggert2011-11-191-1/+1
* Rename window-nest to window-combination-limit.Martin Rudalics2011-11-161-3/+2
* Don't handle splits status.Martin Rudalics2011-11-121-4/+0
* Remove term "subwindow" from code and documentation.Martin Rudalics2011-11-071-1/+1
* sprintf-related integer and memory overflow issues.Paul Eggert2011-08-291-2/+2
* Remove clone-number support. Provide clone-of parameter in window states.Martin Rudalics2011-07-021-4/+0
* * src/window.h (replace_buffer_in_windows): Declare.Andreas Schwab2011-06-111-0/+1
* Move/add window-buffer-related functions to window.el.Martin Rudalics2011-06-111-4/+2
* Make identifiers static if they are not used in other modules.Paul Eggert2011-06-101-3/+0