summaryrefslogtreecommitdiff
path: root/base/gdevsclass.c
Commit message (Expand)AuthorAgeFilesLines
* Update postal address in file headersChris Liddell2023-04-041-3/+3
* subclassing devices - fix 'front' compositorKen Sharp2022-07-071-1/+2
* Fix Nup subclassing deviceKen Sharp2022-07-011-1/+5
* oss-fuzz 48305: Use ref counting for subclass child deviceChris Liddell2022-06-301-3/+2
* Device subclassing with transparency compositorKen Sharp2022-06-291-4/+14
* Subclassing devices - optionally keep device before compositorKen Sharp2022-06-171-4/+86
* Bug 705203: Fix SEGV seen in overnights with pattern cache problem.Robin Watts2022-04-071-1/+9
* Change the update_spot_equivalent_colors device methodKen Sharp2021-09-211-2/+2
* Revert "Add gxdso_upcall mechanism, and use it in Nup device."Robin Watts2021-08-181-18/+0
* Add gxdso_upcall mechanism, and use it in Nup device.Robin Watts2021-08-161-0/+18
* Subclassing: handle page_procs properly.Robin Watts2021-08-101-0/+31
* Remove "unread" param from get_bits_rectangle.Robin Watts2021-07-011-3/+3
* Remove map_color_rgb_alpha.Robin Watts2021-06-181-9/+0
* Strip out map_rgb_alpha_color.Robin Watts2021-06-181-10/+0
* Change get_color_mapping_procs device procedure.Robin Watts2021-06-161-4/+5
* Rejig text_begin dev_proc.Robin Watts2021-06-151-4/+4
* Remove get_bits in favour of get_bits_rectangle.Robin Watts2021-05-031-9/+0
* Remove unused get_band device proc.Robin Watts2021-04-281-9/+0
* Remove strip_copy_rop in favour of strip_copy_rop2.Robin Watts2021-04-281-13/+0
* Split initialize device proc into two.Robin Watts2021-04-261-3/+1
* Move devices away from begin_image to begin_typed_image.Robin Watts2021-04-231-13/+1
* Remove image_data/end_image dev_procs.Robin Watts2021-04-201-17/+0
* Rename create_compositor to composite.Robin Watts2021-04-201-3/+3
* Remove obsolete copy_rop dev_proc.Robin Watts2021-04-201-13/+0
* Remove obsolete tile_rectangle dev_proc.Robin Watts2021-04-201-10/+0
* Remove obsolete get_xfont_{procs,device} device proc.Robin Watts2021-04-201-18/+0
* Remove obsolete draw_line dev_proc.Robin Watts2021-04-201-8/+0
* Remove obsolete pattern_manage dev proc.Robin Watts2021-04-201-10/+0
* Move devices away from static init of procs.Robin Watts2021-04-201-9/+80
* Rename finish_copydevice to initialize, and remove second param.Robin Watts2021-04-201-2/+2
* Update copyright to 2021Chris Liddell2021-03-151-1/+1
* Fix compositor operation with subclassing.Robin Watts2021-03-041-22/+60
* NupControl improvements to prevent save/restore problems.Ray Johnston2021-03-031-0/+2
* Fix seg faults in subclassingKen Sharp2021-03-011-11/+13
* Bug 703265: Tweak create_compositor device method.Robin Watts2021-02-241-22/+24
* Fixes/changes to default subclass device procedures.Ray Johnston2021-01-221-167/+109
* Update copyright to 2020Chris Liddell2020-04-101-1/+1
* Repair device subclassing after fill+stroke commitKen Sharp2020-03-161-1/+1
* Squashed commit fill-stroke3 branchMichael Vrhel2020-01-111-0/+11
* Update source/header file copyright notice to 2019Chris Liddell2019-01-161-1/+1
* Remove "device filter stack" as it is long unused.Robin Watts2018-12-211-6/+0
* Add parentheses to silence a compiler warningKen Sharp2018-12-111-4/+6
* subclassing devices - fix put_image methodKen Sharp2018-12-041-1/+4
* Add "transform_pixel_region" device function.Robin Watts2018-10-181-0/+8
* Close a device before any other 'finalize' actionsChris Liddell2018-10-101-2/+2
* Fix a memory leak with subclassed devices (stype)Chris Liddell2018-10-101-0/+8
* Change device put_image method to match the other methods in the APIKen Sharp2018-10-021-2/+2
* Fix Bug 699794 -- device subclass open_device call must return child codeRay Johnston2018-09-241-6/+14
* Device Subclassing - fix memory leaks with child deviceKen Sharp2018-08-091-0/+3
* Device Subclassing - add a finalize routine for subclassing devicesKen Sharp2018-08-091-0/+20