index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
pen-context.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
1) make snapping to clip/mask paths optional (see document properties dialog ...
Diederik van Lierop
2011-10-08
1
-2
/
+4
*
Remove more of libnr
Krzysztof Kosi??ski
2011-06-23
1
-2
/
+1
*
add new preference widget for a number with a unit.
Johan B. C. Engelen
2011-04-17
1
-1
/
+1
*
Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ...
Jon A. Cruz
2010-12-23
1
-0
/
+1
*
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
2010-11-17
1
-1
/
+1
*
Clear pointers in the snapmanager if they're no longer needed.
Diederik van Lierop
2010-08-11
1
-0
/
+5
*
- Snap while rotating an object using the selector tool
Diederik van Lierop
2010-07-12
1
-1
/
+1
*
Pen context, paraxial mode: don't add a L-shaped path to close the shape when...
Diederik van Lierop
2010-02-28
1
-9
/
+14
*
Pen tool in paraxial mode: Fix automatic selection of the correct paraxial di...
Diederik van Lierop
2010-02-27
1
-0
/
+1
*
Pen tool in paraxial mode: fix automatic orientation of first line segment
Diederik van Lierop
2010-02-23
1
-1
/
+6
*
1) Making snapping behaviour for paraxial lines (in the pen tool) similar to ...
Diederik van Lierop
2010-02-22
1
-21
/
+33
*
Tiny bit of refactoring (inverting some logic)
Diederik van Lierop
2010-02-06
1
-3
/
+3
*
Finally introducing the pre-snap indicator
Diederik van Lierop
2010-01-30
1
-2
/
+16
*
Remove redundancy from snapping API (type of snapsource no longer has to be s...
Diederik van Lierop
2010-01-23
1
-8
/
+8
*
Do not append a segment when finishing an open path with right click
Krzysztof Kosi??ski
2010-01-14
1
-13
/
+15
*
patch from 289774
bulia byak
2009-08-18
1
-7
/
+2
*
Make the snap delay mechanism easier to implement for the devs, and get rid o...
Diederik van Lierop
2009-07-18
1
-3
/
+1
*
comment out apparently unused code
bulia byak
2009-06-05
1
-0
/
+2
*
Do not end path editing on double-clicks other than first mouse button
Krzysztof Kosi??ski
2009-04-26
1
-1
/
+2
*
- Move snap delay mechanism to the event context (used to be in SPCanvas)
Diederik van Lierop
2009-03-29
1
-3
/
+3
*
- When finalizing a curve by double clicking then don't snap to the curve itself
Diederik van Lierop
2009-03-07
1
-1
/
+1
*
limit dot creation to straight line modes of Pen only
bulia byak
2009-02-24
1
-6
/
+6
*
Removed broken-and-unused function
Jon A. Cruz
2009-02-22
1
-12
/
+0
*
The snap indicator's tooltip now displays "A to B", whereas before it only di...
Diederik van Lierop
2009-02-20
1
-1
/
+1
*
- The snap-delay mechanism should now be more robust. From now on, it must be...
Diederik van Lierop
2009-01-25
1
-15
/
+26
*
More NR ==> Geom changes
Joshua L. Blocher
2008-12-28
1
-8
/
+8
*
NR::LInfty => Geom::
Johan B. C. Engelen
2008-12-05
1
-1
/
+1
*
Merge from trunk
Ted Gould
2008-10-31
1
-3
/
+2
*
From trunk
Ted Gould
2008-10-27
1
-12
/
+17
*
Some NR::Point ==> Geom::Point replacements
Maximilian Albert
2008-09-18
1
-40
/
+40
*
Move single-dot-creation function to a better location (and rename it accordi...
Maximilian Albert
2008-09-01
1
-1
/
+1
*
Remove debugging messages
Maximilian Albert
2008-08-18
1
-7
/
+0
*
Add function to cancel wait-for-LPE mode in pen context
Maximilian Albert
2008-08-18
1
-0
/
+11
*
Add button whether to display limiting bounding box; add 'all inactive' toggl...
Maximilian Albert
2008-08-18
1
-1
/
+3
*
Many debugging messages
Maximilian Albert
2008-08-18
1
-0
/
+1
*
Groundwork for new LPETool tool (which consists of subtools that are construc...
Maximilian Albert
2008-08-18
1
-0
/
+1
*
Remove done_pathparam_set and friends because it currently isn't used any mor...
Maximilian Albert
2008-08-18
1
-2
/
+5
*
Get rid of a whole bunch of further instances of SP_ACTIVE_DESKTOP (where the...
Maximilian Albert
2008-08-14
1
-1
/
+1
*
remove many unnecessary to_2geom and from_2geom calls
Johan B. C. Engelen
2008-08-08
1
-4
/
+4
*
Improve comment in pen-context.cpp
Maximilian Albert
2008-08-06
1
-1
/
+1
*
cleanup (remove obsolete code)
Maximilian Albert
2008-08-06
1
-20
/
+0
*
New mode in pen tool to draw paraxial lines
Maximilian Albert
2008-08-06
1
-15
/
+121
*
While drawing and constraining to specific angles (using CTRL): don't try a f...
Diederik van Lierop
2008-08-04
1
-6
/
+18
*
remove many needless references to n-art-bpath.h
Johan B. C. Engelen
2008-08-03
1
-1
/
+0
*
New 'zigzag' (polylines) mode in pen tool
Maximilian Albert
2008-07-31
1
-5
/
+3
*
convert all SPCurve's points and matrices arguments and return types to 2Geom
Johan B. C. Engelen
2008-07-17
1
-1
/
+1
*
2geomify deletion of node in pen-context.cpp
Johan B. C. Engelen
2008-07-02
1
-8
/
+9
*
fix the snapindicator stealing release event by grabbing the acetate on click...
bulia byak
2008-06-30
1
-14
/
+15
*
pen tool: use SPCurve::last_segment in favor of last_bpath
Johan B. C. Engelen
2008-06-29
1
-9
/
+12
*
replace some spcurve->last_bpath calls with spcurve->is_empty
Johan B. C. Engelen
2008-06-29
1
-2
/
+1
[next]