summaryrefslogtreecommitdiff
path: root/src/font.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/
| * Use bool for booleans in font-related modules.Paul Eggert2012-09-061-20/+21
* | Implement cygw32Daniel Colascione2012-09-171-2/+2
|/
* Refactor window-system configurationDaniel Colascione2012-08-311-11/+3
* Use ASCII tests for character types.Paul Eggert2012-08-161-4/+5
* Generalize and cleanup font subsystem checks.Dmitry Antipov2012-08-151-26/+22
* Drop WGET and revert read access to Lisp_Objects slots of struct window.Dmitry Antipov2012-08-071-2/+2
* Separate read and write access to Lisp_Object slots of struct window.Dmitry Antipov2012-08-061-2/+2
* Generalize common compile-time constants.Dmitry Antipov2012-08-051-1/+1
* Remove unnecessary casts involving pointers.Paul Eggert2012-08-031-1/+1
* Use "ASET (a, i, v)" rather than "AREF (a, i) = v".Paul Eggert2012-08-011-1/+1
* Use INTERNAL_FIELD for windows.Dmitry Antipov2012-08-011-2/+2
* Simple wrapper for make_unibyte_string, adjust font_open_by_name.Dmitry Antipov2012-07-201-3/+3
* Use zero_vector where appropriate.Dmitry Antipov2012-07-151-20/+13
* Minor adjustments to interning code.Dmitry Antipov2012-07-111-11/+5
* * coding.c (Fdefine_coding_system_internal): Use XCAR/XCDR insteadAndreas Schwab2012-07-111-2/+2