Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-06 | Squash some warnings | Robin Watts | |
2016-01-05 | Remove fz_page argument from fz_annot function calls. | Tor Andersson | |
2016-01-05 | gl: Draw outline around text fields. | Tor Andersson | |
2016-01-05 | Link required thirdparty libraries into one library: libmupdfthird.a | Tor Andersson | |
Keep the extra thirdparty libraries (curl and glfw) separate. This matches the build process for android and win32. Also purge some unused makefile sections. | |||
2015-12-28 | Drop 'jsimp' abstraction and use mujs directly. | Tor Andersson | |
2015-12-22 | Update jbig2dec to latest. | Robin Watts | |
In particular this takes on the Memento fixes for bug 696183. | |||
2015-12-18 | iOS: Fix two warnings in MuPrintPageRenderer with latest Xcode | Joseph Heenan | |
MuPrintPageRenderer.h:2:9: error: 'MuDocRef.h' file not found with <angled> include; use "quotes" instead MuPrintPageRenderer.m:35:16: warning: if statement has empty body [-Wempty-body] MuPrintPageRenderer.m:35:16: note: put the semicolon on a separate line to silence this warning | |||
2015-12-18 | Remove fz_save_document and use pdf_save_document directly instead. | Tor Andersson | |
In preparation of adding pdf_write_document that writes a document to a fz_output stream. | |||
2015-12-15 | muPDF iOS app: Support for the latest (3.4.1) Crashlytics. | fredrossperry | |
- added four zlib files to Makethird that contain functions needed by the new version. - added -Wno-implicit-function-declaration so these new files, which contain some implicit declarations, would build for iOS - added a section to Info.plist that holds the new API key, with an invalid value that the release build script will fill in. - changes to MuAppDelegate for the new version. <log></log> | |||
2015-12-15 | muPDF iOS app: properly support 4-inch iPhone. | fredrossperry | |
A new TestFlight build could not be uploaded without making sure that the default launch screen image was getting placed in the app package. <log></log> | |||
2015-12-15 | muPDF iOS app: add bitcode and UIRequiresFullScreen | fredrossperry | |
Starting with Xcode 7, bit code is enabled by default. This change enables it in the static libraries that are linked, by adding the appropriate compiler switch. Also added UIRequiresFullScreen to the plist; this seems to have no ill effect when uing XCode 6. <log></log> | |||
2015-12-15 | Rename fz_write_x to fz_save_pixmap_as_x or fz_save_bitmap_as_x. | Tor Andersson | |
Separate naming of functions that save complete files to disk from functions that write data to streams. | |||
2015-12-14 | Android: Try and minimise warnings in JNI code. | Robin Watts | |
Push the pointer->long and long->pointer casting through 2 static inline functions. | |||
2015-12-11 | Rename structured text structs and functions to 'stext'. | Tor Andersson | |
Less risk of confusion with the text type used in the device interface. | |||
2015-12-11 | win32: Always build 'generated' in 32-bit mode. | Tor Andersson | |
Otherwise we can't run file generation tools with a 64-bit target on a 32-bit host. | |||
2015-12-11 | gl: Move related case clauses together. | Tor Andersson | |
2015-11-12 | gl: Add x64 target to MSVC project files. | Tor Andersson | |
2015-11-10 | gl: Use named constants instead of magic numbers. | Tor Andersson | |
2015-10-29 | gl: Limit shrinkwrap window sizing to fit the primary monitor size. | Tor Andersson | |
2015-10-21 | Bump version number. | Tor Andersson | |
2015-10-15 | x11: Add generic pixel conversion function. | Tor Andersson | |
Slow, but at least it won't crash. Fix for bug 695742. | |||
2015-10-15 | gl: Rename font variables. | Tor Andersson | |
2015-10-15 | android: Update ThirdParty.mk to work with new freetype version. | Tor Andersson | |
2015-10-14 | Add proper support for when a combobox widget has options that are 2-element ↵ | Michael Vrhel | |
arrays The list box and combo box can have values that are 2-element arrays. The first element is the "export" value and the second element is the value that should be shown in the list box UI. This fix ensures that we get the proper value to show in the UI. Also, it adds the option to get the export values. These are needed if you wish to update the field dictionary's V (value) entry, which is the currently selected values(s). This fix works well with gsview. The other viewers will now display the proper content in their UI, (unlike before this fix) but may need a bit more work to ensure that the proper V (value) is updated with changes in the selections. In addition, we add selection rectangles to the selected list box items. | |||
2015-10-14 | gl: Fix win32 release mode build. | Tor Andersson | |
Always build with the 'windows' subsystem and use WinMain. Turn on USE_OUTPUT_DEBUG_STRING to capture fz_warn and fz_throw error messages. | |||
2015-10-14 | gl: Add missing icon file. | Tor Andersson | |
2015-10-06 | gl: Remove stray semicolon in win32 file selection error check. | Tor Andersson | |
2015-10-06 | gl: Add checks to prevent overruns in the presence of malformed UTF-8. | Tor Andersson | |
2015-10-06 | Update freetype submodule to version 2.6.1. | Tor Andersson | |
2015-10-06 | gl: Accept command line arguments. | Tor Andersson | |
2015-10-06 | gl: Clamp scrollbar when the content is fully visible. | Tor Andersson | |
2015-10-06 | gl: Cleanups. | Tor Andersson | |
2015-10-06 | gl: Display metadata information overlay. | Tor Andersson | |
2015-10-06 | gl: Keep shrinkwrap when toggling outline side panel. | Tor Andersson | |
2015-10-06 | gl: Fix text selection bug. | Tor Andersson | |
2015-10-06 | gl: Add scroll wheel support. | Tor Andersson | |
2015-10-06 | gl: Base UI sizes on line height. | Tor Andersson | |
2015-10-06 | gl: Add simple (mouse event only) forms support. | Tor Andersson | |
2015-10-06 | gl: Keep fz_page around for later use with annotations. | Tor Andersson | |
2015-10-06 | gl: Only compute view transform once. | Tor Andersson | |
2015-10-06 | gl: Render page contents and annotations to separate textures. | Tor Andersson | |
2015-10-06 | gl: Use utility functions. | Tor Andersson | |
2015-10-06 | gl: Bundle page texture info into a struct. | Tor Andersson | |
2015-10-06 | gl: Windows stuff. | Tor Andersson | |
* Add icons to application and window. * Open file dialog if no command line argument. * Install file type associations. | |||
2015-10-06 | gl: Cut, copy, and paste in text fields. | Tor Andersson | |
2015-10-06 | gl: Use UTF-8 string internally in text field. | Tor Andersson | |
2015-10-06 | gl: Don't try searching outside the document. | Tor Andersson | |
2015-10-06 | gl: Use upper control characters for special keys. | Tor Andersson | |
2015-10-06 | gl: Split text field handling into separate file and add keyboard focus. | Tor Andersson | |
2015-10-06 | gl: Handle keyboard events in main loop. | Tor Andersson | |
Also fix event loop and refreshing the display at the correct times. |