summaryrefslogtreecommitdiff
path: root/demos
Commit message (Expand)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
* Update copyrights for files changed since 2022 started.Chris Liddell2022-01-121-0/+15
* Further updated build scriptsEthan Vrhel2022-01-118-70/+34
* 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
* 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
* demos/python/examples.py: fixes for lgtm warnings.Julian Smith2021-09-211-2/+4
* Updated how native libraries loadEthan Vrhel2021-08-302-22/+38
* 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
* Bug 703841: Fix incorrect disabling of anti-aliasing in java bindings.Julian Smith2021-08-181-2/+2
* 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
* Added build scripts for Mac OS XEthan Vrhel2021-08-177-3/+169
* Fixed an issue regarding a variadic functionEthan Vrhel2021-08-171-1/+12
* Squashed commit, all changes belowEthan Vrhel2021-08-0622-2080/+507
* 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