aboutsummaryrefslogtreecommitdiffstats
path: root/src/font.c
Commit message (Expand)AuthorAgeFilesLines
* * src/lread.c (oblookup): Remove. All callers changed.BT Templeton2015-04-191-6/+1
* use vectors for symbol slotsBT Templeton2015-04-191-3/+3
* use guile-snarf for subr definitionBT Templeton2015-04-181-35/+2
* Merge from emacs-24; up to 2014-06-06T02:22:[email protected]Glenn Morris2014-06-211-0/+3
|\
| * * font.c (font_make_object): Avoid dangling pointer which mayDmitry Antipov2014-06-191-0/+3
* | * lisp.h (STRING_COPYIN): Remove; unused.Dmitry Antipov2014-06-171-4/+2
* | * dispextern.h (struct face) [HAVE_XFT]: Ifdef 'extra' member.Dmitry Antipov2014-06-101-1/+0
* | * font.c (font_matching_entity): Extract font-entity objectDmitry Antipov2014-05-191-1/+1
* | Prefer 'ARRAYELTS (x)' to 'sizeof x / sizeof *x'.Paul Eggert2014-04-051-7/+2
* | * font.c (font_list_entities): Do not add empty vector to font cache.Dmitry Antipov2014-04-021-15/+18
|/
* 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:[email protected]Glenn 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