summaryrefslogtreecommitdiff
path: root/src/fringe.c
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* Plug another hole for longjmp-ing from 'redisplay_window'Eli Zaretskii2021-08-161-0/+10
* Consider all user-defined bitmaps in gui_init_fringe()Gregory Heytings2021-05-251-2/+3
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Reinstall recent GC-related changesPaul Eggert2020-09-051-5/+1
* Revert recent GC-related changes (Bug#43152)Paul Eggert2020-09-031-1/+5
* Use mark_objects elsewhere tooPaul Eggert2020-08-311-5/+1
* Drop support for -fcheck-pointer-boundsPaul Eggert2020-08-041-4/+1
* Fix two fringe bitmapsEli Zaretskii2020-04-251-2/+2
* Treat out-of-range positions consistentlyPaul Eggert2020-03-271-3/+3
* Range-check width passed to define-fringe-bitmapRobert Pluim2020-02-261-2/+5
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Fix English grammar in some doc strings and commentsStephen Gildea2019-11-031-2/+2
* Remove redundant initialization of fringe bitmap (Bug#37756)memeplex2019-10-261-1/+0
* Remove unused code and reformat to 70 columns.feature/tabsJuri Linkov2019-10-011-4/+8
* Frame-local tab-bar and window-local tab-line.Juri Linkov2019-08-311-4/+4
* Fix initialization of user-defined fringe bitmaps in daemon modeEli Zaretskii2019-08-131-10/+15
* Avoid some unnecessary stdio.h includesPaul Eggert2019-07-081-1/+0
* Add portable dumperDaniel Colascione2019-01-151-2/+9
* Use shortcuts for FlengthPaul Eggert2019-01-091-3/+3
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Allow the fringe face to be remapped locally in a bufferEli Zaretskii2018-11-031-0/+8
* | Improve bignum support for system typesPaul Eggert2018-08-271-1/+1
* | More macro renamings for bignumTom Tromey2018-08-071-8/+8
* | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-121-13/+13
* | Add support for per-window face remappingDaniel Colascione2018-06-071-16/+6
* | Merge from origin/emacs-26Paul Eggert2018-01-011-1/+1
|\ \ | |/
| * Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* | Narrow pointer bounds when appropriatePaul Eggert2017-12-121-1/+4
|/
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* ; Minor fix of recent change in fringe.cEli Zaretskii2017-02-191-2/+2
* Fix fringe bitmap initialization on MS-WindowsYAMAMOTO Mitsuharu2017-02-191-0/+13
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Rename FACE_OPT_FROM_ID to FACE_FROM_ID_OR_NULLEli Zaretskii2016-07-021-3/+2
* | Replace IF_LINT by NONVOLATILE and UNINITPaul Eggert2016-06-081-1/+1
* | Port --enable-gcc-warnings to GCC 6.1Paul Eggert2016-05-181-2/+2
|/
* Rework C source files to avoid ^(Paul Eggert2016-03-101-3/+3
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Include-file cleanup for src directoryPaul Eggert2015-10-201-1/+0
* Fix fringe bitmap initialization for cairo.YAMAMOTO Mitsuharu2015-02-141-0/+16
* Add cairo drawing.Jan D2015-02-111-1/+7
* Use bool for boolean in xfaces.cPaul Eggert2015-01-261-1/+1
* Undo port to hypothetical nonzero Qnil casePaul Eggert2015-01-201-2/+1
* Port to hypothetical case where Qnil is nonzeroPaul Eggert2015-01-191-1/+2
* Prefer memset to repeatedly assigning QnilPaul Eggert2015-01-191-5/+2
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-051-4/+0
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Complete pixelwise frame/window resizing, add horizontal scrollbar support.Martin Rudalics2014-07-271-92/+0