summaryrefslogtreecommitdiff
path: root/src/font.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ /
* | * window.c (decode_next_window_args): Update window arg afterDmitry Antipov2012-11-031-4/+1
* | Window-related stuff cleanup here and there.Dmitry Antipov2012-11-021-5/+1
|/
* font.c (Ffont_at): If WINDOW is specified and it is not displaying the curren...Kenichi Handa2012-10-301-5/+9
* Make face-font-rescale-alist work correctly for non-ASCII fonts.Kenichi Handa2012-10-241-22/+24
* font.c (Ffont_at): Fix previous change.Kenichi Handa2012-10-191-1/+1
* Merge from trunkDaniel Colascione2012-09-171-54/+55
|\
| * * font.c (Ffont_shape_gstring): Remove unused local.Paul Eggert2012-09-161-1/+1
| * font.c (Ffont_shape_gstring): Fix previous change; GLYPHs may not covert the ...Kenichi Handa2012-09-171-8/+5
| * merge trunkKenichi Handa2012-09-161-1/+0
| |\
| | * Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-1/+0
| * | font.c (Ffont_shape_gstring): Don't adjust grapheme cluster here, but just ch...Kenichi Handa2012-09-151-33/+37
| |/