summaryrefslogtreecommitdiff
path: root/demos
Commit message (Expand)AuthorAgeFilesLines
...
* Fix include patch glitch in gs_jni VS project.Robin Watts2021-06-081-5/+5
* demos/python/gsapi.py: Improved loading of Ghostscript shared library.Julian Smith2021-04-131-16/+57
* C# MONO demo.Michael Vrhel2021-03-2718-281/+238
* C# demo code cleanup and fixesMichael Vrhel2021-03-2419-214/+486
* Fix issues with windows C# demos/csharp/api/ghostnet.csMichael Vrhel2021-01-172-2/+44
* Build apitest demo with -DCLUSTER.Robin Watts2021-01-011-1/+1
* demos/python: removed old unused code.Julian Smith2020-11-202-2054/+0
* api_test: Simplify pointer hiding.Robin Watts2020-11-091-17/+1
* apitest: Hide pointer values in output.Robin Watts2020-11-071-4/+40
* Squashed commit of the java-demo branch:evrhel2020-09-2487-0/+19340
* C# API: Fix a few minor issues related to printingMichael Vrhel2020-09-162-21/+5
* Add Makefile for api_testRobin Watts2020-08-261-0/+12
* Fix api_test.c for compiling on Linux.Robin Watts2020-08-261-1/+2
* C# API demo. Make printing (creation of XPS content) a different processMichael Vrhel2020-08-246-35/+196
* C# API. Minor cleanup of viewer demo application.Michael Vrhel2020-08-242-29/+10
* C# API: Addition of gsapi_get_param and gsapi_set_paramMichael Vrhel2020-08-219-242/+676
* demos/python/gsapi.py: match new handling of bool by gsapi_set_param().Julian Smith2020-08-141-3/+16
* Update api_test.Robin Watts2020-08-141-9/+38
* demos/python/gsapi.py: added support for gsapi_get_param() and gsapi_enumerat...Julian Smith2020-08-111-21/+296
* Swap order of arguments in gsapi_set_param/gsapi_get_param.Robin Watts2020-08-111-10/+23
* Update api_test: test enumeration of parameters.Robin Watts2020-08-081-1/+54
* Update api_test.Robin Watts2020-08-061-2/+101
* gsapi_set_param improvements.Robin Watts2020-08-032-1/+71
* Changed gsapi.py to raise exceptions instead of returning error numberJulian Smith2020-07-302-221/+219
* demos/python/gsapi.py: added detection of OS to import correct libgs.so/gpdld...Julian Smith2020-07-301-5/+15
* Fix minor items in python demoMichael Vrhel2020-07-292-19/+27
* Add Python examples and READMEMichael Vrhel2020-07-284-8/+287
* demos/python/gsapi.py: improved encoding/decoding of strings.Julian Smith2020-07-241-30/+117
* demos/python/gsapi.py: removed requirement for python-3.7.Julian Smith2020-07-211-29/+58
* Fix two minor issues in python API demoMichael Vrhel2020-07-202-2/+3
* Demo Viewers: Add readme for csharp example.Michael Vrhel2020-07-203-64/+33
* Linux Demo Viewer : Fix few issues found with testingMichael Vrhel2020-07-203-43/+8
* Demo Viewer: Delete unused file. Minor code fix in wpf viewer.Michael Vrhel2020-07-203-79/+0
* Linux Demo Viewer: Complete various lingering tasksMichael Vrhel2020-07-205-15/+108
* Linux Demo Viewer: Distiller work.Michael Vrhel2020-07-193-46/+64
* Linux Demo Viewer: Progress at last.Michael Vrhel2020-07-199-713/+679
* Linux Demo Viewer: Various updates to try to get threading workingMichael Vrhel2020-07-196-124/+211
* Mono GTK requires a different type of threading callMichael Vrhel2020-07-191-0/+1194
* WPF demo: Make changes introduced due to needs of mono projectMichael Vrhel2020-07-094-11/+15
* Linux Demo Viewer: Pages now rendering.Michael Vrhel2020-07-098-206/+277
* Linux Demo Viewer: StdIO output workingMichael Vrhel2020-07-093-19/+34
* Progress on the UI design.Michael Vrhel2020-07-095-37/+152
* csharp/linux: Initial commit of mono gtk csharp projectMichael Vrhel2020-07-0916-0/+1204
* Rename displaydev_test to api_test.Robin Watts2020-07-074-0/+1177
* Introduce demos folder with csharp and python API examplesMichael Vrhel2020-07-0231-0/+7979