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
2007-06-27
use an accessor method to get filter from style
bulia byak
3
-9
/
+9
2007-06-27
switch SPStyle to using SPFilterReference for filters; sp_style_new now requi...
bulia byak
3
-9
/
+12
2007-06-25
functional noop: src/display/nr-filter-gaussian.cpp: Make a few symbols local...
Peter Moulder
1
-9
/
+30
2007-06-24
initial filter UI code drop from Nick
MenTaLguY
1
-1
/
+2
2007-06-14
patch 1729267 for bug 1712481
bulia byak
1
-2
/
+67
2007-06-13
Fixed a rendering problem in feOffset
Niko Kiirala
1
-4
/
+11
2007-06-12
Filter effects: support for SourceAlpha and BackgroundAlpha
Niko Kiirala
4
-27
/
+102
2007-06-07
Fixed background access problems introduced in previous revision
Niko Kiirala
2
-8
/
+16
2007-06-07
First version of feOffset support. Contains some rendering glitches.
Niko Kiirala
8
-3
/
+272
2007-06-04
Modified filter rendering area handling to better accommodate upcoming feOffset
Niko Kiirala
7
-20
/
+24
2007-05-29
Added support for in-parameter in filter primitives
Niko Kiirala
4
-15
/
+20
2007-05-21
Refactoring work for filter effects renderer initialization
Niko Kiirala
5
-165
/
+100
2007-05-17
Fix a couple of unannotated transactions causing g_warning from finish_incomp...
Peter Moulder
1
-4
/
+3
2007-05-16
Fixed some feBlend rendering bugs
Niko Kiirala
1
-27
/
+45
2007-05-14
Added renderer support for feBlend filter effect
Niko Kiirala
7
-9
/
+414
2007-04-20
grid: make grid names translatable. use different gridtype names in SVG that ...
Johan B. C. Engelen
2
-11
/
+73
2007-04-20
Fix emphasized gridlines bug when zoomed out.
Johan B. C. Engelen
1
-1
/
+1
2007-04-19
Set default gridspacing back to 1px
Johan B. C. Engelen
1
-1
/
+1
2007-04-17
Grid: added dotted rendering of rectangular grid. Fixed bug in emphasized lin...
Johan B. C. Engelen
2
-77
/
+121
2007-04-17
old default color values restored
Johan B. C. Engelen
1
-6
/
+6
2007-04-15
Removal of old grid code - fully enabled new grid code.
Johan B. C. Engelen
2
-356
/
+46
2007-04-13
New Grids are now ready to go. bug testing can start i think.
Johan B. C. Engelen
2
-58
/
+1
2007-04-13
New grids are almost ready to fly!
Johan B. C. Engelen
4
-49
/
+82
2007-04-02
Removed C99 isnormal from nr-filter-gaussian.cpp (bug 1678363)
Niko Kiirala
1
-3
/
+3
2007-04-01
removed leftover debug messages. Toggling new grids now works. Almost ready t...
Johan B. C. Engelen
2
-4
/
+29
2007-03-25
Purging old axonometric grid code: reworked it into the new grid class struct...
Johan B. C. Engelen
4
-330
/
+580
2007-03-20
Monster commit. New grid infrastructure. The old gridmanagement code is still...
Johan B. C. Engelen
2
-7
/
+831
2007-03-19
no pick if transparent; fix sodipodi-era bug where delta had no effect for no...
bulia byak
1
-9
/
+14
2007-03-19
two picking optimizations: 1 use our canvas' viewbox so that invisible segmen...
bulia byak
1
-10
/
+51
2007-03-19
add fields for delayed pick optimization
bulia byak
1
-0
/
+3
2007-03-19
switch to using NR::Maybe for area rect
bulia byak
2
-4
/
+6
2007-03-19
make arena remember its parent canvasarena, if any (so that an arenaitem can ...
bulia byak
3
-0
/
+5
2007-03-19
use ::upgrade for getting NR::Rect
bulia byak
1
-1
/
+1
2007-03-19
comment fix
bulia byak
1
-1
/
+1
2007-03-18
optimize cairo paths by not drawing segments that are outside of view (for st...
bulia byak
4
-22
/
+48
2007-03-17
clean up rect mess a bit before start working on other stuff
MenTaLguY
1
-2
/
+2
2007-03-14
fix bug where master opacity did not affect markers
bulia byak
1
-4
/
+5
2007-03-11
Eliminate remaining sources of empty NR::Rects
MenTaLguY
1
-5
/
+10
2007-03-04
delivarotify picking; restore the old pick code, fix it to work with stroke w...
bulia byak
1
-66
/
+34
2007-03-03
the SP_IS_GAUSSIANBLUR fix is not only for shapes. fixme: this boilerplate de...
bulia byak
2
-2
/
+2
2007-03-03
implement proper picking (by the frame and diagonals) in outline mode
bulia byak
1
-11
/
+51
2007-03-03
restore rendering markers in outline mode
bulia byak
1
-6
/
+10
2007-03-02
blind fix for endianness, needs testing by someone on a big-endian machine
bulia byak
1
-0
/
+22
2007-03-02
cairoify image outlines
bulia byak
1
-30
/
+28
2007-03-02
patch the RGBA/BGRA incompatibility (until we're not using cairo throughout)
bulia byak
2
-3
/
+8
2007-03-02
create/destroy the cairo_t for all items to render into (currently used only ...
bulia byak
1
-6
/
+19
2007-03-02
outline mode: render into the passed cairo_t
bulia byak
2
-25
/
+9
2007-03-02
eliminate caching and temp buffers for cairo outline mode
bulia byak
1
-31
/
+35
2007-03-01
jasper's patch for bug 1666430; see that patch for why we should ignore the c...
bulia byak
1
-25
/
+39
2007-03-01
(hopefully) fixed build on linux, added missing isnormal.h
Markus Schwarzenberg
2
-0
/
+4
[next]