29 Commits (f17d6721e71d30e5face06d35b7467475cbbe911)

Author SHA1 Message Date
Tim van der Meij 7d43971f54 Implement support for Popup annotations 9 years ago
Tim van der Meij df81b832bb Remove unused variables 9 years ago
Yury Delendik 6b60c8f4db Adds UMD headers to core, display and shared files. 9 years ago
Tim van der Meij 8d36aad30a Implement constants for all annotation types 9 years ago
Tim van der Meij 8b79becad6 Improve code structure of the annotation code 10 years ago
Jonas Jenwald a2a5d36d5b Restore the `data.annotationFlags` parameter for annotations (PR 6672 follow-up) 10 years ago
Tim van der Meij 0991c06395 Refactor annotation flags code 10 years ago
Manas a2ba1b8189 Uses editorconfig to maintain consistent coding styles 10 years ago
Manas dbcb46c8de Uses @alias to fix missing comments on JSDocs pages 10 years ago
Yury Delendik 58c3ea0820 Adds thread abort capabilities. 10 years ago
Tim van der Meij 4f920ad100 Refactor annotation code to use a factory 10 years ago
Tim van der Meij 980aa10e04 Refactor annotation rectangle code and add unit tests 10 years ago
Tim van der Meij 995c5ba205 Simplify annotation data passing 10 years ago
Tim van der Meij 465611a2ff More cleanup regarding annotation border styles 10 years ago
Tim van der Meij a2e9845093 Refactor annotation color handling and add unit tests 10 years ago
Tim van der Meij 3a6eed6248 Do not draw a border if neither a Border nor a BS entry is present 10 years ago
Tim van der Meij 5aa1d9fdfd Remove InteractiveAnnotation abstraction 10 years ago
Tim van der Meij 9550c00184 Transform old implementation to new implementation of border styles 10 years ago
Tim van der Meij 9ba4f74370 Implement setBorderStyle for annotations 10 years ago
Tim van der Meij 88b2059ed9 Implement annotation border style class and constants 10 years ago
Martin Heller a61a4b18cc URL annotations handled as UTF-8 to accommodate some bad PDFs. For proper 7-bit ASCII this makes no difference. Fixes Bug 1122280. 10 years ago
Tim van der Meij 06004d6a92 Make sure that an A entry in an annotation dictionary is also a dictionary itself 10 years ago
Tim van der Meij 91aa3925ee Remove unused hasOperatorList code 10 years ago
Fabian Lange 979635138a Improves rendering performance of annotation layers. 10 years ago
Rob Wu c889e4e679 Fix error in WidgetAnnotation 11 years ago
Jonas Jenwald 9cb09324d2 Add strict equalities in src/core/annotation.js 11 years ago
Yury Delendik 88fd1aa78b Removes PDFJS.Annotation 11 years ago
Yury Delendik bdeca30fbf Splits shared/annotation.js into core/ and display/ 11 years ago
Samuel Chantaraud f362b3c744 Fix #4914 by ignoring hidden annotation 11 years ago
Yury Delendik d8eb8b1de1 Adds Promise to the getOperatorList 11 years ago
Jonas Jenwald 67a3b59864 Handle more cases of invalid line dash patterns in annotation borders 11 years ago
Tim van der Meij 7656408579 Refactoring Util.inherit.getOperatorList in annotation.js 11 years ago
Jonas Jenwald cb59e7f872 Remove LegacyPromise in src/shared/annotation.js 11 years ago
Tim van der Meij 8d365b23ca Force default icon size for Text annotations without appearance stream 11 years ago
Samuel Chantaraud 7a4543e348 Prevent the annotationLayer to be recreated when the page is redrawn 11 years ago
Rob Wu 2e97c0d085 Remove some unused variables from src/ 11 years ago
Tim van der Meij 10f80bda23 Fixes lint warning W004 in src/shared 11 years ago
Tim van der Meij a71a87a821 Fixes lint warning W018: confusing use of exclamation mark 11 years ago
Jonas Jenwald 772df5e0cb Workaround for missing 'Rect' entry in annotation dictionaries (issue 4537) 11 years ago
Yury Delendik 31f081ae17 Doesn't traverse cyclic references in Dict.getAll; reduces empty-Dict garbage 11 years ago
Jonas Jenwald 4840c2ccdc Add braces to single line statements in src/shared/annotation.js 11 years ago
Samuel Chantaraud 076b3433b4 Improved annotations' display/behavior. 11 years ago
Yury Delendik 10af056f8f Reset annotation stream; reset page annotation promise 11 years ago
Jonas Jenwald 054f1e7e57 Handle undefined url in LinkAnnotation 11 years ago
Rob Wu 3c0b8073be Try to recover from bad URI value 11 years ago
Jonas Jenwald 46ba8d10b0 Only check for line dash pattern when annotation has a visible border (bug 957034 followup) 11 years ago
Jonas Jenwald 7c616502c2 Fix annotation border issue (bug 957034) 11 years ago
Yury Delendik 5bf3e44e30 Introduces LegacyPromise; polyfills DOM Promise 11 years ago
Brendan Dahl 2228343f77 Only trigger warning bar on certain unsupported features. 11 years ago
Brendan Dahl f4942b11f8 Reduce the memory usage of the operator list. 12 years ago