summaryrefslogtreecommitdiff
path: root/base/gxscanc.c
Commit message (Expand)AuthorAgeFilesLines
* Update postal address in file headersChris Liddell2023-04-041-6/+8
* Update copyright to 2021Chris Liddell2021-03-151-1/+1
* Bug 703146: Fix assert in scan converter.Robin Watts2020-11-161-4/+12
* Update copyright to 2020Chris Liddell2020-04-101-1/+1
* Bug 702032: Fix overflow problem in scan converter.Robin Watts2020-01-101-4/+4
* Bug 700643: Rejig scan converter - back off in high memory cases.Robin Watts2019-02-221-4/+122
* Bug 700306: Fix values returned by bbox device.Robin Watts2019-01-311-12/+12
* Update source/header file copyright notice to 2019Chris Liddell2019-01-161-1/+1
* Scan converter: Fix pngalpha with zero height rectangles.Robin Watts2018-11-051-1/+2
* Scan converter: Zero height rectangles hack.Robin Watts2018-11-031-26/+249
* Scan converter: Reduce bbox size.Robin Watts2018-11-031-2/+2
* Scan converter fix.Robin Watts2018-10-301-0/+10
* Bug 699800: Fix the previous scan converter fixRobin Watts2018-10-111-67/+68
* Bug 699800: Fix scan converter problem seen with barcodes.Robin Watts2018-10-081-85/+236
* Fix Bug 698969 SEGV caused by overflow in mark_line_*** functionsRay Johnston2018-02-161-30/+30
* Update copyright notice with new head office address.Ken Sharp2018-01-301-3/+3
* Define gs_restrict as a synonym for the compiler 'restrict' definitionKen Sharp2017-12-171-88/+88
* Bug 698808: Fix stack overflow in new scan converter.Robin Watts2017-12-131-22/+0
* Fix typo in bug fix for 698805.Robin Watts2017-12-121-1/+1
* Bug 698805: Fix NULL pointer dereference in new scan converter.Robin Watts2017-12-121-9/+9
* Bug 698713: Further graphicsAlphaBits + new scan converter fix.Robin Watts2017-11-021-6/+10
* Bug 698672: Fix new scanconverter/alphabits interaction.Robin Watts2017-10-191-2/+22
* Fix new scan converter glitch with CATX4547.pdfRobin Watts2017-09-201-3/+3
* Fix in*fill etc test files.Robin Watts2017-09-201-4/+3
* Coverity #135034: Simplify code.Robin Watts2017-09-151-15/+9
* Coverity #135037: Fix unused variable.Robin Watts2017-09-151-1/+1
* Bug 697981: Avoid integer overflow problems in scan converter.Robin Watts2017-06-291-14/+16
* Bug 697970: Solve underflow/overflow problems in new scan converter.Robin Watts2017-05-311-16/+29
* Bug 697811 (continued): Fix the other 3 equivalent cases.Robin Watts2017-05-101-42/+42
* Bug 697847: Fix SEGV seen in scan converter.Robin Watts2017-05-101-14/+16
* Bug 697813: Fix integer overflow leading to buffer overflow.Robin Watts2017-05-101-3/+10
* Scan converter: Remove 2 outdated asserts.Robin Watts2017-04-201-2/+0
* Add missing braces in scan converter code.Robin Watts2017-04-201-1/+2
* Bug 697762: Fix scan converter SEGVs.Robin Watts2017-04-191-27/+218
* Scan Converter: Speed tweak to sorting.Robin Watts2017-04-101-16/+95
* Scan converter: Simplify edgecmp comparison.Robin Watts2017-04-101-4/+5
* Tweak make_table for speed.Robin Watts2017-04-101-35/+77
* Scan converter: Fix double written pixelsRobin Watts2017-04-101-17/+10
* Further scan converter work inspired by Bug 697678Robin Watts2017-04-071-151/+476
* Further work inspired by Bug 697678Robin Watts2017-04-071-123/+125
* Scan converter optimisationsRobin Watts2017-04-051-39/+217
* Fix scan converter issues.Robin Watts2017-04-051-246/+334
* Bug 697678: Scan converter performance (out of range lines).Robin Watts2017-03-301-9/+97
* Scan converter: Fix restrict in prototypes.Robin Watts2017-03-291-43/+36
* Scan converter: Special case vertical lines.Robin Watts2017-03-291-4/+148
* Remove unnecessary assignments from scan converterRobin Watts2017-03-291-3/+0
* Tweak Scan Converter.Robin Watts2017-03-291-22/+29
* Correct assert in new scan converterRobin Watts2017-02-241-2/+2
* New scan converter fix.Robin Watts2017-02-021-2/+2
* New scan converter: Fix some warnings.Robin Watts2017-01-031-10/+6