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.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-06-18
Run clang-tidy’s modernize-deprecated-headers pass.
Emmanuel Gil Peyrot
1
-1
/
+1
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-2
/
+2
2017-02-06
This commit fixes bug #1657874
Jabiertxof
1
-1
/
+1
2016-12-05
Highlight mesh handles when corner or handle selected.
Jabier Arraiza Cenoz
1
-1
/
+7
2016-12-03
Enable node resizing in mesh tool.
Jabier Arraiza Cenoz
1
-0
/
+5
2016-11-23
Select mesh nodes by clicking on control lines.
Tavmjong Bah
1
-1
/
+1
2016-11-21
Keep corner nodes selected when possible for corner operations.
Tavmjong Bah
1
-1
/
+4
2016-09-27
Rename <mesh> to <meshgradient> per SVG 2 CR specificiation.
Tavmjong Bah
1
-2
/
+2
2016-09-26
Fix undo/redo for mesh gradients.
Tavmjong Bah
1
-1
/
+1
2015-12-08
fix warning (class was a struct)
Marc Jeanmougin
1
-1
/
+1
2015-12-06
cppification: GSList replaced by vectors (mostly related to gradients and mes...
Marc Jeanmougin
1
-10
/
+13
2015-03-01
Rename <meshGradient> to <mesh>, <meshRow> to <meshrow>, <meshPatch> to <mesh...
Tavmjong Bah
1
-2
/
+2
2014-03-30
Fix some mismatched tags
Alex Valavanis
1
-1
/
+1
2014-03-28
Further refactored SPKnot.
Markus Engel
1
-9
/
+7
2014-03-27
First step of refactoring SPKnot.
Markus Engel
1
-1
/
+7
2014-03-09
Remove unused includes to tidy up the code.
Martin Owens
1
-1
/
+0
2013-07-31
Cleaned up a bit; fixed struct vs. class forward declarations.
Markus Engel
1
-4
/
+4
2013-03-19
Fixing regression
jtx
1
-3
/
+3
2013-03-17
Working with widjets
Jabier Arraiza Cenoz
1
-3
/
+3
2013-03-14
Fix another load of forward declaration tags
Alex Valavanis
1
-3
/
+3
2013-03-14
Fix another tonne of forward declaration tags
Alex Valavanis
1
-1
/
+1
2012-11-11
cppcheck: Convert more C-style pointer casts to GObject or C++
Alex Valavanis
1
-1
/
+1
2012-10-27
cppcheck: get rid of more C-style pointer casts
Alex Valavanis
1
-2
/
+7
2012-09-07
Fix for 1046868 : Gradient tool (trunk): stop selector cannot access stroke g...
John Smith
1
-1
/
+1
2012-05-23
Add Mesh tool (experimental, requires Cario >= 1.11.4, disabled by default).
Tavmjong Bah
1
-1
/
+10
2012-05-09
Centralized line creation and enhanced visibility.
Jon A. Cruz
1
-22
/
+22
2012-05-08
Fixing to use explicit enum types instead of generic guint & bool.
Jon A. Cruz
1
-16
/
+29
2012-04-01
Fix for 627728 : Make newly added gradient stop active
John Smith
1
-0
/
+1
2011-12-11
mixed usage of class and struct for same object
Kris De Gussem
1
-1
/
+1
2011-12-08
Switch to top-level glib headers. Thanks to DimStar for patch
Alex Valavanis
1
-1
/
+0
2011-10-05
Cleanup for src/forward.h. (About 19 of the affected files did not require th...
Jon A. Cruz
1
-5
/
+18
2011-08-27
Remove nr-forward.h
Krzysztof Kosi??ski
1
-1
/
+0
2011-02-27
compatibility patch to compile using gcc 4.6
Adib Taraben
1
-0
/
+1
2010-07-18
Follow-up to complete fix for gradient stops and icc.
Jon A. Cruz
1
-0
/
+2
2010-07-18
Correct behavior of gradient stops to extract color from swatch when color is...
Jon A. Cruz
1
-0
/
+2
2010-07-11
Stop setting of stops from getting url() reference colors.
Jon A. Cruz
1
-0
/
+2
2010-07-03
Suppress gradient handles when editing objects with solid fills.
Jon A. Cruz
1
-6
/
+6
2010-02-14
Gradient editor: don't show pre-snap indicator when hovering above the knot o...
Diederik van Lierop
1
-0
/
+2
2009-03-08
Reworked internals of color and drag-n-drop.
Jon A. Cruz
1
-1
/
+1
2008-11-21
Merge from fe-moved
Ted Gould
1
-42
/
+43
2008-09-18
Next roud of NR ==> Geom conversion
Maximilian Albert
1
-1
/
+1
2008-07-07
replace separate forward declarations by proper forward.h inclusion
Johan B. C. Engelen
1
-3
/
+1
2008-03-26
system clipboard support (bug #170185) from Chris Kosiński
MenTaLguY
1
-1
/
+1
2007-11-04
Add virtual to a lot of the destructors. Note: perhaps it will have to be rev...
Johan B. C. Engelen
1
-3
/
+3
2007-11-01
fix bug [ 1824359 ] Gradient isn't snapping with ctrl pressed
Johan B. C. Engelen
1
-2
/
+3
2007-10-22
add copy-to-clipboard for selected stops
bulia byak
1
-0
/
+2
2007-10-16
add dropColor; mouseovered knots red; store item for each line, for adding st...
bulia byak
1
-1
/
+6
2007-10-12
select within rect
bulia byak
1
-0
/
+1
2007-10-12
proper averaging of all selected draggers on query style; select-next/prev re...
bulia byak
1
-2
/
+2
[next]