summaryrefslogtreecommitdiff
path: root/src/xfaces.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* Avoid crashes with remapped default face in Org modeEli Zaretskii2018-11-021-1/+8
* Update copyright year to 2018Paul Eggert2018-01-011-1/+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
* Docstring fixes re quotes in C codePaul Eggert2015-09-011-2/+2
* Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert2015-08-261-6/+1
* format-message now curves ` and 'Paul Eggert2015-08-251-1/+1
* Use new q ‘format’ flag when fixing quotes in CPaul Eggert2015-08-181-1/+1
* Fix quoting in Fformat callsPaul Eggert2015-08-151-1/+1
* Make add_to_log varargsPaul Eggert2015-08-131-4/+4
* Remove unused DEFSYMsPaul Eggert2015-05-311-8/+0
* * src/lread.c (intern_1): Make sure we'd find the symbol we addStefan Monnier2015-04-151-1/+1
* Merge from origin/emacs-24Paul Eggert2015-03-031-1/+1
|\
| * Fix handling of frame color parameters in TTY sessions (Bug#19802)Eli Zaretskii2015-02-081-1/+1
| * Update copyright year to 2015Paul Eggert2015-01-011-1/+1
| * Spelling fixes.Paul Eggert2014-10-091-1/+1
* | Simplify binary I/O configurationPaul Eggert2015-02-191-1/+1