summaryrefslogtreecommitdiff
path: root/src/w32font.c
Commit message (Expand)AuthorAge
* * lisp.h: (XVECTOR_SIZE): Remove. All uses replaced with ASIZE.Paul Eggert2011-04-25
* lisp.h: Fix a problem with aliasing and vector headers.Paul Eggert2011-04-25
* w32: Fix some warnings reported by -Wall -Wextra.Juanma Barranquero2011-03-23
* src/w32*.c: Clean up extern declarations.Juanma Barranquero2011-03-14
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-24
* Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-18
* Nuke arch-tags.Glenn Morris2011-01-15
* Merge from emacs-23Stefan Monnier2011-01-14
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-02
* | Add const to array elements of font filter properties.YAMAMOTO Mitsuharu2010-11-10
* | Merge changes from emacs-23 branch.Juanma Barranquero2010-10-14
|\|
| * src/w32*.c: Whitespace fixes and typos.Juanma Barranquero2010-10-14
| * Fix handling of font properties on Windows (bug#6303).Damyan Pepper2010-10-13
| * Fix typos in docstrings, comments and ChangeLogs.Juanma Barranquero2010-10-12
* | src/w32*.c: Make functions static.Juanma Barranquero2010-10-14
* | Fix changes in 2010-08-05T23:15:24Z!dann@ics.uci.edu..2010-08-05T23:34:12Z!da...Juanma Barranquero2010-08-06
* | Convert DEFUNs to standard C.Dan Nicolaescu2010-07-08
* | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab2010-07-08
* | Fix whitespace to follow coding guidelines.Juanma Barranquero2010-07-07
* | src/w32*.c: Convert function definitions to standard C.Juanma Barranquero2010-07-06
* | Remove __P and P_ from .c and .m files and definition of P_Jan D2010-07-02
|/
* Add 2010 to copyright years.Glenn Morris2010-01-13
* Handle system default font and changing font parameters.Jan Djärv2009-11-17
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-19
* Remove useless if-before-xfree tests.Jim Meyering2009-06-29
* Change font_add_log to FONT_ADD_LOG.Kenichi Handa2009-06-23
* (clear_cached_metrics): Remove, unused since 2008-08-02.Jason Rumney2009-04-25
* * w32font.c (Qja, Qko): Remove declarations.Juanma Barranquero2009-04-17
* (check_face_name): Check for fake helv. (Bug#2275)Jason Rumney2009-02-12
* (add_font_entity_to_list): Fix check for substitutedJason Rumney2009-02-12
* (w32font_list_internal): Return quickly if registry isJason Rumney2009-01-26
* (add_font_entity_to_list): Don't report unknownJason Rumney2009-01-09
* Add 2009 to copyright years.Glenn Morris2009-01-08
* (w32font_has_char): Always return -1.Jason Rumney2008-12-17
* * w32font.c (intern_font_name): New function.Jason Rumney2008-12-13
* (fill_in_logfont): Don't assume symbol script means SYMBOL_CHARSET.Jason Rumney2008-12-11
* Improve comments for last change.Jason Rumney2008-12-10
* (add_font_entity_to_list): Limit unicode-sip fonts to those thatJason Rumney2008-12-10
* (Qcham): New symbol.Jason Rumney2008-12-10
* (w32font_draw): Initialize orig_clip before getting it, and delete itJason Rumney2008-12-04
* * w32font.c (add_font_entity_to_list): Pass the right LOGFONTJuanma Barranquero2008-11-27
* (w32font_open_internal): Don't include external leading in font height.Jason Rumney2008-11-26
* (check_face_name): Use xstrcasecmp. Avoid compiler warning.Jason Rumney2008-11-24
* (check_face_name): New function.Jason Rumney2008-11-23
* (compute_metrics): Don't mess with glyph_idx setting here.Jason Rumney2008-08-02
* * w32font.h (struct w32font_info): Use unicode version of textmetrics.Jason Rumney2008-07-30
* (w32font_text_extents): Use w32_metric_cache consistently.Jason Rumney2008-07-28
* (w32font_has_char): Handle the case where we can'tJason Rumney2008-07-25
* * w32font.c (w32font_encode_char): Encode characters outside BMP asJason Rumney2008-07-25
* (Fx_select_font): Reverse sense of second arg.Jason Rumney2008-07-25