57 Commits (7c78b2f6c097f7da303bc0b784de89148c457abc)

Author SHA1 Message Date
Yury Delendik 0576c9c6c6 Replaces all preprocessor directives with PDFJSDev calls. 9 years ago
Jonas Jenwald 885ba83624 Add the number of `textDivs` to the `textlayerrendered` event, to avoid having to manually get that information in the event handler 9 years ago
Jonas Jenwald 3904be8889 Ensure that we cancel any pending `textLayer` rendering operations when the viewer is closed (issue 7274) 9 years ago
Jeremy Press e68f4f855f fixing 7590 by delaying div shrink after mouse up 9 years ago
Tim van der Meij a2525a8ba3 Revert "Add a `enhanceTextSelection` preference to the viewer" 9 years ago
Jonas Jenwald 15e45d772f Add a `enhanceTextSelection` preference to the viewer 9 years ago
Tim van der Meij 7c961b6b7a Minor code style improvements after #7539 9 years ago
Jeremy Press 6faa84abdb Continuing fairexpand #6663 9 years ago
jazzy-em 0a347ec04d Added multiple term search functionality (with default phrase search) 9 years ago
Tim van der Meij 6a7012aaca Remove unused variables 9 years ago
Yury Delendik 7fd3db9977 Adds EventBus. 9 years ago
Yury Delendik 4165cedc9f Replace pdfjsLib with module that represents pdf.js. 9 years ago
Yury Delendik 006e8fb59d Introduces UMD headers to the web/ folder. 9 years ago
Yury Delendik 1e3e14e6b2 Exposes all functional members via lib exports and use them in viewer. 9 years ago
Yury Delendik 56ccaea99b Move text layer building logic into src/display/text_layer.js 10 years ago
Yury Delendik 2f34fd46cb Move CustomStyle. 10 years ago
Yury Delendik 1d8800370a Allow subpixel anti-aliasing for most of the content. 10 years ago
Manas a2ba1b8189 Uses editorconfig to maintain consistent coding styles 10 years ago
Yury Delendik b8ad68af25 Non/less flashing text layer during selection. 10 years ago
Rob Wu 47f2c14723 Optimize text layer: Avoid unneeded .textContent 10 years ago
Jonas Jenwald 3f061cef86 Add a |textlayerrendered| event 10 years ago
Yury Delendik 2565e627a3 Refactors draw method in PDFPageView; makes optional some PDFPageViewOptions options 10 years ago
Yury Delendik 2ac7ac4678 Removes lastScrollSource and isViewerInPresentationMode from TextLayerBuilderOptions 10 years ago
Yury Delendik a89bba35b2 Adds types definitions (jsdoc) for the PDFViewer code. 11 years ago
Nicholas Nethercote cd61aad24f Don't scale single-char text divs. 11 years ago
Fabian Lange 6a0aa2cf49 Set transformOrigin for text layer in css. 11 years ago
Nicholas Nethercote eda7dcbb9e Only use data-font-name attributes when necessary. 11 years ago
Nicholas Nethercote 9695958ebc Remove `position: absolute` from text divs. 11 years ago
Nicholas Nethercote be29fc44e0 Avoid repeated creation of a simple RegExp object. 11 years ago
Yury Delendik e8af56ffc5 Fixes text-selection example 11 years ago
Fabian Lange 39129fc441 Optimize TextLayerBuilder_renderLayer() for text heavy documents. 11 years ago
Tim van der Meij dbe22475e1 Converting PDFFindBar and PDFFindController to classes 11 years ago
Tim van der Meij fa33b9c643 Refactoring PDFFindController in the text layer builder 11 years ago
Tim van der Meij a968da8887 Convert the text layer builder to a class 11 years ago
Tim van der Meij 2a052c4aad Refactoring text layer builder 11 years ago
Rob Wu d7dfa447cd Remove unused (local) variables in web/ 11 years ago
Manuel Braun e7da8edb91 Refactoring - remove duplicated code in TextLayerBuilder 11 years ago
Yury Delendik f6c631bc31 Reverts #4556 due to flicker on Chome 11 years ago
Brendan Dahl 5ba674c996 Append whitespace divs so matches still line up. 11 years ago
p01 b10aa18b3e Use Opaque Canvas where possible 11 years ago
Brendan Dahl 5bd8a83c9b Build the text layer geometry on the worker. 11 years ago
Jonas Jenwald 5dcc92430c Fix coding style in web/text_layer_builder.js 11 years ago
Nicholas Nethercote d4e8b41639 Remove some unnecessary local variables. 11 years ago
Yury Delendik 96fff4cc74 Refactors getTextContent return value 11 years ago
Yury Delendik 0131101275 Takes ascent/descent in account in the text layer 11 years ago
Jonas Jenwald 736c570231 Add support for horizontal scrolling in 'scrollIntoView' in ui_utils.js 12 years ago
Brendan Dahl 9ac950f9a8 Append entire DOM fragment at once. 12 years ago
Srishti 3808d02a53 implementing transform matrix to getTextContent 12 years ago
Jonas b118ade9ae Fix searching in presentation mode in Firefox 12 years ago
Srishti 6c3e5e5d92 Fixing the offset of vertical CJK text 12 years ago