summaryrefslogtreecommitdiff
path: root/src/window.c
Commit message (Expand)AuthorAgeFilesLines
* Merge from emacs-24Stefan Monnier2014-09-301-0/+2
|\
| * Fix bug #18545 with lack of scrolling a window when point goes out of view.Eli Zaretskii2014-09-291-0/+2
* | Remove code left dead after 2014-07-27 changes.Martin Rudalics2014-09-251-416/+0
* | Merge from emacs-24; up to 2014-07-09T02:04:12Z!rgm@gnu.orgGlenn Morris2014-09-141-2/+2
|\ \ | |/
| * In Fresize_mini_window_internal set w->total_lines from w->pixel_height (Bug#...Martin Rudalics2014-09-111-2/+2
* | Pacify --enable-gcc-warnings when no window system is used.Paul Eggert2014-09-101-3/+1
* | Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.Paul Eggert2014-09-071-2/+4
* | Merge from emacs-24; up to 2014-06-28T23:35:17Z!rgm@gnu.orgGlenn Morris2014-08-101-8/+56
|\ \ | |/
| * Second attempt to fix some doc-strings in window.c.Martin Rudalics2014-08-091-15/+18
| * Fix some doc-strings in window.c (Bug#18112) (Bug#18194).Martin Rudalics2014-08-081-8/+53
* | Fix scroll bar handling for non-toolkit builds.Martin Rudalics2014-08-041-22/+31
* | Merge from emacs-24; up to 2014-06-26T06:55:15Z!rgm@gnu.orgGlenn Morris2014-07-281-2/+2
|\ \ | |/
| * src/window.c (window_resize_check, window_resize_apply): Fix typos in comments.Eli Zaretskii2014-07-271-2/+2
* | Complete pixelwise frame/window resizing, add horizontal scrollbar support.Martin Rudalics2014-07-271-173/+651
* | Merge from emacs-24; up to 2014-06-19T14:03:45Z!monnier@iro.umontreal.caGlenn Morris2014-07-081-0/+26
|\ \ | |/
| * Fix bug #17905 with display of point in partially visible line at end of window.Eli Zaretskii2014-07-041-0/+26
* | Omit redundant extern decls.Paul Eggert2014-06-171-0/+1
* | * src/window.c (Frecenter): Signal an error if window-buffer is notStefan Monnier2014-06-061-13/+12
* | * src/window.c (struct saved_window): Remove mark.Stefan Monnier2014-04-291-31/+8
* | * src/window.c (Fset_window_configuration): Deactivate the mark beforeStefan Monnier2014-04-231-14/+14
|/
* * src/window.c (save_window_save): Lookup window_point_insertion_type inStefan Monnier2014-04-161-2/+5
* Update docs for select-window and buffer-list-update-hook.Martin Rudalics2014-03-071-3/+12
* More window code related fixes and documentation changes.Martin Rudalics2014-03-061-0/+1
* Various window code related fixes and documentation changes.Martin Rudalics2014-03-051-3/+3
* Consider Vother_window_scroll_buffer valid iff it's a live buffer.Martin Rudalics2014-03-011-3/+4
* More fixes for mouse glyph calculations (Bug#16647).Martin Rudalics2014-02-271-17/+19
* Fixes around Bug#16647.Martin Rudalics2014-02-261-10/+15
* Misc small frame/window docGlenn Morris2014-02-221-5/+4
* Fix handling of window-min-height/-width (Bug#16738).Martin Rudalics2014-02-211-0/+10
* In window_resize_apply adjust margin width, if necessary (Bug#16649).Martin Rudalics2014-02-071-2/+5
* Constrain window body sizes.Martin Rudalics2014-02-071-2/+10
* Fixes in window size functions around Bug#16430 and Bug#16470.Martin Rudalics2014-01-221-74/+113
* Fix handling of internal borders (Bug#16348).Martin Rudalics2014-01-111-0/+3
* Further adjust frame/window scrollbar width calculations.Martin Rudalics2014-01-021-3/+2
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Fix last change of grow_mini_window.Martin Rudalics2013-12-311-8/+8
* Some more fixes following pixelwise resize changes including one for Bug#16306.Martin Rudalics2013-12-311-4/+6
* Some more tinkering with Bug#16051.Martin Rudalics2013-12-261-19/+24
* Handle Bug#16207 by being more restrictive when running hooks.Martin Rudalics2013-12-221-14/+28
* Some more fixes for pixelwise resizing.Martin Rudalics2013-12-201-0/+14
* Various fixes around Bug#16013.Martin Rudalics2013-12-111-1/+1
* * src/window.c (set_window_buffer): Update mode line.Stefan Monnier2013-12-071-0/+1
* * src/window.c (select_window): Call second wset_redisplay before we changeStefan Monnier2013-12-041-5/+6
* * src/window.c (window_scroll): Mark window for redisplay.Stefan Monnier2013-12-041-17/+14
* Minor integer overflow fixes.Paul Eggert2013-12-031-10/+12
* Fix issues related to pixelwise resizing. (Bug#16013) (Bug#16033)Martin Rudalics2013-12-031-1/+3
* Minor integer overflow fixes.Paul Eggert2013-12-021-3/+7
* Spelling and punctuation fixes.Paul Eggert2013-12-011-6/+6
* Remove some unused items introduced during pixelwise change.Martin Rudalics2013-11-301-96/+0
* src/w32term.c,window.c,xdisp.c: Remove unused variables.Juanma Barranquero2013-11-301-8/+8