summaryrefslogtreecommitdiff
path: root/src/w32font.c
Commit message (Expand)AuthorAgeFilesLines
* Add const to array elements of font filter properties.YAMAMOTO Mitsuharu2010-11-101-2/+2
* Merge changes from emacs-23 branch.Juanma Barranquero2010-10-141-8/+24
|\
| * src/w32*.c: Whitespace fixes and typos.Juanma Barranquero2010-10-141-9/+9
| * Fix handling of font properties on Windows (bug#6303).Damyan Pepper2010-10-131-1/+20
| * Fix typos in docstrings, comments and ChangeLogs.Juanma Barranquero2010-10-121-1/+1
* | src/w32*.c: Make functions static.Juanma Barranquero2010-10-141-1/+1
* | Fix changes in 2010-08-05T23:15:24Z!dann@ics.uci.edu..2010-08-05T23:34:12Z!da...Juanma Barranquero2010-08-061-1/+1
* | Convert DEFUNs to standard C.Dan Nicolaescu2010-07-081-2/+1
* | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab2010-07-081-15/+15
* | Fix whitespace to follow coding guidelines.Juanma Barranquero2010-07-071-2/+2
* | src/w32*.c: Convert function definitions to standard C.Juanma Barranquero2010-07-061-124/+57
* | Remove __P and P_ from .c and .m files and definition of P_Jan D2010-07-021-19/+19
|/
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* Handle system default font and changing font parameters.Jan Djärv2009-11-171-1/+4
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-191-0/+1
* Remove useless if-before-xfree tests.Jim Meyering2009-06-291-2/+1
* Change font_add_log to FONT_ADD_LOG.Kenichi Handa2009-06-231-2/+2
* (clear_cached_metrics): Remove, unused since 2008-08-02.Jason Rumney2009-04-251-14/+0
* * w32font.c (Qja, Qko): Remove declarations.Juanma Barranquero2009-04-171-3/+1
* (check_face_name): Check for fake helv. (Bug#2275)Jason Rumney2009-02-121-3/+10
* (add_font_entity_to_list): Fix check for substitutedJason Rumney2009-02-121-2/+2
* (w32font_list_internal): Return quickly if registry isJason Rumney2009-01-261-78/+107
* (add_font_entity_to_list): Don't report unknownJason Rumney2009-01-091-8/+6
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
* (w32font_has_char): Always return -1.Jason Rumney2008-12-171-2/+11
* * w32font.c (intern_font_name): New function.Jason Rumney2008-12-131-11/+34
* (fill_in_logfont): Don't assume symbol script means SYMBOL_CHARSET.Jason Rumney2008-12-111-2/+0
* Improve comments for last change.Jason Rumney2008-12-101-1/+2
* (add_font_entity_to_list): Limit unicode-sip fonts to those thatJason Rumney2008-12-101-2/+5
* (Qcham): New symbol.Jason Rumney2008-12-101-5/+10
* (w32font_draw): Initialize orig_clip before getting it, and delete itJason Rumney2008-12-041-7/+13
* * w32font.c (add_font_entity_to_list): Pass the right LOGFONTJuanma Barranquero2008-11-271-4/+5
* (w32font_open_internal): Don't include external leading in font height.Jason Rumney2008-11-261-0/+5
* (check_face_name): Use xstrcasecmp. Avoid compiler warning.Jason Rumney2008-11-241-6/+7
* (check_face_name): New function.Jason Rumney2008-11-231-5/+41
* (compute_metrics): Don't mess with glyph_idx setting here.Jason Rumney2008-08-021-8/+0
* * w32font.h (struct w32font_info): Use unicode version of textmetrics.Jason Rumney2008-07-301-82/+25
* (w32font_text_extents): Use w32_metric_cache consistently.Jason Rumney2008-07-281-5/+5
* (w32font_has_char): Handle the case where we can'tJason Rumney2008-07-251-1/+12
* * w32font.c (w32font_encode_char): Encode characters outside BMP asJason Rumney2008-07-251-16/+29
* (Fx_select_font): Reverse sense of second arg.Jason Rumney2008-07-251-5/+5
* * w32font.c (w32font_open): Set font type to gdi.Jason Rumney2008-07-231-0/+1
* (w32_enumfont_pattern_entity): Return height consistent with opened font.Jason Rumney2008-07-231-1/+3
* (w32font_open): Adjust it for the change ofKenichi Handa2008-07-091-6/+2
* (w32font_text_extents): Don't count overhang as part of width.Jason Rumney2008-07-011-2/+2
* * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight)Jason Rumney2008-06-271-3/+348
* * w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros.Jason Rumney2008-06-261-9/+20
* * w32bdf.c, w32bdf.h: Remove obsolete files.Jason Rumney2008-06-261-30/+8
* (font_matches_spec): Use csb bitfield from font signature to determineJason Rumney2008-06-201-8/+15
* Add font logging to list and match functions.Jason Rumney2008-06-181-2/+6