summaryrefslogtreecommitdiff
path: root/base/gdevnup.c
Commit message (Expand)AuthorAgeFilesLines
* Update postal address in file headersChris Liddell2023-04-041-3/+3
* GhostPDF, N-up and pdfwrite - don't preserve some pdfmarks with N-upKen Sharp2022-11-191-0/+17
* Fix Nup subclassing deviceKen Sharp2022-07-011-2/+7
* Nup: Tweak page size sensitivity.Robin Watts2021-09-061-1/+7
* Nup: Set PageUsesTransparency even when not present.Robin Watts2021-09-061-29/+178
* Coverity 372501: Add 'fall through' note for switch.Robin Watts2021-08-181-0/+1
* Nup: Remove some stray '\' chars left over from expanding a macro.Robin Watts2021-08-181-5/+5
* Revert "Add gxdso_upcall mechanism, and use it in Nup device."Robin Watts2021-08-181-10/+0
* Add gxdso_upcall mechanism, and use it in Nup device.Robin Watts2021-08-161-0/+10
* Nup: Remove stray parameter.Robin Watts2021-08-161-5/+5
* Nup: When Nup is in use, force PageUsesTransparency on.Robin Watts2021-08-161-54/+93
* Nup: Only increment PageCount when we actually output a page.Robin Watts2021-08-101-2/+10
* Subclassing: handle page_procs properly.Robin Watts2021-08-101-2/+2
* Split initialize device proc into two.Robin Watts2021-04-261-9/+4
* Further rationalisation of device init.Robin Watts2021-04-201-3/+3
* Move devices away from static init of procs.Robin Watts2021-04-201-76/+19
* Rename finish_copydevice to initialize, and remove second param.Robin Watts2021-04-201-1/+1
* Update copyright to 2021Chris Liddell2021-03-151-1/+1
* NupControl improvements to prevent save/restore problems.Ray Johnston2021-03-031-15/+42
* Address Coverity 365984 -- 'code' variable set but not used before changed.Ray Johnston2021-02-181-0/+4
* Implement Nup subclass device to support nesting images on a page.Ray Johnston2021-01-261-0/+562