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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
code cleanup: add own includes to cpp files or make the functions static if t...
Campbell Barton
2012-10-04
1
-3
/
+4
*
Fix for 367548 : Invert doesnt work on objects with gradients
John Smith
2012-09-23
1
-8
/
+54
*
Fix for 367548 : Invert doesnt work on objects with gradients
John Smith
2012-09-22
1
-0
/
+37
*
Fix for 509891 : User defined linear gradient angle
John Smith
2012-09-19
1
-4
/
+42
*
mesh gradient: fix bad indexing
Johan B. C. Engelen
2012-05-25
1
-0
/
+3
*
gradient mesh: add NULL checks to fix crash?
Johan B. C. Engelen
2012-05-25
1
-5
/
+13
*
Add Mesh tool (experimental, requires Cario >= 1.11.4, disabled by default).
Tavmjong Bah
2012-05-23
1
-74
/
+252
*
Follow-up conversion from bool.
Jon A. Cruz
2012-05-08
1
-24
/
+13
*
Fixing to use explicit enum types instead of generic guint & bool.
Jon A. Cruz
2012-05-08
1
-38
/
+56
*
Adding checks to prevent null pointer dereferences
Kris De Gussem
2012-05-04
1
-4
/
+6
*
gradient chemistry: fix null pointer dereference
Kris De Gussem
2012-04-04
1
-5
/
+8
*
cppcheck
Kris De Gussem
2012-03-07
1
-4
/
+6
*
dropped deprecated function sp_repr_get_double_attribute
Kris De Gussem
2012-01-07
1
-1
/
+4
*
Completely remove libnr
Krzysztof Kosi??ski
2011-08-28
1
-6
/
+8
*
Refactor SPItem bounding box methods: remove NRRect usage and make code
Krzysztof Kosi??ski
2011-08-27
1
-3
/
+3
*
- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...
Johan B. C. Engelen
2011-07-17
1
-2
/
+2
*
Remove more of libnr
Krzysztof Kosi??ski
2011-06-23
1
-2
/
+2
*
Merge from trunk
Krzysztof Kosi??ski
2011-06-19
1
-4
/
+4
|
\
|
*
Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...
Jon A. Cruz
2011-06-04
1
-4
/
+4
*
|
Merge from trunk
Krzysztof Kosi??ski
2011-04-07
1
-91
/
+92
|
\
|
|
*
Pass removing some outdated C-macro use.
Jon A. Cruz
2011-02-20
1
-69
/
+70
|
*
update to latest 2geom !
Johan B. C. Engelen
2011-02-02
1
-22
/
+22
*
|
Merge from trunk (again)
Krzysztof Kosi??ski
2010-12-15
1
-17
/
+16
|
\
|
|
*
Merge and cleanup of GSoC C++-ification project.
Jon A. Cruz
2010-12-12
1
-17
/
+16
|
|
\
|
|
*
another c++ification for sp-object.h/cpp and still in progress...
Abhishek Sharma Public
2010-07-03
1
-2
/
+2
|
|
*
C++fied SPDocument added
Abhishek Sharma Public
2010-07-01
1
-3
/
+3
|
|
*
This is the first c++ification commit from me. It handles sp-line, sp-polylin...
Abhishek Sharma Public
2010-06-29
1
-2
/
+2
*
|
|
Merge from trunk
Krzysztof Kosi??ski
2010-11-25
1
-1
/
+1
|
\
|
|
|
*
|
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
2010-11-17
1
-1
/
+1
*
|
|
merge from trunk
Krzysztof Kosi??ski
2010-08-08
1
-116
/
+143
|
\
|
|
|
*
|
Cleanup of gradient swatch property and collection policy.
Jon A. Cruz
2010-07-09
1
-5
/
+7
|
*
|
Prevent conversion of 'solid' gradients.
Jon A. Cruz
2010-07-05
1
-45
/
+79
|
*
|
Suppress gradient direction line for 'solid' gradients.
Jon A. Cruz
2010-07-04
1
-12
/
+11
|
*
|
Create only single-stop gradients when using Fill-n-Stroke to convert solid t...
Jon A. Cruz
2010-07-03
1
-43
/
+32
|
|
/
|
*
Partial C++-ification of SPGradient
Jon A. Cruz
2010-06-28
1
-13
/
+16
*
|
Wholesale cruft removal part 3
Krzysztof Kosi??ski
2010-08-04
1
-0
/
+1
*
|
Wholesale cruft removal part 2
Krzysztof Kosi??ski
2010-08-04
1
-4
/
+0
|
/
*
Update to reflect "swatch" gradients as being assumed to be shared.
Jon A. Cruz
2010-03-23
1
-4
/
+5
*
Initial F&S dialog setting of swatch colors.
Jon A. Cruz
2010-03-09
1
-23
/
+19
*
Cleanup of gradients and stops.
Jon A. Cruz
2010-03-08
1
-35
/
+8
*
New tab in Fill&Stroke dialog for swatch fills.
Jon A. Cruz
2010-03-06
1
-46
/
+7
*
Fixed const correctness for gradient stop count routines.
Jon A. Cruz
2010-03-04
1
-126
/
+131
*
Cleanup on id access.
Jon A. Cruz
2010-03-02
1
-2
/
+2
*
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
2009-08-06
1
-5
/
+5
*
SPDocument->Document
johnce
2009-08-05
1
-5
/
+5
*
Merge from fe-moved
Ted Gould
2008-11-21
1
-5
/
+5
*
Merge from trunk
Ted Gould
2008-10-31
1
-52
/
+52
*
From trunk
Ted Gould
2008-10-27
1
-2
/
+3
*
Merging from trunk
Ted Gould
2008-10-11
1
-66
/
+66
*
convert almost all libnrtype to Geom::
Johan B. C. Engelen
2008-09-11
1
-3
/
+6
[next]