summaryrefslogtreecommitdiff
path: root/base/gdevdflt.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fix typo in previous commit.Robin Watts2018-11-271-1/+1
* Bug 700278: Fix inverted colors in jpegcmyk output.Robin Watts2018-11-271-0/+5
* Add "transform_pixel_region" device function.Robin Watts2018-10-181-0/+548
* Add gxdso_copy_color_is_fast.Robin Watts2018-10-181-0/+2
* Change device put_image method to match the other methods in the APIKen Sharp2018-10-021-1/+1
* Implement .currentoutputdevice operatorChris Liddell2018-09-181-0/+5
* Silence a coverity warning.Chris Liddell2018-09-031-1/+1
* Bug 699670: disallow copying of the epo deviceChris Liddell2018-08-281-8/+26
* Device Subclassing - fix memory leak of the 'stype' device memberKen Sharp2018-08-091-5/+28
* Device Subclassing - fix memory leaks with child deviceKen Sharp2018-08-091-3/+1
* Subclassing - correct reference counts on ICC profilesKen Sharp2018-08-091-0/+2
* device subclassing - solve several problems with short-lived subclassingKen Sharp2018-08-091-2/+13
* subclassing devices - fix clist patching on unsubclassKen Sharp2018-08-091-2/+14
* Bug 699381 Add error checking for device icc profilesMichael Vrhel2018-06-221-0/+1
* Device subclassing - fix potential problemsKen Sharp2018-01-311-5/+6
* Update copyright notice with new head office address.Ken Sharp2018-01-301-3/+3
* Device method repair - use accessors throughoutKen Sharp2017-11-161-95/+92
* Repair the device API - device methods should never be NULLKen Sharp2017-11-161-173/+200
* Tweak map_XXXX_subclass functions.Robin Watts2017-11-011-8/+8
* Coverity ID 158388 - don't dereference a pointer before checking it is non-NULLKen Sharp2017-07-281-1/+2
* device subclassing fix reference counting and stype patchingKen Sharp2017-05-241-2/+11
* Add gs_set_object_type function to gs_memory_t interface.Robin Watts2017-05-171-1/+1
* Bug 697545: Extend "separable_and_linear" processing.Robin Watts2017-03-071-5/+82
* Fix a bug in device subclassingKen Sharp2016-11-121-0/+1
* Make gs_imager_state == gs_state.Chris Liddell2016-06-061-19/+19
* Add a system to allow processing of individual pages and ranges of pagesKen Sharp2016-04-191-1/+8
* Bug 696616: Move antidropout downscaler functionality.Robin Watts2016-03-011-9/+1
* Improve logability of errors.Robin Watts2016-02-181-2/+2
* Only insert default_copy_alpha_hl_color if it can work.Robin Watts2016-02-101-1/+4
* Bug 696246: patch the memory manager fields for sublassed devices.Chris Liddell2015-10-091-0/+8
* Get rid of "magic number" returns from compositor is_closing procRay Johnston2015-09-221-1/+1
* Convert constants used by 'is_closing' compositor proc to menmonic enumsRay Johnston2015-09-221-2/+2
* Prevent leak if device subclassing fails.Ray Johnston2015-09-041-4/+3
* Commit of build_consolidation branchChris Liddell2015-07-201-0/+1488