122 Commits (e17d828b64a1996687e64bea5186f508c2a5d068)

Author SHA1 Message Date
Brendan Dahl 2ca8c0d999 Cleanup references to dom elements. 13 years ago
Yury Delendik 41a4272463 Implement textRise; reduce ref test to one page 13 years ago
Brendan Dahl 24a3e0c8cc Don't trigger TODO on marked content. 13 years ago
Yury Delendik d5da15e001 Fixes brackets 13 years ago
Yury Delendik 50b86ff480 Move putImageData 13 years ago
Yury Delendik 81681e7914 Pre-scale image in the paintImageMaskXObject 13 years ago
Brendan Dahl 034583e1a1 Add new severity log info(). Change severity of some log messages. Trigger fallback on errors and warnings for extension. 13 years ago
Yury Delendik 47c43b5779 Removing the rotatePoint, width, height from the API 13 years ago
Kalervo Kujala 99440ab691 Refactor class method names. 13 years ago
gigaherz c6d7e654ee Replace variables named 'char'=>'character', 'byte'=>'octet' and field '.private'=>'.privateData'. This allows pdf.js to compile with Google's Closure Compiler. 13 years ago
Brendan Dahl 7008d07fde Fix gradients for fill and stroke. 13 years ago
notmasteryet bcdf7b46c5 Fixing advance after disabled symbols 13 years ago
notmasteryet 72355121a0 Don't print missing symbols in the font 13 years ago
Julian Viereck 25cfebfd71 Change the kExecutionTime value to 15. In theory, this should give 60FPS rendering. 13 years ago
Julian Viereck fd2ab059d3 Rename IRQueue and codeIR -> operatorList 13 years ago
Julian Viereck f80fd13fe5 new ScratchCanvas -> createScratchCanvas and fix linting 13 years ago
Julian Viereck 261ff39f6d Remove suffix _IR 13 years ago
Julian Viereck 8325d37f9d No need to store ScratchCanvas on CanvasGraphics 13 years ago
Julian Viereck 889d6d100a Cleanup font loading. 13 years ago
notmasteryet e8ca7b44d9 Fixing review nits; moving small functions inside bidi 13 years ago
Brendan Dahl ebf26a5e29 Fix undefined stepper. 13 years ago
notmasteryet 1cfb099640 Add bugzill reference, reducing to 1px size 13 years ago
notmasteryet b32a7b1c8b Reducing min font size to 2; rearranging fontSizeScale logic 13 years ago
notmasteryet 99d71cc713 scale line width; set min font size to 8 13 years ago
Brendan Dahl 9fe5eff905 Combining Yury's and my debugging tools. 13 years ago
Adil Allawi 2bc708305d Fix up bidi algorithm, and set direction of div to match text direction 13 years ago
Adil Allawi 2e1a88f39e Handle bidi ordering of PDF strings 13 years ago
notmasteryet cc9035438a Optimization: don't scale when parameter is 1.0 13 years ago
notmasteryet bd95a191b7 Reducing MIN_FONT_SIZE size to 5px 13 years ago
notmasteryet 34e2aa5d21 Browser minimal font adjustment 13 years ago
Kalervo Kujala 66e3441e0e Change throws to errors. 13 years ago
Artur Adib 5c8753dcba Fixing regression errors, better logic 13 years ago
Artur Adib bbdec90c0d Lint 13 years ago
Artur Adib 786cccf636 setFont() supports negative size, closes #1049 13 years ago
Artur Adib 357f4cc665 Clarifying variable role 13 years ago
Artur Adib 66eff7a5cb more robust fontMatrix parsing, error checking 13 years ago
Brendan Dahl 8aac2256ed Fix zero width lines. 13 years ago
notmasteryet 1bb5592357 Replace makeCssRgb.apply in setStrokeColor and setFillColor 13 years ago
notmasteryet a84fa13189 using font flags to recognize the symbol and serif fonts; using the encoding instead of predefined MacRoman in TrueType fonts 13 years ago
Artur Adib 86387272fc webkit dash support 13 years ago
notmasteryet cbf4c0393f Replace nbsp entity with character code 14 years ago
notmasteryet 3f286803d0 Move the media left-top corner to the (0,0) canvas position 14 years ago
notmasteryet d7754a402e Correct stroke width for text; convert intel-load test to eq-test 14 years ago
notmasteryet 0f6291c7b9 Move text layer UI to viewer.js; fixes adding div with single char; replaces innerHTML to textContent 14 years ago
Adil Allawi b921486bce simplify adding of textdivs to DOM as queue is no longer needed 14 years ago
Brendan Dahl 8096d747c0 Fix nits. 14 years ago
Adil Allawi 5bd080fd05 oops, interval was not clearing because 'this' is not the same 'this' inside an interval. Should use local variable 'self' instead. Reviewers you should have spotted this! :) 14 years ago
Adil Allawi 4a14a79884 use array index instead of array.shift() 14 years ago
Adil Allawi cc007b539a fix lint nitpick 14 years ago
Adil Allawi ce57bac447 Build Text Layer one div at a a time as an Interval instead of a all in a TimeOut to keep the browser responsive 14 years ago