summaryrefslogtreecommitdiff
path: root/psi/dxmain.c
Commit message (Collapse)AuthorAgeFilesLines
* Update postal address in file headersChris Liddell2023-04-041-3/+3
|
* Update copyright to 2021Chris Liddell2021-03-151-1/+1
|
* Strip trailing whitespace from .c and .h files.Robin Watts2020-09-091-1/+1
|
* Update copyright to 2020Chris Liddell2020-04-101-1/+1
|
* Fix sefault with 'so' build.Chris Liddell2019-03-281-1/+1
| | | | | | | | | | The loaders were passing an unitialise pointer into gsapi_new_instance() meaning we might try to dereference the pointer to get to the shared portion of the library context. Initialise the pointer to NULL. Apply the same fix to everywhere that uses gsapi_new_instance.
* Update source/header file copyright notice to 2019Chris Liddell2019-01-161-1/+1
|
* Bug 699907: Reinstate GTK+ 2.x.x code.Chris Liddell2018-10-081-1/+7
| | | | | | The fix (from March 2018) for deprecated API calls in the GTK+ 3.x.x API didn't account for the new, supported methods not being available in GTK+ 2.x.x. Handle both cases, as we do elsewhere.
* Address warnings and deprecated API calls.Chris Liddell2018-03-301-7/+21
| | | | | | | | A number of gtk/gdk/cairo API calls have been deprecated since GTK+ 3.0 was introduced, and using them triggers warnings - this replaces them with the currently recommended APIs. Also fix a couple of regular compiler warnings, and a gsapi related warning.
* Update copyright notice with new head office address.Ken Sharp2018-01-301-3/+3
| | | | | | | | | Also update copyright dates. Remove gs_cmdl.ps as we no longer use it, and remove its entry from psfiles.htm. Remove xfonts.htm as this feature (xfont support) is long, long gone.
* Windows gs: Avoid unininitialised read.Robin Watts2017-01-031-2/+2
|
* Commit of build_consolidation branchChris Liddell2015-07-201-0/+1244
Squashed into one commit (see branch for details of the evolution of the branch). This brings gpcl6 and gxps into the Ghostscript build system, and a shared set of graphics library object files for all the interpreters. Also, brings the same configuration options to the pcl and xps products as we have for Ghostscript.