index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
sp-gradient.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2011-02-02
update to latest 2geom !
Johan B. C. Engelen
1
-30
/
+30
2010-11-17
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
1
-1
/
+1
2010-08-04
Wholesale cruft removal part 2
Krzysztof Kosi??ski
1
-3
/
+0
2010-08-04
Wholesale cruft removal part 1
Krzysztof Kosi??ski
1
-501
/
+20
2010-07-18
Correcting black gradient stops when swatches are set or drug.
Jon A. Cruz
1
-38
/
+9
2010-07-18
Correct behavior of gradient stops to extract color from swatch when color is...
Jon A. Cruz
1
-38
/
+9
2010-07-12
SPObject c++ification finalized along with the beginning of XML Privatisation...
Abhishek Sharma Public
1
-23
/
+23
2010-07-11
Stop setting of stops from getting url() reference colors.
Jon A. Cruz
1
-0
/
+1
2010-07-09
Cleanup of gradient swatch property and collection policy.
Jon A. Cruz
1
-21
/
+57
2010-07-06
Removed "Add" and enabled "Delete" for swatch context menu. Updated swatch ma...
Jon A. Cruz
1
-7
/
+25
2010-07-03
another c++ification for sp-object.h/cpp and still in progress...
Abhishek Sharma Public
1
-8
/
+8
2010-07-02
Rough pass of Fill-n-Stroke swatch conversion.
Jon A. Cruz
1
-0
/
+12
2010-07-01
C++fied SPDocument added
Abhishek Sharma Public
1
-2
/
+2
2010-06-29
Consolidate Cairo utils in display/cairo-utils.h. Fix icons harder.
Krzysztof Kosi??ski
1
-1
/
+1
2010-06-28
Partial C++-ification of SPGradient
Jon A. Cruz
1
-231
/
+233
2010-06-22
Initial Cairo rendering commit: solid shapes, gradients, opacity and patterns
Krzysztof Kosi??ski
1
-1
/
+85
2010-03-09
Initial F&S dialog setting of swatch colors.
Jon A. Cruz
1
-17
/
+7
2010-03-08
Cleanup of gradients and stops.
Jon A. Cruz
1
-1
/
+1
2010-03-06
New tab in Fill&Stroke dialog for swatch fills.
Jon A. Cruz
1
-8
/
+16
2010-03-04
Added method to query "solid paint" status of SPGradient.
Jon A. Cruz
1
-0
/
+14
2009-08-06
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
1
-8
/
+8
2009-08-05
SPDocument->Document
johnce
1
-8
/
+8
2009-04-04
Some extra comments.
Jasper van de Gronde
1
-3
/
+8
2009-04-03
And now gradients should be (almost) perfect... The gradient vector is set up...
Jasper van de Gronde
1
-23
/
+125
2009-04-01
Fix for gradient code I committed recently (which accidentally used unsigned ...
Jasper van de Gronde
1
-4
/
+4
2009-03-31
Fix for helperfns_read_vector (which could go on trying to read numbers for e...
Jasper van de Gronde
1
-16
/
+5
2008-10-31
Merge from trunk
Ted Gould
1
-34
/
+36
2008-10-11
Merging from trunk
Ted Gould
1
-10
/
+9
2008-08-01
replace matrix division code.
Johan B. C. Engelen
1
-2
/
+1
2008-06-11
plumb XML::Documents in everywhere
MenTaLguY
1
-16
/
+13
2008-03-21
No more NRMatrix or NRPoint.
Jasper van de Gronde
1
-8
/
+2
2008-01-31
Applying fixes for gcc 4.3 build issues (closes LP: #169115)
Bryce Harrington
1
-0
/
+2
2007-11-04
Warning cleanup
Jon A. Cruz
1
-9
/
+9
2007-09-24
Fixed unsafe hardcoding of buffer size
Jon A. Cruz
1
-2
/
+2
2007-09-15
Refactoring SPColor to C++ and removing legacy CMYK implementation
Jon A. Cruz
1
-16
/
+13
2007-08-26
do the same remembering for stop opacity
bulia byak
1
-1
/
+2
2007-08-26
calling parent's write method may reset the stop's color from repr if it was ...
bulia byak
1
-1
/
+3
2007-08-21
unify linear and radial gradients in same file (with appropriate note
MenTaLguY
1
-1
/
+1
2007-04-06
fix 1695287
bulia byak
1
-3
/
+6
2007-03-09
fix 1502621
bulia byak
1
-1
/
+40
2007-02-28
refactor sp_svg_transform_write to return a dynamically-allocated string
MenTaLguY
1
-6
/
+3
2007-01-21
start switching sp_repr_new* over to XML::Document::create*, and rename creat...
MenTaLguY
1
-4
/
+8
2007-01-08
Gradient colors are recalculated when style or offset changes of stops. (for ...
Johan B. C. Engelen
1
-1
/
+5
2006-07-29
switch to sigc++ SPObject signals for SPGradient
MenTaLguY
1
-5
/
+9
2006-03-13
#include svg/svg-color.h instead of or as well as (as appropriate) svg/svg.h.
Peter Moulder
1
-0
/
+1
2006-02-15
bulk trailing spaces removal. consistency through MD5 of binary
Ralf Stephan
1
-17
/
+17
[prev]