Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-04 | Squash 64bit warning in Commercial JBIG2 bindings. | Robin Watts | |
2016-11-04 | MSVS: More solution fixes. | Robin Watts | |
In particular ensure that curl builds properly for 32 and 64bit modes. | |||
2016-11-04 | MSVS: Remove superfluous configurations from libfonts.vcproj | Robin Watts | |
No point in building libfonts in anything other than release mode. It's just data. This avoids needless rebuilds in batch builds. | |||
2016-11-04 | MSVS: Remove superfluous configurations from generated.vcproj | Robin Watts | |
No point in building the 'generated' tools in anything other than debug mode. This avoids repeatedly building the same thing in batch builds. | |||
2016-11-04 | MSVS: Add libluratech to project. | Robin Watts | |
This will only be built in "DebugCommercial" "ReleaseCommercial" and "MementoCommercial" configuration builds. A note on the way MSVS solutions work; libluratech is listed as a dependency of the executables - this applies to ALL configurations. In order to stop normal builds failing when we have no source, we set each non "Commercial" configuration to not build libluratech. The linker still looks for the output from the libluratech stage to link in though, so for all non "Commercial" configurations, we have the libluratech stage set to produce output named " ". This is copied into the linker command line, and all is happy. The sole downside to this is that if we try to build libluratech in "Debug" (say) rather than "DebugCommercial", the build will fail at the library making step. This will never happen unless we manually try to build that project in that configuration though. | |||
2016-11-03 | GProof: Silence warning seen in MSVC x64 builds. | Robin Watts | |
2016-11-03 | Fix MSVC build of JNI native code. | Robin Watts | |
2016-11-03 | Memento: Silence MSVC warnings | Robin Watts | |
For security and x64 builds. | |||
2016-11-03 | Fix Luratech builds on MSVC. | Robin Watts | |
ulong is not defined on windows. | |||
2016-11-03 | Fix signed/unsigned and size_t/int/fz_off_t warnings. | Robin Watts | |
All seen in MSVC, mostly in 64bit builds. | |||
2016-11-03 | Fix DebugGProof builds on windows. | Robin Watts | |
GSDLLCALL was not being set. | |||
2016-11-03 | Update JPEG lib with fix for Bug 697186 | Robin Watts | |
2016-11-02 | iOS app: adapt to the latest API changes, and fix display issue introduced ↵ | fred ross-perry | |
in 1dec53c. | |||
2016-11-02 | Use pdf_annot_border to get the border width of an annotation. | fred ross-perry | |
2016-11-03 | jni: Make it easy to use stext without options. | Sebastian Rasmussen | |
2016-11-03 | jni: Only release stext options when present. | Sebastian Rasmussen | |
2016-11-02 | Fix 697284: The origin was incorrectly calculated for rotated pages. | Tor Andersson | |
2016-11-02 | android: Don't bound twice in update_changed_rects. | Tor Andersson | |
2016-11-02 | android: Fix spelling error. | Tor Andersson | |
2016-11-02 | android: Fix screen updates when deleting annotations. | Tor Andersson | |
2016-11-02 | Don't check for NULL before calls to fz_free. | Sebastian Rasmussen | |
2016-11-02 | Do not drop compressed buffer twice in case of error. | Sebastian Rasmussen | |
Previously, if fz_new_image() threw an exception both fz_new_image_from_compressed_buffer() and fz_new_image_from_buffer attempted to drop the supplied fz_compressed_buffer. Now the full responsibility is handed over to fz_new_image_from_compressed_buffer(). | |||
2016-11-02 | jni: Add AndroidImage, using Android Bitmaps to create Images. | Sebastian Rasmussen | |
2016-11-02 | Explain conversion to RGB in jpx/jxr image loading. | Sebastian Rasmussen | |
2016-11-01 | Don't dereference NULL subarea when rasterizing display list images. | Tor Andersson | |
2016-11-01 | When hinted object is not found, avoid return from within fz_try(). | Sebastian Rasmussen | |
2016-11-01 | tiff: Plug leak where superflous pixmaps was created. | Sebastian Rasmussen | |
2016-10-31 | gl: Use MessageBox for GLFW initialization error messages on windows. | Tor Andersson | |
2016-10-31 | Fix android build. | Tor Andersson | |
2016-10-31 | Update MuJS. | Tor Andersson | |
2016-10-28 | epub: Add links to XHTML and FB2 formats. | Tor Andersson | |
2016-10-28 | epub: Add 'id' attribute to all HTML elements, not just <a> tags. | Tor Andersson | |
Allows id anchoring to block elements as well as inline elements. Fix for bug 697123. | |||
2016-10-28 | Clean up link destination handling. | Tor Andersson | |
All link destinations should be URIs, and a document specific function can be called to resolve them to actual page numbers. Outlines have cached page numbers as well as string URIs. | |||
2016-10-28 | Update CHANGES. | Tor Andersson | |
2016-10-28 | win32: Clean up namedump.obj and namedump.exe in generate.bat | Tor Andersson | |
2016-10-26 | Bump version number to 1.10. | Tor Andersson | |
2016-10-26 | Update jbig2dec. | Tor Andersson | |
2016-10-26 | Update harfbuzz to version 1.3.2. | Tor Andersson | |
2016-10-26 | Update MuJS. | Tor Andersson | |
2016-10-26 | js: Update docs with PDFObject accessor functions. | Tor Andersson | |
2016-10-26 | epub: Fix link bbox when it contains spaces that have been justified. | Tor Andersson | |
2016-10-26 | Fix 697233: Add FB2 file type to mobile viewers. | Tor Andersson | |
2016-10-26 | Fix 697215: Script specific punctuation blocks. | Tor Andersson | |
Ideographic and full-width punctuation inherit the script from the surroundings, like all other punctuation. This does not play well with our fallback font lookups. Add special cases for ideographic and fullwidth unicode blocks. | |||
2016-10-26 | Change space detection heuristic. | Tor Andersson | |
Reduce the amount of extra space required to insert a synthetic space character, but check the sign so we only trigger on extra space, never on reduced space. | |||
2016-10-26 | gl: Show more search result hits. | Tor Andersson | |
2016-10-26 | Update ios/android to use new way of passion stext options. | Sebastian Rasmussen | |
In addition, make all callers passing 0 as a point pass NULL instead. | |||
2016-10-26 | tiff: Drop pixmap when exception is thrown. | Sebastian Rasmussen | |
Also don't check for NULL unnecessarily. | |||
2016-10-26 | tiff: Always set colorspace when reading image info. | Sebastian Rasmussen | |
Commit 3059b6908208fbb9547e6876332a5b42a6406d1a accidentally caused colorspace to not be set when reading image information. | |||
2016-10-26 | Introduce options for structured text. | Sebastian Rasmussen | |
2016-10-26 | Don't use local function, use fz_option_eq(). | Sebastian Rasmussen | |