summaryrefslogtreecommitdiffstats
path: root/src/display/pixblock-transform.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-02-02update to latest 2geom !Johan B. C. Engelen1-2/+2
(bzr r10025)
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan1-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)
2010-08-04Wholesale cruft removal part 1Krzysztof Kosi??ski1-35/+0
(bzr r9508.1.44)
2009-01-01switch nr-filter to 2geomJohan B. C. Engelen1-3/+3
(bzr r7055)
2008-01-05Added bicubic pixblock transformer to fix jagged results with rotated filtersNiko Kiirala1-0/+1
(bzr r4397)
2007-01-03Added bitmap transformer to fix blur with rotation and non-uniform scalingNiko Kiirala1-11/+6
(bzr r2125)
2006-07-18Added a bunch of comments to filter effects rendering codeNiko Kiirala1-0/+17
(bzr r1436)
2006-07-10Bicubic scaler added to filtering, allowing changes in filter resolutionNiko Kiirala1-6/+6
(bzr r1391)