aboutsummaryrefslogtreecommitdiffstats
path: root/src/font.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #16930 with broken build --without-x.Eli Zaretskii2014-03-031-1/+8
* * font.c (toplevel): Adjust comment about font cache layout.Dmitry Antipov2014-03-031-5/+17
* Avoid "." at end of error diagnostics.Paul Eggert2014-02-101-1/+1
* Spelling fixes.Paul Eggert2014-01-091-1/+1
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* * font.c (valid_font_driver) [ENABLE_CHECKING]: New functionDmitry Antipov2013-12-161-1/+21
* * alloc.c, font.c, font.h, ftfont.c, ftxfont.c, macfont.m,Dmitry Antipov2013-12-131-16/+8
* * font.c (font_close_object): Check for live frame (Bug#16128).Dmitry Antipov2013-12-131-2/+6
* * font.h (struct font_entity) [HAVE_NS]: New field to recordDmitry Antipov2013-12-121-8/+12
* * font.c (font_find_for_lface): Ensure SAFE_FREE on return.Dmitry Antipov2013-12-101-1/+4
* * font.c (font_list_entities): Remove dummy assignment.Dmitry Antipov2013-12-041-1/+1
* Add pre-redisplay-function and rectangular regionStefan Monnier2013-10-291-3/+3
* Omit unused frame argument of font API's close function.Dmitry Antipov2013-10-251-2/+2
* Fix syms_of_(mac|ms)font calls.Jan Djärv2013-09-161-6/+0
* Fix compilation for GNUStep due to font changes.Jan Djärv2013-09-151-0/+2
* Port the font backend from the Mac port.Jan Djärv2013-09-151-0/+1
* Unify FRAME_window_system_DISPLAY_INFO macros between all ports.Dmitry Antipov2013-09-131-4/+4
* Attempt to make redisplay more selective when changing fonts.Dmitry Antipov2013-09-061-3/+3
* Make --without-x compatible with --enable-gcc-warnings.Dmitry Antipov2013-09-051-0/+2
* * font.c (clear_font_cache): New function, stripped from...Dmitry Antipov2013-08-131-24/+26
* Drop FRAME_PTR typedef.Dmitry Antipov2013-08-031-31/+31
* Avoid redundant Lisp_Object <-> struct frame conversions in font API.Dmitry Antipov2013-08-011-29/+16
* Fix obscure porting bug with varargs functions.Paul Eggert2013-07-181-1/+1
* Prefer list1 (X) to Fcons (X, Qnil) when building lists.Paul Eggert2013-07-151-7/+6
* font.c (Ffont_spec): Signal an error for an invalid font name.Kenichi Handa2013-06-181-1/+2
* Port --enable-gcc-warnings to clang.Paul Eggert2013-05-171-2/+2
* font.c (font_open_entity): Always open a font of manageable size.Kenichi Handa2013-04-271-6/+15
* Get rid of some platform-specific functions examining windowDmitry Antipov2013-04-071-3/+1
* Consistently use platform-specific function to detect window system.Dmitry Antipov2013-04-051-1/+1
* Prefer < to > in range checks such as 0 <= i && i < N.Paul Eggert2013-04-011-2/+2
* * window.h (struct window): Replace hchild, vchild and buffer slotsDmitry Antipov2013-03-281-1/+1
* Reorder conditions that are written backwardsAndreas Schwab2013-03-241-2/+2
* * frame.h (struct frame): Drop resx and resy because the same data isDmitry Antipov2013-03-201-6/+7
* * composite.c (get_composition_id, fill_gstring_header):Dmitry Antipov2013-03-051-3/+6
* * font.c (Ffont_get_glyphs): Use convenient LGLYPH_NEW.Dmitry Antipov2013-03-041-1/+1
* * font.c (font_range): Add pos_byte argument. Adjust commentDmitry Antipov2013-02-131-12/+9
* Merge from emacs-24; up to 2012-12-17T11:17:34Z!rgm@gnu.orgGlenn Morris2013-02-121-1/+1
|\
| * In doc, use standard American English style for e.g., etc., i.e.Paul Eggert2013-02-121-1/+1
* | * lisp.h (make_uninit_vector): New function.Dmitry Antipov2013-02-081-3/+5
* | * font.c (num_fonts): Remove the leftover from oldDmitry Antipov2013-01-251-9/+5
* | * lisp.h (toplevel): Add comment about using Lisp_Save_ValueDmitry Antipov2013-01-171-1/+1
* | * src/lisp.h (XSAVE_POINTER, XSAVE_INTEGER): Change to allow extractionDmitry Antipov2013-01-151-1/+1
* | Make Lisp_Save_Value more versatile storage for up to four objects.Dmitry Antipov2013-01-141-1/+1
* | 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
* | Simplify via eabs.Paul Eggert2013-01-011-10/+3
* | font.c (font_unparse_xlfd): Fix previous change. Keep "const" for the variab...Kenichi Handa2012-11-181-3/+3
* | merge trunkKenichi Handa2012-11-131-28/+12
|\ \
| * | Widely used frame validity and checking functions.Dmitry Antipov2012-11-061-28/+12
* | | font.c (font_unparse_xlfd): Exclude special characters from the generating XL...Kenichi Handa2012-11-131-2/+15
|/ /