aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Expunge "allow" + infinitive without direct object from source and doc.Alan Mackenzie2016-01-241-1/+1
* xwidgets style cleanupPaul Eggert2016-01-221-5/+1
* Support for the new Xwidget feature.Joakim Verona2016-01-191-0/+6
* Fix scrolling under scroll-preserve-screen-position on TTYEli Zaretskii2016-01-181-2/+19
* Fix scrolling under scroll-preserve-screen-position and marginsEli Zaretskii2016-01-181-15/+28
* Fix crashes when mini-window has non-zero marginsEli Zaretskii2016-01-151-4/+6
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Move setting FRAME_WINDOW_SIZES_CHANGED to resize_frame_windows.Martin Rudalics2015-11-231-31/+1
* Call 'window-size-change-functions' for mini-windowsEli Zaretskii2015-11-211-0/+2
* Spelling fixesPaul Eggert2015-11-101-1/+1
* 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