index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add units selector to offset and remove offset range limits
John Bintz
2007-03-08
3
-4
/
+19
*
Fix what appears to be a copy&paste bug: ć was getting rendered as ˇc; chan...
Peter Moulder
2007-03-07
1
-1
/
+2
*
improve timing
Bob Jamison
2007-03-07
1
-3
/
+3
*
Begin work on selectable color channels for paint bucket, starting with visib...
John Bintz
2007-03-07
3
-14
/
+112
*
a better fix: we don't need prev to hold opacity at all
bulia byak
2007-03-06
1
-5
/
+4
*
fix invalid access warning
bulia byak
2007-03-06
1
-1
/
+1
*
Purged unused variable
Jon A. Cruz
2007-03-06
1
-3
/
+0
*
fix by dvlierop2 for snapping bugs 1579556 and 1579587
bulia byak
2007-03-05
4
-6
/
+12
*
patch by Tavmjong to remove unnecessary flipping
bulia byak
2007-03-05
1
-5
/
+1
*
update JS
Bob Jamison
2007-03-05
93
-12085
/
+23644
*
Adding optional dialog preview. Implments RFE [ 1435276 ] switch preview on/o...
Jon A. Cruz
2007-03-05
1
-2
/
+2
*
Adding optional dialog preview. Implments RFE [ 1435276 ] switch preview on/o...
Jon A. Cruz
2007-03-05
1
-157
/
+120
*
fix NR::Maybe typos
MenTaLguY
2007-03-05
1
-3
/
+3
*
Separate NRRect and NR::Rect a bit further; the goal is to get to the point w...
MenTaLguY
2007-03-05
7
-71
/
+107
*
clean up operators/constructors, and give reference-maybes a more compact
MenTaLguY
2007-03-05
1
-57
/
+46
*
fix copyright year
MenTaLguY
2007-03-05
1
-1
/
+1
*
clean up reference version of maybe, and add == and != operators
MenTaLguY
2007-03-04
1
-20
/
+91
*
Probably a fix for [ 1665735 ] [ 1673205 ] [ 1667584 ]. Testing required though.
Johan B. C. Engelen
2007-03-04
1
-3
/
+3
*
Warning cleanup of unused variables
Jon A. Cruz
2007-03-04
2
-3
/
+0
*
clean to delete config.h
Adib Taraben
2007-03-04
1
-0
/
+1
*
comment on bbox types
bulia byak
2007-03-04
1
-1
/
+4
*
more NR::Maybe<NR::Rect> work
MenTaLguY
2007-03-04
2
-54
/
+55
*
return plain rect for union in all situations where a plain rect is given
MenTaLguY
2007-03-04
2
-11
/
+24
*
remove remaining use of assume in nr-rect.cpp
MenTaLguY
2007-03-04
1
-5
/
+3
*
return plain rect if both union arguments are also plain rects
MenTaLguY
2007-03-04
2
-11
/
+14
*
communicate bbox type via flags for now
MenTaLguY
2007-03-04
1
-1
/
+1
*
adapt code to new Maybe/bbox regime
MenTaLguY
2007-03-04
14
-316
/
+557
*
replace use of invokeBbox in flood fill tool
MenTaLguY
2007-03-04
1
-224
/
+116
*
switch from invokeBbox to getBounds (need to fix problems with empty
MenTaLguY
2007-03-04
14
-186
/
+120
*
implement new API via wrapper for now
MenTaLguY
2007-03-04
2
-4
/
+20
*
Sketch out new bbox API
MenTaLguY
2007-03-04
1
-0
/
+7
*
Convert union and intersection to use NR::Maybe<NR::Rect>
MenTaLguY
2007-03-04
2
-15
/
+28
*
redo NR::Maybe to be less clever
MenTaLguY
2007-03-04
3
-54
/
+109
*
delivarotify picking; restore the old pick code, fix it to work with stroke w...
bulia byak
2007-03-04
1
-66
/
+34
*
make conversions away from NR::Maybe explicit
MenTaLguY
2007-03-04
7
-52
/
+32
*
remove debug messages that sneaked in
Bob Jamison
2007-03-03
1
-2
/
+0
*
add line number to Element
Bob Jamison
2007-03-03
2
-18
/
+41
*
improve error messages
Bob Jamison
2007-03-03
1
-37
/
+99
*
verbify esc to deselect; enable esc and ctrl-z to cancel drawing in calligraphic
bulia byak
2007-03-03
5
-10
/
+36
*
modify touchabout target
Bob Jamison
2007-03-03
1
-1
/
+3
*
Brought back checkbox and to also append filename upon "save" being hit
Jon A. Cruz
2007-03-03
1
-45
/
+57
*
More cleanup of piping. Add ccompiler listing.
Bob Jamison
2007-03-03
1
-13
/
+64
*
enable esc and ctrl-z to cancel drawing
bulia byak
2007-03-03
1
-1
/
+50
*
Add <touch> . Fix piping again.
Bob Jamison
2007-03-03
2
-21
/
+91
*
fix bug 1672619
bulia byak
2007-03-03
1
-1
/
+4
*
fix for automake 1.10 from Pierre-Luc Auclair (and jiho)
Kees Cook
2007-03-03
1
-7
/
+7
*
i18n cleanup and adding extension in more cases
Jon A. Cruz
2007-03-03
1
-13
/
+29
*
the SP_IS_GAUSSIANBLUR fix is not only for shapes. fixme: this boilerplate de...
bulia byak
2007-03-03
2
-2
/
+2
*
fix warning when creating a mask which is the first item in defs
bulia byak
2007-03-03
1
-1
/
+2
*
Add the file extension even when the prior name has no extension already
Jon A. Cruz
2007-03-03
1
-0
/
+3
[next]