55 Commits (adf0972ca57e66202acb489b8782a3b73d510bf5)

Author SHA1 Message Date
Tim van der Meij adf0972ca5 Text widget annotations: improve unit and reference tests 9 years ago
Tim van der Meij f6965fadc0 Text widget annotations: support multiline and read-only fields 9 years ago
Tim van der Meij 323e86c442 Text widget annotations: implement unit testing and sanitize data values 9 years ago
Tim van der Meij 576f742047 Improve the structure for widget annotations 9 years ago
Jonas Jenwald 78889646c8 Create a fallback annotation `id` for entries in `Annots` dictionaries that are not indirect objects (issue 7569) 9 years ago
Jonas Jenwald 83ce6f0b6d Adjust the (applicable) existing `isName` callsites to use the new `isName(v, name)` version of the function 9 years ago
Jonas Jenwald 558a22cd02 Prevent errors when parsing Annotations with missing (or invalid) /Subtype entries (issue 7446) 9 years ago
Simon Cornelius P. Umacob d872fc90b9 Expose the text widget's maximum length. 9 years ago
Jonas Jenwald 98fe094d18 Let non-viewable Popup Annotations inherit the parent's Annotation Flags if the parent is viewable 9 years ago
Jonas Jenwald b354682dd6 [api-minor] Let `LinkAnnotation`/`PDFLinkService_getDestinationHash` return a stringified version of the destination array for explicit destinations 9 years ago
Jonas Jenwald 6111c17c8a Use `Dict_getArray` in more places in `src/core/` to avoid issues when Arrays contain indirect objects 9 years ago
Jonas Jenwald f3f825cc71 Various improvements for `GoToR` actions 9 years ago
Jonas Jenwald b63ef7a8b6 Refactor `LinkAnnotation` slightly to add `data.url`/`data.dest` at the end 9 years ago
Jonas Jenwald 13d7a5070e Prevent failures in the Annotation code if the `Rect` array contains indirect objects (issue 7115) 9 years ago
Tim van der Meij ad31e52a26 Group popup creation code and apply it to more annotation types 9 years ago
Tim van der Meij 6a33dfd13a Implement support for FileAttachment annotations 9 years ago
Xiliang Chen 6762ff2fd6 don't render highlight/underline/squiggly/strikeout annotations that doesn't have popup 9 years ago
Xiliang Chen 266cedd960 always expose data.title and data.content 9 years ago
Xiliang Chen e42da0f5e9 move hasHtml to AnnotationElement 9 years ago
Tim van der Meij 6ef7120a04 Implement support for Highlight annotations 9 years ago
Tim van der Meij 34918a6666 Implement support for Squiggly annotations 9 years ago
Tim van der Meij c5f4b9750e Implement support for StrikeOut annotations 9 years ago
Tim van der Meij cd28dd34fe Implement support for Underline annotations 9 years ago
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