Yury Delendik
1e7100db1e
Merge pull request #2397 from xavier114fch/master
...
Update the keys to match recent changes
13 years ago
Xavier Fung
3a18d12cb5
Change page to document
13 years ago
Xavier Fung
f862e67394
Update the keys to match recent changes
13 years ago
Yury Delendik
4e90760968
Merge pull request #2394 from brendandahl/l10n-fix
...
Change keys for find wrapped strings.
13 years ago
Brendan Dahl
67f3b38245
Change keys and update wording for find wrapped strings.
13 years ago
Yury Delendik
033545cc16
Merge pull request #2392 from benbro/master
...
Workaround for Private Use Area characters in Chrome on Windows
13 years ago
benbro
9841bc3e8e
Workaround for Private Use Area characters in Chrome on Windows
13 years ago
Brendan Dahl
9910699fac
Merge pull request #2385 from yurydelendik/issue-2374
...
Rejects post table if maxp numGlyph does not match
13 years ago
Yury Delendik
ae621701c6
Merge pull request #2390 from nbp/extra-font-optim
...
Ensure Type1Parser_extractFontProgram loop counter is not interpreted as a double.
13 years ago
Yury Delendik
58de9014de
Merge pull request #2389 from loftux/locale-sv
...
Updated Swedish locale sv
13 years ago
Yury Delendik
5a1e32a61d
Merge pull request #2381 from brendandahl/print-scale
...
Use high dpi display hack for printing too.
13 years ago
Nicolas Pierron
f5e8838bb0
Ensure the loop counter is not interpreted as a double.
...
This patch improves pure JavaScript performances by 30% by removing double computations from Type1Parser_extractFontProgram. When parseInt is fed with non numerical values, it returns a NaN which flows into the loop counter which cause every operation to be computed as a double and every index to be trunctated as an int before reading a character. This patch force the NaN value to be coerce as an integer by using a bitwise-or operation with zero.
13 years ago
Peter Lofgren
2624dd7f03
Updated Swedish locale
13 years ago
Yury Delendik
7419c75177
Merge pull request #2387 from albertvp/master
...
Catalan language (ca) added
13 years ago
Albert Vilà Picas
3000203eed
Catalan language (ca) added.
13 years ago
Yury Delendik
0646d397eb
Rejects post table if maxp numGlyph does not match
13 years ago
Brendan Dahl
60209f6b43
Use high dpi display hack for printing too.
13 years ago
Brendan Dahl
d302746c6b
Merge pull request #2352 from yurydelendik/issue-1718
...
Cleaning name table
13 years ago
Brendan Dahl
8d3980a43a
Merge pull request #2263 from yurydelendik/tables-removal
...
Attempt to remove vtmx, and vhea tables...
13 years ago
Yury Delendik
05148e8e7d
Removes vtmx and vhea tables; sanitizes fpgm and prep
13 years ago
Brendan Dahl
9f460a9a8f
Merge pull request #2251 from yurydelendik/validate-charstrings
...
Validates type2 charstrings
13 years ago
Yury Delendik
1ff741a4dd
Merge pull request #2365 from yurydelendik/add-lic-properties
...
Add license header to the rest of the l10n properties files
13 years ago
Yury Delendik
c3162b00c7
Add license header to the rest of the l10n properties files
13 years ago
Yury Delendik
a705343c86
Merge pull request #2356 from TheoChevalier/master
...
Update fr locale from mozilla-central
13 years ago
Yury Delendik
621e8e1ea9
Merge pull request #2360 from waddlesplash/refactor
...
Refactor constant names in various files
13 years ago
waddlesplash
32fbf687ab
Refactor names in various files.
...
web/viewer.js
src/fonts.js (& remove unused global)
src/evaluator.js
src/canvas.js
13 years ago
Yury Delendik
407236b9e7
Merge pull request #2363 from saebekassebil/hidefullscreen
...
Fix bugzilla bug#804526, hiding fullscreen button when in an iframe
13 years ago
Saebekassebil
6f17260d35
Fix bugzilla bug#804526, hiding fullscreen button when in an iframe
13 years ago
TheoChevalier
78b7c4400c
Update fr locale from m-c
13 years ago
Yury Delendik
68ab17e4a3
Cleaning name table
13 years ago
Brendan Dahl
4dd0e02436
Merge pull request #2350 from brendandahl/add-license-headers
...
Add license headers to properties files.
13 years ago
Brendan Dahl
942f879a5d
Add license headers to properties files.
13 years ago
Yury Delendik
610215bada
Validate charstrings
13 years ago
Brendan Dahl
57ed958318
Merge pull request #2248 from yurydelendik/validate-os2
...
Verifies some of the OS2 font table fields
13 years ago
Yury Delendik
4da7be8d28
Verifies some of the OS2 font table fields
13 years ago
Brendan Dahl
1d87a8c7b6
Merge pull request #2246 from yurydelendik/issue-2109
...
Re-creates invalid post table
13 years ago
Yury Delendik
fbe3d71663
Re-creates invalid post table
13 years ago
Brendan Dahl
2335c6c23e
Merge pull request #2342 from yurydelendik/mozcentraldiff
...
Add mozcentraldiff target
13 years ago
Yury Delendik
fb0fd9e862
Adds mozcentralcheck and mozcentraldiff targets
13 years ago
Brendan Dahl
eeec9f4274
Merge pull request #2343 from yurydelendik/issue-1294
...
Fixes compressed object entries caching
13 years ago
Yury Delendik
725195b65f
Fixes compressed object entries caching
13 years ago
Brendan Dahl
f76adca471
Merge pull request #2312 from yurydelendik/ttx
...
Test harness for fonts (uses ttx)
13 years ago
Brendan Dahl
68cb985083
Merge pull request #2341 from yurydelendik/issue-2337
...
Fixes stream loading for XRefStm
13 years ago
Brendan Dahl
e91e6a7f65
Merge pull request #2340 from yurydelendik/issue-2334
...
Fixes lineWidth/scale calculation for the fonts
13 years ago
Yury Delendik
35af48123a
Fixes stream loading for XRefStm
13 years ago
Yury Delendik
37fb625e87
Fixes lineWidth/scale calculation for the fonts
13 years ago
Yury Delendik
5afec33956
Adds ttx test harness
13 years ago
Yury Delendik
0c3d03b494
Merge pull request #2339 from brendandahl/fix-first-page
...
Fix the initialization of the first page for multiple testing rounds.
13 years ago
Brendan Dahl
a2b2ecaa29
Fix the initialization of the first page for multiple testing rounds.
13 years ago
Yury Delendik
9d3afdd2e0
References wiki/Additional-Learning-Resources page
13 years ago