summaryrefslogtreecommitdiff
path: root/base/gdevflp.c
Commit message (Expand)AuthorAgeFilesLines
* Update postal address in file headersChris Liddell2023-04-041-3/+3
* New PageList processing, supporting PDF and XPS random order.Ray Johnston2022-07-301-189/+45
* FirstPage/LastPage device - fix order of processingKen Sharp2022-05-171-64/+65
* Subclassing: handle page_procs properly.Robin Watts2021-08-101-2/+2
* Remove "unread" param from get_bits_rectangle.Robin Watts2021-07-011-3/+3
* Rejig text_begin dev_proc.Robin Watts2021-06-151-5/+6
* Remove get_bits in favour of get_bits_rectangle.Robin Watts2021-05-031-14/+1
* Remove unused get_band device proc.Robin Watts2021-04-281-14/+0
* Remove strip_copy_rop in favour of strip_copy_rop2.Robin Watts2021-04-281-18/+0
* Split initialize device proc into two.Robin Watts2021-04-261-10/+5
* Move devices away from begin_image to begin_typed_image.Robin Watts2021-04-231-17/+0
* Remove image_data/end_image dev_procs.Robin Watts2021-04-201-29/+0
* Rename create_compositor to composite.Robin Watts2021-04-201-4/+4
* Remove obsolete copy_rop dev_proc.Robin Watts2021-04-201-18/+0
* Remove obsolete tile_rectangle dev_proc.Robin Watts2021-04-201-16/+0
* Remove obsolete draw_line dev_proc.Robin Watts2021-04-201-14/+0
* Remove obsolete pattern_manage dev proc.Robin Watts2021-04-201-15/+0
* Further rationalisation of device init.Robin Watts2021-04-201-3/+3
* Move devices away from static init of procs.Robin Watts2021-04-201-76/+64
* Rename finish_copydevice to initialize, and remove second param.Robin Watts2021-04-201-1/+1
* Update copyright to 2021Chris Liddell2021-03-151-1/+1
* First Page/Last Page - fix a memory leakKen Sharp2020-11-211-0/+1
* First Page Last Page: Add strictly mono increasing error checkMichael Vrhel2020-09-261-2/+12
* Coverity ID 361427 fix uninitialised variable.Ken Sharp2020-08-241-1/+1
* Enhance First/LastPage processingKen Sharp2020-08-151-4/+91
* Allow the First/LastPage device page count to be resetChris Liddell2020-06-181-1/+7
* Update copyright to 2020Chris Liddell2020-04-101-1/+1
* Squashed commit fill-stroke3 branchMichael Vrhel2020-01-111-1/+19
* Update source/header file copyright notice to 2019Chris Liddell2019-01-161-1/+1
* Add "transform_pixel_region" device function.Robin Watts2018-10-181-0/+13
* Change device put_image method to match the other methods in the APIKen Sharp2018-10-021-2/+2
* Device Subclassing - add a finalize routine for subclassing devicesKen Sharp2018-08-091-1/+1
* Update PageList processing in the FirstPage/LastPage deviceKen Sharp2018-07-061-0/+8
* Fix PageList when the last page in the file is not included in the listKen Sharp2018-06-121-11/+15
* Improve FirstPage/LastPage image data handlingKen Sharp2018-05-241-3/+8
* First/Last page - Fix image data handling with proc data sourceKen Sharp2018-05-231-1/+8
* Update copyright notice with new head office address.Ken Sharp2018-01-301-3/+3
* Page selection device - fix overprint compositor usageKen Sharp2017-10-171-0/+8
* subclassing devices - process the graphics_type_tag into all chained devicesKen Sharp2017-04-171-14/+1
* Change API for put_imageRobin Watts2016-11-211-3/+3
* Fix FirstPage/LastPage for non-PDF inputKen Sharp2016-07-291-2/+2
* Make gs_imager_state == gs_state.Chris Liddell2016-06-061-34/+34
* Coverity ID 125639 (again) - clamp page number to 0Ken Sharp2016-05-021-0/+2
* Coverity ID 125639 - clamp page numbers to 0Ken Sharp2016-04-251-0/+6
* page processing - remove a spurious line of codeKen Sharp2016-04-191-1/+0
* Add a system to allow processing of individual pages and ranges of pagesKen Sharp2016-04-191-235/+450
* Silence some more warnings.Robin Watts2016-01-061-2/+2
* Squash Warnings: Simple unused variable warnings.Robin Watts2016-01-041-0/+2
* Commit of build_consolidation branchChris Liddell2015-07-201-0/+970