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
...
*
The page size table in Document Properties should use the available vertical ...
Maximilian Albert
2008-09-05
2
-4
/
+10
*
Make rasterization of filters into pdf respect the requested dpi.
Aaron Spike
2008-09-05
3
-11
/
+11
*
convert moveto, lineto and curveto native to Point, instead of going to gdoub...
Johan B. C. Engelen
2008-09-04
1
-10
/
+6
*
Add a zoom correction option to preferences (used when zooming to 1:1 etc. to...
Maximilian Albert
2008-09-04
6
-7
/
+266
*
add lpe param: VectorParam<float> and VectorParam<double>
Johan B. C. Engelen
2008-09-02
4
-1
/
+180
*
add method to write single paths to svg
Johan B. C. Engelen
2008-09-02
2
-8
/
+21
*
Fixed forgotten variable assignment
Jon A. Cruz
2008-09-02
1
-1
/
+1
*
comment update
bulia byak
2008-09-01
1
-1
/
+9
*
use smaller subpixel scaling; large values take more memory and sometimes fai...
bulia byak
2008-09-01
1
-1
/
+1
*
removed unnecessary pointer, changed to by reference. (the pointer was not al...
Johan B. C. Engelen
2008-09-01
5
-13
/
+12
*
fix assert when exporting bug 171849 file, make sure small patterns are expor...
bulia byak
2008-09-01
1
-2
/
+6
*
I don't have this function, must be a recent addition to glib? replaced by a ...
bulia byak
2008-09-01
1
-1
/
+1
*
update 2geom (rev. 1569)
Johan B. C. Engelen
2008-09-01
21
-169
/
+804
*
Move single-dot-creation function to a better location (and rename it accordi...
Maximilian Albert
2008-09-01
6
-64
/
+62
*
Fixed missing return of value and misc return cleanup. Should be the proper f...
Jon A. Cruz
2008-09-01
1
-129
/
+150
*
Fix for missing define
Jon A. Cruz
2008-09-01
1
-0
/
+1
*
enable EPS export via cairo, use it instead of the old native one
bulia byak
2008-09-01
5
-3
/
+179
*
fix names and mime types; cairo ps out now the default
bulia byak
2008-08-31
2
-5
/
+5
*
disable old non-cairo ps export via print
bulia byak
2008-08-31
1
-1
/
+1
*
remove cairo and experimental from the name; now this is THE pdf exporter
bulia byak
2008-08-31
1
-2
/
+2
*
properly transform clippath: transform of the item using the clippath must al...
bulia byak
2008-08-31
2
-1
/
+13
*
remove unused include files and methods
Johan B. C. Engelen
2008-08-31
2
-65
/
+0
*
remove unused variables
Johan B. C. Engelen
2008-08-31
2
-12
/
+10
*
cairo-render-context extension implementation converted to 2geom
Johan B. C. Engelen
2008-08-31
2
-64
/
+15
*
temporary fix for continuity exception
Johan B. C. Engelen
2008-08-31
1
-2
/
+17
*
Fix patterns when scaled.
Tavmjong Bah
2008-08-31
1
-6
/
+10
*
NR => Geom for context-fns
Johan B. C. Engelen
2008-08-30
4
-33
/
+49
*
NR => Geom for arc-context
Johan B. C. Engelen
2008-08-30
2
-15
/
+15
*
NR => Geom for (almost all of) event-context.h/.cpp
Johan B. C. Engelen
2008-08-30
2
-20
/
+20
*
Eliminate SP_ACTIVE_DESKTOP in the object-snapper
Diederik van Lierop
2008-08-30
3
-32
/
+24
*
Fix regression in snapping to paths (which caused self-snapping)
Diederik van Lierop
2008-08-29
1
-9
/
+8
*
Ulf Ericson's patch for implementing missing properties in the new pdf exporter
bulia byak
2008-08-29
6
-27
/
+146
*
temporarily, make pdf exporters switchable for testing
bulia byak
2008-08-29
2
-1
/
+5
*
fix crash on trying to autosave with no documents (e.g. when inkscape was giv...
bulia byak
2008-08-28
1
-0
/
+4
*
Fix snapping of spirals
Diederik van Lierop
2008-08-28
1
-3
/
+5
*
Modify the parameters required for setting up the SnapManager
Diederik van Lierop
2008-08-28
14
-33
/
+38
*
null check fixes patch from bug 261475
bulia byak
2008-08-28
3
-22
/
+26
*
added missing semicolons in translatable messages
Alexandre Prokoudine
2008-08-28
1
-27
/
+27
*
Fixed clipboard code to properly load needed extensions. Fixes bug #171662
Jon A. Cruz
2008-08-28
1
-2
/
+21
*
Fixed crash due to use of uninitialized pointer
Jon A. Cruz
2008-08-28
1
-3
/
+3
*
Cleanup of named icon background rendering and added pref for workaround
Jon A. Cruz
2008-08-25
4
-25
/
+68
*
fix per SVG spec: bbox for paint servers must be exclusive of a stroke width ...
bulia byak
2008-08-25
1
-1
/
+1
*
whitespace
bulia byak
2008-08-25
1
-62
/
+61
*
Fix for Bug 238113 (preserve title/desc for various Inkscape operations)
Jeff Schiller
2008-08-24
2
-7
/
+65
*
Update to sync metadata title to the document title.
Jeff Schiller
2008-08-23
1
-2
/
+13
*
Support for title and desc elements when serializing as Plain SVG.
Jeff Schiller
2008-08-23
10
-0
/
+260
*
Hopefully fix for the recently experienced crashes when building with -O2. I ...
Maximilian Albert
2008-08-22
1
-2
/
+16
*
Fix to bug with export-width and export-height due to errno not being reset d...
John Cliff
2008-08-20
1
-3
/
+5
*
Make lpe-ruler work for arbitrary paths, not just line segments
Maximilian Albert
2008-08-19
2
-22
/
+35
*
Don't display canvas text (length info) in lpe-ruler any more; add many more ...
Maximilian Albert
2008-08-19
2
-56
/
+88
[prev]
[next]