summaryrefslogtreecommitdiff
path: root/src/font.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Change vectorlike from struct to unionPaul Eggert2017-11-131-3/+3
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Add PVSIZE function to return the size of a pseudovector.Lars Brinkhoff2017-04-101-3/+3
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Make struct font_drivers read-onlyPaul Eggert2016-12-011-11/+30
* | Add double-buffering support to reduce flickerDaniel Colascione2016-10-281-1/+10
|/
* Rework C source files to avoid ^(Paul Eggert2016-03-101-2/+2
* support rendering of wider range of combinging characters by ftfont backendK. Handa2016-01-261-0/+6
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Fix crash at startup related to GC of font entitiesEli Zaretskii2015-11-241-0/+42
* Include-file cleanup for src directoryPaul Eggert2015-10-201-2/+3
* Add cairo drawing.Jan D2015-02-111-0/+4
* Prefer INLINE functions in font.h to match style used in lisp.hDmitry Antipov2015-01-161-34/+79
* Port to HAVE_FREETYPE && !HAVE_XFTPaul Eggert2015-01-101-1/+1
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-051-16/+0
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* One more minor cleanup of font subsystem.Dmitry Antipov2014-08-251-3/+3
* * font.c, font.h (font_unparse_fcname): Now static.Paul Eggert2014-07-091-2/+0
* Next minor cleanup of font subsystem.Dmitry Antipov2014-07-091-15/+0
* * font.c (font_build_object) [HAVE_XFT || HAVE_FREETYPE || HAVE_NS]:Dmitry Antipov2014-07-081-0/+3
* * font.h (struct font_driver): Remove get_outline and free_outline;Dmitry Antipov2014-07-041-9/+0
* Use convenient alists to manage per-frame font driver-specific data.Dmitry Antipov2014-07-031-19/+4
* * dispextern.h (struct face) [HAVE_XFT]: Ifdef 'extra' member.Dmitry Antipov2014-06-101-5/+3
* If a C name must be extern on some platforms, make it extern on all.Paul Eggert2014-06-081-1/+2
* Fix the MSDOS build.Eli Zaretskii2014-04-161-0/+4
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* * font.h (valid_font_driver) [!ENABLE_CHECKING]: Define a dummy.Paul Eggert2013-12-161-0/+10
* * font.c (valid_font_driver) [ENABLE_CHECKING]: New functionDmitry Antipov2013-12-161-0/+3
* Use bool for boolean, focusing on headers.Paul Eggert2013-12-141-23/+26
* * alloc.c, font.c, font.h, ftfont.c, ftxfont.c, macfont.m,Dmitry Antipov2013-12-131-7/+0
* * font.h (struct font_entity) [HAVE_NS]: New field to recordDmitry Antipov2013-12-121-0/+7
* * font.h (struct font_bitmap): Remove unused 'extra' member.Dmitry Antipov2013-12-041-1/+0
* * font.c (font_list_entities): Remove dummy assignment.Dmitry Antipov2013-12-041-6/+9
* * font.h (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT):Dmitry Antipov2013-12-021-0/+5
* Perform font-specific cleanup when font object is swept by GC. SeeDmitry Antipov2013-10-251-1/+1
* Omit unused frame argument of font API's close function.Dmitry Antipov2013-10-251-2/+2
* Port the font backend from the Mac port.Jan Djärv2013-09-151-0/+1
* Make --without-x compatible with --enable-gcc-warnings.Dmitry Antipov2013-09-051-0/+4
* Minor cleanup to avoid forward declarations.Dmitry Antipov2013-08-301-7/+0
* * font.c (clear_font_cache): New function, stripped from...Dmitry Antipov2013-08-131-0/+1
* Drop FRAME_PTR typedef.Dmitry Antipov2013-08-031-25/+25
* Avoid redundant Lisp_Object <-> struct frame conversions in font API.Dmitry Antipov2013-08-011-5/+4
* * font.c (font_range): Add pos_byte argument. Adjust commentDmitry Antipov2013-02-131-1/+1
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* Merge from trunkDaniel Colascione2012-10-071-0/+1
|\
* \ Merge from trunkDaniel Colascione2012-09-171-27/+19
|\ \ | |/
| * Use bool for booleans in font-related modules.Paul Eggert2012-09-061-27/+18
| * Clean up some extern decls.Paul Eggert2012-09-021-0/+1