summaryrefslogtreecommitdiff
path: root/base/gp_wxpsprn.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update postal address in file headersChris Liddell2023-04-041-3/+3
|
* Update copyright to 2021Chris Liddell2021-03-151-1/+1
|
* Update copyright to 2020Chris Liddell2020-04-101-1/+1
|
* Update source/header file copyright notice to 2019Chris Liddell2019-01-161-1/+1
|
* 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.
* Bug 697602: Remove 2 instances of variable shadowing.Robin Watts2017-02-221-2/+0
| | | | | Hard to believe these are right because setting code and then falling out of scope doesn't achieve much.
* Bug 695576: tidy up xpsprint dependency confusionChris Liddell2015-12-111-0/+289
Promote the pushing of jobs into the XPS print queue to be a "platform" feature - i.e. make it a required "gp_" call, with a real one for Windows (when supporting libs are available) and a dummy for when an XPS print queue is not available. This eases the confusion of dependencies and removes the need for platform specific conditionally compiled code in the xpswrite device code.