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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2009-03-29
- Move snap delay mechanism to the event context (used to be in SPCanvas)
Diederik van Lierop
1
-3
/
+3
2009-03-07
- When finalizing a curve by double clicking then don't snap to the curve itself
Diederik van Lierop
1
-1
/
+1
2009-02-24
limit dot creation to straight line modes of Pen only
bulia byak
1
-6
/
+6
2009-02-22
Removed broken-and-unused function
Jon A. Cruz
1
-12
/
+0
2009-02-20
The snap indicator's tooltip now displays "A to B", whereas before it only di...
Diederik van Lierop
1
-1
/
+1
2009-01-25
- The snap-delay mechanism should now be more robust. From now on, it must be...
Diederik van Lierop
1
-15
/
+26
2008-12-28
More NR ==> Geom changes
Joshua L. Blocher
1
-8
/
+8
2008-12-05
NR::LInfty => Geom::
Johan B. C. Engelen
1
-1
/
+1
2008-10-31
Merge from trunk
Ted Gould
1
-3
/
+2
2008-10-27
From trunk
Ted Gould
1
-12
/
+17
2008-09-18
Some NR::Point ==> Geom::Point replacements
Maximilian Albert
1
-40
/
+40
2008-09-01
Move single-dot-creation function to a better location (and rename it accordi...
Maximilian Albert
1
-1
/
+1
2008-08-18
Remove debugging messages
Maximilian Albert
1
-7
/
+0
2008-08-18
Add function to cancel wait-for-LPE mode in pen context
Maximilian Albert
1
-0
/
+11
2008-08-18
Add button whether to display limiting bounding box; add 'all inactive' toggl...
Maximilian Albert
1
-1
/
+3
2008-08-18
Many debugging messages
Maximilian Albert
1
-0
/
+1
2008-08-18
Groundwork for new LPETool tool (which consists of subtools that are construc...
Maximilian Albert
1
-0
/
+1
2008-08-18
Remove done_pathparam_set and friends because it currently isn't used any mor...
Maximilian Albert
1
-2
/
+5
2008-08-14
Get rid of a whole bunch of further instances of SP_ACTIVE_DESKTOP (where the...
Maximilian Albert
1
-1
/
+1
2008-08-08
remove many unnecessary to_2geom and from_2geom calls
Johan B. C. Engelen
1
-4
/
+4
2008-08-06
Improve comment in pen-context.cpp
Maximilian Albert
1
-1
/
+1
2008-08-06
cleanup (remove obsolete code)
Maximilian Albert
1
-20
/
+0
2008-08-06
New mode in pen tool to draw paraxial lines
Maximilian Albert
1
-15
/
+121
2008-08-04
While drawing and constraining to specific angles (using CTRL): don't try a f...
Diederik van Lierop
1
-6
/
+18
2008-08-03
remove many needless references to n-art-bpath.h
Johan B. C. Engelen
1
-1
/
+0
2008-07-31
New 'zigzag' (polylines) mode in pen tool
Maximilian Albert
1
-5
/
+3
2008-07-17
convert all SPCurve's points and matrices arguments and return types to 2Geom
Johan B. C. Engelen
1
-1
/
+1
2008-07-02
2geomify deletion of node in pen-context.cpp
Johan B. C. Engelen
1
-8
/
+9
2008-06-30
fix the snapindicator stealing release event by grabbing the acetate on click...
bulia byak
1
-14
/
+15
2008-06-29
pen tool: use SPCurve::last_segment in favor of last_bpath
Johan B. C. Engelen
1
-9
/
+12
2008-06-29
replace some spcurve->last_bpath calls with spcurve->is_empty
Johan B. C. Engelen
1
-2
/
+1
2008-06-18
Temporary shortcut for LPEParallel in pen tool
Maximilian Albert
1
-2
/
+1
2008-06-16
Temporarily add shortcuts in pen context to activate some LPEs which need pat...
Maximilian Albert
1
-0
/
+35
2008-06-16
Separate function to put pen context into 'wait for LPE mouse clicks' mode
Maximilian Albert
1
-0
/
+9
2008-06-12
When expecting mouse clicks for a LPE in pen context, don't concatenate with ...
Maximilian Albert
1
-27
/
+30
2008-06-12
More infrastructure to have waiting LPEs that are freshly created and applied...
Maximilian Albert
1
-2
/
+8
2008-06-12
Infrastructure in class LivePathEffect::Effect to put Inkscape into 'wait for...
Maximilian Albert
1
-3
/
+3
2008-06-12
Pen context can now wait for a specified number of clicks and finish the path...
Maximilian Albert
1
-3
/
+32
2008-06-12
Remove obsolete variable 'onlycurves' from pen-context.(h|cpp)
Maximilian Albert
1
-2
/
+1
2008-06-12
New 'polylines only' mode in pen context; to be used later when LPEs are wait...
Maximilian Albert
1
-4
/
+15
2008-06-06
merge gsoc2008_johan_path2geom into trunk
Johan B. C. Engelen
1
-9
/
+4
2008-05-24
Removed g_free() calls that now refer to static strings
Jon A. Cruz
1
-2
/
+0
2008-05-22
Fixed concat of i18n strings
Jon A. Cruz
1
-16
/
+6
2008-05-09
- try to use more forward declarations for less dependencies on display/curve.h
Johan B. C. Engelen
1
-1
/
+1
2008-05-05
struct SPCurve => class SPCurve
Johan B. C. Engelen
1
-26
/
+26
2008-03-21
No more NRMatrix or NRPoint.
Jasper van de Gronde
1
-1
/
+2
2008-03-09
Don't steal 'del' key in pen context when there is no curve being drawn (clos...
Maximilian Albert
1
-2
/
+6
2008-03-09
Factor out duplicated angle/distance statusbar code into separate function
John Bintz
1
-28
/
+43
2008-01-31
Applying fixes for gcc 4.3 build issues (closes LP: #169115)
Bryce Harrington
1
-0
/
+2
2008-01-20
Ctrl+click in pen/pencil tool: Created dots are now selected; Alt is used for...
Maximilian Albert
1
-1
/
+1
[next]