index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
helper
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2010-03-04
Fix for invisible blured clone elements in PDF export.
Nicolas Dufour
1
-0
/
+2
2009-10-04
Patch by Adib to fix 273767
Josh Andler
1
-6
/
+10
2009-08-17
fix 396851: move absolutizing relative path (added by Ted) out of sp_export_p...
bulia byak
1
-18
/
+3
2009-08-06
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
6
-23
/
+23
2009-08-05
SPDocument->Document
johnce
2
-6
/
+6
2009-08-05
SPDocument->Document
johnce
4
-17
/
+17
2009-07-28
Fix bug #168387 (Display mode toggle doesn't update radio button)
Diederik van Lierop
1
-1
/
+1
2009-07-05
commit out apparently useless warning
bulia byak
1
-1
/
+1
2009-05-11
BUG: #273767: crash on ...; resolved crash on several pixbuf operations
theAdib
2
-25
/
+36
2009-05-02
more on BUG 322116: PDF export does not use the highest quality for rasterize...
Adib Taraben
1
-1
/
+2
2009-05-01
BUG 322116, PDF export does not use the highest quality for rasterized filter
theAdib
1
-11
/
+2
2009-04-07
noop: add todo
Johan B. C. Engelen
1
-0
/
+1
2009-04-07
is_straight_curve now also returns true for straight line quadratic and cubic...
Johan B. C. Engelen
1
-3
/
+19
2009-04-07
noop: Set svn:eol-style to native on all .cpp and .h files under src. (find ...
Peter Moulder
1
-39
/
+39
2009-02-21
Move files from the src/dialogs/ directory to the places where they
Krzysztof Kosi??ski
1
-1
/
+1
2009-02-20
Only build static libraries for subdirs than actually contain libraries,
Krzysztof Kosi??ski
1
-12
/
+1
2009-02-10
Adding explicit parenthesis to remove warnings
Jon A. Cruz
1
-2
/
+2
2009-01-13
Improved version reporting. Add SVN revision and custom status to
Krzysztof Kosi??ski
1
-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: restructure build files to be more like current build system. Should r...
Joshua L. Blocher
2
-5
/
+9
2008-12-29
Build a single test executable on Linux to match Windows build system.
Krzysztof Kosi??ski
2
-36
/
+22
2008-12-10
* Removing the bitmap files that aren't being used.
Ted Gould
1
-0
/
+1
2008-12-09
Simplify "make check" makefile rules and remove most of the obsolete
Krzysztof Kosi??ski
2
-136
/
+11
2008-12-08
Partial fix for "make check" compilation failure.
Krzysztof Kosi??ski
1
-1
/
+1
2008-12-02
Very slight change to allocation of stripe buffer in png-write.cpp that makes...
Jasper van de Gronde
1
-1
/
+1
2008-11-21
Merge from fe-moved
Ted Gould
6
-30
/
+77
2008-10-27
From trunk
Ted Gould
1
-5
/
+9
2008-10-11
Merging from trunk
Ted Gould
5
-2
/
+96
2008-09-24
Whitespace cleanup
Jon A. Cruz
1
-1
/
+1
2008-09-24
Added base metadata to exported png files. Fixes bug #189954.
Jon A. Cruz
1
-9
/
+104
2008-09-22
hide item instead of unreffing, and unref arena to prevent memory leak
bulia byak
1
-2
/
+3
2008-09-16
this item is not hide'd, so unref it instead to prevent leak
bulia byak
1
-0
/
+2
2008-09-16
remove extra unref; now ref/unref is done by show/hide; this used to stop thi...
bulia byak
1
-3
/
+2
2008-09-05
Make rasterization of filters into pdf respect the requested dpi.
Aaron Spike
1
-5
/
+3
2008-08-08
remove many unnecessary to_2geom and from_2geom calls
Johan B. C. Engelen
2
-2
/
+2
2008-08-06
src/helper 2geomified
Johan B. C. Engelen
4
-44
/
+13
2008-08-05
Use is_straight_curve() instead of three separate dynamic casts
Diederik van Lierop
1
-10
/
+5
2008-08-03
Refactoring the object-snapper to use 2geom paths
Diederik van Lierop
1
-1
/
+1
2008-08-02
add is_straight_curve in geom-curves.h helper file
Johan B. C. Engelen
2
-0
/
+40
2008-08-02
simplify pathv_to_linear_and_cubic_beziers a bit
Johan B. C. Engelen
1
-9
/
+3
2008-08-02
fix nodetype determination. fixes lpe spiro bug
Johan B. C. Engelen
1
-1
/
+3
2008-08-02
Enable exception handling for CxxTest in Makefiles
Jasper van de Gronde
1
-1
/
+1
2008-08-01
Warning cleanup
Jon A. Cruz
1
-1
/
+1
2008-07-25
update to 2geom rev. 1507
Johan B. C. Engelen
1
-0
/
+2
2008-07-23
fix nodetype determination. more stable now. (lost symmetry detection, nobody...
Johan B. C. Engelen
1
-42
/
+13
2008-07-21
Fix for a very stupid bug (by myself) in cubic_bbox...
Jasper van de Gronde
1
-1
/
+1
2008-07-19
Small change to cubic_bbox to skip A LOT of unnecessary computation when the ...
Jasper van de Gronde
1
-67
/
+78
2008-07-19
Consistently use (create/destroy)Suite in unit tests.
Jasper van de Gronde
1
-0
/
+5
2008-07-17
The new CxxTest unit tests now also work on Linux! (Note that test-all
Jasper van de Gronde
1
-0
/
+24
2008-07-16
warning cleanup
Jon A. Cruz
1
-0
/
+1
[next]