shithub: freetype+ttf2subf

RSS feed

125b8480 – Werner Lemberg <[email protected]> authored on 2018/05/31 06:49
* src/raster/ftraster.c (black_TWorker_): Remove `gTarget' field.

250b0c62 – Alexei Podtelezhnikov <[email protected]> authored on 2018/05/30 19:29
Shorten LCD filtering docs.

0589f6e6 – Werner Lemberg <[email protected]> authored on 2018/05/30 20:34
[sfnt] Get colors from `CPAL' table in right order (#54015).

db7c4060 – Werner Lemberg <[email protected]> authored on 2018/05/30 17:21
ftcolor.h: Improve API design, fix typos (#54011, #54014).

d45d4b97 – Armin Hasitzka <[email protected]> authored on 2018/05/30 13:35
Beautify a3cfed5e87232c933bdc64f43e8ebebcfd18b41b.

a3cfed5e – Armin Hasitzka <[email protected]> authored on 2018/05/30 08:37
Fix pointer underflow.

ae2cd1b7 – Werner Lemberg <[email protected]> authored on 2018/05/30 05:34
Various minor color fixes.

51fee655 – Nikhil Ramakrishnan <[email protected]> authored and Werner Lemberg <[email protected]> committed on 2018/05/25 18:16
[docmaker] Fix missing `Defined in (...)' under Windows/Cygwin.

7b73cb07 – Alexei Podtelezhnikov <[email protected]> authored on 2018/05/24 18:38
[smooth] Formalize Harmony LCD rendering.

3fcb4cfa – Werner Lemberg <[email protected]> authored on 2018/05/22 05:12
Oops!

3360ca58 – Werner Lemberg <[email protected]> authored on 2018/05/22 05:06
[truetype] Reject elements of composites with invalid glyph indices.

3c99016f – Werner Lemberg <[email protected]> authored on 2018/05/22 03:53
* src/truetype/ttgload.c (TT_Load_Simple_Glyph): Trace # of points.

93363cd7 – Werner Lemberg <[email protected]> authored on 2018/05/20 18:50
* include/freetype/ftcolor.h: New file.

af282498 – Alexei Podtelezhnikov <[email protected]> authored on 2018/05/20 02:27
Autoformatting.

2f218a4c – Alexei Podtelezhnikov <[email protected]> authored on 2018/05/18 04:57
* include/freetype/internal/ftcalc.h (FT_MSB): Verified `_MSC_VER'.

840b8443 – Werner Lemberg <[email protected]> authored on 2018/05/18 06:57
* include/freetype/internal/ftcalc.h (FT_MSB): Use `_MSC_VER' value.

3331b84f – Werner Lemberg <[email protected]> authored on 2018/05/18 03:19
Minor comment fixes.

2cac1c35 – Werner Lemberg <[email protected]> authored on 2018/05/17 15:40
s/inline/__inline/ for MSVC.

583dabf2 – Werner Lemberg <[email protected]> authored on 2018/05/16 16:37
Add function `FT_Get_GlyphLayers' to access `COLR' table data.

f1458d2e – Alexei Podtelezhnikov <[email protected]> authored on 2018/05/15 17:47
[base] Fix mono bitmap presetting (#53896).

49c5e24a – Werner Lemberg <[email protected]> authored on 2018/05/15 17:55
[psaux] Fix compiler warning (#53915).

befee112 – Werner Lemberg <[email protected]> authored on 2018/05/15 13:01
[sfnt] Fix memory leak in handling `COLR' data.

5fd12564 – Werner Lemberg <[email protected]> authored on 2018/05/15 07:30
Grammar fixes.

2dd20916 – Werner Lemberg <[email protected]> authored on 2018/05/15 05:05
[sfnt] If `COLR' is present, don't assume that all glyphs use it.

06820637 – Werner Lemberg <[email protected]> authored on 2018/05/14 05:45
* src/base/ftobjs.c (FT_Load_Glyph): Fix signature of `pixel_modes'.

c5a8a535 – Werner Lemberg <[email protected]> authored on 2018/05/14 05:42
Provide dummy functions if `TT_CONFIG_OPTION_SFNT_NAMES' is not set.

78db8a25 – Werner Lemberg <[email protected]> authored on 2018/05/13 07:53
Typo.

1b2abda9 – Werner Lemberg <[email protected]> authored on 2018/05/13 06:58
* src/base/ftobjs.c (FT_Load_Glyph): Improve tracing.

f04d8175 – Shao Yu Zhang <[email protected]> authored and Werner Lemberg <[email protected]> committed on 2018/05/12 23:25
[sfnt] Preliminary support of coloured layer outlines.

84eebf48 – Arkady Shapkin <[email protected]> authored and Werner Lemberg <[email protected]> committed on 2018/05/12 02:16
Use MS VC++'s _BitScanReverse to calculate MSB (patch #9636).

fb742477 – Parth Wazurkar <[email protected]> authored on 2018/05/11 19:27
[pcf]Documentation Typo.

9e345c91 – Alan Coopersmith <[email protected]> authored and Werner Lemberg <[email protected]> committed on 2018/05/10 06:10
Further fix to visibility flag testing with Solaris Studio compilers.

e0015f76 – Werner Lemberg <[email protected]> authored on 2018/05/08 07:51
[autofit] Avoid potential SEGV if running out of memory.

f7b4fb3a – Nikolaus Waxweiler <[email protected]> authored on 2018/05/07 19:10
CMake: Allow using project as subfolder in other project

7702edf7 – Werner Lemberg <[email protected]> authored on 2018/05/07 04:54
[build] Suppress configure's `nothing to be done' message.

2b3e0ef6 – suzuki toshiya <[email protected]> authored on 2018/05/04 08:55
Support symbol visibility features of Sun / Oracle C compilers.

660afb5c – Nikolaus Waxweiler <[email protected]> authored on 2018/05/02 19:19
Unbreak CMake Windows installation

95149592 – Werner Lemberg <[email protected]> authored on 2018/05/02 16:27
Remove FT_CONFIG_OPTION_PIC and related code.

86bc8a95 – Werner Lemberg <[email protected]> authored on 2018/05/01 16:27
* Version 2.9.1 released.

ac97a296 – Werner Lemberg <[email protected]> authored on 2018/04/26 05:04
Another fix for handling invalid format 2 cmaps.

2157d8fa – Ben Wagner <[email protected]> authored and Werner Lemberg <[email protected]> committed on 2018/04/24 06:29
[base] Avoid undefined behaviour in lcd filtering code (#53727).

67697d00 – Werner Lemberg <[email protected]> authored on 2018/04/22 17:15
* src/base/ftoutln.c (FT_Outline_Decompose): Improve error tracing.

3b88576b – Alexei Podtelezhnikov <[email protected]> authored and Werner Lemberg <[email protected]> committed on 2018/04/22 13:22
[base] Fix bitmap emboldening.

c2e2a8e5 – Werner Lemberg <[email protected]> authored on 2018/04/22 13:13
Revert "[base] Fix bitmap copying where the new pitch is smaller."

c0f1aded – Werner Lemberg <[email protected]> authored on 2018/04/22 07:44
[base] Fix bitmap copying where the new pitch is smaller.

38ecc949 – Werner Lemberg <[email protected]> authored on 2018/04/22 06:14
Another fix for handling invalid format 2 cmaps.

92e4662b – Alexei Podtelezhnikov <[email protected]> authored on 2018/04/19 13:57
Documentation tweaks.

e4b6d853 – Werner Lemberg <[email protected]> authored on 2018/04/19 13:43
[autofit] Add support for Georgian Mtavruli characters.

1655e00f – Werner Lemberg <[email protected]> authored on 2018/04/19 10:45
Fix handling of invalid format 2 cmaps.

2a159782 – Werner Lemberg <[email protected]> authored on 2018/04/17 08:25
[truetype] Integer overflow issues.

632a11f9 – Werner Lemberg <[email protected]> authored on 2018/04/16 15:51
CHANGES: Mention CVE-2018-6942.

70ac167c – Werner Lemberg <[email protected]> authored on 2018/04/16 06:39
[truetype] Integer overflow issues.

939bbee1 – Ankit Dhankhar <[email protected]> authored and Werner Lemberg <[email protected]> committed on 2018/04/15 18:35
[docmaker] Make it work with python3.

843193b9 – Alexei Podtelezhnikov <[email protected]> authored on 2018/04/15 12:27
[build] Use `info' function of make 3.81.

235b1e2f – Werner Lemberg <[email protected]> authored on 2018/04/15 17:55
[truetype]: Limit `SLOOP' bytecode argument to 16 bits.

827ca3bc – Werner Lemberg <[email protected]> authored on 2018/04/14 03:20
[truetype] Integer overflow issues.

576670b7 – Werner Lemberg <[email protected]> authored on 2018/04/14 03:00
[autofit] Update to Unicode 11.0.0.

029721d6 – Nikolaus Waxweiler <[email protected]> authored on 2018/04/07 17:34
Modernize CMake build.

bd9400bd – Werner Lemberg <[email protected]> authored on 2018/04/09 17:28
[truetype] Integer overflow issues.

cdddeff0 – Alexei Podtelezhnikov <[email protected]> authored on 2018/04/06 17:01
[windows, wince] Clean up legacy project files.

3b8f1680 – Werner Lemberg <[email protected]> authored on 2018/04/04 16:26
[cff, type1] Sanitize `BlueFuzz' and `BlueShift'.

26ad1acb – suzuki toshiya <[email protected]> authored on 2018/04/04 12:38
* src/truetype/ttobjs.c (trick_names): Add 3 tricky fonts (#53554),

578dafd6 – Werner Lemberg <[email protected]> authored on 2018/04/03 07:31
Minor comment improvement.

7109495c – Werner Lemberg <[email protected]> authored on 2018/04/01 09:24
* builds/toplevel.mk (work): Use $(SEP).

597cb3b4 – Werner Lemberg <[email protected]> authored on 2018/03/30 09:46
[truetype] Fix memory leak (only if tracing is on).

fa6da7bf – Alexei Podtelezhnikov <[email protected]> authored on 2018/03/26 17:40
Documentation improvement.

61ee69a6 – Werner Lemberg <[email protected]> authored on 2018/03/24 01:51
Typo.

e1122047 – Kushal K S V S <[email protected]> authored on 2018/03/23 09:12
Fixing cmake command format

34e46733 – Ben Wagner <[email protected]> authored and Werner Lemberg <[email protected]> committed on 2018/03/23 02:13
[sfnt] Correctly handle missing bitmaps in sbix format (#53404).

43d4852e – Ben Wagner <[email protected]> authored and Werner Lemberg <[email protected]> committed on 2018/03/23 02:07
[truetype] Fix advance of empty glyphs in bitmap fonts (#53393).

af89e445 – Werner Lemberg <[email protected]> authored on 2018/03/22 02:00
Remove `ftlcdfil.c' and `ftfntfmt.c' from build files (#53415).

5bd76524 – Werner Lemberg <[email protected]> authored on 2018/03/13 07:11
* src/sfnt/ttcmap.c (tt_cmap2_validate): Fix potential numeric

78cded2c – Werner Lemberg <[email protected]> authored on 2018/03/13 07:09
Fix cmap format 2 handling (#53320).

098dd70c – Nikolaus Waxweiler <[email protected]> authored and Werner Lemberg <[email protected]> committed on 2018/03/10 09:51
* CMakeLists.txt (BASE_SRCS): Update to changes from 2018-03-05.

6f854692 – Chun-wei Fan <[email protected]> authored and Werner Lemberg <[email protected]> committed on 2018/03/05 07:33
* CMakeLists.txt [win32]: Allow MSVC DLL builds (#53287).

e277267c – Werner Lemberg <[email protected]> authored on 2018/03/08 06:33
Typo.

b0a93839 – Werner Lemberg <[email protected]> authored on 2018/03/08 01:36
CHANGES: Document `--enable-freetype-config'.

a7833f26 – Hugh McMaster <[email protected]> authored and Werner Lemberg <[email protected]> committed on 2018/03/07 17:23
Make installation of `freetype-config' optional (#53093).

ccec8892 – Werner Lemberg <[email protected]> authored on 2018/03/08 01:09
Minor: Update `CHANGES' and improve documentation in `modules.cfg'.

733a21bd – Werner Lemberg <[email protected]> authored on 2018/03/05 18:37
Make `ftlcdfil.c' part of the `base' module.

f4a35316 – Werner Lemberg <[email protected]> authored on 2018/03/05 15:45
Make `ftfntfmt.c' part of the `base' module.

5955b77b – Werner Lemberg <[email protected]> authored on 2018/03/03 04:21
Minor documentation improvement.

efd13c5d – Werner Lemberg <[email protected]> authored on 2018/03/01 17:17
* src/truetype/ttinterp.c (TT_RunIns): Fix tracing arguments.

02064791 – Werner Lemberg <[email protected]> authored on 2018/03/01 16:34
* builds/unix/configure.raw: Need HarfBuzz 1.3.0 or newer.

713d68ee – Werner Lemberg <[email protected]> authored on 2018/02/17 13:35
[sfnt] Prefer `CBDT'/`CBLC' over `glyf' table (#53154).

9fbd0041 – Werner Lemberg <[email protected]> authored on 2018/02/17 05:37
Split off ChangeLog.28.

63aaf89c – Werner Lemberg <[email protected]> authored on 2018/02/17 05:34
s/sub-pixel/subpixel/.

4a03f174 – Werner Lemberg <[email protected]> authored on 2018/02/05 21:23
[truetype] Integer overflow issues.

f4a3255d – Alexei Podtelezhnikov <[email protected]> authored on 2018/02/03 19:09
[unix] Use -fvisibility=hidden.

036bdc0c – Werner Lemberg <[email protected]> authored on 2018/01/27 19:05
[truetype] Minor typo.

68dddcdc – Werner Lemberg <[email protected]> authored on 2018/01/27 18:59
[truetype] Better protection against invalid VF data.

29c75928 – Werner Lemberg <[email protected]> authored on 2018/01/27 09:43
* src/truetype/ttinterp.c (Ins_GETVARIATION): Avoid NULL reference.

f438e069 – Werner Lemberg <[email protected]> authored on 2018/01/27 09:39
* src/truetype/ttgxvar.c (tt_set_mm_blend): Minor.

ef486530 – Werner Lemberg <[email protected]> authored on 2018/01/27 06:16
[truetype] Better trace VF instances.

5f94c90f – Werner Lemberg <[email protected]> authored on 2018/01/27 05:52
Fix comment.

50f693a7 – Werner Lemberg <[email protected]> authored on 2018/01/27 04:33
[truetype] Beautify tracing of VF axis records.

994eb2b3 – Werner Lemberg <[email protected]> authored on 2018/01/26 18:17
[truetype] Fix multiple calls of `FT_Get_MM_Var' (#52955).

b1e02098 – Alexei Podtelezhnikov <[email protected]> authored on 2018/01/23 17:29
[apinames] Anonymous version map for GNU linker.

c6a965b4 – Alexei Podtelezhnikov <[email protected]> authored on 2018/01/21 09:29
[unix] Call libtool to clean up.

6ce66856 – Alexei Podtelezhnikov <[email protected]> authored on 2018/01/18 16:29
* src/base/ftver.rc: Fix mingw-w64 compilation.

Next