-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
73 lines (52 loc) · 2.35 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
2012-08-19 Ivan Vučica <[email protected]>
* Source/OpalGraphics/CGColor.m: Removed log output about CGColor
being created.
2012-07-06 Fred Kiefer <[email protected]>
* Tests/GNUmakefile,
* Source/GNUmakefile: Allow for compilation without OpalText.
To achieve this define the variable NO_OPALTEXT before compiling.
2011-03-23 Niels Grewe <[email protected]>
* Source/OpalText/FreeType/OPFreeTypeFont.m: Implement
-glyphWithName:.
2011-03-15 Niels Grewe <[email protected]>
* Source/OpalText/FreeType/OPFreeTypeFont.m: Finish bounding
rect retrieval.
* Source/OpalText/NSFont.h
* Source/OpalText/NSFont.m:
Turn transformation matrix to a union so CGAffineTransform,
NSAffineTransformStruct and the CGFloat array used by NSFont
can be used interchangeably.
2011-03-15 Niels Grewe <[email protected]>
* Source/OpalText/FreeType/OPFreeTypeFont.m: Implement more
transformations, some bounding box stuff.
* Source/OpalText/NSFont.h
* Source/OpalText/NSFont.m:
Store the font matrix as an CGAffineTransform for convenience.
2011-03-15 Niels Grewe <[email protected]>
* Source/OpalText/FreeType/OPFreeTypeFont.m: Make FreeType
handle text transforms (at least partially). Implement getting
glyph advances.
* Source/OpalText/FreeType/OPFreeTypeUtil.h: Add convenience
functions for translating between CGAffineTransforms and
FreeType vectors/matrices.
2011-03-14 Niels Grewe <[email protected]>
* Source/OpalText/FreeType/OPFreeTypeFont.m: Implement some more
NSFont methods in terms of FreeType.
2011-02-20 Niels Grewe <[email protected]>
* Source/OpalText/FreeType/OPFreeTypeUtil.h: Also mark inline
functions as static.
2011-02-20 Fred Kiefer <[email protected]>
* Source/OpalGraphics/CGContext.m: Add CMYK colour methods.
2010-11-15 Fred Kiefer <[email protected]>
* Source/OpalText/CTGlyphInfo.m
* Source/OpalText/CTFontDescriptor.m
* Source/OpalText/CTFont.m
* Source/OpalText/CTFramesetter.m
* Source/OpalText/CTFontCollection.m
* Tests/gradients.m
* Tests/x11.m: Clean up line endings and remove some compiler warnings.
2010-02-11 Nicola Pero <[email protected]>
* Source/GNUmakefile: Use := when setting ADDITIONAL_CPPFLAGS and
ADDITIONAL_LDFLAGS to reduce the number of subshell invocations
required to compile.
* Tests/GNUmakefile: Same change for ADDITIONAL_LDFLAGS.