index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gradient-chemistry.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-05-23
Add Mesh tool (experimental, requires Cario >= 1.11.4, disabled by default).
Tavmjong Bah
1
-74
/
+252
2012-05-08
Follow-up conversion from bool.
Jon A. Cruz
1
-24
/
+13
2012-05-08
Fixing to use explicit enum types instead of generic guint & bool.
Jon A. Cruz
1
-38
/
+56
2012-05-04
Adding checks to prevent null pointer dereferences
Kris De Gussem
1
-4
/
+6
2012-04-04
gradient chemistry: fix null pointer dereference
Kris De Gussem
1
-5
/
+8
2012-03-07
cppcheck
Kris De Gussem
1
-4
/
+6
2012-01-07
dropped deprecated function sp_repr_get_double_attribute
Kris De Gussem
1
-1
/
+4
2011-08-28
Completely remove libnr
Krzysztof Kosi??ski
1
-6
/
+8
2011-08-27
Refactor SPItem bounding box methods: remove NRRect usage and make code
Krzysztof Kosi??ski
1
-3
/
+3
2011-07-17
- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...
Johan B. C. Engelen
1
-2
/
+2
2011-06-23
Remove more of libnr
Krzysztof Kosi??ski
1
-2
/
+2
2011-06-04
Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...
Jon A. Cruz
1
-4
/
+4
2011-02-20
Pass removing some outdated C-macro use.
Jon A. Cruz
1
-69
/
+70
2011-02-02
update to latest 2geom !
Johan B. C. Engelen
1
-22
/
+22
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 3
Krzysztof Kosi??ski
1
-0
/
+1
2010-08-04
Wholesale cruft removal part 2
Krzysztof Kosi??ski
1
-4
/
+0
2010-07-09
Cleanup of gradient swatch property and collection policy.
Jon A. Cruz
1
-5
/
+7
2010-07-05
Prevent conversion of 'solid' gradients.
Jon A. Cruz
1
-45
/
+79
2010-07-04
Suppress gradient direction line for 'solid' gradients.
Jon A. Cruz
1
-12
/
+11
2010-07-03
another c++ification for sp-object.h/cpp and still in progress...
Abhishek Sharma Public
1
-2
/
+2
2010-07-03
Create only single-stop gradients when using Fill-n-Stroke to convert solid t...
Jon A. Cruz
1
-43
/
+32
2010-07-01
C++fied SPDocument added
Abhishek Sharma Public
1
-3
/
+3
2010-06-29
This is the first c++ification commit from me. It handles sp-line, sp-polylin...
Abhishek Sharma Public
1
-2
/
+2
2010-06-28
Partial C++-ification of SPGradient
Jon A. Cruz
1
-13
/
+16
2010-03-23
Update to reflect "swatch" gradients as being assumed to be shared.
Jon A. Cruz
1
-4
/
+5
2010-03-09
Initial F&S dialog setting of swatch colors.
Jon A. Cruz
1
-23
/
+19
2010-03-08
Cleanup of gradients and stops.
Jon A. Cruz
1
-35
/
+8
2010-03-06
New tab in Fill&Stroke dialog for swatch fills.
Jon A. Cruz
1
-46
/
+7
2010-03-04
Fixed const correctness for gradient stop count routines.
Jon A. Cruz
1
-126
/
+131
2010-03-02
Cleanup on id access.
Jon A. Cruz
1
-2
/
+2
2009-08-06
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
1
-5
/
+5
2009-08-05
SPDocument->Document
johnce
1
-5
/
+5
2008-11-21
Merge from fe-moved
Ted Gould
1
-5
/
+5
2008-10-31
Merge from trunk
Ted Gould
1
-52
/
+52
2008-10-27
From trunk
Ted Gould
1
-2
/
+3
2008-10-11
Merging from trunk
Ted Gould
1
-66
/
+66
2008-09-11
convert almost all libnrtype to Geom::
Johan B. C. Engelen
1
-3
/
+6
2008-08-08
remove many unnecessary to_2geom and from_2geom calls
Johan B. C. Engelen
1
-2
/
+2
2008-08-05
NR::Maybe => boost::optional
Johan B. C. Engelen
1
-3
/
+3
2008-06-12
change NR::Matrix to Geom:: for many sp_item_xxx_affine functions
Johan B. C. Engelen
1
-2
/
+2
2008-06-11
plumb XML::Documents in everywhere
MenTaLguY
1
-1
/
+1
2008-03-26
fix crash caused by a gradient without a zero-offset stop
bulia byak
1
-0
/
+6
2008-03-21
No more NRMatrix or NRPoint.
Jasper van de Gronde
1
-2
/
+2
2007-10-16
switch to utility functions in nr-point-fns
bulia byak
1
-15
/
+1
2007-10-11
implement no-forking option
bulia byak
1
-0
/
+5
2007-10-07
export average_color
bulia byak
1
-2
/
+2
2007-10-06
a few more utility methods
bulia byak
1
-14
/
+74
2007-09-24
Fixed unsafe hardcoding of buffer size
Jon A. Cruz
1
-1
/
+1
2007-09-15
Refactoring SPColor to C++ and removing legacy CMYK implementation
Jon A. Cruz
1
-1
/
+1
[prev]
[next]