27 Commits (b66b705ed7125fa008e3f067b2d3fd8ee11170b2)

Author SHA1 Message Date
Jonas Jenwald 3e20d30afc Change the signatures of the `PartialEvaluator` "constructor" and its `getOperatorList`/`getTextContent` methods to take parameter objects 8 years ago
Jonas Jenwald 7560f12a17 Enable the `object-shorthand` ESLint rule 8 years ago
Tim van der Meij 35730148a7
Convert the files in the `/test/unit` folder to ES6 modules 8 years ago
porlan1 d9e1cb7955 unit test files as UMD modules 8 years ago
Jonas Jenwald c850968fa7 Remove `globals` that are now unnecessary thanks to the use of various ESLint environments (e.g. Node, ShellJS, Jasmine) 8 years ago
Yury Delendik 0a700fa29d Updates Jasmine version. 9 years ago
Manas a2ba1b8189 Uses editorconfig to maintain consistent coding styles 10 years ago
Jonas Jenwald 1c66d4a106 Add a `totalLength` getter to `OperatorList`, since the `length` is zero after flushing 10 years ago
Yury Delendik 58c3ea0820 Adds thread abort capabilities. 10 years ago
Jonas Jenwald 0dde08554d Add a unit-test for skipping `paintXObject` if `Subtype === PS` (PR 4861) 10 years ago
Jonas Jenwald 46a8485db4 Ignore paint form XObject when the name is missing (issue 4558) 10 years ago
Collin Anderson 54e984c763 cleaned whitespace 10 years ago
Jonas Jenwald 06b5d97bc6 Remove two instances of leftover console.log debug statements 11 years ago
Nicholas Nethercote 081866a184 Use null instead of [] for ops with no args. 11 years ago
Yury Delendik d8eb8b1de1 Adds Promise to the getOperatorList 11 years ago
Christian Krebs 3e7bcaa892 Handle nested post script arguments in the preprocessor 11 years ago
Yury Delendik 63d5aae3f6 Groups path commands into single command 11 years ago
Yury Delendik 09f8f951c8 Extracts evaluator preprocessor and refactor text extraction 11 years ago
Brendan Dahl f4942b11f8 Reduce the memory usage of the operator list. 12 years ago
Brendan Dahl bf72bc94e2 Incrementally render by sending the operator list by chunks as they're ready. 12 years ago
Mack Duan 2ce00279be Address more of brendan's comments 12 years ago
Mack Duan dbccbaaa27 Make getOperatorList() calls independent and merge queues at end 12 years ago
Yury Delendik 81f8f92696 Adds web/* and test/* for jshint target 12 years ago
mduan 5ab3bb1e03 Skip commands that have too few arguments 12 years ago
Yury Delendik 43f1946c7a Add prefixes for literals 13 years ago
Yury Delendik ec6c185cf5 Allow parsing of the "glued" commands 13 years ago
Yury Delendik 324b867183 Adds evaluator tests 13 years ago