summaryrefslogtreecommitdiff
path: root/demos
Commit message (Collapse)AuthorAgeFilesLines
* Update postal address in file headersChris Liddell2023-04-0433-97/+97
|
* Tweak api_test to only hide pointers in CLUSTER builds.Robin Watts2023-03-102-2/+4
|
* Update demos/c/api_test to better test display dev + separations.Robin Watts2023-02-221-25/+55
|
* C# demo. Add simple console application to net solutionMichael Vrhel2023-01-234-2/+366
|
* Fix comment typolilinjie2023-01-041-1/+1
|
* Add copyright noticeChris Liddell2023-01-041-0/+2
|
* MATLAB API demoMichael Vrhel2022-02-032-0/+599
| | | | | | | Add an example showing how to obtain rendered output directly to images in MATLAB. These images can then be processed by other MATLAB tools such as ocr to analyze text, etc.
* Update copyrights for files changed since 2022 started.Chris Liddell2022-01-121-0/+15
|
* Further updated build scriptsEthan Vrhel2022-01-118-70/+34
| | | | | | | | | Removed install_* scripts in gsviewer and mtdemo and put them into their respective build_* scripts. Updated the README to reflect this change. Also increased the number of threads being tested in mtdemo from 2 to 10.
* Update build scripts for all platformsEthan Vrhel2022-01-069-14/+36
|
* Fixed multithreading issues on LinuxEthan Vrhel2022-01-061-2/+0
|
* Add multi_test.vcproj - project file for demos/c/multi_test.cRobin Watts2022-01-032-0/+253
|
* Fix output file name for demos/c/multi_test.cRobin Watts2022-01-031-1/+1
|
* Fixed an init_with_args issue in JavaEthan Vrhel2021-12-035-12/+30
|
* Multithreading for gs_jni is now enabled by defaultEthan Vrhel2021-12-032-6/+6
|
* Fixed Linux install and build scriptsEthan Vrhel2021-11-204-11/+43
|
* Fixed darwin build scriptsEthan Vrhel2021-11-2015-6/+12
|
* Updated some Linux build scriptsEthan Vrhel2021-11-202-4/+4
|
* Fixed some darwin build scripts and filesEthan Vrhel2021-11-204-6/+10
|
* Updated READMEs and added install scriptsEthan Vrhel2021-11-157-23/+91
|
* Fixed an assertion failure in display callbacksEthan Vrhel2021-11-125-12/+89
|
* Add simple Ghostscript/GhostPDL multi-instance example.Robin Watts2021-11-053-0/+230
|
* Updated mtdemo READMEEthan Vrhel2021-10-311-1/+1
|
* Added mtdemo Linux/Darwin build scriptsEthan Vrhel2021-10-314-0/+20
|
* Removed warnings in gs_jni and addition mtdemo documentationEthan Vrhel2021-10-319-26/+77
|
* Added documentation for Java multithreading demoEthan Vrhel2021-10-305-30/+60
|
* Fixed multi threading issues in gs_jniEthan Vrhel2021-10-3015-177/+240
|
* Crude fix to demos/java/mtdemo to avoid a crashEthan Vrhel2021-10-297-10/+54
| | | | | | Crash caused by improper handling of multiple threads in gs_jni modules. Added a way to enable multithreading support in the project via preprocessor macros, but it currently does not work.
* Updating gs_jni to support multithreadingEthan Vrhel2021-10-297-115/+233
|
* Making gsjava work with multiple Ghostscript instancesEthan Vrhel2021-10-296-150/+363
|
* Fixed a possible issue with build_win32.bat for gsjavaEthan Vrhel2021-10-171-2/+0
|
* Remove unused assignment causing an lgtm warning.Robin Watts2021-10-111-1/+0
|
* LGTM fixes: 2 more warning suppressions.Robin Watts2021-10-021-1/+1
|
* demos/python/gsapi.py: fixed lgtm bug in gsapi_set_arg_encoding()Julian Smith2021-09-211-12/+10
| | | | | | | | Need 'global _encoding' before setting global variable _encoding, otherwise has no affect. Also default to user_errors=0 in various gsapi_run*() functions, for convenience.
* demos/python/examples.py: fixes for lgtm warnings.Julian Smith2021-09-211-2/+4
|
* Updated how native libraries loadEthan Vrhel2021-08-302-22/+38
| | | | | | Fixed compiler errors in GSAPI.java and NativePointer.java Fixed whitespace issues
* Fixes minor typos in the java gsviewer READMEJamie Lemon2021-08-251-7/+7
|
* Fixes and improvements to Java build scriptsEthan Vrhel2021-08-186-12/+21
| | | | | | | | Fixed on Windows, Linux, and Mac where the build scripts would use the wrong manifest file. The Windows build script for gsviewer now builds and copies gsjava. Updated READMEs to reflect these changes.
* Bug 703841: Fix incorrect disabling of anti-aliasing in java bindings.Julian Smith2021-08-181-2/+2
| | | | | To turn off aniti-aliasing need to set TextAlphaBits and GraphicsAlphaBits to one, not zero.
* Bug 703688: Fixed minor typos in Java code.Julian Smith2021-08-181-4/+4
|
* Fixes spelling of "Ghostscript" as well as some other small typosJamie Lemon2021-08-182-17/+17
|
* demos/python/gsapi.py: fixed/improved some fn comments.Julian Smith2021-08-181-16/+47
|
* Updated READMEsEthan Vrhel2021-08-174-16/+44
|
* Added install.sh for gs_jni projectEthan Vrhel2021-08-1718-22/+47
| | | | | | | | | | | | | | | | | | | | This script installs the required libraries in /usr/lib so projects using it can be run. Fixed build scripts on Mac Added install_darwin.sh and fixed start_darwin.sh allowing Mac instances of the viewer to run correctFixed build scripts on Mac Renamed Manifest.txt files to have .md extension This will be to allow newline characters at en of line, and to match the internal extension of Java JAR manifest files. Updated names of build scripts Done to improve clarity of which scripts are used for which operating system.
* Added build scripts for Mac OS XEthan Vrhel2021-08-177-3/+169
| | | | | The build scripts are named the same as the Linux build scripts except they are suffixed with "_darwin".
* Fixed an issue regarding a variadic functionEthan Vrhel2021-08-171-1/+12
| | | | | | in callbacks.cpp, a JNI function was being called requiring variadic arguments. The function was passed a non-primitive type (a Reference object). Fixed by calling its object() member function.
* Squashed commit, all changes belowEthan Vrhel2021-08-0622-2080/+507
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added make.sh for building and fixed some files Added build script for gsjava project Uses javac and jar commands which come with the JDK. Added batch script for building on Windows Added README.txt to describe how to build gs_jni Describes which headers are needed and how to get them. Updated include paths in gs_jni.sln and in make.sh. Added build scripts for gsviewer on Linux Updated README.txt in gsviewer to include more information regarding how to run gsviewer. Updated build script for gs_jni. Added gsviewer build script for Windows and README update Added make.sh for building and fixed some files Added build script for gsjava project Uses javac and jar commands which come with the JDK. Added batch script for building on Windows Added README.txt to describe how to build gs_jni Describes which headers are needed and how to get them. Updated include paths in gs_jni.sln and in make.sh. Added build scripts for gsviewer on Linux Updated README.txt in gsviewer to include more information regarding how to run gsviewer. Updated build script for gs_jni. Updates to the Linux java application The viewer should now be started using start.sh and built with build.sh. gsviewer's build.sh now also references gsjava's build.sh and copies the result file, so there is no need to execute two separate scripts. Progress on getting gs_gni to correctly link Several changes related to linking and building Fixed warnings in gs_jni Fixed linking errors in link.sh Updated install script in gsviewer Updated start script in gsviewer Linux Java viewer and API now works correctly Updated multiple READMEs Updated READMEs and some build scripts
* Prep work for Linux Java demoevrhel2021-06-3012-8034/+60
|
* Add DisplayDeviceOpen to C# mono demoMichael Vrhel2021-06-281-4/+70
|
* Minor changes to C# Mono APIMichael Vrhel2021-06-213-5/+35
|