summaryrefslogtreecommitdiff
path: root/src/fringe.c
Commit message (Expand)AuthorAgeFilesLines
* ; * src/fringe.c: Fix description of large circle. (Bug#62961)Eli Zaretskii2023-04-201-2/+2
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Make the bookmark fringe icon look like a bookmarkJim Porter2022-08-151-0/+15
* ; * src/fringe.c: Include pgtkterm.h only in HAVE_PGTK builds.Eli Zaretskii2022-04-151-1/+3
* Merge from origin/emacs-28Po Lu2022-03-041-0/+17
|\
| * Avoid crashes when fringe bitmaps are defined in daemon modeEli Zaretskii2022-03-031-0/+17
* | Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias EngdegÄrd2022-02-121-1/+1
* | Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\ \ | |/
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Fix coding styleYuuki Harano2021-11-141-1/+1
* | Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-11-111-0/+10
|\ \ | |/
| * Plug another hole for longjmp-ing from 'redisplay_window'Eli Zaretskii2021-08-161-0/+10
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-05-291-2/+3
|\ \ | |/
| * Consider all user-defined bitmaps in gui_init_fringe()Gregory Heytings2021-05-251-2/+3
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-01-031-1/+1
|\ \ | |/
| * Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | Introduce Pure GTK3 portYuuki Harano2020-11-221-1/+22
|/
* 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