summaryrefslogtreecommitdiffstats
path: root/src/display/pixblock-transform.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-02-02update to latest 2geom !Johan B. C. Engelen1-5/+5
(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-279/+0
(bzr r9508.1.44)
2010-04-18Fix for bug #455302 and bug #165529, also partially fixes bounding box of ↵Jasper van de Gronde1-0/+5
various NR Arena Items as passed to filters (it used to explicitly make the bounding box larger) and makes nr-filter-displacement-map use rowstride (bzr r9350)
2009-03-28Fixed some bad math in pixblock-transformNiko Kiirala1-94/+77
(bzr r7583)
2009-01-02Move filters into their own namespace Inkscape::Filters (from NR::)Johan B. C. Engelen1-0/+2
(bzr r7058)
2009-01-01switch nr-filter to 2geomJohan B. C. Engelen1-5/+5
(bzr r7055)
2008-07-03Patch so Inkscape will compile on Solaris 10 from LP ↵Joshua L. Blocher1-1/+1
https://bugs.launchpad.net/inkscape/+bug/245173 (bzr r6133)
2008-02-24pixblock-transform and scaler: convert src if needed, to match dest mode.JF Barraud1-0/+19
color matrix, comp. transfert and diplacement map: explicitely free some unused pixblock instead of resting on garbage collection... (bzr r4839)
2008-02-23partial fix sent by jfb for bug #188814Felipe Corr??a da Silva Sanches1-0/+8
(bzr r4829)
2008-01-05Added bicubic pixblock transformer to fix jagged results with rotated filtersNiko Kiirala1-0/+160
(bzr r4397)
2007-03-01(hopefully) fixed build on linux, added missing isnormal.hMarkus Schwarzenberg1-0/+2
(bzr r2486)
2007-03-01commited Solaris 2.8 / gcc-3.2.3 fixesMarkus Schwarzenberg1-0/+2
(bzr r2485)
2007-01-04Fixed and disabled extra debugging routines in pixblock scaler and transformerNiko Kiirala1-2/+2
(bzr r2126)
2007-01-03Added bitmap transformer to fix blur with rotation and non-uniform scalingNiko Kiirala1-0/+98
(bzr r2125)