summaryrefslogtreecommitdiff
path: root/src/fringe.c
Commit message (Expand)AuthorAge
* Update copyright year to 2021Paul Eggert2021-01-01
* Reinstall recent GC-related changesPaul Eggert2020-09-05
* Revert recent GC-related changes (Bug#43152)Paul Eggert2020-09-03
* Use mark_objects elsewhere tooPaul Eggert2020-08-31
* Drop support for -fcheck-pointer-boundsPaul Eggert2020-08-04
* Fix two fringe bitmapsEli Zaretskii2020-04-25
* Treat out-of-range positions consistentlyPaul Eggert2020-03-27
* Range-check width passed to define-fringe-bitmapRobert Pluim2020-02-26
* Update copyright year to 2020Paul Eggert2020-01-01
* Fix English grammar in some doc strings and commentsStephen Gildea2019-11-03
* Remove redundant initialization of fringe bitmap (Bug#37756)memeplex2019-10-26
* Remove unused code and reformat to 70 columns.Juri Linkov2019-10-01
* Frame-local tab-bar and window-local tab-line.Juri Linkov2019-08-31
* Fix initialization of user-defined fringe bitmaps in daemon modeEli Zaretskii2019-08-13
* Avoid some unnecessary stdio.h includesPaul Eggert2019-07-08
* Add portable dumperDaniel Colascione2019-01-15
* Use shortcuts for FlengthPaul Eggert2019-01-09
* Merge from origin/emacs-26Paul Eggert2018-12-31
|\
| * Update copyright year to 2019Paul Eggert2019-01-01
* | Allow the fringe face to be remapped locally in a bufferEli Zaretskii2018-11-03
* | Improve bignum support for system typesPaul Eggert2018-08-27
* | More macro renamings for bignumTom Tromey2018-08-07
* | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-12
* | Add support for per-window face remappingDaniel Colascione2018-06-07
* | Merge from origin/emacs-26Paul Eggert2018-01-01
|\|
| * Update copyright year to 2018Paul Eggert2018-01-01
* | Narrow pointer bounds when appropriatePaul Eggert2017-12-12
|/
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
* ; Minor fix of recent change in fringe.cEli Zaretskii2017-02-19
* Fix fringe bitmap initialization on MS-WindowsYAMAMOTO Mitsuharu2017-02-19
* Merge from origin/emacs-25Paul Eggert2017-01-01
|\
| * Update copyright year to 2017Paul Eggert2016-12-31
* | Rename FACE_OPT_FROM_ID to FACE_FROM_ID_OR_NULLEli Zaretskii2016-07-02
* | Replace IF_LINT by NONVOLATILE and UNINITPaul Eggert2016-06-08
* | Port --enable-gcc-warnings to GCC 6.1Paul Eggert2016-05-18
|/
* Rework C source files to avoid ^(Paul Eggert2016-03-10
* Update copyright year to 2016Paul Eggert2016-01-01
* Include-file cleanup for src directoryPaul Eggert2015-10-20
* Fix fringe bitmap initialization for cairo.YAMAMOTO Mitsuharu2015-02-14
* Add cairo drawing.Jan D2015-02-11
* Use bool for boolean in xfaces.cPaul Eggert2015-01-26
* Undo port to hypothetical nonzero Qnil casePaul Eggert2015-01-20
* Port to hypothetical case where Qnil is nonzeroPaul Eggert2015-01-19
* Prefer memset to repeatedly assigning QnilPaul Eggert2015-01-19
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-05
* Update copyright year to 2015Paul Eggert2015-01-01
* Complete pixelwise frame/window resizing, add horizontal scrollbar support.Martin Rudalics2014-07-27
* * lisp.h (CHECK_VECTOR_OR_STRING): Return number of elementsDmitry Antipov2014-07-14
* * dispextern.h (PREPARE_FACE_FOR_DISPLAY): Remove as a duplicate of ...Dmitry Antipov2014-06-10
* If a C name must be extern on some platforms, make it extern on all.Paul Eggert2014-06-08