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
*
- 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
*
Temporary shortcut for LPEParallel in pen tool
Maximilian Albert
2008-06-18
1
-2
/
+1
*
Temporarily add shortcuts in pen context to activate some LPEs which need pat...
Maximilian Albert
2008-06-16
1
-0
/
+35
*
Separate function to put pen context into 'wait for LPE mouse clicks' mode
Maximilian Albert
2008-06-16
1
-0
/
+9
*
When expecting mouse clicks for a LPE in pen context, don't concatenate with ...
Maximilian Albert
2008-06-12
1
-27
/
+30
*
More infrastructure to have waiting LPEs that are freshly created and applied...
Maximilian Albert
2008-06-12
1
-2
/
+8
*
Infrastructure in class LivePathEffect::Effect to put Inkscape into 'wait for...
Maximilian Albert
2008-06-12
1
-3
/
+3
*
Pen context can now wait for a specified number of clicks and finish the path...
Maximilian Albert
2008-06-12
1
-3
/
+32
*
Remove obsolete variable 'onlycurves' from pen-context.(h|cpp)
Maximilian Albert
2008-06-12
1
-2
/
+1
*
New 'polylines only' mode in pen context; to be used later when LPEs are wait...
Maximilian Albert
2008-06-12
1
-4
/
+15
*
merge gsoc2008_johan_path2geom into trunk
Johan B. C. Engelen
2008-06-06
1
-9
/
+4
*
Removed g_free() calls that now refer to static strings
Jon A. Cruz
2008-05-24
1
-2
/
+0
*
Fixed concat of i18n strings
Jon A. Cruz
2008-05-22
1
-16
/
+6
*
- try to use more forward declarations for less dependencies on display/curve.h
Johan B. C. Engelen
2008-05-09
1
-1
/
+1
*
struct SPCurve => class SPCurve
Johan B. C. Engelen
2008-05-05
1
-26
/
+26
*
No more NRMatrix or NRPoint.
Jasper van de Gronde
2008-03-21
1
-1
/
+2
*
Don't steal 'del' key in pen context when there is no curve being drawn (clos...
Maximilian Albert
2008-03-09
1
-2
/
+6
*
Factor out duplicated angle/distance statusbar code into separate function
John Bintz
2008-03-09
1
-28
/
+43
*
Applying fixes for gcc 4.3 build issues (closes LP: #169115)
Bryce Harrington
2008-01-31
1
-0
/
+2
*
Ctrl+click in pen/pencil tool: Created dots are now selected; Alt is used for...
Maximilian Albert
2008-01-20
1
-1
/
+1
*
Make creation of dots via Ctrl+click also possible in pen context; fill dots ...
Maximilian Albert
2008-01-19
1
-0
/
+6
*
Make path segments convertable to guides, too
Maximilian Albert
2008-01-16
1
-0
/
+8
*
warning cleanup
Jon A. Cruz
2007-11-02
1
-1
/
+1
*
gobble more of motion events; make statusbar messages immediate for better vi...
bulia byak
2007-08-21
1
-3
/
+4
*
due to the order of processing events, we must disable lmb handling in childr...
bulia byak
2007-07-29
1
-4
/
+8
[next]