summaryrefslogtreecommitdiff
path: root/src/window.c
AgeCommit message (Expand)Author
2015-10-24Update frame title when scrolling the selected windowEli Zaretskii
2015-10-24An even better fix for bug#21739Eli Zaretskii
2015-10-20Include-file cleanup for src directoryPaul Eggert
2015-10-07In resize_frame_windows don't set a top position when resizing horizontally.Martin Rudalics
2015-09-30Try to avoid redisplaying all frames when creating a new oneStefan Monnier
2015-09-30; Yet another tweak of pos-visible-in-window-p doc stringEli Zaretskii
2015-09-30; Clarify docs of pos-visible-in-window-p some moreEli Zaretskii
2015-09-30Clarify documentation of pos-visible-in-window-pEli Zaretskii
2015-09-16Omit unnecessary \ before paren in C docstringsPaul Eggert
2015-09-16Add -Wswitch to --enable-gcc-warningsPaul Eggert
2015-08-26Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert
2015-08-19Move window edge functions to Elisp.Martin Rudalics
2015-05-31Remove unused DEFSYMsPaul Eggert
2015-05-14Fix daemon crashes when linum-mode is turned on early onEli Zaretskii
2015-04-14Fix think-o in previous patchPaul Eggert
2015-04-13Avoid some int overflows in window.cPaul Eggert
2015-04-11Use bool for boolean in window.cPaul Eggert
2015-04-10Fix 'recenter' when visual-line-mode is turned onEli Zaretskii
2015-02-09Speed up vertical-motion when screen coordinates are knownEli Zaretskii
2015-02-07Try to improve handling of fullwidth/-height frames.Martin Rudalics
2015-02-01Revert changes installed by xwidgets mergePaul Eggert
2015-01-25Merge branch 'master' into xwidgetJoakim Verona
2015-01-25Count MANY function args more reliablyPaul Eggert
2015-01-16merge masterJoakim Verona
2015-01-16Tune pseudovector allocation assuming Qnil == 0Dmitry Antipov
2015-01-15merge masterJoakim Verona
2015-01-13Support const and noreturn DEFUN attributes.Dmitry Antipov
2015-01-12Adjust frame heights to real height of tool bar.Martin Rudalics
2015-01-11merge master, fix conflictsJoakim Verona
2015-01-08src/window.c (Fwindow_body_width): Doc fix. (Bug#19395)Eli Zaretskii
2015-01-05Compute C decls for DEFSYMs automaticallyPaul Eggert
2015-01-05Merge branch 'master' into xwidgetjave
2015-01-04'temacs -nw' should not call missing functionsPaul Eggert
2015-01-04cleanupsjave
2015-01-02merge masterjave
2015-01-01Update copyright year to 2015Paul Eggert
2014-12-18Add code for "preserving" window sizes.Martin Rudalics
2014-12-15* src/: Various fixes to use bool type and constants.Stefan Monnier
2014-12-14New feature optionally to accelerate auto-repeated scrolling.Alan Mackenzie
2014-11-16Merge from emacs-24Stefan Monnier
2014-11-15Fix bug #19060 with inaccurate pixel-based scrolling.Eli Zaretskii
2014-11-08Run `window-configuration-change-hook' only after all faces have been realized.Martin Rudalics
2014-11-07Improve inhibiting of implied frame resizes.Martin Rudalics
2014-11-03Merge from emacs-24; up to 2014-08-07T11:49:36Z!rrt@sc3d.orgGlenn Morris
2014-11-03src/window.c (window_scroll_pixel_based): Fix a typo in a comment.Eli Zaretskii
2014-10-04Add documentation for horizontal scroll bars and fix some minor issues.Martin Rudalics
2014-09-30Merge from emacs-24Stefan Monnier
2014-09-29Fix bug #18545 with lack of scrolling a window when point goes out of view.Eli Zaretskii
2014-09-25Remove code left dead after 2014-07-27 changes.Martin Rudalics
2014-09-14Merge from emacs-24; up to 2014-07-09T02:04:12Z!rgm@gnu.orgGlenn Morris