summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-12-11Fix warning about unused functions.Tor Andersson
2015-12-11Use strerror for more detailed error messages.Tor Andersson
2015-12-11xps: Simplify infinite loop check.Tor Andersson
2015-12-11win32: Always build 'generated' in 32-bit mode.Tor Andersson
2015-12-11gl: Move related case clauses together.Tor Andersson
2015-11-12gl: Add x64 target to MSVC project files.Tor Andersson
2015-11-10gl: Use named constants instead of magic numbers.Tor Andersson
2015-10-29Fix 696303: Off-by-one error when checking for exception stack overflow.Tor Andersson
2015-10-29gl: Limit shrinkwrap window sizing to fit the primary monitor size.Tor Andersson
2015-10-21Bump version number.Tor Andersson
2015-10-21Fix signatures for files created with pdf_create_document.Simon Reinhardt
2015-10-21Fix 696283: Split 'make third' target.Tor Andersson
2015-10-21gl: Update list of required Linux packages in the README.Tor Andersson
2015-10-19Fix 695582: add knockout group for text that is both stroke and fill.Tor Andersson
2015-10-15x11: Add generic pixel conversion function.Tor Andersson
2015-10-15gl: Rename font variables.Tor Andersson
2015-10-15android: Update ThirdParty.mk to work with new freetype version.Tor Andersson
2015-10-15gl: Update README to mention OpenGL packages required on Linux.Tor Andersson
2015-10-15Fix 696241: fix bracketing of begin_group/end_group for text objects.Tor Andersson
2015-10-14Remove unused variable.Michael Vrhel
2015-10-14Add proper support for when a combobox widget has options that are 2-element ...Michael Vrhel
2015-10-14Update CHANGES file.Tor Andersson
2015-10-14Scale colors of JPEG2000 images with bit depths less than eight.Tor Andersson
2015-10-14Fix incremental xref stream.Simon Reinhardt
2015-10-14Fix pdf_create_document.Simon Reinhardt
2015-10-14Add FZ_UNUSED macro for use with public static inline functions.Tor Andersson
2015-10-14Merge DroidSans into DroidSansFallback family.Tor Andersson
2015-10-14pdf: Handle surrogate pairs in pdf_to_utf8.Tor Andersson
2015-10-14pdf: Flush text if content stream processing is cut short by errors.Tor Andersson
2015-10-14gl: Fix win32 release mode build.Tor Andersson
2015-10-14gl: Add missing icon file.Tor Andersson
2015-10-06gl: Remove stray semicolon in win32 file selection error check.Tor Andersson
2015-10-06gl: Add checks to prevent overruns in the presence of malformed UTF-8.Tor Andersson
2015-10-06Update freetype submodule to version 2.6.1.Tor Andersson
2015-10-06epub: Implement style 'visibility' attribute.Tor Andersson
2015-10-06gl: Accept command line arguments.Tor Andersson
2015-10-06gl: Clamp scrollbar when the content is fully visible.Tor Andersson
2015-10-06gl: Cleanups.Tor Andersson
2015-10-06gl: Update GLFW thirdparty library to include our fixes.Tor Andersson
2015-10-06gl: Display metadata information overlay.Tor Andersson
2015-10-06gl: Keep shrinkwrap when toggling outline side panel.Tor Andersson
2015-10-06gl: Fix text selection bug.Tor Andersson
2015-10-06gl: Add scroll wheel support.Tor Andersson
2015-10-06gl: Base UI sizes on line height.Tor Andersson
2015-10-06gl: Add simple (mouse event only) forms support.Tor Andersson
2015-10-06gl: Keep fz_page around for later use with annotations.Tor Andersson
2015-10-06gl: Only compute view transform once.Tor Andersson
2015-10-06gl: Render page contents and annotations to separate textures.Tor Andersson
2015-10-06gl: Use utility functions.Tor Andersson
2015-10-06gl: Bundle page texture info into a struct.Tor Andersson