summaryrefslogtreecommitdiff
path: root/src/xfaces.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Try non-scaled xld fonts first, and scaled if that failed.Dima Kogan2015-02-091-3/+0
* | Use bool, not int, to track face changesPaul Eggert2015-01-281-16/+16
* | Use bool for boolean in xfaces.cPaul Eggert2015-01-261-261/+261
* | Use bool for boolean in xfns.cPaul Eggert2015-01-251-2/+2
* | Count MANY function args more reliablyPaul Eggert2015-01-251-35/+30
* | Support const and noreturn DEFUN attributes.Dmitry Antipov2015-01-131-1/+2
* | Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-051-83/+28
* | Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* | * src/: Various fixes to use bool type and constants.Stefan Monnier2014-12-151-1/+1
* | * xfaces.c (Finternal_set_lisp_face_attribute): Don't try to realizeDmitry Antipov2014-10-301-3/+3
* | Merge from emacs-24Stefan Monnier2014-10-021-10/+19
|\ \ | |/
| * * xfaces.c (Finternal_set_lisp_face_attribute): Added FIXME comment.Jan Djärv2014-10-011-0/+7
| * * xfaces.c (Finternal_set_lisp_face_attribute): Don't try toJan Djärv2014-10-011-11/+14
* | Use AUTO_CONS instead of SCOPED_CONS, etc.Paul Eggert2014-09-301-8/+14
* | More and more stack-allocated Lisp objects if USE_LOCAL_ALLOCATORS.Dmitry Antipov2014-09-181-8/+8
* | Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.Paul Eggert2014-09-071-1/+7
* | Fix a few ``MS-DOG''s overlooked in the previous commit.Reuben Thomas2014-08-071-1/+1
* | 2014-07-19 Kenichi Handa <handa@gnu.org>Kenichi Handa2014-07-201-1/+1
* | Minor fixups related to usage of the 'long' type.Paul Eggert2014-07-071-1/+1
* | Merge from emacs-24; up to 2014-06-15T04:52:34Z!eli@barzilay.orgGlenn Morris2014-07-021-13/+3
|\ \ | |/
| * * xfaces.c (init_frame_faces): Always realize basic faces (#Bug17889).Dmitry Antipov2014-07-011-13/+3
* | * dispextern.h (struct face) [HAVE_XFT]: Ifdef 'extra' member.Dmitry Antipov2014-06-101-1/+0
* | * dispextern.h (PREPARE_FACE_FOR_DISPLAY): Remove as a duplicate of ...Dmitry Antipov2014-06-101-6/+6
* | If a C name must be extern on some platforms, make it extern on all.Paul Eggert2014-06-081-3/+0
* | Prefer 'ARRAYELTS (x)' to 'sizeof x / sizeof *x'.Paul Eggert2014-04-051-9/+5
* | Rename EARRAYSIZE to ARRAYELTSDaniel Colascione2014-04-031-1/+1
* | Clean up array size calculationsDaniel Colascione2014-04-031-1/+1
|/
* Improve window dividers code.Martin Rudalics2014-02-041-0/+8