index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
pencil-context.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Snapmanager in pencil tool: setup() must be followed by unSetup() to clear po...
Diederik van Lierop
2010-08-22
1
-3
/
+4
*
Clear pointers in the snapmanager if they're no longer needed.
Diederik van Lierop
2010-08-11
1
-0
/
+2
*
Second attempt at fixing LP452174 (first node in freehand is ignored)
Diederik van Lierop
2010-02-08
1
-1
/
+7
*
Pencil tool: fix drawing when starting a new freehand path on top of the pre-...
Diederik van Lierop
2010-02-07
1
-5
/
+26
*
Tiny bit of refactoring (inverting some logic)
Diederik van Lierop
2010-02-06
1
-5
/
+1
*
Don't discard first point in pencil's freehand mode, and add a missing return...
Diederik van Lierop
2010-02-04
1
-0
/
+1
*
Finally introducing the pre-snap indicator
Diederik van Lierop
2010-01-30
1
-1
/
+6
*
Remove redundancy from snapping API (type of snapsource no longer has to be s...
Diederik van Lierop
2010-01-23
1
-13
/
+13
*
restore ctrl+click dots in pencil
bulia byak
2009-09-03
1
-1
/
+12
*
Make the snap delay mechanism easier to implement for the devs, and get rid o...
Diederik van Lierop
2009-07-18
1
-8
/
+4
*
- Move snap delay mechanism to the event context (used to be in SPCanvas)
Diederik van Lierop
2009-03-29
1
-8
/
+8
*
limit dot creation to straight line modes of Pen only
bulia byak
2009-02-24
1
-14
/
+2
*
The snap indicator's tooltip now displays "A to B", whereas before it only di...
Diederik van Lierop
2009-02-20
1
-3
/
+3
*
simplify sketch result to fix crash
Johan B. C. Engelen
2009-01-27
1
-0
/
+9
*
fix crash when drawing very quickly while still loading inkscape.
Johan B. C. Engelen
2009-01-27
1
-3
/
+4
*
- The snap-delay mechanism should now be more robust. From now on, it must be...
Diederik van Lierop
2009-01-25
1
-43
/
+41
*
fix build
Johan B. C. Engelen
2009-01-08
1
-1
/
+1
*
fix crash bug 310206
Johan B. C. Engelen
2008-12-22
1
-7
/
+7
*
remove 2geom transition code
Johan B. C. Engelen
2008-12-13
1
-12
/
+23
*
pencil sketching now allows for different smooth settings
Johan B. C. Engelen
2008-12-13
1
-28
/
+19
*
add sketch mode to pencil tool
Johan B. C. Engelen
2008-12-13
1
-18
/
+159
*
simplify interpolating the curve in pencil-context.
Johan B. C. Engelen
2008-12-06
1
-19
/
+6
*
NR::LInfty => Geom::
Johan B. C. Engelen
2008-12-05
1
-1
/
+1
*
Merge from fe-moved
Ted Gould
2008-11-21
1
-10
/
+88
*
From trunk
Ted Gould
2008-10-27
1
-12
/
+29
*
Next roud of NR ==> Geom conversion
Maximilian Albert
2008-09-18
1
-1
/
+1
*
Some NR::Point ==> Geom::Point replacements
Maximilian Albert
2008-09-18
1
-23
/
+23
*
Move single-dot-creation function to a better location (and rename it accordi...
Maximilian Albert
2008-09-01
1
-1
/
+1
*
Modify the parameters required for setting up the SnapManager
Diederik van Lierop
2008-08-28
1
-1
/
+1
*
Correct fix for Esc and Shift+Z in pencil tool
Maximilian Albert
2008-08-15
1
-5
/
+9
*
Get rid of a whole bunch of further instances of SP_ACTIVE_DESKTOP (where the...
Maximilian Albert
2008-08-14
1
-1
/
+1
*
make spcurve::first_point and last_point boost::optional
Johan B. C. Engelen
2008-08-13
1
-1
/
+1
*
return boost::optional for second and penultimate points of SPCurve
Johan B. C. Engelen
2008-08-13
1
-1
/
+1
*
Move all of the snapper code to 2geom
Diederik van Lierop
2008-08-11
1
-10
/
+12
*
Esc and Ctrl+Z in pencil tool should also cancel when we're drawing straight ...
Maximilian Albert
2008-08-06
1
-9
/
+4
*
While drawing and constraining to specific angles (using CTRL): don't try a f...
Diederik van Lierop
2008-08-04
1
-2
/
+9
*
remove many needless references to n-art-bpath.h
Johan B. C. Engelen
2008-08-03
1
-1
/
+0
*
make tolerance range exponential
bulia byak
2008-07-15
1
-3
/
+3
*
move tolerance range towards roughness
bulia byak
2008-07-09
1
-2
/
+2
*
patch by FreqMod for bug 246389
bulia byak
2008-07-08
1
-0
/
+18
*
2geomify more of pencil-context.cpp
Johan B. C. Engelen
2008-07-07
1
-5
/
+4
*
improve pencil-context logic
Johan B. C. Engelen
2008-07-03
1
-1
/
+1
*
pencil tool: don't use sp_curve_length macro but good function ;)
Johan B. C. Engelen
2008-06-30
1
-1
/
+1
*
use spcurve methods instead of macro (which references to old nartbpath) to d...
Johan B. C. Engelen
2008-06-26
1
-2
/
+1
*
Fix a regression in the snapper, caused by me. Sorry!
Diederik van Lierop
2008-05-16
1
-2
/
+2
*
Add a centralized check (i.e. in the snapper mechanism) whether we've snapped...
Diederik van Lierop
2008-05-12
1
-3
/
+2
*
- try to use more forward declarations for less dependencies on display/curve.h
Johan B. C. Engelen
2008-05-09
1
-0
/
+1
*
struct SPCurve => class SPCurve
Johan B. C. Engelen
2008-05-05
1
-14
/
+14
*
- Major refactoring of snapping related code...
Diederik van Lierop
2008-04-30
1
-10
/
+6
*
Refactor snapper and snapindicator (in order to enable the snapindicator in t...
Diederik van Lierop
2008-04-07
1
-2
/
+2
[next]