summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added several devices, updated documentation, and README.txt.evrhel-testevrhel2020-09-241-0/+77
* Worked on PDFPostscriptDeviceFamily implementationEthan Vrhel2020-09-247-9/+556
* Added missing Settings class to viewerevrhel2020-09-241-0/+241
* Added missing Settings class to viewerevrhel2020-09-241-0/+142
* Added more implementations of Device classevrhel2020-09-2410-16/+238
* Added device classes to allow easy device manipulationevrhel2020-09-2415-1/+571
* Updated to newer Ghostscript version and fixed a bugEthan Vrhel2020-09-246-157/+294
* Added better documentationEthan Vrhel2020-09-247-56/+490
* Updated how zooming is handledEthan Vrhel2020-09-244-122/+137
* Implemented distilling documentsEthan Vrhel2020-09-243-78/+129
* Fixed zooming and some other bugs in the viewerEthan Vrhel2020-09-245-127/+97
* Fixed JNI bugs and began updating viewer to use one GS instanceEthan Vrhel2020-09-245-37/+126
* Added init_with_args to the test code in Main.javaEthan Vrhel2020-09-241-3/+2
* Fixed a small error in test code in Main.javaEthan Vrhel2020-09-241-6/+0
* Finished updating to newer Ghostscript functionsEthan Vrhel2020-09-2416-693/+330
* Finished implementing the rest of Ghostscript functions in JavaEthan Vrhel2020-09-247-25/+92
* Got gsapi_enumerate_params working in JavaEthan Vrhel2020-09-248-19/+256
* Got gsapi_set_param workingEthan Vrhel2020-09-249-248/+506
* Worked on implementing new Ghoscript methods in JavaEthan Vrhel2020-09-243-51/+122
* Worked on improving References in C++ codeEthan Vrhel2020-09-243-17/+354
* Progress on updating Java bindings to newest version.Ethan Vrhel2020-09-246-4/+216
* Fixed some errors related to loading pages too fastEthan Vrhel2020-09-243-46/+156
* Added thread safety to the viewer.Ethan Vrhel2020-09-249-158/+467
* Progress on improving concurrencyEthan Vrhel2020-09-246-135/+370
* Viewer now will load a higher resolution image on zoom.Ethan Vrhel2020-09-244-11/+88
* Optimizations to page loaderEthan Vrhel2020-09-244-31/+87
* Progress on viewerEthan Vrhel2020-09-244-36/+183
* Various bug fixes in viewerEthan Vrhel2020-09-245-91/+288
* Got viewer workingevrhel2020-09-247-72/+293
* Basic viewer workingevrhel2020-09-249-130/+504
* Worked on creating GUIevrhel2020-09-246-12/+585
* Progress on Document class for handling a documentLoaderevrhel2020-09-244-133/+287
* Converted original Java project to be used as a JAR libraryevrhel2020-09-2411-225/+54
* Colors now being displayed correctly after getting imageevrhel2020-09-243-40/+20
* Fixes to display callback and C++ and added window to display imagesevrhel2020-09-248-59/+564
* Implemented NativePointer methods in C++ and updated onDisplayPageevrhel2020-09-249-5/+367
* Added new Java class allowing native access to memory blocksevrhel2020-09-249-7/+393
* Security improvements in native codeEthan Vrhel2020-09-244-19/+262
* Fixed how display_callback was being passed to Ghostscriptevrhel2020-09-236-20/+45
* Fixed some bugs related to stdioevrhel2020-09-232-9/+118
* Completed JNI bindings to Ghostscriptevrhel2020-09-235-12/+77
* Finished writing JNI bindings.evrhel2020-09-236-65/+290
* Progress on linking Ghostscript functions to Javaevrhel2020-09-2310-67/+480
* Worked on implementing display_callback in Javaevrhel2020-09-238-49/+328
* Implemented Ghostscript functions in Java in the C++ projectevrhel2020-09-2331-13/+10881
* Finished writing ghostscript api signatures in GSAPI.javaevrhel2020-09-234-0/+76
* Progress on creating the JNI bindings to Ghostscript.evrhel2020-09-2310-0/+214
* Java demo: Initial commit with READMEevrhel2020-09-231-0/+1
* Fix a compiler warningKen Sharp2020-09-231-1/+1
* pdfwrite - fix memory leak with annotationsKen Sharp2020-09-231-0/+23