summaryrefslogtreecommitdiff
path: root/src/xfaces.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * lisp.h (make_uninit_vector): New function.Dmitry Antipov2013-02-081-1/+1
* * lisp/textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):Juri Linkov2013-01-091-0/+2
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-1/+1
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* | Merge from emacs-24; up to 2012-11-13T18:57:26Z!dgutov@yandex.ruGlenn Morris2012-11-161-0/+8
|\ \ | |/
| * Fixes related to face underliningGlenn Morris2012-11-141-0/+8
* | Simplify by using FOR_EACH_FRAME here and there.Dmitry Antipov2012-11-121-9/+6
* | * src/xfaces.c (Qultra_light, Qreverse_oblique, Qreverse_italic)Stefan Monnier2012-11-081-17/+0
* | Widely used frame validity and checking functions.Dmitry Antipov2012-11-061-78/+20
|/
* Make unused variable font-list-limit obsolete, and move it out of C.Chong Yidong2012-10-231-8/+0
* Port to OpenBSD 5.1.Paul Eggert2012-10-201-11/+17
* Merge from trunkDaniel Colascione2012-10-071-51/+51
|\