File: ChangeLog

package info (click to toggle)
pdfkit.framework 0.8-2sarge4
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 4,236 kB
  • ctags: 4,866
  • sloc: cpp: 54,854; objc: 1,038; ansic: 821; makefile: 492; sh: 152
file content (221 lines) | stat: -rw-r--r-- 9,111 bytes parent folder | download
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
2004-11-06 18:52  stefankst

	* xpdf/xpdf-3.00/xpdf/XRef.cc: applied xpdf patch to fix various
	  buffer overflows

2004-10-11 19:29  stefankst

	* Documentation/ChangeLog: updated for v0.8

2004-10-11 19:26  stefankst

	* xpdf/xpdf-3.00/GNUmakefile: use $(MAKE) instead of gmake

2004-10-11 19:25  stefankst

	* Documentation/INSTALL: added notes about gnu make

2004-10-11 19:24  stefankst

	* GNUmakefile: set framework version

2004-10-07 23:43  stefankst

	* config.make: improved freetype detection (thanks to Rob Burns)

2004-10-07 23:23  stefankst

	* Documentation/Contributors.txt: cvs import

2004-10-05 18:38  stefankst

	* GNUmakefile: added PDFPrintView.m,.h

2004-10-05 18:36  stefankst

	* PDFPrintView.h, PDFPrintView.m: cvs import

2004-10-05 18:35  stefankst

	* PDFDocument.h, PDFDocument.m, PDFOutline.h, PDFOutline.m: wrap
	  the xpdf document with a counting reference

2004-10-05 18:33  stefankst

	* xpdf/bridge/: CountingRef.h, CountingRef.m, DPS.h, DPS.m,
	  PSOutputDev.cc, PSOutputDev.h: cvs import

2004-10-05 18:20  stefankst

	* xpdf/bridge/: XPDFBridge.cc, XPDFBridge.h: first, rudimental
	  support for printing

2004-10-05 18:19  stefankst

	* xpdf/bridge/GNUmakefile: added DPS.m, CountingRef.m,
	  PSOutputDev.c

2004-08-21 14:35  stefankst

	* PDFDocument.h, PDFDocument.m, xpdf/bridge/XPDFBridge.cc,
	  xpdf/bridge/XPDFBridge.h: Improved searching in pdf documents. A
	  search context object is used to hold some data between to
	  subsequent searches in a document.  This increases speed a bit.

2004-06-28 22:24  stefankst

	* config.make: removed erroneous -L switch from LIB_FREETYPE_LIBS
	  in linux configuration

