Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Scrollbars #2

Closed
adriweb opened this issue Oct 26, 2014 · 2 comments
Closed

Add Scrollbars #2

adriweb opened this issue Oct 26, 2014 · 2 comments

Comments

@adriweb
Copy link

adriweb commented Oct 26, 2014

This is related to Critor's PR (#1) : adding scrollbars would be great :)

@adriweb
Copy link
Author

adriweb commented Oct 27, 2014

( This would be fixed by #3 .)

@Legimet
Copy link
Owner

Legimet commented Oct 29, 2014

Fixed by #3.

@Legimet Legimet closed this as completed Oct 29, 2014
Legimet added a commit that referenced this issue Jun 20, 2015
0fd24ce Avoid forward definition of enums.
db9e364 Fix typo in html-layout.c
ad77bea ios: add epub to the list of handled file formats
a63d5e8 epub: Take margins into account when scaling images to fit the page.
9564d1c epub: Tighten the comparison for when an image is on the current page.
1e0b6a6 epub: Be resilient in the face of broken CSS.
d940388 epub: Check version number and warn if it's not an EPUB 2.0 file.
fefb4d2 Fix crash in iOS app when share button is used
446a9d3 Fix iOS build
7fabedc epub: Ignore CSS3 ::before pseudo-element syntax.
3fdc712 android: Add EPUB support to file chooser. Fix crash on non-pdf documents.
8ee81ce Fix 695918: "mudraw -sm" format string on win32.
a7be4a1 Split fz_meta into separate querying functions.
1bc74da epub: Parse url() tokens.
36ee18b Add convenience make targets: make release and make debug.
cfe7e42 Add -v option to mutool and mudraw to print MuPDF version number.
1f913dc Remove the _no_run functions.
aae4d96 Fix mupdf viewer on windows; mousewheel events would stop keys responding
d14bc48 Fix windows builds of epub-doc.c
00a84fe Update jbig2dec submodule.
912d6a3 Update docs/thirdparty.txt
294b5b6 Add docs/example.c and docs/multi-threaded.c to 'make examples' target.
7c3520a Update documentation with fz_context changes.
30252bb Fix whitespace.
da64f5f Tweak CHANGES and README for release 1.7.
c6f4881 Add some basic page margins to EPUB layout.
f80d3e2 Fix some warnings.
0ccfd9c Add EPUB layout options to mupdf-x11 and mudraw.
b8eb55a Trigger default layout in fz_document layer.
743b839 Rename mutool show 'pages' to 'pagetree' to reduce possible confusion.
5d48119 Compile windows resource file when building with MinGW.
2b36d19 Fix structured text extraction in vertical mode.
88586d2 Structured text extraction; improve glyph bounding box calculations.
d47fae8 Use fz_advance_glyph rather than direct FT calls during PDF layout.
281ac67 Add some simple debug code to dump fz_gels.
60a57ea Antidropout followup: cope with stroking too.
05e491c Bug 694367: Attempt to avoid dropouts of rectangles.
928939c Bug 693688: MuPDF viewer; if reload fails, don't crash out.
4c9611c Remove gsview from mupdf repo.
1ed4656 Update mutool subtools to use PDF_NAME_xxx rather than "xxx".
1d07ccf Add mutool pages subcommand.
b4d256b Move the guts of pdfclean into the lib.
95d746f Fix oddity with pdfinfo
5f76f7a Pages created with pdf_create_page were duff.
d4ae409 Bug 694713: Avoid assert when using pdf_page_write
57121ca Bug 693481: Android: Allow panning while zooming
c1e0070 Bug 694388: Android: Don't call requestLayout more than we need to.
d6b6445 Bug 695900: pdfclean return code is inverted.
e8a8d7e fix bug #695895.  Uninitialized variable in pdf_parse_file_spec
1e6b118 Bug 693719: Attempt #2. Broken trailer repair.
c9e994a Update manpages.
1977a47 Fix scan for %d in mudraw.
485058d Bug 693719: Improve repairing of files with broken trailers.
d16ad89 Clean up mudraw command line syntax.
bdad9d2 Fix build for MinGW.
0a039da Bug 695457: Improve mouse wheel handling in viewer.
c4e17de Bug 695892: Fix incremental updates of documents with xref streams.
8d0ae07 Bug 695804: Add support for 'Shift-Space' in the viewer.
fd5a4f5 Add header for waitpid().
12dc2a8 Bug 695549: Avoid returning compressed buffer as uncompressed.
c6e63f4 Bug 695829: Mouse buttons flip pages in presentation mode.
5bc11cc Bug 695556: Use doubles when inverting matrices.
a570160 Bug 695558: Fix UTF-8 window titles on X11.
8a617ee Avoid division by 0 in blend calls.
44e1827 Android: Tweak MuPDFReaderView enum definition.
6c7c3d7 Bug 695701: Tweak forking of PDF links to avoid zombie processes.
0af0f0f Bug 695811: Adopt Freds patch for Android crashes with strange filenames.
51a8632 Bug 695854: Enable building of MuPDF viewer using MINGW.
247dc3b Fix silly typo
3ec40f6 Bug 695864: Avoid assertion if a file is saved incrementally twice.
0bbafc5 Bug 695878: Add entry to fz_outline to indicate if outline entry is open
fd2ca50 Bug 695885: Avoid too many pop clips.
d25428f Fix Mutool; was broken due to printf changes.
a146958 Fix problems with fz_printf.
2f1894e Update Android code to use new PDF_NAME formulation.
faff7d2 Avoid calling pdf_dict_finds when we could call pdf_dict_find.
141bd24 Fix reference counting mistake in forms support.
25b979f Update our printf to cope with various useful extensions.
33c4922 Path packing for memory efficiency.
5f161e4 Path rework for improved memory usage.
563c482 Reduce pdf_obj memory usage.
f533104 Rework handling of PDF names for speed and memory.
e0f638b Don't pass interpreter context to pdf_processor opcode callbacks.
4b3c021 Pass context to pdf_page_contents_process callback.
6566ba6 Fix Memtrace for 64bit operation.
e027621 Workaround bug in ftoa.
412cccf Add fz_fprintf function.
cef4820 Automatically update /Length and /Filter in pdf_update_stream.
6c9dc14 First attempt at mupdf tizen build.
d6e0edb Update .gitignore to ignore x64 build files.
7b23555 Fix Win32 builds of MuPDF; freetype config options not found.
cb6fca7 switch to VER-2-5-5 of freetype.
2a47840 VS solution: bring x64 libmupdf into line with other files.
989bb5d Bug 695658: Fix crash with mutool clean -l -a
8ff8784 Bug 695853: Fix pdf clean operation with invalid refs in input file.
060ae5d gsview and windows: Fixes for changes in mupdf API
daff628 Clean up some type casts.
f880968 tweak pdf_parse_file_spec
c472200 Allow pdf_device to be created with pre-populated buffer.
d4b742a Add post processing option to page operator cleaning.
63c811b Bug 695851: Fix SEGV in mutool info.
76dff1d Add 64 bit windows builds to MSVC solution.
9277018 iOS: Minor cleanups to match current best practice
8460689 iOS: Fix some warnings in the 64bit build
5ac47f7 iOS: Disable empty body warning
5c0038c iOS: Suppress warnings about unused functions
7afb6a8 filter-fax.c: remove cf_uncompressed_decode, it's never used
95852ac iOS: conform to recent mupdf API changes.
09a165e Avoid fz_begin_tile_id ever returning an undefined value.
27f1999 Fix Android builds.
4f7fbef Text device; collect matrix and bbox for images too.
621f8c5 Update display list tile skipping.
e584e39 Fix incorrect object culling in display list.
8aa8797 Update MSVC solution with html entries. Fix windows issues with html.
61de5ad Bug 695843: Tweak bboxes of type3 fonts; honour the d1 values.
8a8b535 Simplify/Correct logic in pdf_show_char
490d1d9 fz_irect_from_rect; don't make a non empty irect from an empty rect.
ccb4eca Squash some warnings from scan build.
119552f Merge branch 'html'
241f8b6 Update pdf-js-none for context passing changes.
74c2a25 Fix double-malloc error.
77c90c5 Add fz_trim_path and call it.
e9411ab Rejig display device to have a more compact memory representation.
4fcc4fe Do not crash on text extraction on pages with no text.
7dc0886 Fix typos and reference counting errors in CBZ.
1c037cd Fix 695831: integer overflow in PNG and TIFF loaders.
2be707d Bring Windows app up to date with API changes.
2ea1295 Fix memory leak in fz_page.
31186b6 Use embedded superclass struct instead of user pointer in devices.
7267956 Add helper functions to keep/drop reference counts with locking.
6cc97e8 Remove pointless return value checks when calling fz_open_file.
f84a189 Add ctx parameter and remove embedded contexts for API regularity.
6810397 Rename fz_close_* and fz_free_* to fz_drop_*.
76a0916 Reference count fz_document.
b9d1145 Reference count fz_path and fz_text.
4fe9caa Add some Memento_labels to aid debugging of leaks.
65ada9d Attempting to render a JPEG with xres and yres set to 1 fails.
da04ae9 Print dialog release when new document is opened.
d9dc484 Disable options that are not currently possible to do when the source is an image.
e45282f Fix makefile dependencies (gen_font_droid.h is no more).
aba57a2 Installer changes for gsview.nsi
ff89d59 Update URW fonts.
7ab1fb0 Update MuJS.
15f13d8 Fix mismatching allocation and deallocation issues.
7f231b3 Move OK and Cancel to lower left of dialog.  Suggested by Fred-Ross Perry.
1c690d8 Remove visual studio based installers and add nsis installer
7584edc Fix issue in display list Cache
b4e11b0 Catch exception thrown for case when character conversion fails
5776c7d Fix android scrolling bug.
8d83676 Fix rebase/merge error in previous commit.
bce20e1 Update MuJS.
aa48c2f Remove dead structure definition, pdf_obj_read_state.
57fbed6 don't omit patterns with huge xstep/ystep values
3f7e331 don't decode '8' and '9' as octal digits
8fd4ad0 remove some lonely tabs and move some braces onto their own lines
ce24096 fix crash caused by commit 90c560641d9b459a658029eefc4cbb02fdbca0b5
11f93df fix memory leak introduced with commit 90c560641d9b459a658029eefc4cbb02fdbca0b5
671c290 Bug 695770: fix TODO in commit d7c0c0856b31be17823ae4745b2c542a9c71765f
036a627 don't try extracting object number 0
fc05b51 Fix reference counting of display lists in Cache.cpp
d4ab3cb Fix VS2013 project to build after files added and removed.
f24f164 Rework of gsview printing with addition of new Print control dialog
90c5606 Add xref_index to speed searching of sparse xrefs.
e460246 Another PDF Xref speedup from Malc.
15d7a79 Remove unnecessary test.
319c9d2 Performance optimisation with pdf_cache_object/pdf_get_xref_entry
7209f88 Fix windows build failure.
d3e295b Bug 695746: make LZW decoder slightly more tolerant
064e998 prevent warning C4090
7a19d89 make xps_read_part report correct part sizes
6b5582e fix memory leaks
d7c0c08 update pointer after ensure_solid_xref call
fe05bc5 html: Make font-size keywords relative sized based on a 1.2 scaling factor.
46c3e7d html: Clean up some naming.
1cb7f8f html: Fix parsing of @-rules in CSS.
71fdae7 html: Allow +number in CSS syntax.
602146c html: Record line number and source file for CSS error messages.
f1bfe4b html: Free inline style properties at the end.
c4a45e2 html: Free css structures.
ff76942 html: Rename internal css structs.
ce6e762 html: Rename style, box and flow structs.
3c88d1a html: Remove useless fz_xml node field in box struct.
8fd13d8 html: Rename rule and style (match) structs.
1155a4d html: Fail with '[image]' placeholder on broken images.
1d2d217 html: Namespace prefix CSS functions.
a27f2e9 html: Rename files.
a3b0ce1 html: Some cleaning.
08a4d6d epub: Add EPUB document type.
673f6e7 html: Clean up some names.
cf42f2f html: Split html parsing cache and state into html_context.
bb238db html: Pass font size to html_layout_document.
bd11f27 html: Limit image size to fit the page.
105d9d9 html: Images.
c64f2fa html: Vertical and baseline alignment.
f18636e html: Cleanups.
d88d131 html: Border shorthand css parsing.
3ba9c34 html: Borders.
bb875f7 html: Text and background colors.
880a2fc html: Insert block boxes for list-item nodes.
8b54b9f html: Break tag.
18ef4f6 html: Handle text-align when splitting flow boxes.
1af9460 html: Pick a reasonable default page size.
bceb717 html: Don't create boxes for invisible elements.
6a603b5 html: Fix line breaking bugs resulting in infinite loops.
4860398 html: Fix adjacency selector matching.
dceae0f html: Insert space for page breaks so lines don't get split across pages.
b3a9f7e html: Only draw the boxes and lines if they're on the current page.
8758df6 html: Print log messages when starting the layout stages.
5ba0b43 html: Fix CSS parsing mixed-case selectors and comments.
95b7dff html: Text alignment.
eea982f html: Parse external CSS files and basic pagination.
2dca894 html: Create value lists in the correct order.
c90b225 html: Line breaking and font styling.
d506238 html: Fix bug in percentage from_number calculations.
a5f282c html: Collapse top/top and bottom/bottom margins.
d8699f7 html: Collapse adjacent top/bottom margins.
7cb2a64 html: Draw text and shade padding boxes.
36667a0 html: Generate flow nodes during box generation.
24d9a0f html: Create word and glue list for flow boxes.
b8f932b html: Parse white-space property.
59a3ca3 html: Prune unused style properties in computed_style.
d05e5e7 html: Partially compute styles when generating boxes.
24c8a6c html: Rename ANONYMOUS to FLOW box and fix typo.
7159498 html: Apply margins.
5dc6486 html: Create lists in order when parsing CSS.
b231d01 html: Start laying out boxes.
d79203b html: Don't compute full styles during box generation.
9890cc2 html: Split inline box around in-flow block boxes.
4ce5833 html: Box generation.
1ce69ac html: Use float for dimensions.
5cb1a29 html: Parse inline style attributes.
9d1482b html: CSS lexer and parser.
4b8638c html: Add scaffolding.
026e27b Update MuJS to latest.
b5c8861 Fix leak of directory string in fz_archive.
0e26189 Don't automatically trim buffer during fz_keep_buffer.
16db810 Add fz_layout_document function.
83b0d9a Add dirname and cleanname path manipulation functions.
178f953 cbz: Use ZIP archive module.
2f4cdd4 xps: Use ZIP archive module.
5add23c Add ZIP file and directory reading module.
76e815e Fix off-by-one in fz_write_buffer_byte.
e1e8314 Add convenience fz_read_file function.
209544d Don't always trim the buffer when calling fz_read_all.
d8ea024 xml: Make accessors NULL-resistant. Add fz_xml_find functions.
fa04ab8 xml: Optimize creation of really long lists by keeping a tail pointer.
5fa0928 xml: Don't emit empty text nodes between tags when preserving whitespace.
8faeb5f Bug 695566 and 695567: Update MuJS submodule.
a3a2750 Change incorrect loglevel of some messages from error to info
e767bd7 Change xref representation to cope better with sparse xrefs.
37779f9 more liberally accept page trees with unexpected content
b1542d7 fix memory leaks in load_sample_func and pdf_load_compressed_inline_image
362d23d Fix warnings.
60d6fd5 iOS: Remove CFBundleIcon* keys from the Info.plist
98f2654 iOS: Run at native res on iphone6/6+
eb8184a iOS: tweak types to avoid warnings in 64 bit builds
e481ca0 iOS: minor cleans ups
4b3da6e iOS: convert app icons & launch image into image catalogues
9b3186b iOS: Enable various warnings to match current best practice
aa35b1b iOS: Fix an analyser warning
986ec1d iOS: Remove empty didReceiveMemoryWarning implementation
1e21fc2 iOS: Fix a warning in xcode 6
58653cd iOS: Add missing [super viewWillAppear/Disappear] calls
a58af9f iOS: Move instance variables from .h to .m
39ee719 Avoid redefinition warning from clang when building cmapdump.c

git-subtree-dir: mupdf
git-subtree-split: 0fd24cefd86fb5bb627ee490d3f8127052516c5a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants