aboutsummaryrefslogtreecommitdiffstats
path: root/src/xfaces.c
Commit message (Expand)AuthorAgeFilesLines
* use dynwind_begin and dynwind_endBT Templeton2015-04-181-2/+2
* use Fequal for face attribute comparisonsBT Templeton2015-04-181-23/+1
* use guile-snarf for subr definitionBT Templeton2015-04-181-45/+2
* * 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
* * dispextern.h (struct face): Use bitfields for 'underline_type'Dmitry Antipov2013-10-281-5/+8
* Make some functions static in non-Microsoft builds.Paul Eggert2013-10-161-0/+3
* * xfaces.c (PT_PER_INCH): Remove unused macro.Dmitry Antipov2013-10-141-5/+0
* Fix bug #15565 with assertion violations in x_free_gc.Eli Zaretskii2013-10-091-2/+2
* Use union for the payload of struct Lisp_Vector.Dmitry Antipov2013-09-241-15/+15
* Unify FRAME_window_system_DISPLAY_INFO macros between all ports.Dmitry Antipov2013-09-131-8/+4
* * fontset.c, window.c, xdisp.c (toplevel): Use TERM_HEADER.Dmitry Antipov2013-09-051-3/+0
* Make --without-x compatible with --enable-gcc-warnings.Dmitry Antipov2013-09-051-16/+20
* Fix minor problems found by static checking.Paul Eggert2013-08-261-1/+0
* * font.c (clear_font_cache): New function, stripped from...Dmitry Antipov2013-08-131-6/+4
* Drop FRAME_PTR typedef.Dmitry Antipov2013-08-031-2/+2
* Avoid redundant Lisp_Object <-> struct frame conversions in font API.Dmitry Antipov2013-08-011-6/+3
* * xfaces.c (make_face_cache): For struct face_cache, preferDmitry Antipov2013-07-301-9/+6
* * fringe.c (draw_window_fringes, update_window_fringes)Dmitry Antipov2013-07-301-12/+13
* Fix some minor file descriptor leaks and related glitches.Paul Eggert2013-07-191-12/+8
* Prefer list1 (X) to Fcons (X, Qnil) when building lists.Paul Eggert2013-07-151-18/+11
* Use emacs_open more consistently when opening files.Paul Eggert2013-07-051-2/+2
* Remove duplicate #include directives.Paul Eggert2013-07-051-1/+0
* Get rid of some platform-specific functions examining windowDmitry Antipov2013-04-071-5/+5
* Consistently use platform-specific function to detect window system.Dmitry Antipov2013-04-051-3/+1
* * window.h (struct window): Replace hchild, vchild and buffer slotsDmitry Antipov2013-03-281-6/+6
* * xfaces.c (Finternal_face_x_get_resource): Allow 3rd (frame) argumentDmitry Antipov2013-03-241-8/+9
* * frame.h (struct frame): Drop resx and resy because the same data isDmitry Antipov2013-03-201-2/+2
* Spelling fixes.Paul Eggert2013-03-181-1/+1
* * composite.c (fill_gstring_header): Remove useless prototype.Dmitry Antipov2013-02-151-1/+1