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
*
Clean up event handler functions of pointparam-knotholder.cpp
Johan B. C. Engelen
2008-03-21
1
-74
/
+5
*
Remove unused flag from PathString.
Jasper van de Gronde
2008-03-21
2
-2
/
+0
*
Added dialog to name new calligraphic
Aubanel Monnier
2008-03-21
5
-26
/
+199
*
Replace char buffer by std::string to prevent buffer overflow when computing ...
Jasper van de Gronde
2008-03-21
1
-23
/
+23
*
Adding axis detection to new input dialog
Jon A. Cruz
2008-03-21
5
-48
/
+231
*
Signed cleanup
Jon A. Cruz
2008-03-21
1
-1
/
+1
*
Finally! All of the svg-dom classes and dependencies have native implementati...
Bob Jamison
2008-03-21
255
-1030
/
+14997
*
add pointparam-knotholder files to Makefile_insert
Johan B. C. Engelen
2008-03-20
1
-0
/
+2
*
forgot to commit the two essential files! sorry to break the build for a second
Johan B. C. Engelen
2008-03-20
2
-0
/
+343
*
remove #ifdef that was used to disable on-canvas editing.
Johan B. C. Engelen
2008-03-20
1
-7
/
+4
*
define color of point parameter in LPEdoEffectStackTest
Johan B. C. Engelen
2008-03-20
1
-2
/
+4
*
Add on-canvas editing of LPE PointParam.
Johan B. C. Engelen
2008-03-20
5
-9
/
+42
*
Change from Level3 to Level2 Views
Bob Jamison
2008-03-20
2
-0
/
+57
*
Change from DOM Level 3 Views to Level 2 to sync with CSS
Bob Jamison
2008-03-20
11
-2074
/
+2075
*
Need to change from Level 3 views to Level 2 for CSS
Bob Jamison
2008-03-20
23
-1445
/
+0
*
Adding signals and linking
Jon A. Cruz
2008-03-20
3
-46
/
+309
*
enable pen and pencil to correctly work with LPE; fix bug with disappearing p...
bulia byak
2008-03-20
1
-2
/
+16
*
remove stale
bulia byak
2008-03-20
1
-2
/
+0
*
More woke on calligraaphic presets:
Aubanel Monnier
2008-03-19
6
-65
/
+219
*
Add option to treat grups as single objects when converting to guides.
Maximilian Albert
2008-03-19
3
-5
/
+9
*
noop: remove superfluous #include
Maximilian Albert
2008-03-19
1
-2
/
+0
*
Make grouped 3D boxes work correctly when transformed (fixes: LP 188991)
Maximilian Albert
2008-03-19
12
-115
/
+235
*
add delete lpe verb, rearrange menu to collect all lpe commands under path
bulia byak
2008-03-19
5
-3
/
+51
*
recurse into groups when pasting lpe
bulia byak
2008-03-18
1
-15
/
+31
*
Raise SVG c++ files to main dom directory. They belong there nos.
Bob Jamison
2008-03-18
9
-128
/
+9
*
remove edit clippath/mask from menu
bulia byak
2008-03-18
1
-2
/
+0
*
adds icons for edit clippath/mask
bulia byak
2008-03-18
1
-2
/
+2
*
move edit clippath/mask commands to the node toolbar, disable them when not r...
bulia byak
2008-03-18
1
-11
/
+111
*
use the same colors for clippath and mark helper paths as used in outline mode
bulia byak
2008-03-18
1
-1
/
+4
*
patch by Jasper: concatenate curves, not path strings (which would break with...
bulia byak
2008-03-18
1
-14
/
+14
*
patch by Jasper for optimizing path data
bulia byak
2008-03-18
5
-42
/
+168
*
A fix for bug #199357 "cannot load emf file" based on the patch submitted by ...
Joel Holdsworth
2008-03-17
1
-5
/
+5
*
* src/bind/Makefile_insert: Fix a build problem when srcdir != builddir.
mjwybrow
2008-03-17
1
-1
/
+2
*
jdk1.5, 1.6 dont seem to have Level 3 DOM Events. Let's provide the interfac...
Bob Jamison
2008-03-16
12
-0
/
+1472
*
prepend correctly the PATH and append an existist PYTHONPATH if existing
Adib Taraben
2008-03-16
1
-7
/
+22
*
lpe-sketch: deal with empty input. fix bug #201735.
JF Barraud
2008-03-16
1
-5
/
+6
*
lpe-sketch: fixed a bug about construction lines being all stacked on a singl...
JF Barraud
2008-03-16
1
-38
/
+19
*
lpe-vonkoch: complexity bound + choose bbox/segment as reference.
JF Barraud
2008-03-16
3
-77
/
+171
*
dos to unix conversion
Bob Jamison
2008-03-16
160
-2295
/
+2295
*
This should be the last of the needed "official" DOM api interfaces
Bob Jamison
2008-03-16
27
-0
/
+3072
*
required by SVG-DOM interfaces
Bob Jamison
2008-03-16
23
-0
/
+1445
*
Fix two bugs in the object snapper
Diederik van Lierop
2008-03-15
2
-32
/
+35
*
Improved visibility of button indicators and added updating when tools switch
Jon A. Cruz
2008-03-15
1
-31
/
+50
*
Warning cleanup
Jon A. Cruz
2008-03-15
2
-2
/
+2
*
Add doxygen comments to flood-context.cpp
John Bintz
2008-03-15
1
-4
/
+114
*
add floodcontext and box3dcontext to tools list in doxygen output
John Bintz
2008-03-15
1
-0
/
+2
*
Turned off fake test sources
Jon A. Cruz
2008-03-15
1
-1
/
+1
*
Refactor color wheel triangle draw code
John Bintz
2008-03-15
1
-113
/
+63
*
Split data mode apart from UI and added button trackers
Jon A. Cruz
2008-03-15
5
-125
/
+410
*
skip writing stroke/fill properties when stroke/fill is none
bulia byak
2008-03-14
1
-72
/
+87
[next]