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
*
Purging old axonometric grid code: reworked it into the new grid class struct...
Johan B. C. Engelen
2007-03-25
4
-330
/
+580
*
Monster commit. New grid infrastructure. The old gridmanagement code is still...
Johan B. C. Engelen
2007-03-20
2
-7
/
+831
*
no pick if transparent; fix sodipodi-era bug where delta had no effect for no...
bulia byak
2007-03-19
1
-9
/
+14
*
two picking optimizations: 1 use our canvas' viewbox so that invisible segmen...
bulia byak
2007-03-19
1
-10
/
+51
*
add fields for delayed pick optimization
bulia byak
2007-03-19
1
-0
/
+3
*
switch to using NR::Maybe for area rect
bulia byak
2007-03-19
2
-4
/
+6
*
make arena remember its parent canvasarena, if any (so that an arenaitem can ...
bulia byak
2007-03-19
3
-0
/
+5
*
use ::upgrade for getting NR::Rect
bulia byak
2007-03-19
1
-1
/
+1
*
comment fix
bulia byak
2007-03-19
1
-1
/
+1
*
optimize cairo paths by not drawing segments that are outside of view (for st...
bulia byak
2007-03-18
4
-22
/
+48
*
clean up rect mess a bit before start working on other stuff
MenTaLguY
2007-03-17
1
-2
/
+2
*
fix bug where master opacity did not affect markers
bulia byak
2007-03-14
1
-4
/
+5
*
Eliminate remaining sources of empty NR::Rects
MenTaLguY
2007-03-11
1
-5
/
+10
*
delivarotify picking; restore the old pick code, fix it to work with stroke w...
bulia byak
2007-03-04
1
-66
/
+34
*
the SP_IS_GAUSSIANBLUR fix is not only for shapes. fixme: this boilerplate de...
bulia byak
2007-03-03
2
-2
/
+2
*
implement proper picking (by the frame and diagonals) in outline mode
bulia byak
2007-03-03
1
-11
/
+51
*
restore rendering markers in outline mode
bulia byak
2007-03-03
1
-6
/
+10
*
blind fix for endianness, needs testing by someone on a big-endian machine
bulia byak
2007-03-02
1
-0
/
+22
*
cairoify image outlines
bulia byak
2007-03-02
1
-30
/
+28
*
patch the RGBA/BGRA incompatibility (until we're not using cairo throughout)
bulia byak
2007-03-02
2
-3
/
+8
*
create/destroy the cairo_t for all items to render into (currently used only ...
bulia byak
2007-03-02
1
-6
/
+19
*
outline mode: render into the passed cairo_t
bulia byak
2007-03-02
2
-25
/
+9
*
eliminate caching and temp buffers for cairo outline mode
bulia byak
2007-03-02
1
-31
/
+35
*
jasper's patch for bug 1666430; see that patch for why we should ignore the c...
bulia byak
2007-03-01
1
-25
/
+39
*
(hopefully) fixed build on linux, added missing isnormal.h
Markus Schwarzenberg
2007-03-01
2
-0
/
+4
*
commited Solaris 2.8 / gcc-3.2.3 fixes
Markus Schwarzenberg
2007-03-01
3
-2
/
+6
*
API change: render methods now take a cairo_t (not yet used)
bulia byak
2007-03-01
7
-23
/
+24
*
render text in outline mode via cairo (still no endian-safe); factor out help...
bulia byak
2007-03-01
5
-81
/
+180
*
more comments
bulia byak
2007-02-27
1
-3
/
+10
*
more comments on cairo's and our own woes
bulia byak
2007-02-27
2
-2
/
+17
*
move a global to a class property; reduce the use of is_scrolling to prevent ...
bulia byak
2007-02-25
2
-7
/
+10
*
add commented-out cairo stroke rendering; refactoring
bulia byak
2007-02-22
1
-44
/
+166
*
factor out some cairo-related helpers; add cairo clipping - commented out for...
bulia byak
2007-02-21
1
-64
/
+112
*
Cleaned up DOS line ends that had snuck in.
Jon A. Cruz
2007-02-19
3
-529
/
+529
*
smooth panning: suppress painting for so long as scrolling events come one af...
bulia byak
2007-02-19
1
-60
/
+66
*
a bunch of cairo fixmes in anticipation of a more direct rendering with less ...
bulia byak
2007-02-17
4
-6
/
+69
*
eliminate temporary buffer in outline mode (faster); restore livarot path for...
bulia byak
2007-02-17
1
-24
/
+17
*
first try to use cairo, for outline mode only so far
bulia byak
2007-02-17
1
-3
/
+102
*
jasper's patch for fast iir blur
bulia byak
2007-02-11
2
-383
/
+565
*
Unions Are Evil! When pixblock size is TINY, it stores data right in the data...
bulia byak
2007-02-04
6
-13
/
+13
*
Sorry, forgot the copyright text.
Johan B. C. Engelen
2007-01-24
2
-0
/
+4
*
patch 1635163: directional repaint for better interactivity
bulia byak
2007-01-17
1
-10
/
+47
*
Upgraded gradient tool =)
Johan B. C. Engelen
2007-01-17
2
-9
/
+7
*
fix 1632748
bulia byak
2007-01-11
1
-2
/
+1
*
Fix for 1502439, annoying GTK warning: "Gtk-CRITICAL **: gtk_style_detach: as...
gustav_b
2007-01-07
1
-0
/
+2
*
comment on possible optimization
bulia byak
2007-01-07
1
-1
/
+4
*
when bailing out on update due to missing curve or style, don't forget to upd...
bulia byak
2007-01-07
1
-4
/
+6
*
Fixed and disabled extra debugging routines in pixblock scaler and transformer
Niko Kiirala
2007-01-04
2
-4
/
+4
*
Added bitmap transformer to fix blur with rotation and non-uniform scaling
Niko Kiirala
2007-01-03
4
-9
/
+216
*
patch by Jasper van de Gronde from bug 1576258
bulia byak
2006-12-11
2
-67
/
+52
[next]