summaryrefslogtreecommitdiff
path: root/base/gsstate.c
Commit message (Expand)AuthorAgeFilesLines
* Update postal address in file headersChris Liddell2023-04-041-3/+3
* OSS Fuzz 42916: Fix SEGV due to allocation failure.Robin Watts2022-01-241-3/+3
* OSS Fuzz 42916: Fix SEGV in gstate_clone_core.Robin Watts2022-01-221-3/+4
* gs_gstate_free should cope with NULL.Robin Watts2021-05-071-0/+2
* Change gs_gstate_free (and gs_gstate_free_chain) to be void.Robin Watts2021-05-071-4/+2
* Fix gstate_clone_for_gstate to actually use the supplied mem ptr.Robin Watts2021-05-071-4/+4
* Tweak colorspace reference counting to avoid unnecessary swapping.Robin Watts2021-05-051-9/+3
* Add object type specific device halftones to the graphics state.Ray Johnston2021-05-031-1/+1
* Rename create_compositor to composite.Robin Watts2021-04-201-2/+2
* Bug 703741: clear xstate_change flag on gsaveChris Liddell2021-03-291-0/+1
* Update copyright to 2021Chris Liddell2021-03-151-1/+1
* Bug 703265: Tweak create_compositor device method.Robin Watts2021-02-241-1/+1
* Initialise some PDF-specific portions of the graphics stateKen Sharp2021-02-181-1/+9
* Change macro names to be less confusing.Robin Watts2021-02-171-1/+1
* Fix 'cast away const' warning in gdevplnx.cRobin Watts2021-02-171-52/+86
* Add cs_adjust_altcounts_icc.Robin Watts2021-02-161-5/+5
* Replace -dSimulateOverprint boolean with multi-valued -dOverprintRay Johnston2021-02-011-1/+1
* Bug 703087: CIEBased color space with overprintMichael Vrhel2020-11-051-1/+4
* oss-fuzz 25486: Initialise device colors in graphics stateChris Liddell2020-09-141-0/+12
* Add gstate param to client callbackNancy Durgin2020-08-061-4/+4
* Fix warning message re: gs_smoothnessNancy Durgin2020-07-301-0/+1
* Fix memory leak with non-GC overprint deviceNancy Durgin2020-07-301-1/+4
* Fix Coverity ID 360929Ken Sharp2020-07-211-2/+2
* graphics library - initialise more members of the graphics stateKen Sharp2020-07-201-0/+39
* Spot overprint in RGB Blend color spacesMichael Vrhel2020-05-111-1/+27
* PDF interpreter - reject insane Tc values earlyKen Sharp2020-04-151-0/+7
* Update copyright to 2020Chris Liddell2020-04-101-1/+1
* Remove pgs->alphaMichael Vrhel2020-04-011-2/+0
* Bug 702151: Avoid truncating pointers in debug code.Robin Watts2020-03-171-4/+4
* Fix for MEMENTO_FAILAT=119928: only call gs_grestoreall_for_restore() if vmsa...Julian Smith2020-02-251-0/+2
* Squash some warnings with gs_swapcolors_quick breaking const.Robin Watts2020-02-241-1/+11
* Fix for MEMENTO_FAILAT=115802: make gs_gsave_for_save() call gs_gsave() so it...Julian Smith2020-02-201-0/+6
* Ensure the memory entry in a cloned gstate is correct.Chris Liddell2020-02-201-0/+1
* Fix segfault cleaning up after gstate clone failure.Chris Liddell2020-02-201-17/+26
* Squashed commit fill-stroke3 branchMichael Vrhel2020-01-111-59/+32
* Fix an out-of-date comment about devices in gstatesChris Liddell2019-07-021-2/+2
* Update source/header file copyright notice to 2019Chris Liddell2019-01-161-1/+1
* Remove overprint_mode_alt (overprint mode is the same for stroke and fill)Ray Johnston2019-01-071-9/+0
* Bug 698721 Overprint mode getting used during shading patternMichael Vrhel2018-12-141-0/+7
* Commit of gpdl-shared-device branch.Chris Liddell2018-12-071-4/+4
* Bug 699638(2): correct reference counts in gs_initgraphicsChris Liddell2018-08-151-10/+14
* Coverity ID 26634 - add some return code checksKen Sharp2018-03-261-4/+15
* Bug 699122 - valgrind regressionKen Sharp2018-03-191-0/+4
* More work with initgraphicsKen Sharp2018-02-121-49/+56
* Bug 697545 : Fix memory leak in gs_state_alloc.Shailesh Mistry2018-02-081-15/+0
* Alter gs_initgraphcis to once again set the colour space and colourKen Sharp2018-02-071-1/+48
* Remove the 'device filter chain'Ken Sharp2018-02-021-8/+1
* Update copyright notice with new head office address.Ken Sharp2018-01-301-3/+3
* Bug 697545 : Fix memory leak in gstate_free_contents.Shailesh Mistry2018-01-221-0/+4
* Bug 697545 : Fix memory leak in gs_gstate_alloc.Shailesh Mistry2018-01-201-7/+0