summaryrefslogtreecommitdiffstats
path: root/src/sp-fecomponenttransfer.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-11-21Merge from fe-movedTed Gould1-257/+0
(bzr r6891)
2008-06-11plumb XML::Documents in everywhereMenTaLguY1-4/+4
(bzr r5884)
2008-02-24Warning and whitespace cleanupJon A. Cruz1-5/+5
(bzr r4838)
2008-02-11Offline work done during weekend:Felipe Corr??a da Silva Sanches1-50/+86
* handle fefuncR, fefuncG, fefuncB and fefuncA nodes * implement fecomponenttransfer renderer ** identity and gamma modes render perfectly ** linear and table modes are rendering with very slight imperfections This commit still mantains feComponentTransfer out of UI (still not implemented) (bzr r4704)
2008-01-25first set of updates to headers for clean gcc 4.3 buildsKees Cook1-0/+2
(bzr r4588)
2007-12-06Fixed several crashes when modifying filter effect parameters with XML editorNiko Kiirala1-1/+1
(bzr r4185)
2007-08-17Filter effects dialog:Nicholas Bishop1-0/+8
* Added most of the settings for feComponentTransfer to the filter dialog (still haven't done the table attribute) (bzr r3488)
2007-08-06setting of attributes and default valuesFelipe Corr??a da Silva Sanches1-1/+38
(bzr r3403)
2007-04-09fix crash temporarily until next refactoring phaseMenTaLguY1-1/+1
(bzr r2837)
2007-03-20plumb XML::Document parameter into duplication, courtesy of bryceMenTaLguY1-1/+1
(bzr r2723)
2007-02-19Fixed unintialized variables and minor misc warningsJon A. Cruz1-1/+2
(bzr r2398)
2006-08-14Work on filters. spFilterPrimitive structure added. Blur slider updated. ↵Hugo Rodrigues1-26/+3
Fixed sp-object-repr.cpp typos (bzr r1598)
2006-08-02compile fixbulia byak1-1/+1
(bzr r1544)
2006-08-02Added skeleton files for other filter primitives' SP-objects. Added blur ↵Hugo Rodrigues1-0/+196
slider on fill/stroke dialog (uncomment on object-properties.cpp). (bzr r1542)