Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-23 | Update JNI code. Take explicit alpha argument in toPixmap functions. | Tor Andersson | |
2016-06-16 | Update JNI bindings for pixmap alpha changes. | Tor Andersson | |
2016-04-27 | Add fz_close_device function. | Tor Andersson | |
Garbage collected languages need a way to signal that they are done with a device other than freeing it. Call it implicitly on fz_drop_device; so take care not to call it again in case it has been explicitly called already. | |||
2016-03-14 | Remove begin_page and end_page device calls. | Tor Andersson | |
To be moved into a new document writer interface later. | |||
2016-02-29 | jni: Use boolean wmode in text and font classes. | Tor Andersson | |
2016-02-29 | jni: Add font and image constructors. | Tor Andersson | |
2016-02-29 | jni: Fix scissor rect arguments to clipping functions. | Tor Andersson | |
2016-02-29 | jni: Various cleanups. | Tor Andersson | |
jni: Various cleanups. Fix gcc and clang warnings. Android specific functions are guarded by HAVE_ANDROID define. The java guts of the android stuff is removed for now, to be added back in later. Set up a makefile and simple tests to build for desktop java. Rerig device classes to: Device, NativeDevice, JavaDevice and DrawDevice. Add Pixmap class. Regularize naming. General cleanups and abbreviate naming. Use to_JavaClass and from_JavaClass rather than fz_mupdf_struct_from_JavaClass and JavaClass_from_fz_mupdf_struct. Check for exceptions thrown by java devices and path processor. Tweak constructors and finalizers to remove the JavaDevice subclass. Use toString when rethrowing java exceptions as fitz exceptions. |