summaryrefslogtreecommitdiff
path: root/src/window.c
Commit message (Expand)AuthorAgeFilesLines
* Tune pseudovector allocation assuming Qnil == 0Dmitry Antipov2015-01-161-1/+10
* Support const and noreturn DEFUN attributes.Dmitry Antipov2015-01-131-1/+2
* Adjust frame heights to real height of tool bar.Martin Rudalics2015-01-121-1/+1
* src/window.c (Fwindow_body_width): Doc fix. (Bug#19395)Eli Zaretskii2015-01-081-1/+4
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-051-21/+1
* 'temacs -nw' should not call missing functionsPaul Eggert2015-01-041-0/+9
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Add code for "preserving" window sizes.Martin Rudalics2014-12-181-5/+1
* * src/: Various fixes to use bool type and constants.Stefan Monnier2014-12-151-4/+4
* New feature optionally to accelerate auto-repeated scrolling.Alan Mackenzie2014-12-141-0/+18
* Merge from emacs-24Stefan Monnier2014-11-161-5/+13
|\
| * Fix bug #19060 with inaccurate pixel-based scrolling.Eli Zaretskii2014-11-151-4/+13
* | Run `window-configuration-change-hook' only after all faces have been realized.Martin Rudalics2014-11-081-5/+7
* | Improve inhibiting of implied frame resizes.Martin Rudalics2014-11-071-1/+1
* | Merge from emacs-24; up to 2014-08-07T11:49:36Z!rrt@sc3d.orgGlenn Morris2014-11-031-2/+2
|\ \ | |/
| * src/window.c (window_scroll_pixel_based): Fix a typo in a comment.Eli Zaretskii2014-11-031-2/+2
* | Add documentation for horizontal scroll bars and fix some minor issues.Martin Rudalics2014-10-041-13/+19
* | 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