1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-26 10:08:06 +02:00
pdf.js/src/core
Tim van der Meij 8d36aad30a Implement constants for all annotation types
Now we have a full list of all possible annotation types and the
numbering corresponds to the order in the specification. Not only is
this more consistent and complete, it also prevents having to add these
constants when a new annotation type is implemented.

Additionally fix an issue where a regular Widget annotation would not
have `data.annotationType` set. It was only set for a
TextWidgetAnnotation, but instead move it to the base Widget annotation
class to add it for all Widget annotations (since TextWidgetAnnotation
inherits from WidgetAnnotation it will have it too).
2015-12-15 15:23:55 +01:00
..
annotation.js Implement constants for all annotation types 2015-12-15 15:23:55 +01:00
arithmetic_decoder.js Uses editorconfig to maintain consistent coding styles 2015-11-14 07:32:18 +05:30
bidi.js Move the globals comments in bidi.js and metadata.js to after the Copyright comments 2015-11-21 18:43:08 +01:00
charsets.js Uses editorconfig to maintain consistent coding styles 2015-11-14 07:32:18 +05:30
chunked_stream.js Uses editorconfig to maintain consistent coding styles 2015-11-14 07:32:18 +05:30
cmap.js Uses editorconfig to maintain consistent coding styles 2015-11-14 07:32:18 +05:30
colorspace.js Uses editorconfig to maintain consistent coding styles 2015-11-14 07:32:18 +05:30
core.js Improve code structure of the annotation code 2015-11-29 00:04:21 +01:00
crypto.js Uses editorconfig to maintain consistent coding styles 2015-11-14 07:32:18 +05:30
evaluator.js Adds transfer function support for SMask. 2015-12-04 12:52:45 -06:00
font_renderer.js Uses editorconfig to maintain consistent coding styles 2015-11-14 07:32:18 +05:30
fonts.js Use adjustWidths for TrueType fonts if we handle them as OpenType (issue 5027, issue 5084, issue 6556, bug 1204903) 2015-12-08 00:49:22 +01:00
function.js Uses editorconfig to maintain consistent coding styles 2015-11-14 07:32:18 +05:30
glyphlist.js Uses editorconfig to maintain consistent coding styles 2015-11-14 07:32:18 +05:30
image.js Uses editorconfig to maintain consistent coding styles 2015-11-14 07:32:18 +05:30
jbig2.js Uses editorconfig to maintain consistent coding styles 2015-11-14 07:32:18 +05:30
jpg.js Uses editorconfig to maintain consistent coding styles 2015-11-14 07:32:18 +05:30
jpx.js Uses editorconfig to maintain consistent coding styles 2015-11-14 07:32:18 +05:30
metrics.js Uses editorconfig to maintain consistent coding styles 2015-11-14 07:32:18 +05:30
murmurhash3.js Uses editorconfig to maintain consistent coding styles 2015-11-14 07:32:18 +05:30
network.js Uses editorconfig to maintain consistent coding styles 2015-11-14 07:32:18 +05:30
obj.js Uses editorconfig to maintain consistent coding styles 2015-11-14 07:32:18 +05:30
parser.js Ensure that Lexer_getName does not fail if a Name contains in invalid usage of the NUMBER SIGN (#) (issue 6692) 2015-11-28 11:59:09 +01:00
pattern.js Replaces UnsupportedManager with callback. 2015-11-30 14:42:47 -06:00
pdf_manager.js Make use of Util.inherit in src/core/pdf_manager.js 2015-11-29 00:58:19 +01:00
ps_parser.js Uses editorconfig to maintain consistent coding styles 2015-11-14 07:32:18 +05:30
stream.js Uses editorconfig to maintain consistent coding styles 2015-11-14 07:32:18 +05:30
worker.js Replaces UnsupportedManager with callback. 2015-11-30 14:42:47 -06:00