summaryrefslogtreecommitdiff
path: root/src/fringe.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* * lisp.h (CHECK_VECTOR_OR_STRING): Return number of elementsDmitry Antipov2014-07-141-7/+1
* * dispextern.h (PREPARE_FACE_FOR_DISPLAY): Remove as a duplicate of ...Dmitry Antipov2014-06-101-1/+1
* If a C name must be extern on some platforms, make it extern on all.Paul Eggert2014-06-081-3/+0
* Rename EARRAYSIZE to ARRAYELTSDaniel Colascione2014-04-031-1/+1
* Clean up array size calculationsDaniel Colascione2014-04-031-1/+1
* In draw_fringe_bitmap_1 don't draw fringe if it's outside the window (Bug#166...Martin Rudalics2014-02-051-1/+3
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Use bool for boolean, focusing on headers.Paul Eggert2013-12-141-2/+2
* Support resizing frames and windows pixelwise.Martin Rudalics2013-11-301-0/+4
* Doc fix for set-fringe-bitmap-face.Xue Fuqiao2013-10-261-0/+2
* Use hardware support for byteswapping on glibc x86 etc.Paul Eggert2013-10-041-1/+3