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-drag.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-07-27
Properly fix 1309050, revert incorrect fix for 601336
Liam P. White
1
-3
/
+6
2014-03-28
Further refactored SPKnot.
Markus Engel
1
-10
/
+10
2014-03-27
First step of refactoring SPKnot.
Markus Engel
1
-29
/
+31
2014-03-23
gradient midpoint dragging: fix terrible bug in the code (don't know it's phe...
Johan B. C. Engelen
1
-1
/
+1
2014-03-08
Fix crashes caused by the desktop's query_style signal being called before
Krzysztof Kosi??ski
1
-2
/
+2
2013-10-16
static code analysis: performance
Kris De Gussem
1
-1
/
+1
2013-09-24
change names for displayName and detailedDescription, improve char code and r...
Martin Owens
1
-1
/
+1
2013-09-21
Fix format security errors
Alex Valavanis
1
-1
/
+1
2013-04-08
Reactivated independent reference counting in the SPObject tree.
Markus Engel
1
-2
/
+4
2013-04-05
Merged Item.
Markus Engel
1
-1
/
+1
2013-02-11
A couple of forward declarations
Alex Valavanis
1
-0
/
+1
2012-12-06
Check that server is gradient before calling getVector().
Tavmjong Bah
1
-108
/
+115
2012-12-06
Fix for 1086881 : Regression editing patterns with node tool
John Smith
1
-4
/
+8
2012-11-30
Fix for 1084341 : Gradient Tool : Hide gradient handles on a solid color swatch
John Smith
1
-4
/
+4
2012-10-04
code cleanup: add own includes to cpp files or make the functions static if t...
Campbell Barton
1
-1
/
+1
2012-09-07
Fix for 1046868 : Gradient tool (trunk): stop selector cannot access stroke g...
John Smith
1
-3
/
+3
2012-07-24
Fix for 1028425 : Gradient Stop Alpha value not correct in Fill/Stroke dialog
John Smith
1
-2
/
+2
2012-06-09
Stop deriving SPCanvasItem from GtkObject
Alex Valavanis
1
-2
/
+2
2012-06-06
Warning cleanup.
Jon A. Cruz
1
-1
/
+2
2012-05-24
GrDrag: check for null pointer
Johan B. C. Engelen
1
-1
/
+4
2012-05-24
fix windows build. use 'guint' instead of 'uint'. although I do not know why ...
Johan B. C. Engelen
1
-29
/
+29
2012-05-23
Add Mesh tool (experimental, requires Cario >= 1.11.4, disabled by default).
Tavmjong Bah
1
-62
/
+548
2012-05-09
Centralized line creation and enhanced visibility.
Jon A. Cruz
1
-13
/
+14
2012-05-08
Fixing to use explicit enum types instead of generic guint & bool.
Jon A. Cruz
1
-93
/
+93
2012-05-04
C++ification of SPCtrlLine in preparation of visibility improvements.
Jon A. Cruz
1
-13
/
+13
2012-04-25
Fix for 950677 : Add link option to gradient toolbar
John Smith
1
-0
/
+2
2012-04-11
Fix for 950677 : Disable gradient editor on knot double click
John Smith
1
-3
/
+6
2012-04-01
Fix for 627728 : Make newly added gradient stop active
John Smith
1
-0
/
+26
2012-03-08
Fix for 855676 : Gradient - misplacing when adding new stop by mouse
John Smith
1
-6
/
+14
2012-02-15
Prevent false gtk deprecation warnings in canvas-grid and tidy headers
Alex Valavanis
1
-0
/
+1
2012-02-12
Header cleaning
Alex Valavanis
1
-0
/
+2
2012-01-12
Initial C++ification of SPCanvas.
Jon A. Cruz
1
-2
/
+2
2011-10-03
Another minor pass of Doxygen cleanup.
Jon A. Cruz
1
-179
/
+129
2011-09-02
Rename the struct "SnappedConstraints" to the more meaningfull "IntermSnapRes...
Diederik van Lierop
1
-6
/
+6
2011-08-28
Completely remove libnr
Krzysztof Kosi??ski
1
-17
/
+22
2011-08-27
Refactor SPItem bounding box methods: remove NRRect usage and make code
Krzysztof Kosi??ski
1
-3
/
+3
2011-06-25
warning cleanup (no functional changes)
Campbell Barton
1
-1
/
+1
2011-02-20
Pass removing some outdated C-macro use.
Jon A. Cruz
1
-27
/
+27
2010-12-23
Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ...
Jon A. Cruz
1
-0
/
+1
2010-11-07
Leave constrained angular snapping to the snap manager, instead of handling i...
Diederik van Lierop
1
-39
/
+25
2010-08-11
Clear pointers in the snapmanager if they're no longer needed.
Diederik van Lierop
1
-0
/
+3
2010-07-18
Follow-up to complete fix for gradient stops and icc.
Jon A. Cruz
1
-28
/
+49
2010-07-18
Correct behavior of gradient stops to extract color from swatch when color is...
Jon A. Cruz
1
-28
/
+49
2010-07-12
- Snap while rotating an object using the selector tool
Diederik van Lierop
1
-2
/
+2
2010-07-11
Stop setting of stops from getting url() reference colors.
Jon A. Cruz
1
-49
/
+79
2010-07-04
Suppress gradient direction line for 'solid' gradients.
Jon A. Cruz
1
-15
/
+18
2010-07-03
Suppress gradient handles when editing objects with solid fills.
Jon A. Cruz
1
-17
/
+19
2010-07-03
another c++ification for sp-object.h/cpp and still in progress...
Abhishek Sharma Public
1
-1
/
+1
2010-07-02
New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...
Abhishek Sharma Public
1
-6
/
+6
2010-07-01
fix Launchpad bug 593023: crash in constrained snap due to not calling setup(...
Diederik van Lierop
1
-1
/
+2
[prev]
[next]