Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| e5038be7 | 2020-01-19 17:05:19 | Update all copyright notices. | ||
| 75859970 | 2019-02-23 10:07:09 | Update all copyright notices. | ||
| f686ad46 | 2019-01-22 20:31:44 | Update copyright years. | ||
| 20957721 | 2018-08-26 15:15:56 | ChangeLog*: s/\t/ /. | ||
| 0a0c2256 | 2018-01-02 09:33:57 | Update copyright year. | ||
| 71d289da | 2017-04-19 23:50:29 | Typos. | ||
| eb068312 | 2017-04-16 23:41:26 | Typos. | ||
| e756e217 | 2017-02-14 00:17:58 | Typos. | ||
| 563ae780 | 2017-01-04 20:16:34 | Update copyright year. | ||
| e3a1c467 | 2016-06-20 23:09:39 | Typos. | ||
| 04e7c744 | 2016-06-04 23:05:59 | ChangeLog fixes. | ||
| f46b282d | 2016-04-11 23:22:57 | Typos. | ||
| bbb60965 | 2016-04-07 01:29:44 | Typos. | ||
| 9adeab64 | 2016-01-13 11:54:10 | Update copyright year. | ||
| f57fc59e | 2015-01-17 20:41:43 | Run `src/tools/update-copyright'. | ||
| da32d705 | 2008-08-06 09:09:41 | Add one more example to the documentation of FT_Glyph_To_Bitmap. | ||
| 830846e6 | 2008-07-27 06:27:21 | Formatting, copyright years. | ||
| 4b2e83d5 | 2007-02-01 07:58:02 | A new set of spelling fixes from Alexei. Add some copyright messages. | ||
| 689dd66b | 2007-01-30 23:08:50 | More typo fixes from Alexei. | ||
| e12a471f | 2006-05-12 14:20:43 | * src/tools/docmaker/tohtml.py (html_header_1): Use `utf-8' charset. Convert some files to UTF-8. | ||
| a1c990a6 | 2006-04-29 06:24:30 | convert to utf-8 | ||
| 49f4d34e | 2005-06-16 19:07:08 | * src/base/ftoutln.c (FT_Outline_Embolden): Strength should be halved. * src/base/ftsynth.c (FT_GlyphSlot_Embolden): Change the default strength. Don't increase slot->advance.y. * include/freetype/freetype.h (FREETYPE_MINOR): Set to 2. (FREETYPE_PATCH): Set to 0. * builds/unix/configure.ac (version_info): Set to 9:9:3. Currently, we are still binary compatible. * builds/win32/visualc/index.html, builds/win32/visualc/freetype.dsp, builds/win32/visualc/freetype.vcproj: s/219/2110/, s/2.1.9/2.1.10/. * builds/freetype.mk (refdoc), README, Jamfile (RefDoc): s/2.1.9/2.1.10/. * docs/CHANGES, docs/VERSION.DLL: Updated. * ChangeLog: Split off older entries into... * ChangeLog.20, ChangeLog.21: These new files. The next release will be 2.2.0, so don't worry about source code backwards compatibility. * include/freetype/ftimage.h (FT_Outline_MoveToFunc, FT_Outline_LineToFunc, FT_Outline_ConicToFunc, FT_Outline_CubicToFunc, FT_SpanFunc, FT_Raster_RenderFunc), include/freetype/ftrender.h (FT_Glyph_TransformFunc, FT_Renderer_RenderFunc, FT_Renderer_TransformFunc): Decorate parameters with `const' where appropriate. * src/sfnt/ttsbit.c (tt_face_load_sbit_image): Compute vertBearingY to make glyphs centered vertically. * src/truetype/ttgload.c (compute_glyph_metrics): Compute vertBearingY to make glyphs centered vertically. Fix some bugs in vertical metrics: . loader->pp3.y and loader->pp4.y are in 26.6 format, not in font units. . As we use the glyph's cbox to calculate the top bearing now there iss no need to adjust `top'. * src/otvalid/otvcommn.h (OTV_OPTIONAL_TABLE): Use FT_UShort to be in sync with OTV_OPTIONAL_OFFSET. Reported by YAMATO Masatake. * docs/release: Update. |