summaryrefslogtreecommitdiff
path: root/src/scroll.c
AgeCommit message (Expand)Author
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-01-01Update copyright year to 2025Paul Eggert
2024-10-22Initial child frames based on masterGerd Möllmann
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-01-02Merge remote-tracking branch 'origin/master' into feature/androidPo Lu
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-12-31Bring up the Android operating system and its window systemPo Lu
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-01-01Update copyright year to 2021Paul Eggert
2020-01-01Update copyright year to 2020Paul Eggert
2019-07-08Avoid some unnecessary stdio.h includesPaul Eggert
2019-02-27DEFVAR_INT variables are now intmax_tPaul Eggert
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-10-07Fix overflow lockup with frames > 255 linesScott Corley
2018-10-07* src/scroll.c (calculate_scrolling): Remove casts.Paul Eggert
2018-10-07Fix overflow lockup with frames > 255 linesScott Corley
2018-08-31Rename Emacs-specific INFINITY constantsPaul Eggert
2018-01-01Update copyright year to 2018Paul Eggert
2017-10-09; Typo fixes, mostly repeated wordsPaul Eggert
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-03-10Rework C source files to avoid ^(Paul Eggert
2016-01-01Update copyright year to 2016Paul Eggert
2015-10-20Include-file cleanup for src directoryPaul Eggert
2015-07-27Fix subscript error in calculate_direct_scrollingPaul Eggert
2015-01-01Update copyright year to 2015Paul Eggert
2014-09-07Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.Paul Eggert
2014-08-03Avoid undefined behavior with signed left shift.Paul Eggert
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert
2013-08-10Omit some unnecessary casts.Paul Eggert
2013-08-03Drop FRAME_PTR typedef.Dmitry Antipov
2013-03-08region-cache.c, scroll.c, search.c: Use bool for booleans.Paul Eggert
2013-01-01Update copyright notices for 2013.Paul Eggert
2012-09-15Port better to POSIX hosts lacking _setjmp.Paul Eggert
2012-09-04Simplify redefinition of 'abort' (Bug#12316).Paul Eggert
2012-07-05More xmalloc and related cleanup.Paul Eggert
2012-06-28* configure.in: Add glyphs category to --enable-checking option.Dmitry Antipov
2012-06-28Generalize run-time debugging checks.Dmitry Antipov
2012-01-09Merge from trunk.Paul Eggert
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris
2011-09-21* alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert
2011-08-04Adjust in response to jan.h.d's comments.Paul Eggert
2011-07-28* scroll.c: Integer and memory overflow fixes.Paul Eggert
2011-06-22GLYPH_DEBUG fixesPaul Eggert
2011-04-13* scroll.c (scroll_cost): Remove; unused.Paul Eggert
2011-03-29src/scroll.c, src/w32.c: Trivial whitespace changes.Juanma Barranquero
2011-03-22* scroll.c (do_scrolling): Work around GCC bug 48228.Paul Eggert
2011-03-08* cm.c (calccost, cmgoto): Use const pointers where appropriate.Paul Eggert