2004-03-31 23:39  stefankst

	* GNUmakefile, PDFDocument.h, PDFDocument.m, PDFFontManager.h,
	  PDFFontManager.m, PDFImageRep.h, PDFImageRep.m, PDFOutline.h,
	  PDFOutline.m, config.make, Documentation/COPYING,
	  Documentation/ChangeLog, Documentation/INSTALL,
	  Documentation/README.license, Fonts/d050000l.pfb,
	  Fonts/n019003l.pfb, Fonts/n019004l.pfb, Fonts/n019023l.pfb,
	  Fonts/n019024l.pfb, Fonts/n021003l.pfb, Fonts/n021004l.pfb,
	  Fonts/n021023l.pfb, Fonts/n021024l.pfb, Fonts/n022003l.pfb,
	  Fonts/n022004l.pfb, Fonts/n022023l.pfb, Fonts/n022024l.pfb,
	  Fonts/s050000l.pfb, xpdf/GNUmakefile, xpdf/bridge/GNUmakefile,
	  xpdf/bridge/Locking.m, xpdf/bridge/XPDFBridge.cc,
	  xpdf/bridge/XPDFBridge.h, xpdf/xpdf-3.00/ANNOUNCE,
	  xpdf/xpdf-3.00/CHANGES, xpdf/xpdf-3.00/COPYING,
	  xpdf/xpdf-3.00/GNUmakefile,
	  xpdf/xpdf-3.00/GNUmakefile.wo_freetype, xpdf/xpdf-3.00/INSTALL,
	  xpdf/xpdf-3.00/Makefile.in, xpdf/xpdf-3.00/README,
	  xpdf/xpdf-3.00/aclocal.m4, xpdf/xpdf-3.00/aconf-dj.h,
	  xpdf/xpdf-3.00/aconf-win32.h, xpdf/xpdf-3.00/aconf.h.in,
	  xpdf/xpdf-3.00/aconf2.h, xpdf/xpdf-3.00/configure,
	  xpdf/xpdf-3.00/dj_make.bat, xpdf/xpdf-3.00/install-sh,
	  xpdf/xpdf-3.00/ms_make.bat, xpdf/xpdf-3.00/vms_make.com,
	  xpdf/xpdf-3.00/fofi/FoFiBase.cc, xpdf/xpdf-3.00/fofi/FoFiBase.h,
	  xpdf/xpdf-3.00/fofi/FoFiEncodings.cc,
	  xpdf/xpdf-3.00/fofi/FoFiEncodings.h,
	  xpdf/xpdf-3.00/fofi/FoFiTrueType.cc,
	  xpdf/xpdf-3.00/fofi/FoFiTrueType.h,
	  xpdf/xpdf-3.00/fofi/FoFiType1.cc,
	  xpdf/xpdf-3.00/fofi/FoFiType1.h,
	  xpdf/xpdf-3.00/fofi/FoFiType1C.cc,
	  xpdf/xpdf-3.00/fofi/FoFiType1C.h, xpdf/xpdf-3.00/fofi/Makefile,
	  xpdf/xpdf-3.00/fofi/Makefile.dep,
	  xpdf/xpdf-3.00/fofi/Makefile.in,
	  xpdf/xpdf-3.00/fofi/vms_make.com, xpdf/xpdf-3.00/goo/GHash.cc,
	  xpdf/xpdf-3.00/goo/GHash.h, xpdf/xpdf-3.00/goo/GList.cc,
	  xpdf/xpdf-3.00/goo/GList.h, xpdf/xpdf-3.00/goo/GMutex.h,
	  xpdf/xpdf-3.00/goo/GString.cc, xpdf/xpdf-3.00/goo/GString.h,
	  xpdf/xpdf-3.00/goo/Makefile.dep, xpdf/xpdf-3.00/goo/Makefile.in,
	  xpdf/xpdf-3.00/goo/gfile.cc, xpdf/xpdf-3.00/goo/gfile.h,
	  xpdf/xpdf-3.00/goo/gmem.c, xpdf/xpdf-3.00/goo/gmem.h,
	  xpdf/xpdf-3.00/goo/gmempp.cc, xpdf/xpdf-3.00/goo/gtypes.h,
	  xpdf/xpdf-3.00/goo/parseargs.c, xpdf/xpdf-3.00/goo/parseargs.h,
	  xpdf/xpdf-3.00/goo/vms_directory.c,
	  xpdf/xpdf-3.00/goo/vms_dirent.h, xpdf/xpdf-3.00/goo/vms_make.com,
	  xpdf/xpdf-3.00/goo/vms_sys_dirent.h,
	  xpdf/xpdf-3.00/goo/vms_unix_time.h,
	  xpdf/xpdf-3.00/goo/vms_unix_times.c,
	  xpdf/xpdf-3.00/goo/vms_unlink.c, xpdf/xpdf-3.00/splash/Makefile,
	  xpdf/xpdf-3.00/splash/Makefile.dep,
	  xpdf/xpdf-3.00/splash/Makefile.in,
	  xpdf/xpdf-3.00/splash/Splash.cc, xpdf/xpdf-3.00/splash/Splash.h,
	  xpdf/xpdf-3.00/splash/SplashBitmap.cc,
	  xpdf/xpdf-3.00/splash/SplashBitmap.h,
	  xpdf/xpdf-3.00/splash/SplashClip.cc,
	  xpdf/xpdf-3.00/splash/SplashClip.h,
	  xpdf/xpdf-3.00/splash/SplashErrorCodes.h,
	  xpdf/xpdf-3.00/splash/SplashFTFont.cc,
	  xpdf/xpdf-3.00/splash/SplashFTFont.h,
	  xpdf/xpdf-3.00/splash/SplashFTFontEngine.cc,
	  xpdf/xpdf-3.00/splash/SplashFTFontEngine.h,
	  xpdf/xpdf-3.00/splash/SplashFTFontFile.cc,
	  xpdf/xpdf-3.00/splash/SplashFTFontFile.h,
	  xpdf/xpdf-3.00/splash/SplashFont.cc,
	  xpdf/xpdf-3.00/splash/SplashFont.h,
	  xpdf/xpdf-3.00/splash/SplashFontEngine.cc,
	  xpdf/xpdf-3.00/splash/SplashFontEngine.h,
	  xpdf/xpdf-3.00/splash/SplashFontFile.cc,
	  xpdf/xpdf-3.00/splash/SplashFontFile.h,
	  xpdf/xpdf-3.00/splash/SplashFontFileID.cc,
	  xpdf/xpdf-3.00/splash/SplashFontFileID.h,
	  xpdf/xpdf-3.00/splash/SplashGlyphBitmap.h,
	  xpdf/xpdf-3.00/splash/SplashMath.h,
	  xpdf/xpdf-3.00/splash/SplashPath.cc,
	  xpdf/xpdf-3.00/splash/SplashPath.h,
	  xpdf/xpdf-3.00/splash/SplashPattern.cc,
	  xpdf/xpdf-3.00/splash/SplashPattern.h,
	  xpdf/xpdf-3.00/splash/SplashScreen.cc,
	  xpdf/xpdf-3.00/splash/SplashScreen.h,
	  xpdf/xpdf-3.00/splash/SplashState.cc,
	  xpdf/xpdf-3.00/splash/SplashState.h,
	  xpdf/xpdf-3.00/splash/SplashT1Font.cc,
	  xpdf/xpdf-3.00/splash/SplashT1Font.h,
	  xpdf/xpdf-3.00/splash/SplashT1FontEngine.cc,
	  xpdf/xpdf-3.00/splash/SplashT1FontEngine.h,
	  xpdf/xpdf-3.00/splash/SplashT1FontFile.cc,
	  xpdf/xpdf-3.00/splash/SplashT1FontFile.h,
	  xpdf/xpdf-3.00/splash/SplashTypes.h,
	  xpdf/xpdf-3.00/splash/SplashXPath.cc,
	  xpdf/xpdf-3.00/splash/SplashXPath.h,
	  xpdf/xpdf-3.00/splash/SplashXPathScanner.cc,
	  xpdf/xpdf-3.00/splash/SplashXPathScanner.h,
	  xpdf/xpdf-3.00/splash/vms_make.com, xpdf/xpdf-3.00/xpdf/Annot.cc,
	  xpdf/xpdf-3.00/xpdf/Annot.h, xpdf/xpdf-3.00/xpdf/Array.cc,
	  xpdf/xpdf-3.00/xpdf/Array.h, xpdf/xpdf-3.00/xpdf/BuiltinFont.cc,
	  xpdf/xpdf-3.00/xpdf/BuiltinFont.h,
	  xpdf/xpdf-3.00/xpdf/BuiltinFontTables.cc,
	  xpdf/xpdf-3.00/xpdf/BuiltinFontTables.h,
	  xpdf/xpdf-3.00/xpdf/CMap.cc, xpdf/xpdf-3.00/xpdf/CMap.h,
	  xpdf/xpdf-3.00/xpdf/Catalog.cc, xpdf/xpdf-3.00/xpdf/Catalog.h,
	  xpdf/xpdf-3.00/xpdf/CharCodeToUnicode.cc,
	  xpdf/xpdf-3.00/xpdf/CharCodeToUnicode.h,
	  xpdf/xpdf-3.00/xpdf/CharTypes.h, xpdf/xpdf-3.00/xpdf/Decrypt.cc,
	  xpdf/xpdf-3.00/xpdf/Decrypt.h, xpdf/xpdf-3.00/xpdf/Dict.cc,
	  xpdf/xpdf-3.00/xpdf/Dict.h, xpdf/xpdf-3.00/xpdf/Error.cc,
	  xpdf/xpdf-3.00/xpdf/Error.h, xpdf/xpdf-3.00/xpdf/ErrorCodes.h,
	  xpdf/xpdf-3.00/xpdf/FontEncodingTables.cc,
	  xpdf/xpdf-3.00/xpdf/FontEncodingTables.h,
	  xpdf/xpdf-3.00/xpdf/Function.cc, xpdf/xpdf-3.00/xpdf/Function.h,
	  xpdf/xpdf-3.00/xpdf/Gfx.cc, xpdf/xpdf-3.00/xpdf/Gfx.h,
	  xpdf/xpdf-3.00/xpdf/GfxFont.cc, xpdf/xpdf-3.00/xpdf/GfxFont.h,
	  xpdf/xpdf-3.00/xpdf/GfxState.cc, xpdf/xpdf-3.00/xpdf/GfxState.h,
	  xpdf/xpdf-3.00/xpdf/GlobalParams.cc,
	  xpdf/xpdf-3.00/xpdf/GlobalParams.h,
	  xpdf/xpdf-3.00/xpdf/JArithmeticDecoder.cc,
	  xpdf/xpdf-3.00/xpdf/JArithmeticDecoder.h,
	  xpdf/xpdf-3.00/xpdf/JBIG2Stream.cc,
	  xpdf/xpdf-3.00/xpdf/JBIG2Stream.h,
	  xpdf/xpdf-3.00/xpdf/JPXStream.cc,
	  xpdf/xpdf-3.00/xpdf/JPXStream.h, xpdf/xpdf-3.00/xpdf/Lexer.cc,
	  xpdf/xpdf-3.00/xpdf/Lexer.h, xpdf/xpdf-3.00/xpdf/Link.cc,
	  xpdf/xpdf-3.00/xpdf/Link.h, xpdf/xpdf-3.00/xpdf/Makefile.dep,
	  xpdf/xpdf-3.00/xpdf/Makefile.in,
	  xpdf/xpdf-3.00/xpdf/NameToCharCode.cc,
	  xpdf/xpdf-3.00/xpdf/NameToCharCode.h,
	  xpdf/xpdf-3.00/xpdf/NameToUnicodeTable.h,
	  xpdf/xpdf-3.00/xpdf/Object.cc, xpdf/xpdf-3.00/xpdf/Object.h,
	  xpdf/xpdf-3.00/xpdf/Outline.cc, xpdf/xpdf-3.00/xpdf/Outline.h,
	  xpdf/xpdf-3.00/xpdf/OutputDev.cc,
	  xpdf/xpdf-3.00/xpdf/OutputDev.h, xpdf/xpdf-3.00/xpdf/PDFDoc.cc,
	  xpdf/xpdf-3.00/xpdf/PDFDoc.h,
	  xpdf/xpdf-3.00/xpdf/PDFDocEncoding.cc,
	  xpdf/xpdf-3.00/xpdf/PDFDocEncoding.h,
	  xpdf/xpdf-3.00/xpdf/PSTokenizer.cc,
	  xpdf/xpdf-3.00/xpdf/PSTokenizer.h, xpdf/xpdf-3.00/xpdf/Page.cc,
	  xpdf/xpdf-3.00/xpdf/Page.h, xpdf/xpdf-3.00/xpdf/Parser.cc,
	  xpdf/xpdf-3.00/xpdf/Parser.h,
	  xpdf/xpdf-3.00/xpdf/SplashOutputDev.cc,
	  xpdf/xpdf-3.00/xpdf/SplashOutputDev.h,
	  xpdf/xpdf-3.00/xpdf/Stream-CCITT.h,
	  xpdf/xpdf-3.00/xpdf/Stream.cc, xpdf/xpdf-3.00/xpdf/Stream.h,
	  xpdf/xpdf-3.00/xpdf/TextOutputDev.cc,
	  xpdf/xpdf-3.00/xpdf/TextOutputDev.h, xpdf/xpdf-3.00/xpdf/UTF8.h,
	  xpdf/xpdf-3.00/xpdf/UnicodeMap.cc,
	  xpdf/xpdf-3.00/xpdf/UnicodeMap.h,
	  xpdf/xpdf-3.00/xpdf/UnicodeMapTables.h,
	  xpdf/xpdf-3.00/xpdf/UnicodeTypeTable.cc,
	  xpdf/xpdf-3.00/xpdf/UnicodeTypeTable.h,
	  xpdf/xpdf-3.00/xpdf/XRef.cc, xpdf/xpdf-3.00/xpdf/XRef.h,
	  xpdf/xpdf-3.00/xpdf/config.h, xpdf/xpdf-3.00/xpdf/vms_make.com,
	  xpdf/xpdf-3.00/xpdf/xpdf.cc: cvs import