10 Commits (9ba4f74370a3463e94897b46ed4770bb032cfef1)

Author SHA1 Message Date
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
Jonas Jenwald fb52144cfb Enable links beginning with 'www.' even if no protocol is specified 12 years ago
Tim van der Meij 48a24a48c1 Fixing annotation icon issues 12 years ago
Tim van der Meij 14912b5a03 Annotation selection 12 years ago
Brendan Dahl feafb394d6 Use text widget annotation appearance stream if it is available. 12 years ago
Brendan Dahl 5ecce4996b Split files into worker and main thread pieces. 12 years ago
Tim van der Meij 75035a2970 Named actions implementation 12 years ago
Jonas 688cea0758 Prevent link borders from being drawn if their width is undefined 12 years ago
Brendan Dahl bf72bc94e2 Incrementally render by sending the operator list by chunks as they're ready. 12 years ago
Yury Delendik 28778e6c1b Rejects incorrect url in download manager 12 years ago
Rob Wu cc04cf5d1f Configurable IMAGE_DIR for annotations 12 years ago
Brendan Dahl e62ab300f1 Handle annotations with no resources. 12 years ago
Brendan Dahl 01ce3d056c Load all resources before getOperatorList/getTextContent. 12 years ago
Yury Delendik d8e3f1da72 Adds missing link-annotation-border file and lint error 12 years ago
Yury Delendik 234812a807 Fixing appendToOperatorList 12 years ago
Mack Duan fc5b7dbb1f Add support for form text annotations 12 years ago
Mack Duan a394c1bac6 Support borders for link annotations 12 years ago
Yury Delendik 336aa38f4a Reset canvas state before drawing annotations 12 years ago
Mack Duan da2c4d58ec Do not show appearance stream for text annotations 12 years ago