summaryrefslogtreecommitdiffstats
path: root/src/sp-fecomponenttransfer.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge from fe-movedTed Gould2008-11-211-257/+0
| | | (bzr r6891)
* plumb XML::Documents in everywhereMenTaLguY2008-06-111-4/+4
| | | (bzr r5884)
* Warning and whitespace cleanupJon A. Cruz2008-02-241-5/+5
| | | (bzr r4838)
* Offline work done during weekend:Felipe Corr??a da Silva Sanches2008-02-111-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)
* first set of updates to headers for clean gcc 4.3 buildsKees Cook2008-01-251-0/+2
| | | (bzr r4588)
* Fixed several crashes when modifying filter effect parameters with XML editorNiko Kiirala2007-12-061-1/+1
| | | (bzr r4185)
* Filter effects dialog:Nicholas Bishop2007-08-171-0/+8
| | | | | * Added most of the settings for feComponentTransfer to the filter dialog (still haven't done the table attribute) (bzr r3488)
* setting of attributes and default valuesFelipe Corr??a da Silva Sanches2007-08-061-1/+38
| | | (bzr r3403)
* fix crash temporarily until next refactoring phaseMenTaLguY2007-04-091-1/+1
| | | (bzr r2837)
* plumb XML::Document parameter into duplication, courtesy of bryceMenTaLguY2007-03-201-1/+1
| | | (bzr r2723)
* Fixed unintialized variables and minor misc warningsJon A. Cruz2007-02-191-1/+2
| | | (bzr r2398)
* Work on filters. spFilterPrimitive structure added. Blur slider updated. ↵Hugo Rodrigues2006-08-141-26/+3
| | | | | Fixed sp-object-repr.cpp typos (bzr r1598)
* compile fixbulia byak2006-08-021-1/+1
| | | (bzr r1544)
* Added skeleton files for other filter primitives' SP-objects. Added blur ↵Hugo Rodrigues2006-08-021-0/+196
slider on fill/stroke dialog (uncomment on object-properties.cpp). (bzr r1542)