summaryrefslogtreecommitdiff
path: root/src/xfaces.c
Commit message (Expand)AuthorAgeFilesLines
* Use fewer locks when accessing stdioPaul Eggert2019-07-081-12/+8
* * src/xfaces.c (resolve_face_name): Simplify.Paul Eggert2019-06-271-1/+1
* * src/xfaces.c (dump_realized_face): Fix incorrect format string.Philipp Stephani2019-06-151-1/+1
* * src/xfaces.c (dump_realized_face): Fix format specifier.Philipp Stephani2019-06-151-1/+1
* Use machine pointer width for face hashesPaul Eggert2019-06-071-8/+6
* Introduce Emacs_GC struct and typedefAlexander Gramiak2019-05-191-17/+17
* Introduce Emacs_Color struct and typedefAlexander Gramiak2019-05-191-17/+17
* ; * src/xfaces.c (merge_face_ref): Improve commentary.Eli Zaretskii2019-05-041-8/+10
* Add terminal hook defined_color_hookAlexander Gramiak2019-04-261-39/+19
* Rename generic x_* identifiersAlexander Gramiak2019-04-261-21/+21
* Remove Vparam_value_alistPaul Eggert2019-04-151-12/+2
* Simplify list creation in C codePaul Eggert2019-03-041-7/+3
* ; * src/xfaces.c (syms_of_xfaces): Fix last change.Eli Zaretskii2019-03-011-1/+4
* Allow control on the threshold for using 'distant-foreground'Federico Tedin2019-03-011-3/+12
* Fix last change in xfaces.cEli Zaretskii2019-01-281-21/+12
* Fix bug with face-id after restoring from pdumpEli Zaretskii2019-01-281-0/+40
* Use shortcuts for FlengthPaul Eggert2019-01-091-2/+1
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Add make_vector and make_nil_vectorPaul Eggert2018-12-091-7/+3
* | * src/xfaces.c (face_at_buffer_position): Adapt lookup_basic_face call.Glenn Morris2018-11-041-1/+1
* | Merge from origin/emacs-26Glenn Morris2018-11-041-1/+8
|\ \ | |/
| * Avoid crashes with remapped default face in Org modeEli Zaretskii2018-11-021-1/+8
* | Allow the fringe face to be remapped locally in a bufferEli Zaretskii2018-11-031-0/+1
* | Improve bignum support for system typesPaul Eggert2018-08-271-1/+1
* | Merge remote-tracking branch 'origin/master' into feature/bignumTom Tromey2018-08-091-2/+2
|\ \
| * | Prefer NILP (x) to EQ (x, Qnil)Paul Eggert2018-07-191-2/+2
* | | More macro renamings for bignumTom Tromey2018-08-071-30/+30
* | | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-121-57/+57
|/ /
* | Formatting and doc fixes in recent changesEli Zaretskii2018-06-161-5/+7
* | Improve documentation of several recent changesEli Zaretskii2018-06-161-4/+4
* | Fix formatting in the face filter changeDaniel Colascione2018-06-081-22/+31
* | ; Tiny tpyo fixMichal Nazarewicz2018-06-081-1/+0
* | Add support for per-window face remappingDaniel Colascione2018-06-071-67/+237
* | Revert overenthusiastic procfs fixupPaul Eggert2018-03-121-1/+1
* | Fix string-to-number C-level mishandlingPaul Eggert2018-03-091-1/+1
* | Workaround a libotf crash with Kannada font (bug#30193)Glenn Morris2018-01-261-0/+5
* | Merge from origin/emacs-26Paul Eggert2018-01-011-1/+1
|\ \ | |/
| * Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* | Fix an omission in lookup_basic_faceEli Zaretskii2017-12-041-0/+1
|/
* Fix color-distance docstringMark Oteiza2017-09-151-2/+9
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Add lcms2 interfaceMark Oteiza2017-09-131-5/+10
* Use unlocked stdio more systematicallyPaul Eggert2017-06-221-1/+1
* New internal-border face and args for select-window and x-focus-frameMartin Rudalics2017-04-121-2/+8
* Fix display of mouse-highlight produced by overlapping overlaysEli Zaretskii2017-03-021-11/+42
* Fix warnings in debug tracing codeNoam Postavsky2017-02-101-1/+1
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Add double-buffering support to reduce flickerDaniel Colascione2016-10-281-1/+1