summaryrefslogtreecommitdiffstats
path: root/src/display/pixblock-scaler.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* update to latest 2geom !Johan B. C. Engelen2011-02-021-3/+3
| | | (bzr r10025)
* Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-1/+1
| | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
* Fixed redraw-area dependent result when using filters with low qualityNiko Kiirala2009-03-281-13/+25
| | | (bzr r7584)
* Fixed some bad math in pixblock-transformNiko Kiirala2009-03-281-1/+1
| | | (bzr r7583)
* Made functions in nr-filter-utils inlineableNiko Kiirala2009-03-281-1/+4
| | | (bzr r7582)
* Fixed some bad math in pixblock-scaler. Seems to fix shifted blursNiko Kiirala2009-03-281-98/+83
| | | (bzr r7581)
* Move filters into their own namespace Inkscape::Filters (from NR::)Johan B. C. Engelen2009-01-021-1/+3
| | | (bzr r7058)
* pixblock-transform and scaler: convert src if needed, to match dest mode.JF Barraud2008-02-241-0/+7
| | | | | color matrix, comp. transfert and diplacement map: explicitely free some unused pixblock instead of resting on garbage collection... (bzr r4839)
* partial fix sent by jfb for bug #188814Felipe Corr??a da Silva Sanches2008-02-231-0/+8
| | | (bzr r4829)
* Improved handling bounding boxes and rotated/skewed coordinates in filtersNiko Kiirala2007-08-181-5/+82
| | | (bzr r3505)
* Fixed rendering glitch in bicubic scalerNiko Kiirala2007-07-241-8/+23
| | | (bzr r3289)
* Fixed and disabled extra debugging routines in pixblock scaler and transformerNiko Kiirala2007-01-041-2/+2
| | | (bzr r2126)
* Added a bunch of comments to filter effects rendering codeNiko Kiirala2006-07-181-2/+51
| | | (bzr r1436)
* Bicubic scaler added to filtering, allowing changes in filter resolutionNiko Kiirala2006-07-101-0/+141
(bzr r1391)