index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
display
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2009-02-15
After snapping, show a tooltip together with the snap indicator
Diederik van Lierop
3
-48
/
+156
2009-01-31
Store the snapper tolerances in the snap-preferences instead of in each snapp...
Diederik van Lierop
4
-0
/
+36
2009-01-28
Add buttons for snapping to grids and/or guides
Diederik van Lierop
3
-1
/
+6
2009-01-26
Nicer symbol for guide anchor
Maximilian Albert
5
-22
/
+255
2009-01-26
display guide anchor on canvas; anchor and angle can be edited by mouse
Maximilian Albert
2
-2
/
+49
2009-01-25
Display the snap source indicator only when snapping is enabled
Diederik van Lierop
1
-9
/
+9
2009-01-25
- The snap-delay mechanism should now be more robust. From now on, it must be...
Diederik van Lierop
2
-75
/
+101
2009-01-19
Rounding errors in feComposite: patch by Preben S (bug 318134)
Niko Kiirala
1
-7
/
+7
2009-01-17
snap indicator: try a diamond shaped indicator for snapping to nodes. see how...
Johan B. C. Engelen
1
-1
/
+11
2009-01-16
work a bit on snapindicator: added switch statement for different types
Johan B. C. Engelen
1
-15
/
+29
2009-01-16
nr-filter-image now yields identical results to using <image> in most cases b...
Jasper van de Gronde
2
-21
/
+30
2009-01-13
Improved version reporting. Add SVN revision and custom status to
Krzysztof Kosi??ski
2
-2
/
+2
2009-01-12
Cmake: Fixed the extra -l in the link command, plus a add linking for all sub...
Joshua L. Blocher
1
-1
/
+3
2009-01-09
Cmake: Corrections for mistakes
Joshua L. Blocher
3
-2
/
+3
2009-01-06
Warning and whitespace cleanup.
Jon A. Cruz
1
-129
/
+139
2009-01-05
Another week coding offline...
Felipe Corr??a da Silva Sanches
1
-63
/
+70
2009-01-05
Removed two g_warning's I had used for debugging...
Jasper van de Gronde
1
-2
/
+0
2009-01-04
(Partial) fix to nr-filter-image + some (small) changes to nr-filter-blend an...
Jasper van de Gronde
3
-39
/
+38
2009-01-02
improve cairo path drawing
Johan B. C. Engelen
1
-23
/
+20
2009-01-02
Move filters into their own namespace Inkscape::Filters (from NR::)
Johan B. C. Engelen
59
-215
/
+325
2009-01-02
2geomification
Johan B. C. Engelen
3
-4
/
+3
2009-01-01
switch nr-filter to 2geom
Johan B. C. Engelen
4
-17
/
+10
2008-12-31
Change lcms transforms to match change of display buffer from RGB-24 to ARGB-32
Jon A. Cruz
1
-1
/
+1
2008-12-31
switch nr-filter to 2geom
Johan B. C. Engelen
3
-52
/
+57
2008-12-30
get rid of a lot of no longer needed "libnr/nr-..." includes.
Johan B. C. Engelen
24
-32
/
+6
2008-12-30
get rid of a lot of no longer needed "libnr/nr-..." includes.
Johan B. C. Engelen
9
-18
/
+5
2008-12-29
Build a single test executable on Linux to match Windows build system.
Krzysztof Kosi??ski
1
-14
/
+1
2008-12-28
More NR ==> Geom changes
Joshua L. Blocher
1
-4
/
+4
2008-12-28
Now users can design a font within inkscape, save it and then open the
Felipe Corr??a da Silva Sanches
2
-13
/
+23
2008-12-28
Makes sure a Gaussian filter is applied to premultiplied data.
Jasper van de Gronde
1
-39
/
+62
2008-12-28
Eliminate unnecessary premultiplied boolean from nr-filter-colormatrix
Jasper van de Gronde
1
-5
/
+1
2008-12-22
Some accuracy improvements for nr-filter-colormatrix (including some changes ...
Jasper van de Gronde
2
-57
/
+100
2008-12-20
Some accuracy improvements for ComponentTransfer filters (should also be some...
Jasper van de Gronde
1
-9
/
+26
2008-12-20
Fixes "disappearing gradients" problem discussed on mailing list and adds a f...
Jasper van de Gronde
1
-0
/
+3
2008-12-19
Makes copy_n inline in nr-filter-gaussian.
Jasper van de Gronde
1
-1
/
+1
2008-12-14
1) snap midpoints of line segments (both as source and as target)
Diederik van Lierop
4
-55
/
+55
2008-12-14
Filter quality setting revised, seems to not crash when viewing filters.svg
Niko Kiirala
3
-45
/
+121
2008-12-13
remove bezier-utils. now we use 2geom's one.
Johan B. C. Engelen
7
-1756
/
+0
2008-12-13
fix compile.
Johan B. C. Engelen
1
-1
/
+1
2008-12-09
Simplify "make check" makefile rules and remove most of the obsolete
Krzysztof Kosi??ski
1
-15
/
+6
2008-12-08
Warning and 'using' cleanup.
Jon A. Cruz
1
-3
/
+2
2008-12-07
Change the way preferences are loaded to simplify unit testing
Krzysztof Kosi??ski
1
-1
/
+1
2008-12-05
2geom more as fix
Johan B. C. Engelen
18
-18
/
+18
2008-12-05
more 2geomification
Johan B. C. Engelen
3
-14
/
+13
2008-12-05
Warning cleanup.
Jon A. Cruz
1
-0
/
+8
2008-12-05
Corrected initialization order.
Jon A. Cruz
1
-5
/
+3
2008-12-02
Small changes to Gaussian filtering that make part of the IIR code a bit clea...
Jasper van de Gronde
1
-8
/
+15
2008-11-26
When snapping only the closest node, draw an indicator at that node
Diederik van Lierop
2
-12
/
+55
2008-11-26
Defined HAVE_OPENMP in build.xml and included config.h from nr-filter-gaussia...
Jasper van de Gronde
1
-0
/
+2
2008-11-25
Fixed OpenMP dependency to be optional.
Jon A. Cruz
1
-0
/
+14
[next]