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
*
Removed unnecessary checks from curve.cpp (sp_bpath_check_subpath and friends...
Jasper van de Gronde
2008-04-18
1
-113
/
+4
*
fix by kur9kin for endless loop from bug 212332
bulia byak
2008-04-16
1
-0
/
+1
*
cmake: exclude some files that are also excluded from build in build.xml
Johan B. C. Engelen
2008-04-10
1
-2
/
+2
*
process source subdirectories with INCLUDE() instead of ADD_DIRECTORIES()
Aaron Spike
2008-04-10
1
-1
/
+1
*
Refactor snapper and snapindicator (in order to enable the snapindicator in t...
Diederik van Lierop
2008-04-07
2
-5
/
+7
*
fix bug with garbage lines caused with close_path when part of a subpath is o...
bulia byak
2008-04-07
1
-2
/
+12
*
delete remaining .cvsignore files
Adib Taraben
2008-04-01
1
-7
/
+0
*
suppress warnings when closing a desktop but not program
bulia byak
2008-04-01
1
-1
/
+8
*
implement filter toggle
MenTaLguY
2008-03-31
1
-0
/
+1
*
lay groundwork for non-filter view mode
MenTaLguY
2008-03-31
10
-36
/
+59
*
Cmake: Updating src CMakeLists soucre list.
Joshua L. Blocher
2008-03-30
1
-2
/
+0
*
Cmake Build system - Initial commit.
Joshua L. Blocher
2008-03-27
1
-0
/
+59
*
system clipboard support (bug #170185) from Chris KosiĆski
MenTaLguY
2008-03-26
2
-2
/
+2
*
Line-end fixups
Jon A. Cruz
2008-03-22
6
-401
/
+401
*
No more NRMatrix or NRPoint.
Jasper van de Gronde
2008-03-21
15
-81
/
+88
*
disable snapindicator for now to fix pen tool
Johan B. C. Engelen
2008-03-13
1
-13
/
+15
*
fix by Albin Sunnanbo for dash offset in text
bulia byak
2008-03-11
1
-0
/
+1
*
patch by Albin Sunnanbo for 168072
bulia byak
2008-03-10
1
-0
/
+1
*
Move 3D box code out of sp-canvas.cpp
Maximilian Albert
2008-03-09
1
-10
/
+0
*
add preferences for path flashing on mouseover
Johan B. C. Engelen
2008-03-06
1
-0
/
+1
*
fix 198818
bulia byak
2008-03-05
1
-2
/
+4
*
new: guide snapping indicator! see if you like it, comments are always welcome!
Johan B. C. Engelen
2008-03-03
1
-1
/
+1
*
remove flashing test indicator on pointparam.
Johan B. C. Engelen
2008-03-02
5
-5
/
+142
*
NEW: temporary on-canvas indicators
Johan B. C. Engelen
2008-03-02
5
-0
/
+273
*
Warning and whitespace cleanup
Jon A. Cruz
2008-03-01
1
-5
/
+5
*
Fix to check for out of bounds index *before* using the array index
Jon A. Cruz
2008-03-01
1
-1
/
+1
*
Convert remaining old RegisteredWdg's to RegisteredWidget's. Removed Register...
Johan B. C. Engelen
2008-02-27
2
-68
/
+56
*
svg element referenced by id part of feImage filter rendering.
Felipe Corr??a da Silva Sanches
2008-02-25
2
-4
/
+78
*
pixblock-transform and scaler: convert src if needed, to match dest mode.
JF Barraud
2008-02-24
5
-42
/
+84
*
partial fix sent by jfb for bug #188814
Felipe Corr??a da Silva Sanches
2008-02-23
2
-0
/
+16
*
* convert to non-premultiplied alpha on fedisplacementmap
Felipe Corr??a da Silva Sanches
2008-02-21
2
-2
/
+15
*
fix for bug #193838 (colormatrix uses premultiplied alpha)
Felipe Corr??a da Silva Sanches
2008-02-21
1
-1
/
+14
*
* use enums to deal with displacementmap channel selectors
Felipe Corr??a da Silva Sanches
2008-02-19
2
-5
/
+6
*
* convolve matrix code refactoring
Felipe Corr??a da Silva Sanches
2008-02-19
1
-9
/
+16
*
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
[next]