index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
knotholder.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
clean merge
Jabier Arraiza Cenoz
2015-07-25
1
-3
/
+2
*
fix to trunk
Jabier Arraiza Cenoz
2015-03-18
1
-8
/
+3
*
update to trunk
Jabier Arraiza Cenoz
2015-03-18
1
-1
/
+2
|
\
|
*
Warning cleanup.
Jon A. Cruz
2015-03-15
1
-1
/
+2
*
|
Add vertical and horizontal modes
Jabier Arraiza Cenoz
2014-11-15
1
-0
/
+6
|
\
|
*
|
ignore this commit
Jabier Arraiza Cenoz
2014-11-15
1
-6
/
+0
*
|
ignore this commit
Jabier Arraiza Cenoz
2014-11-15
1
-0
/
+6
|
/
*
Update to trunk r13638
Liam P. White
2014-10-25
1
-43
/
+49
|
\
|
*
Initial removal of box3d outdated GTKish macros.
Jon A. Cruz
2014-10-24
1
-30
/
+45
*
|
Update to experimental r13460
Liam P. White
2014-08-06
1
-6
/
+26
|
\
|
|
*
Allow editing of fill and stroke patterns simultaneously. Fixes #601336, #604...
Liam P. White
2014-08-04
1
-6
/
+26
*
|
I'm an idiot
Liam P. White
2014-07-31
1
-1
/
+1
*
|
Minor things
Liam P. White
2014-04-15
1
-2
/
+9
*
|
Prevent crash on "three knot" issue
Liam P. White
2014-04-04
1
-3
/
+8
*
|
Begin first stage of resolving issue with duplicate knots
Liam P. White
2014-04-04
1
-6
/
+8
|
/
*
First step of refactoring SPKnot.
Markus Engel
2014-03-27
1
-3
/
+1
*
Added some consts. Turned functions to member functions.
Markus Engel
2014-03-02
1
-4
/
+4
*
Moved and renamed some tool-related files.
Markus Engel
2013-11-09
1
-4
/
+4
*
Seamlessly switch between SVG circle, ellipse, and path (arc) elements while ...
Tavmjong Bah
2013-10-08
1
-1
/
+1
*
C++
Johan B. C. Engelen
2013-10-04
1
-1
/
+1
*
Reactivated independent reference counting in the SPObject tree.
Markus Engel
2013-04-08
1
-2
/
+5
*
Merged Shape and subclasses. Cleaned up a bit.
Markus Engel
2013-04-05
1
-2
/
+2
*
Header cleaning for GTK+3 migration
Alex Valavanis
2012-06-05
1
-0
/
+1
*
Adding base configurable sizing of controls/handles.
Jon A. Cruz
2012-05-03
1
-25
/
+38
*
Additional cleanup.
Jon A. Cruz
2012-04-10
1
-2
/
+2
*
fix possible crasher in knot_clicked_handler
Johan B. C. Engelen
2012-04-07
1
-11
/
+12
*
remove no longer needed knotholderentity complication
Johan B. C. Engelen
2012-04-07
1
-7
/
+1
*
Header cleaning
Alex Valavanis
2012-02-12
1
-0
/
+2
*
Another minor pass of Doxygen cleanup.
Jon A. Cruz
2011-10-03
1
-2
/
+2
*
- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...
Johan B. C. Engelen
2011-07-17
1
-4
/
+2
*
Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.
Jon A. Cruz
2011-02-21
1
-6
/
+6
*
update to latest 2geom !
Johan B. C. Engelen
2011-02-02
1
-1
/
+1
*
Merge and cleanup of GSoC C++-ification project.
Jon A. Cruz
2010-12-12
1
-13
/
+15
|
\
|
*
SPShape c++ified to the extent it was possible and more changes done for XML ...
Abhishek Sharma Public
2010-07-14
1
-2
/
+2
|
*
C++ification of SPObject continued along with the onset of XML Privatisation....
Abhishek Sharma Public
2010-07-06
1
-1
/
+2
|
*
New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...
Abhishek Sharma Public
2010-07-02
1
-2
/
+2
|
*
This is the first c++ification commit from me. It handles sp-line, sp-polylin...
Abhishek Sharma Public
2010-06-29
1
-3
/
+3
*
|
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
2010-11-17
1
-1
/
+1
|
/
*
Finally introducing the pre-snap indicator
Diederik van Lierop
2010-01-30
1
-0
/
+15
*
decrease header dependencies
Johan B. C. Engelen
2009-11-23
1
-0
/
+1
*
label edit
bulia byak
2009-10-02
1
-1
/
+1
*
Make the snap delay mechanism easier to implement for the devs, and get rid o...
Diederik van Lierop
2009-07-18
1
-2
/
+0
*
- Move snap delay mechanism to the event context (used to be in SPCanvas)
Diederik van Lierop
2009-03-29
1
-2
/
+2
*
Fix #338838, in which zooming and panning with the middle mouse button made I...
Diederik van Lierop
2009-03-09
1
-2
/
+2
*
- The snap-delay mechanism should now be more robust. From now on, it must be...
Diederik van Lierop
2009-01-25
1
-3
/
+15
*
NR -> 2Geom few more files
Joshua L. Blocher
2008-12-05
1
-2
/
+2
*
remove many unnecessary to_2geom and from_2geom calls
Johan B. C. Engelen
2008-08-08
1
-1
/
+1
*
replace matrix division code.
Johan B. C. Engelen
2008-08-01
1
-3
/
+2
*
change knot.h to Geom::Point only instead of NR::Point.
Johan B. C. Engelen
2008-08-01
1
-2
/
+2
*
Warning cleanup
Jon A. Cruz
2008-08-01
1
-3
/
+3
[next]