summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix memory leak associated with pdfwrite, type3x imagesNancy Durgin2020-08-131-1/+5
* graphics library- clean up streams used as DataSource for functionsKen Sharp2020-08-131-0/+4
* More API.htm fixesMichael Vrhel2020-08-121-3/+3
* Improve client memory handling for colour spaces and patternsKen Sharp2020-08-1210-38/+51
* Update Makefiles for new MSVC version.Robin Watts2020-08-122-0/+33
* Fix missing bits and errors in API.htmMichael Vrhel2020-08-111-23/+48
* Fix Bug 702472: Array contents scrambled with writeobject/printobjectRay Johnston2020-08-111-82/+75
* 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-118-25/+38
* Fix gsapi_get_param behaviour on 'not found'.Robin Watts2020-08-105-4/+49
* Bug 702607: Fix (and IMPROVE the maintainability of) EPSFitPageRay Johnston2020-08-081-31/+34
* Update .def files with new gsapi functions.Robin Watts2020-08-086-4/+25
* Update api_test: test enumeration of parameters.Robin Watts2020-08-081-1/+54
* Improve gs_param to string functions.Robin Watts2020-08-081-5/+24
* Add gsapi_enumerate_params functions.Robin Watts2020-08-0810-6/+329
* Coverity 361226: Add missing break.Robin Watts2020-08-081-0/+1
* Fix typo in default param handling.Robin Watts2020-08-071-1/+1
* Add gstate param to client callbackNancy Durgin2020-08-065-9/+9
* Update api_test.Robin Watts2020-08-061-2/+101
* Fix bug in param array coercion.Robin Watts2020-08-061-0/+1
* Tidy printing of floating point numbers in get_params.Robin Watts2020-08-061-2/+34
* Parse #xx in param names correctly (for gsapi_set_param).Robin Watts2020-08-061-7/+33
* Support arrays of names in the param passing code.Robin Watts2020-08-061-3/+24
* Update docs for set_param/get_param and -p.Robin Watts2020-08-062-1/+50
* Trigger an initgraphics on every usage of -p within gs.Robin Watts2020-08-063-3/+8
* Update gpdl to accept -d/-s/-p after filenames.Robin Watts2020-08-061-44/+76
* Add -pNAME=STRING options to gs and gpdl to accept parsed params.Robin Watts2020-08-063-0/+76
* Add gsapi_get_paramRobin Watts2020-08-0511-9/+601
* Bug 702606: Fix downsampler failing to initialise with pdfwrite.Robin Watts2020-08-051-3/+3
* Fix infinite loop in ialloc_validate_memory tracing the freelist.Ray Johnston2020-08-041-0/+2
* Coverity 361222: Add missing break.Robin Watts2020-08-041-0/+1
* Avoid gsapi_set_param within a gsapi_runstring.Robin Watts2020-08-033-14/+83
* Update header dependenciesRobin Watts2020-08-036-6605/+6651
* gsapi_set_param improvements.Robin Watts2020-08-0317-525/+748
* Fix Bug 702598: Ghostscript will not open SECURED PDF that Adobe opens.Ray Johnston2020-07-311-7/+64
* Fix warning message re: gs_smoothnessNancy Durgin2020-07-302-1/+2
* Fix memory leak with non-GC overprint deviceNancy Durgin2020-07-301-1/+4
* 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
* devices/vector/gdevtxtw.c: Added TextFormat=4 for extract system.Julian Smith2020-07-301-2/+71
* Fix minor items in python demoMichael Vrhel2020-07-292-19/+27
* Add gs_param list parsing functions.Robin Watts2020-07-296-714/+767
* Coverity 361150: Check return values for abuf_flush().Robin Watts2020-07-291-11/+21
* Defeat ICC component validation for nullpage deviceChris Liddell2020-07-2910-25/+53
* Ensure we can call dev_spec_op as soon as device is createdChris Liddell2020-07-291-0/+5
* Add Python examples and READMEMichael Vrhel2020-07-284-8/+287
* Bug 702587: Fix alpha buffer issue with fill/stroke operations.Robin Watts2020-07-281-3/+24
* pdfwrite - free ICCBased profile streams to prevent memory leakKen Sharp2020-07-271-6/+16
* pdfwrite - review use of sclose().Ken Sharp2020-07-254-1/+24
* Bug 702582, CVE 2020-15900 Memory Corruption in Ghostscript 9.52Ray Johnston2020-07-241-6/+11