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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2006-11-04
fix bug: stroke width was not changed when switching to outline and back
bulia byak
2
-2
/
+14
2006-10-26
Renaming from SP_CGRID to INKSCAPE_CXYGRID. SPCGrid to Inkscape::CXYGrid
Johan B. C. Engelen
2
-61
/
+70
2006-10-26
extend the semantics of sp_canvas_force_full_redraw_after_interruptions to al...
bulia byak
2
-7
/
+10
2006-10-25
fix visibility and pickability of nofill/nostroke objects in outline mode; op...
bulia byak
1
-17
/
+24
2006-10-25
implement rendering of clips/masks in outline mode; make all outline colors s...
bulia byak
1
-1
/
+28
2006-10-20
more correct double opacity fix: do not multiply by opacity if item->render_o...
bulia byak
1
-3
/
+2
2006-10-20
fix the erroneous double opacity on filtered objects
bulia byak
1
-2
/
+6
2006-10-20
handle the case of no filter primitives
bulia byak
1
-4
/
+6
2006-10-20
fill in set methods to enable x/y/w/h
bulia byak
1
-5
/
+17
2006-10-17
purge fred's arena item tile cache (has been disabled for quite some time any...
bulia byak
4
-620
/
+105
2006-10-16
another canvas repaint optimization: if the new rect and the rect aborted las...
bulia byak
1
-51
/
+133
2006-10-14
indentation; declarations to first uses; deal with the possible failure to cr...
bulia byak
1
-897
/
+1061
2006-10-14
deal with the possible failure to create pixblock due to insufficient memory
bulia byak
6
-4
/
+60
2006-10-11
disable filters in outline mode
bulia byak
1
-8
/
+10
2006-10-10
Filtering now works with text and image objects
Niko Kiirala
2
-0
/
+61
2006-10-09
add blur speed/quality options
bulia byak
2
-46
/
+184
2006-10-03
Check to make sure canvas provided to forced redraw functions is not null.
John Bintz
1
-0
/
+4
2006-10-02
Fixed banding problem when rendering filters
Niko Kiirala
1
-0
/
+1
2006-09-29
FIXED: "Several "** Message: arg" lines every time GUI is started. I think th...
Johan B. C. Engelen
1
-2
/
+0
2006-09-23
axonometric grid: angles cannot be larger than 89 degrees.
Johan B. C. Engelen
1
-0
/
+2
2006-09-21
AXONOMETRIC (3D) GRID! OK, still alot of work to be done. Snapping, diagonal...
Johan B. C. Engelen
3
-0
/
+530
2006-09-17
Changed grid drawing (nit more logical): hlines and vlines are drawn complete...
Johan B. C. Engelen
1
-14
/
+11
2006-09-06
Initial reworking of forced redraw to work better with interruptible display
John Bintz
2
-23
/
+26
2006-09-04
Add ability to force canvas to perform a full, non-interruptible redraw
John Bintz
2
-2
/
+37
2006-08-25
peeled back the gboolean code as it hit on some complexity theory principles...
Jon Phillips
2
-2
/
+2
2006-08-23
Ok, committed msgloan's patch to convert gbooleans to bools thus completing
Jon Phillips
2
-2
/
+2
2006-08-20
Object groups can be blurred. Blur slider updates when selection changes. Com...
Hugo Rodrigues
3
-6
/
+47
2006-08-14
Work on filters. spFilterPrimitive structure added. Blur slider updated. Fixe...
Hugo Rodrigues
2
-3
/
+44
2006-08-03
interruptible redraw
bulia byak
2
-65
/
+182
2006-07-29
patch for rendering quality and speed from Jasper van de Gronde
bulia byak
7
-50
/
+45
2006-07-26
Added renderer support for accessing background image from filters
Niko Kiirala
8
-31
/
+116
2006-07-26
Added support for enable-background to SPStyle
Niko Kiirala
2
-6
/
+3
2006-07-18
Added a bunch of comments to filter effects rendering code
Niko Kiirala
5
-3
/
+135
2006-07-10
Bicubic scaler added to filtering, allowing changes in filter resolution
Niko Kiirala
6
-13
/
+211
2006-07-09
fix properly. oops ^^
Bob Jamison
1
-4
/
+4
2006-07-09
remove conversion warnings
Bob Jamison
1
-4
/
+4
2006-07-09
Compiler error in NR::Filter fixed
Niko Kiirala
1
-13
/
+13
2006-07-09
Filter effects bounding box calculation makes use of area settings
Niko Kiirala
1
-10
/
+42
2006-07-04
Created NR::FilterSlot to handle pixblocks in rendering filters
Niko Kiirala
9
-25
/
+250
2006-07-03
Fix include file (<ieeefp.h>, not <ieefp.h>).
Colin Marquardt
1
-1
/
+1
2006-06-26
Added sanity checks and fixed buffer overflow in nr-filter-gaussian
Niko Kiirala
1
-1
/
+40
2006-06-22
Added virtual destructors for filter primitives. Corrected
Niko Kiirala
4
-2
/
+13
2006-06-22
remove 'non virtual destructor' warning
Bob Jamison
1
-0
/
+2
2006-06-21
svg-filters branch merged back to head
Niko Kiirala
14
-5
/
+1203
2006-05-28
replace nr_new() with g_new(), and try to converge on using the glib allocato...
MenTaLguY
2
-12
/
+13
2006-05-28
break apart faster: prepend to list instead of append, add objects to selecti...
bulia byak
1
-6
/
+1
2006-05-26
factor out dashing code
bulia byak
1
-24
/
+2
2006-05-19
init matrix variable, removes compiler warnings
Ralf Stephan
1
-2
/
+3
2006-05-09
always make local copy of path data so we have control of memory policy
MenTaLguY
1
-29
/
+17
2006-05-09
fix confusion of SP_CANVAS_BPATH with SP_CURVE_BPATH
MenTaLguY
1
-1
/
+1
[next]