index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix compile when lcms is disabled
Maximilian Albert
2009-01-21
2
-2
/
+3
*
Don't hold on to pointer returned from c_str(). Might help bug 307567
Jon A. Cruz
2009-01-21
1
-1
/
+2
*
Fixed to not emit signals from deleted object. May fix 271621.
Jon A. Cruz
2009-01-21
2
-3
/
+14
*
double inclusion fix
Johan B. C. Engelen
2009-01-20
1
-1
/
+2
*
Turn off new input dialog pending cleanup
Jon A. Cruz
2009-01-20
1
-1
/
+2
*
Warning cleanup
Jon A. Cruz
2009-01-20
1
-1
/
+1
*
patch 318246
bulia byak
2009-01-19
1
-0
/
+2
*
Rounding errors in feComposite: patch by Preben S (bug 318134)
Niko Kiirala
2009-01-19
1
-7
/
+7
*
improve guide tracking: add inertia after escape, suppress initial jerk, redu...
bulia byak
2009-01-19
2
-16
/
+51
*
- Snap to the midpoint of shapes and bboxes
Diederik van Lierop
2009-01-18
21
-213
/
+419
*
snap indicator: try a diamond shaped indicator for snapping to nodes. see how...
Johan B. C. Engelen
2009-01-17
1
-1
/
+11
*
fix/revert 20519 and 20521
Johan B. C. Engelen
2009-01-17
1
-2
/
+2
*
fix bug !
Johan B. C. Engelen
2009-01-17
2
-9
/
+10
*
work a bit on snapindicator: added switch statement for different types
Johan B. C. Engelen
2009-01-16
2
-16
/
+30
*
nr-filter-image now yields identical results to using <image> in most cases b...
Jasper van de Gronde
2009-01-16
2
-21
/
+30
*
trying to fix the build for debian sid. It builds OK for me on Ubuntu 8.10 bu...
Felipe Corr??a da Silva Sanches
2009-01-16
1
-0
/
+1
*
adding a "scripting" tab to document properties dialog that allow the user to...
Felipe Corr??a da Silva Sanches
2009-01-15
5
-8
/
+219
*
added interactivity attributes to the object properties dialog.
Felipe Corr??a da Silva Sanches
2009-01-15
1
-1
/
+26
*
fix include
bulia byak
2009-01-15
1
-1
/
+1
*
i guess this is better but doesn't fix crash
Johan B. C. Engelen
2009-01-14
1
-5
/
+7
*
Remove INKSCAPE_VERSION from menus-skeleton.h
Krzysztof Kosi??ski
2009-01-14
2
-2
/
+1
*
avoiding freehand drawings with LPEs with no fill at all. Using black by defa...
Felipe Corr??a da Silva Sanches
2009-01-14
1
-1
/
+6
*
fixing the build (in Ubuntu GNU/Linux at least)
Felipe Corr??a da Silva Sanches
2009-01-14
1
-1
/
+1
*
partly fix build .................
Johan B. C. Engelen
2009-01-13
1
-1
/
+1
*
Add inkscape-version.h to libinkversion sources so it will be
Krzysztof Kosi??ski
2009-01-13
1
-1
/
+1
*
Add missing inkscape-version.h
Krzysztof Kosi??ski
2009-01-13
1
-0
/
+34
*
Snapping cusp nodes:
Diederik van Lierop
2009-01-13
1
-4
/
+5
*
Do not fail when svn client is not installed and .svn directory is
Krzysztof Kosi??ski
2009-01-13
1
-1
/
+1
*
Improved version reporting. Add SVN revision and custom status to
Krzysztof Kosi??ski
2009-01-13
23
-105
/
+145
*
Cmake: Fixed the extra -l in the link command, plus a add linking for all sub...
Joshua L. Blocher
2009-01-12
32
-39
/
+97
*
copyedit
bulia byak
2009-01-11
1
-2
/
+2
*
Switching tools based on tablet device now handles many devices of same type
Niko Kiirala
2009-01-11
1
-23
/
+22
*
Now it is possible to clear the list of documents in
Felipe Corr??a da Silva Sanches
2009-01-11
2
-1
/
+28
*
Add CMakeLists for the filters directory.
Krzysztof Kosi??ski
2009-01-11
1
-0
/
+23
*
promote default namespace for INX extension files
Thomas Holder
2009-01-11
1
-9
/
+12
*
added some messages to the user in the svgfonts dialog
Felipe Corr??a da Silva Sanches
2009-01-11
1
-15
/
+50
*
Snap from/to midpoints of a rectangle (SPRect)
Diederik van Lierop
2009-01-11
1
-6
/
+18
*
Optionally snap from/to midpoints of the edges of a bounding box
Diederik van Lierop
2009-01-11
3
-30
/
+39
*
Added a new toolbar with snapping controls
Diederik van Lierop
2009-01-10
15
-55
/
+496
*
Fixes rendering of feImage (using bitmaps) by preventing the error "Unable to...
Jasper van de Gronde
2009-01-10
2
-0
/
+6
*
Cmake: New FindGTK2
Joshua L. Blocher
2009-01-09
1
-16
/
+13
*
Cmake: Corrections for mistakes
Joshua L. Blocher
2009-01-09
4
-5
/
+6
*
Cmake: restructure build files to be more like current build system. Should r...
Joshua L. Blocher
2009-01-09
24
-68
/
+103
*
fix build
Johan B. C. Engelen
2009-01-08
2
-1
/
+2
*
switch to using shape_editor, instead of separate knotholders and listeners; ...
bulia byak
2009-01-08
8
-342
/
+76
*
move shape_editor from node context to the parent class, event context
bulia byak
2009-01-08
11
-149
/
+107
*
small 2geomify
Johan B. C. Engelen
2009-01-07
1
-5
/
+1
*
update to 2geom rev.1773
Johan B. C. Engelen
2009-01-07
7
-31
/
+40
*
Cmake: more fixes plus a patch for OSX paths by Henrik Gustafsson
Joshua L. Blocher
2009-01-07
1
-41
/
+0
*
fix crash when no glyph is selected at the svgfonts dialog
Felipe Corr??a da Silva Sanches
2009-01-06
1
-1
/
+5
[next]