aboutsummaryrefslogtreecommitdiffstats
path: root/src/scroll.c (unfollow)
Commit message (Expand)AuthorFilesLines
2025-01-02Update copyright year to 2025Stefan Kangas1-1/+1
2025-01-01Update copyright year to 2025Paul Eggert1-1/+1
2024-10-22Initial child frames based on masterGerd Möllmann1-2/+2
2024-01-02; Add 2024 to copyright yearsPo Lu1-1/+1
2023-01-01; Add 2023 to copyright years.Eli Zaretskii1-1/+1
2022-12-31Bring up the Android operating system and its window systemPo Lu1-0/+7
2022-01-01; Add 2022 to copyright years.Eli Zaretskii1-1/+1
2021-01-01Update copyright year to 2021Paul Eggert1-1/+1
2021-01-01Update copyright year to 2021Paul Eggert1-1/+1
2020-01-01Update copyright year to 2020Paul Eggert1-1/+1
2019-07-08Avoid some unnecessary stdio.h includesPaul Eggert1-1/+0
2019-02-27DEFVAR_INT variables are now intmax_tPaul Eggert1-8/+4
2019-01-01Update copyright year to 2019Paul Eggert1-1/+1
2018-10-07Fix overflow lockup with frames > 255 linesScott Corley1-3/+3
2018-10-07* src/scroll.c (calculate_scrolling): Remove casts.Paul Eggert1-2/+2
2018-10-07Fix overflow lockup with frames > 255 linesScott Corley1-3/+3
2018-08-31Rename Emacs-specific INFINITY constantsPaul Eggert1-18/+12
2018-01-01Update copyright year to 2018Paul Eggert1-1/+1
2017-10-09; Typo fixes, mostly repeated wordsPaul Eggert1-1/+1
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert1-1/+1
2016-12-31Update copyright year to 2017Paul Eggert1-1/+1
2016-03-10Rework C source files to avoid ^(Paul Eggert1-2/+2
2016-01-01Update copyright year to 2016Paul Eggert1-1/+1
2015-10-20Include-file cleanup for src directoryPaul Eggert1-2/+0
2015-07-27Fix subscript error in calculate_direct_scrollingPaul Eggert1-31/+32
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
2014-09-07Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.Paul Eggert1-9/+19
2014-08-03Avoid undefined behavior with signed left shift.Paul Eggert1-9/+11
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert1-1/+1
2013-08-10Omit some unnecessary casts.Paul Eggert1-5/+3
2013-08-03Drop FRAME_PTR typedef.Dmitry Antipov1-6/+6
2013-03-08region-cache.c, scroll.c, search.c: Use bool for booleans.Paul Eggert1-10/+7
2013-01-01Update copyright notices for 2013.Paul Eggert1-2/+2
2012-09-15Port better to POSIX hosts lacking _setjmp.Paul Eggert1-1/+1
2012-09-04Simplify redefinition of 'abort' (Bug#12316).Paul Eggert1-2/+2
2012-07-05More xmalloc and related cleanup.Paul Eggert1-5/+5
2012-06-28* configure.in: Add glyphs category to --enable-checking option.Dmitry Antipov1-3/+3
2012-06-28Generalize run-time debugging checks.Dmitry Antipov1-5/+5
2012-01-10Add 2012 to FSF copyright years for Emacs files (do not merge to trunk)Glenn Morris1-1/+1
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris1-1/+1
2011-09-21* alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert1-4/+4
2011-08-04Adjust in response to jan.h.d's comments.Paul Eggert1-11/+4
2011-07-28* scroll.c: Integer and memory overflow fixes.Paul Eggert1-26/+15
2011-06-22GLYPH_DEBUG fixesPaul Eggert1-4/+4
2011-04-13* scroll.c (scroll_cost): Remove; unused.Paul Eggert1-38/+0
2011-03-29src/scroll.c, src/w32.c: Trivial whitespace changes.Juanma Barranquero1-3/+8
2011-03-22* scroll.c (do_scrolling): Work around GCC bug 48228.Paul Eggert1-2/+2
2011-03-08* cm.c (calccost, cmgoto): Use const pointers where appropriate.Paul Eggert1-5/+8
2011-02-26* scroll.c (CHECK_BOUNDS): #define only if GLYPH_DEBUG.Paul Eggert1-2/+3