aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update frame title when scrolling the selected windowEli Zaretskii2015-10-241-12/+20
* An even better fix for bug#21739Eli Zaretskii2015-10-241-1/+8
* Include-file cleanup for src directoryPaul Eggert2015-10-201-3/+0
* In resize_frame_windows don't set a top position when resizing horizontally.Martin Rudalics2015-10-071-5/+10
* Try to avoid redisplaying all frames when creating a new oneStefan Monnier2015-09-301-1/+0
* ; Yet another tweak of pos-visible-in-window-p doc stringEli Zaretskii2015-09-301-4/+4
* ; Clarify docs of pos-visible-in-window-p some moreEli Zaretskii2015-09-301-2/+3
* Clarify documentation of pos-visible-in-window-pEli Zaretskii2015-09-301-2/+3
* Omit unnecessary \ before paren in C docstringsPaul Eggert2015-09-161-4/+4
* Add -Wswitch to --enable-gcc-warningsPaul Eggert2015-09-161-3/+11
* Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert2015-08-261-4/+1
* Move window edge functions to Elisp.Martin Rudalics2015-08-191-186/+0
* Remove unused DEFSYMsPaul Eggert2015-05-311-1/+0
* Fix daemon crashes when linum-mode is turned on early onEli Zaretskii2015-05-141-1/+5
* Fix think-o in previous patchPaul Eggert2015-04-141-8/+10
* Avoid some int overflows in window.cPaul Eggert2015-04-131-58/+51
* Use bool for boolean in window.cPaul Eggert2015-04-111-259/+251
* Fix 'recenter' when visual-line-mode is turned onEli Zaretskii2015-04-101-10/+31
* Speed up vertical-motion when screen coordinates are knownEli Zaretskii2015-02-091-10/+11
* Try to improve handling of fullwidth/-height frames.Martin Rudalics2015-02-071-1/+1
* Revert changes installed by xwidgets mergePaul Eggert2015-02-011-6/+0
* Merge branch 'master' into xwidgetJoakim Verona2015-01-251-6/+4
|\
| * Count MANY function args more reliablyPaul Eggert2015-01-251-6/+4
* | merge masterJoakim Verona2015-01-161-1/+10
|\ \ | |/
| * Tune pseudovector allocation assuming Qnil == 0Dmitry Antipov2015-01-161-1/+10
* | merge masterJoakim Verona2015-01-151-2/+3
|\ \ | |/
| * 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
* | merge master, fix conflictsJoakim Verona2015-01-111-22/+5
|\ \ | |/
| * 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
* | Merge branch 'master' into xwidgetjave2015-01-051-0/+9
|\ \ | |/
| * 'temacs -nw' should not call missing functionsPaul Eggert2015-01-041-0/+9
* | cleanupsjave2015-01-041-3/+0
* | merge masterjave2015-01-021-1/+1
|\ \ | |/
| * Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* | Merge branch 'master' into xwidgetJoakim Verona2014-12-231-484/+157
|\ \ | |/
| * 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