aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename C names to match Lisp symbols betterPaul Eggert2016-03-271-10/+14
* Safely run window size change functionsMartin Rudalics2016-03-261-1/+6
* Resurrect earlier fix of resize_frame_windowsMartin Rudalics2016-03-201-4/+6
* Merge from origin/emacs-25John Wiegley2016-03-111-5/+5
|\
| * Rework C source files to avoid ^(Paul Eggert2016-03-101-5/+5
* | Minor cleanups for async DNS etc.Paul Eggert2016-02-231-5/+8
* | Fix `window-configuration-change-hook' and `window-size-change-functions'Martin Rudalics2016-02-231-29/+176
* | -Paul Eggert2016-01-301-1/+1
|\ \ | |/
| * Expunge "allow" + infinitive without direct object from source and doc.Alan Mackenzie2016-01-241-1/+1
* | -Paul Eggert2016-01-301-5/+1
|\ \ | |/
| * xwidgets style cleanupPaul Eggert2016-01-221-5/+1
* | -Paul Eggert2016-01-301-0/+6
|\ \ | |/
| * Support for the new Xwidget feature.Joakim Verona2016-01-191-0/+6
* | -John Wiegley2016-01-181-17/+47
|\ \ | |/
| * 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
|\ \ | |/