aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c
Commit message (Expand)AuthorAgeFilesLines
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Fix doc-string typo.Martin Rudalics2011-12-131-1/+1
* Fix doc-string of recenter-redisplay.Martin Rudalics2011-12-131-3/+4
* Minor fixes in window handling code and docs.Martin Rudalics2011-12-131-3/+5
* Spelling fixes.Paul Eggert2011-12-041-1/+1
* Spelling fixes.Paul Eggert2011-11-261-2/+2
* * src/window.c (Fcoordinates_in_window_p): Accept only live windows.Chong Yidong2011-11-241-1/+2
* More updates to Windows chapter of Lisp manual.Chong Yidong2011-11-211-2/+2
* * src/window.c (get_phys_cursor_glyph): Fix Lisp_Object/int mixup.Stefan Monnier2011-11-201-1/+1
* Remove term "status" with "window combination limits".Martin Rudalics2011-11-201-9/+9
* Fix bug #10075 with cursor drawing in an hscrolled window.Eli Zaretskii2011-11-191-6/+23
* * window.c (Fwindow_combination_limit): Make first arg non-optionalChong Yidong2011-11-191-5/+1
* Fix typos.Juanma Barranquero2011-11-171-1/+1
* Rename window-splits to window-combination-resize.Martin Rudalics2011-11-171-9/+13
* Fix typos.Juanma Barranquero2011-11-161-2/+2
* Rename window-nest to window-combination-limit.Martin Rudalics2011-11-161-41/+47
* Spelling fixes.Paul Eggert2011-11-141-1/+1
* Don't handle splits status.Martin Rudalics2011-11-121-64/+4
* Disallow calling window-inside-edges and related functions on internal windows.Chong Yidong2011-11-091-9/+9
* Move low-level window width/height functions to C, and high-level functions t...Chong Yidong2011-11-081-48/+65
* Remove term "subwindow" from code and documentation.Martin Rudalics2011-11-071-38/+38
* Delete window-combination-p; tweaks to window-top-child and window-left-child.Chong Yidong2011-11-061-63/+66
* Fix documentation per bug #9949.Eli Zaretskii2011-11-041-10/+19
* Remove unused variable temp-buffer-show-specifiers.Martin Rudalics2011-11-011-14/+1
* * src/window.c (make_window): Initialize phys_cursor_on_p.Dan Nicolaescu2011-10-281-0/+1
* src/window.c: Fix typos in docstrings.Juanma Barranquero2011-10-271-20/+20
* Rewrite and delabelize vertical border check. (Bug#5357) (Bug#9618)Martin Rudalics2011-10-151-51/+30
* Minor doc fixes for some window functions.Chong Yidong2011-09-241-11/+9
* Whitespace changes.Juanma Barranquero2011-09-091-1/+1
* Don't have previous and next buffers deal with internal windows.Martin Rudalics2011-09-081-2/+2
* * window.c: Integer overflow fixes.Paul Eggert2011-09-041-17/+11
* Merge from trunk.Paul Eggert2011-08-051-9/+9
|\
| * Fix bug #9221 with memory leak in bidi display.Eli Zaretskii2011-08-051-9/+9
| |\
| | * Fix bug #9221 with resource allocation under word-wrap.Eli Zaretskii2011-08-051-9/+9
* | | Use ptrdiff_t for composition IDs.Paul Eggert2011-07-191-1/+1
|/ /
* | Support bidi reordering of overlay and display strings.Eli Zaretskii2011-07-141-9/+36
|\|
| * Empty the bidi cache "stack" when it->sp is zeroed.Eli Zaretskii2011-07-051-9/+36
* | window.c doc fixes.Lars Magne Ingebrigtsen2011-07-121-1/+2
* | Remove clone-number support. Provide clone-of parameter in window states.Martin Rudalics2011-07-021-28/+1
* | Rename more functions to use window-/window-- prefixes.Martin Rudalics2011-06-291-6/+7
* | Use window- prefix more consistently. Fix two buffer display bugs.Martin Rudalics2011-06-271-41/+41
* | Use better names for window-next/-prev and window-vchild/-hchild.Martin Rudalics2011-06-271-16/+16
* | Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero2011-06-241-59/+20
* | Fix make_frame, introduce Vtemp_buffer_show_specifiers, cleanup doc-strings.Martin Rudalics2011-06-121-4/+17
* | * buffer.c (Qclone_number): Remove for now, as it's unused.Paul Eggert2011-06-111-2/+1
* | Window configuration, balancing and fit-to-buffer rewrites.Martin Rudalics2011-06-111-224/+147
* | Move/add window-buffer-related functions to window.el.Martin Rudalics2011-06-111-262/+136
* | Make identifiers static if they are not used in other modules.Paul Eggert2011-06-101-2/+3
* | * window.c: Fix minor problems reported by GCC 4.6.0.Paul Eggert2011-06-101-20/+9
* | Avoid compiler warnings about missing prototypes of window.c functions.Eli Zaretskii2011-06-101-1/+1