summaryrefslogtreecommitdiff
path: root/src/xfaces.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Limit <config.h>’s includesPaul Eggert2016-09-301-0/+1
* | Prefer now-standard int width macrosPaul Eggert2016-09-151-2/+1
* | Rename FACE_OPT_FROM_ID to FACE_FROM_ID_OR_NULLEli Zaretskii2016-07-021-16/+15
* | Improve --without-x GCC pacificationPaul Eggert2016-06-221-6/+6
* | Fix compiler warnings in no-window-system-buildKen Brown2016-06-201-5/+4
* | Merge from origin/emacs-25Paul Eggert2016-06-191-2/+2
|\|
| * Doc fixes for grammar and typos (bug#23746)Stephen Berman2016-06-131-2/+2
* | Omit IF_LINT code that no longer seems neededPaul Eggert2016-05-301-1/+1
* | Merge from origin/emacs-25Paul Eggert2016-05-261-1/+2
|\|
| * Avoid aborting due to errors in arguments of 'set-face-attribute'Eli Zaretskii2016-05-241-1/+2
* | Fix compiler warnings in the MinGW buildEli Zaretskii2016-05-211-1/+0
* | Port --enable-gcc-warnings to GCC 6.1Paul Eggert2016-05-181-17/+9
|/
* Rework C source files to avoid ^(Paul Eggert2016-03-101-5/+5
* Fix x-load-color-file pointer signednessPaul Eggert2016-02-161-1/+1
* Expunge "allow" + infinitive without direct object from source and doc.Alan Mackenzie2016-01-241-1/+1
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Include-file cleanup for src directoryPaul Eggert2015-10-201-4/+0
* Reduce color allocation/query traffic in the TrueColor case.Ken Raeburn2015-10-081-6/+3
* Try to avoid redisplaying all frames when creating a new oneStefan Monnier2015-09-301-9/+19
* Make face realization be more frame-specificEli Zaretskii2015-09-261-14/+26
* Omit unnecessary \ before paren in C docstringsPaul Eggert2015-09-161-9/+9
* Prefer NUMBERP to spelling it outPaul Eggert2015-09-101-2/+1
* Remove a few simple cases of global redisplayStefan Monnier2015-09-081-1/+2
* Fix segfaults due to using a stale face IDPhilip2015-09-051-0/+2