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
*
Create a new macro in path-prefix.h, WIN32_DATADIR, that works similarly to B...
Bob Jamison
2008-05-29
6
-86
/
+177
*
fix some crashes. Now I check for the existence of the d atrtibute
Felipe Corr??a da Silva Sanches
2008-05-29
1
-2
/
+4
*
Cmake: Improve Gtkmm dependency checking, add new files to CMakeLists.txts, r...
Joshua L. Blocher
2008-05-29
2
-2
/
+4
*
Refactoring out common code
Jon A. Cruz
2008-05-29
7
-264
/
+310
*
added methods to PathSink to manage horizontal and vertical line segments, mo...
mcecchetti
2008-05-28
4
-976
/
+786
*
Fix for PathString to eliminate use of sscanf (which is locale dependent).
Jasper van de Gronde
2008-05-27
1
-7
/
+14
*
* converted nr-svgfont.cpp to C++ code so that we can render multiple instanc...
Felipe Corr??a da Silva Sanches
2008-05-27
3
-73
/
+139
*
implemented new classes for horizontal and vertical line segments; path.h has...
mcecchetti
2008-05-26
13
-579
/
+1506
*
Cmake: More Dependency work, added new files
Joshua L. Blocher
2008-05-25
2
-4
/
+5
*
* add rule in configure.ac so that only who has cairo > 1.6.4 (currently cair...
Felipe Corr??a da Silva Sanches
2008-05-25
15
-10
/
+231
*
Fix some compile warnings
Maximilian Albert
2008-05-25
1
-3
/
+3
*
Removed g_free() calls that now refer to static strings
Jon A. Cruz
2008-05-24
1
-2
/
+0
*
this hack does not seem to be needed with modern gtk, and it prevents remembe...
bulia byak
2008-05-24
1
-4
/
+0
*
Fixed the open dialog so that it remembers which folder you were browsing in
Joel Holdsworth
2008-05-24
1
-1
/
+1
*
Added an 'appearance' hint to .inx optiongroups to allow for dropdowns instea...
Jon A. Cruz
2008-05-24
3
-31
/
+112
*
update to really latest 2geom
Johan B. C. Engelen
2008-05-22
4
-16
/
+20
*
update to latest 2geom
Johan B. C. Engelen
2008-05-22
1
-0
/
+11
*
Fixing z-order problem on flowed text -> text. See LP#233830
Mike Pittman
2008-05-22
1
-1
/
+1
*
Improved emf handling
Ulf Erikson
2008-05-22
4
-207
/
+850
*
Fixed concat of i18n strings
Jon A. Cruz
2008-05-22
1
-16
/
+6
*
Fixed broken i18n strings causing problems with <b> tag
Jon A. Cruz
2008-05-22
1
-8
/
+4
*
- Use constrainedSnap() instead of freeSnap() if we're dragging nodes with ctrl
Diederik van Lierop
2008-05-21
2
-10
/
+28
*
Changing the executable bit that shouldn't be there.
Ted Gould
2008-05-21
8
-0
/
+0
*
synchronization with 2geom library
mcecchetti
2008-05-20
18
-1972
/
+2068
*
Fix snapping for constrained translation in the selector tool
Diederik van Lierop
2008-05-20
3
-4
/
+17
*
Improve snapping behaviour when creating new shapes
Diederik van Lierop
2008-05-20
4
-24
/
+21
*
Set of (cxx)tests for svg-path.cpp and PathString. Not (yet) part of make check.
Jasper van de Gronde
2008-05-20
1
-2
/
+2
*
PathString now makes sure that relative coordinates are based on rounded abso...
Jasper van de Gronde
2008-05-20
2
-40
/
+130
*
noop: some more cosmetics in lpe-skeleton.(h|cpp)
Maximilian Albert
2008-05-20
2
-3
/
+14
*
Refactoring begining
Jon A. Cruz
2008-05-20
4
-38
/
+39
*
Const fix for test
Jon A. Cruz
2008-05-20
2
-2
/
+2
*
Cmake: Fix issue with generated sp-marshall.h/.cpp not linking
Joshua L. Blocher
2008-05-19
2
-2
/
+6
*
second part of LPE skeleton correction from commit #18654 ;-)
Maximilian Albert
2008-05-19
1
-1
/
+1
*
Cmake: Moved sp-* into own library to reduce link cmdline and add new files t...
Joshua L. Blocher
2008-05-19
5
-217
/
+231
*
SPDrawAnchor should add a refcount to SPCurve!
Johan B. C. Engelen
2008-05-19
1
-0
/
+5
*
Add checkbox for LPEs to temporarily disable them on canvas (but keep them ap...
Maximilian Albert
2008-05-19
5
-5
/
+14
*
Add possibility to let the 'tangent' have a fixed angle relative to the curve
Maximilian Albert
2008-05-19
2
-1
/
+10
*
Add handles to adapt tangent length
Maximilian Albert
2008-05-19
2
-5
/
+55
*
Forgot to add two files in commit #18667. Sorry for breaking the build for a ...
Maximilian Albert
2008-05-19
2
-0
/
+152
*
Make LPEPerpBisector use the new nearest_point() function from point to line
Maximilian Albert
2008-05-19
1
-4
/
+1
*
Nearest point from point to line (simplicistic convenience function)
Maximilian Albert
2008-05-19
1
-0
/
+11
*
noop: add emacs/vim footer to ui/dialog/livepatheffect-editor.cpp
Maximilian Albert
2008-05-19
1
-0
/
+10
*
New LPE: Tangent to curve (draws a tangent of fixed length which can be dragg...
Maximilian Albert
2008-05-19
3
-1
/
+9
*
noop: cosmetics in lpe-skeleton.h
Maximilian Albert
2008-05-19
1
-2
/
+2
*
Provide knotholder for LPEPerpBisector; TODO: this replaces the usual nodepat...
Maximilian Albert
2008-05-19
6
-33
/
+187
*
Add a function doOnApply() for LPEs which is executed once when the effect is...
Maximilian Albert
2008-05-18
3
-3
/
+15
*
noop: correct spelling in comment
Maximilian Albert
2008-05-18
1
-3
/
+3
*
Add function to return path effect type
Maximilian Albert
2008-05-18
2
-0
/
+7
*
New LPE: Perpendicular bisector
Maximilian Albert
2008-05-18
5
-1
/
+151
*
Fix regression in constrained translation
Diederik van Lierop
2008-05-18
1
-11
/
+13
[next]