summaryrefslogtreecommitdiff
path: root/src/xfaces.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* * xfaces.c (free_frame_faces): Adjust comment.Dmitry Antipov2014-01-281-1/+2
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* * gnutls.c (gnutls_audit_log_function): Only declare and define ifJan Djärv2013-11-301-2/+2
* Support resizing frames and windows pixelwise.Martin Rudalics2013-11-301-0/+3
* * lisp/faces.el (describe-face): Add distant-foreground.Jan Djärv2013-11-081-4/+2
* *.[chm]: Number every assignment to windows_or_buffers_changed.Stefan Monnier2013-11-051-7/+7
* Integer-related fixes for term.c etc.Paul Eggert2013-11-051-19/+7
* Port to stricter C99 platforms.Paul Eggert2013-11-031-15/+15
* * xfaces.c (realize_default_face): Set DISTANT_FOREGROUND to unspecified_fg.Jan Djärv2013-11-021-1/+1
* * xfaces.c (check_lface_attrs, realize_default_face): AddJan Djärv2013-11-021-0/+6
* Add :distant-foreground to faces.Jan Djärv2013-11-011-29/+81
* Add pre-redisplay-function and rectangular regionStefan Monnier2013-10-291-42/+2
* Prefer 'unsigned long' to 'long unsigned int' and 'unsigned long int'.Dmitry Antipov2013-10-291-4/+4
* * xterm.h (struct x_output): For 'black_relief' and 'white_relief'Dmitry Antipov2013-10-291-7/+7
* * dispextern.h, image.c (x_bitmap_height, x_bitmap_width): Now static.Paul Eggert2013-10-281-16/+4