summaryrefslogtreecommitdiffstats
path: root/src/sp-gradient.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactoring SPColor to C++ and removing legacy CMYK implementationJon A. Cruz2007-09-151-16/+13
| | | (bzr r3753)
* do the same remembering for stop opacitybulia byak2007-08-261-1/+2
| | | (bzr r3590)
* calling parent's write method may reset the stop's color from repr if it was ↵bulia byak2007-08-261-1/+3
| | | | | changed in the object but not yet written to repr; to fix it, remember the specified color before calling parent write (bzr r3589)
* unify linear and radial gradients in same file (with appropriate noteMenTaLguY2007-08-211-1/+1
| | | | | about license) in preparation for refactoring (bzr r3562)
* fix 1695287bulia byak2007-04-061-3/+6
| | | (bzr r2822)
* fix 1502621bulia byak2007-03-091-1/+40
| | | (bzr r2590)
* refactor sp_svg_transform_write to return a dynamically-allocated stringMenTaLguY2007-02-281-6/+3
| | | | | -- dynamic allocation won't hurt you, but buffer overruns will! (bzr r2466)
* start switching sp_repr_new* over to XML::Document::create*, and rename ↵MenTaLguY2007-01-211-4/+8
| | | | | create methods to match DOM (bzr r2253)
* Gradient colors are recalculated when style or offset changes of stops. (for ↵Johan B. C. Engelen2007-01-081-1/+5
| | | | | | | example when selecting a color in a swatch) Now changing colors is interactive. (bzr r2164)
* switch to sigc++ SPObject signals for SPGradientMenTaLguY2006-07-291-5/+9
| | | (bzr r1508)
* #include svg/svg-color.h instead of or as well as (as appropriate) svg/svg.h.Peter Moulder2006-03-131-0/+1
| | | (bzr r232)
* bulk trailing spaces removal. consistency through MD5 of binaryRalf Stephan2006-02-151-17/+17
| | | (bzr r149)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+1809
(bzr r1)