index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
display
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
fix for bug #189788
Felipe Corr??a da Silva Sanches
2008-02-13
1
-4
/
+4
*
Fix initialization of grids. Should finally fix Bug #172778
Johan B. C. Engelen
2008-02-12
2
-4
/
+4
*
opacity max value is 255 instead of previous wrong 256 maxvalue that was used...
Felipe Corr??a da Silva Sanches
2008-02-12
1
-1
/
+1
*
remaining g++ 4.3 compilation fix-ups
Kees Cook
2008-02-11
1
-0
/
+1
*
Offline work done during weekend:
Felipe Corr??a da Silva Sanches
2008-02-11
2
-52
/
+84
*
feDisplacementMap resolution independence fix sent by JF Barraud
Felipe Corr??a da Silva Sanches
2008-02-07
1
-9
/
+17
*
Fixed crash with lighting effects used on non-premultiplied input (bug 189468)
Niko Kiirala
2008-02-06
1
-1
/
+1
*
Iron out some rounding errors in the displaying of the rulers and of guides
Diederik van Lierop
2008-02-05
3
-7
/
+17
*
fix axonomgrid emphasizing
Johan B. C. Engelen
2008-02-04
1
-1
/
+1
*
fix emphasize coloring of grid lines (preference, dotted xy-grid and axonomgrid)
Johan B. C. Engelen
2008-02-04
2
-22
/
+29
*
Improvement in positioning images. W3C SVG tests:
Tavmjong Bah
2008-02-04
1
-8
/
+24
*
Allow relative paths to be used for images.
Tavmjong Bah
2008-02-03
2
-7
/
+31
*
Applying fixes for gcc 4.3 build issues (closes LP: #169115)
Bryce Harrington
2008-01-31
5
-7
/
+13
*
2nd part of the fix for bug #167500: correctly update the rulers when they ch...
Diederik van Lierop
2008-01-30
1
-7
/
+7
*
gray out widgets when grid is disabled.
Johan B. C. Engelen
2008-01-26
1
-1
/
+7
*
fix strange typo
Johan B. C. Engelen
2008-01-26
1
-2
/
+2
*
first set of updates to headers for clean gcc 4.3 builds
Kees Cook
2008-01-25
1
-1
/
+1
*
Fixed crash with lighting effects and missing source image
Niko Kiirala
2008-01-23
2
-6
/
+6
*
fix crash on feImage when trying to drag
Felipe Corr??a da Silva Sanches
2008-01-22
1
-1
/
+0
*
fixes feImage rendering, but does not add it to filters dialog yet
Felipe Corr??a da Silva Sanches
2008-01-22
1
-5
/
+5
*
whitespace
Bryce Harrington
2008-01-19
1
-1
/
+1
*
Partially fix bug #167500 (rulers being off)
Diederik van Lierop
2008-01-18
1
-2
/
+2
*
RegisteredColorPicker is now subclassed from RegisteredWidget<ColorPicker> in...
gustav_b
2008-01-17
2
-18
/
+29
*
fix initialization of grid document properties
Johan B. C. Engelen
2008-01-16
2
-2
/
+51
*
RegisteredScalar subclassed from RegisteredWidget<Scalar> instead of old Regi...
Johan B. C. Engelen
2008-01-16
1
-12
/
+9
*
implementation of Flood Filter Effect renderer
Felipe Corr??a da Silva Sanches
2008-01-16
2
-9
/
+32
*
RegisteredCheckbutton is now subclassed from RegisteredWidget<CheckButton>
Johan B. C. Engelen
2008-01-15
4
-180
/
+189
*
Add preference so people can choose which behaviour they want. (bug 167422)
Johan B. C. Engelen
2008-01-14
1
-4
/
+12
*
W3C licensing:
Felipe Corr??a da Silva Sanches
2008-01-14
2
-3
/
+19
*
cleaning: removing previously commented out g_warnings()
Felipe Corr??a da Silva Sanches
2008-01-14
1
-4
/
+0
*
Fixed erroneous overwriting of temporary images inside filter effects
Niko Kiirala
2008-01-12
2
-3
/
+17
*
Made turbulence filter resolution-independent and renderable at any size
Niko Kiirala
2008-01-09
4
-54
/
+105
*
Fix missing tooltips in LPE's. (Closes LP: #178471)
Bryce Harrington
2008-01-06
1
-1
/
+1
*
r17530@shi: ted | 2008-01-06 13:50:53 -0800
Ted Gould
2008-01-06
1
-6
/
+6
*
Added bicubic pixblock transformer to fix jagged results with rotated filters
Niko Kiirala
2008-01-05
3
-2
/
+163
*
Fixing up a few more files
Bryce Harrington
2008-01-05
1
-1
/
+1
*
Fix missing include for g_assert() calls - causes FTBFS on Ubuntu Hardy
Bryce Harrington
2008-01-05
1
-0
/
+1
*
Added more error checking to filter effects code
Niko Kiirala
2008-01-04
15
-10
/
+88
*
1) fix snapping while scaling
Diederik van Lierop
2008-01-03
2
-2
/
+2
*
Fixed bug #172778, [old] grid settings not respected when reopening document
Johan B. C. Engelen
2007-12-29
1
-1
/
+1
*
try to fix bug #174475 feImage renderer crashes on non-external image
Johan B. C. Engelen
2007-12-28
1
-5
/
+19
*
fix Bug #177891 feGaussianBlur crashes when setting fill paint as input
Johan B. C. Engelen
2007-12-28
1
-1
/
+4
*
angled guidelines: create angled line when dragging from edge of rulers
Johan B. C. Engelen
2007-12-24
3
-14
/
+14
*
fix bug where changing units changed angles of axonometric grid
Johan B. C. Engelen
2007-12-21
2
-5
/
+6
*
guidelines: add methods to check horizontal/vertical, small fixes
Johan B. C. Engelen
2007-12-21
2
-4
/
+7
*
guidelines: implement rendering of angled lines.
Johan B. C. Engelen
2007-12-20
2
-4
/
+46
*
guidelines: minor corrections
Johan B. C. Engelen
2007-12-20
1
-2
/
+81
*
correctly handle orientation changes of guidelines
Johan B. C. Engelen
2007-12-19
2
-0
/
+7
*
optimize guide canvasupdating
Johan B. C. Engelen
2007-12-19
1
-1
/
+3
*
guides: switch from using one position coordinate to Geom::Point point_on_line
Johan B. C. Engelen
2007-12-19
2
-26
/
+28
[prev]
[next]