index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
draw-context.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2009-01-14
avoiding freehand drawings with LPEs with no fill at all. Using black by defa...
Felipe Corr??a da Silva Sanches
1
-1
/
+6
2008-12-08
Make all tools consider full parent transform (up to document, not just up to...
Thomas Holder
1
-2
/
+2
2008-10-31
Merge from trunk
Ted Gould
1
-1
/
+1
2008-10-27
From trunk
Ted Gould
1
-18
/
+23
2008-09-18
Some NR::Point ==> Geom::Point replacements
Maximilian Albert
1
-11
/
+11
2008-09-01
Move single-dot-creation function to a better location (and rename it accordi...
Maximilian Albert
1
-0
/
+59
2008-08-28
Modify the parameters required for setting up the SnapManager
Diederik van Lierop
1
-2
/
+2
2008-08-19
Apply instant-LPEs _before_ adding new items to selection (so that they can b...
Maximilian Albert
1
-4
/
+4
2008-08-18
Switch back to all_inactive mode after applying a geometric LPE
Maximilian Albert
1
-0
/
+6
2008-08-18
Don't draw anchors in LPEToolContext
Maximilian Albert
1
-2
/
+4
2008-08-18
Remove done_pathparam_set and friends because it currently isn't used any mor...
Maximilian Albert
1
-2
/
+0
2008-08-14
fixme is solved
Maximilian Albert
1
-1
/
+0
2008-08-13
make spcurve::first_point and last_point boost::optional
Johan B. C. Engelen
1
-2
/
+2
2008-08-13
Initialize the pointer variables in draw-context with NULL, just to be on the...
Maximilian Albert
1
-0
/
+18
2008-08-11
Move all of the snapper code to 2geom
Diederik van Lierop
1
-2
/
+6
2008-08-08
remove many unnecessary to_2geom and from_2geom calls
Johan B. C. Engelen
1
-3
/
+3
2008-08-06
New mode in pen tool to draw paraxial lines
Maximilian Albert
1
-2
/
+2
2008-08-04
While drawing and constraining to specific angles (using CTRL): don't try a f...
Diederik van Lierop
1
-15
/
+9
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
-2
/
+2
2008-07-30
noop: better names
Maximilian Albert
1
-1
/
+1
2008-07-22
rename, rearrange stroke shapes; add elliptic
bulia byak
1
-16
/
+33
2008-07-22
Separate shape settings for pen and pencil tool
Maximilian Albert
1
-1
/
+1
2008-07-22
Separate spiro modes for pen and pencil tool
Maximilian Albert
1
-9
/
+9
2008-07-17
convert all SPCurve's points and matrices arguments and return types to 2Geom
Johan B. C. Engelen
1
-7
/
+7
2008-07-15
New LPE FreehandShape derived from PatternAlongPath (for the shapes in pen/pe...
Maximilian Albert
1
-10
/
+11
2008-07-14
fix check for empty path for draw-context
Johan B. C. Engelen
1
-1
/
+1
2008-07-14
draw-context: replace check for empty path with 2geomified method of spcurve
Johan B. C. Engelen
1
-1
/
+1
2008-07-04
Make pen/pencil shapes work in spiro mode, too
Maximilian Albert
1
-5
/
+4
2008-07-03
add comments
Maximilian Albert
1
-0
/
+4
2008-07-03
Add new shape 'crescendo' in dropdown box of pen tool
Maximilian Albert
1
-1
/
+17
2008-07-03
When drawing with activated shape in pencil/pen tool, apply the original stro...
Maximilian Albert
1
-2
/
+19
2008-07-03
First shot at a dropdown selector for various shapes in pen/pencil tool, alon...
Maximilian Albert
1
-2
/
+45
2008-06-12
change NR::Matrix to Geom:: for many sp_item_xxx_affine functions
Johan B. C. Engelen
1
-3
/
+3
2008-06-12
Fix bug: allow curved paths again when switching back from 'wait for path' mo...
Maximilian Albert
1
-4
/
+3
2008-06-12
When expecting mouse clicks for a LPE in pen context, don't concatenate with ...
Maximilian Albert
1
-0
/
+7
2008-06-12
More infrastructure to have waiting LPEs that are freshly created and applied...
Maximilian Albert
1
-4
/
+6
2008-06-08
simplify code that puts anchors at start and end of paths in draw context.
Johan B. C. Engelen
1
-6
/
+3
2008-06-06
spdc_flush_white(SPDrawContext *dc, SPCurve *gc) now uses curve->get_pathvect...
Johan B. C. Engelen
1
-1
/
+1
2008-06-06
merge gsoc2008_johan_path2geom into trunk
Johan B. C. Engelen
1
-2
/
+2
2008-06-04
New 'spiro spline mode' in pen/pencil tool which automatically adds the spiro...
Maximilian Albert
1
-2
/
+11
2008-06-04
Groundwork to allow automatic application of an LPE to a newly drawn path
Maximilian Albert
1
-0
/
+14
2008-05-16
Fix a regression in the snapper, caused by me. Sorry!
Diederik van Lierop
1
-2
/
+2
2008-05-12
Add a centralized check (i.e. in the snapper mechanism) whether we've snapped...
Diederik van Lierop
1
-5
/
+2
2008-05-09
- try to use more forward declarations for less dependencies on display/curve.h
Johan B. C. Engelen
1
-4
/
+5
2008-05-05
struct SPCurve => class SPCurve
Johan B. C. Engelen
1
-38
/
+38
2008-04-30
- Major refactoring of snapping related code...
Diederik van Lierop
1
-11
/
+6
2008-04-07
Refactor snapper and snapindicator (in order to enable the snapindicator in t...
Diederik van Lierop
1
-4
/
+4
2008-03-28
- Created a SPLPEItem class that handles applying a LPE to an Item
Bastien Bouclet
1
-3
/
+1
2008-03-20
enable pen and pencil to correctly work with LPE; fix bug with disappearing p...
bulia byak
1
-2
/
+16
[next]