626f5516ee7f34867795f2c8ea609a9e47cf24d7 |
|
29-Oct-2013 |
Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> |
suppress warning |
6d8f5d4d0168d3966402ec5794ec4e0ae220f526 |
|
23-Dec-2012 |
tavmjong-free <tavmjong@free.fr> |
Move some code from filter primitives to cairo-utils.cpp. Fix bug in lighting primitives. |
9f6f7e74a1ded383518676e0ecb2ccc5caa73d25 |
|
22-Dec-2012 |
tavmjong-free <tavmjong@free.fr> |
Add support for color-interpolation-filters = linearRGB. |
1f68abc984276edeb30add77d273b0c8c75994db |
|
13-Mar-2012 |
Jasper van de Gronde <jasper.vandegronde@gmail.com> |
Morphological filters linear in the number of output pixels. |
7bda77e763c0af49270427593108b66455dfd125 |
|
27-Aug-2011 |
Krzysztof Kosinski <tweenk.pl@gmail.com> |
Update 2Geom. Remove all use of NRRectL. |
1cf2607271f83cc4b20ccace552395d793055c90 |
|
09-Aug-2011 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
Initial autocache work |
d37634d73670180f99a3e0ea583621373d90ec4f |
|
02-Feb-2011 |
Johan Engelen <goejendaagh@zonnet.nl> |
update to latest 2geom ! |
a4030d5ca449e7e384bc699cd249ee704faaeab0 |
|
17-Nov-2010 |
Chris Morgan <chris.morganiser@gmail.com> |
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf-8 in all 1074 Vim modelines.
The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline").
Also corrected five deviant modestrings:
* src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end
* src/ui/dialog/tile.cpp: removed gratuitous second colon at the end
* src/helper/units-test.h: removed gratuitous space before a colon
* share/extensions/export_gimp_palette.py: missing textwidth=99
That's my geekiest commit yet. |
1834ab0e5652c482986db92df08e18dac13482ec |
|
12-Aug-2010 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
Fix the morphology filter (work on premultiplied colors) |
ccb10249f38c4a7f561a027c1e4f700ec9ba86bd |
|
27-Jul-2010 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
Separate morphology filter into X and Y processing phases.
Gives a massive performance boost for large radii. |
8015950b3123bc0197c3ff06141432d86432ccd6 |
|
24-Jul-2010 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
Morphology filter |
5ef6cb9428f2e6f5457e890a1c3b37f53730c07a |
|
14-Dec-2009 |
Felipe C. da S. Sanches <juca@members.fsf.org> |
updating my email address in file headers |
9ae23d42ab800ee4da98dc3abe083fd6770a718b |
|
29-May-2009 |
kiirala <kiirala@users.sourceforge.net> |
Fixed area_enlarge in couple filters, to prevent white lines in rendering |
d9a7c806ee7f408ddb61ff4f233c9d96111ee2b5 |
|
02-Jan-2009 |
johanengelen <johanengelen@users.sourceforge.net> |
Move filters into their own namespace Inkscape::Filters (from NR::) |
55693f88f4b1215fe3938e01d90fd19e99bc7b59 |
|
31-Dec-2008 |
johanengelen <johanengelen@users.sourceforge.net> |
get rid of a lot of no longer needed "libnr/nr-..." includes. |
1102ed16d9872bd6ea8eb4c6c147440c10cbd765 |
|
05-Dec-2008 |
johanengelen <johanengelen@users.sourceforge.net> |
2geom more as fix |
8f2afbd99dcbbe962be70bc574e356b33c8b9537 |
|
02-Jun-2008 |
kiirala <kiirala@users.sourceforge.net> |
Fixed SVG compliance problems with feMorphology (bug 181995 at least) |
b0fc1b5cad067af61ffdc6ff82667bfea7ef3f77 |
|
04-Jan-2008 |
kiirala <kiirala@users.sourceforge.net> |
Added more error checking to filter effects code |
723b4d8bde8ce8503d1d01ee0f2e3548ec0dc88c |
|
25-Nov-2007 |
joncruz <joncruz@users.sourceforge.net> |
Warning cleanup |
fb86717633bfcfe161571aed7058ea6a39b7a69b |
|
31-Oct-2007 |
kiirala <kiirala@users.sourceforge.net> |
Modified filter primitives' render method to use FilterUnits instead of Matrix |
59a89a640809c6f03a69fd3df823c5bef1260424 |
|
24-Oct-2007 |
kiirala <kiirala@users.sourceforge.net> |
Added 'paraller axis' rendering hint to filter primitives, that need it. |
3b740d6a6f58a80c0a7609e682c7efc409ba8e1a |
|
09-Aug-2007 |
jucablues <jucablues@users.sourceforge.net> |
fixing small bug on feMorphology |
88013f5100c818a1b1c0d9d9cf773930373491cf |
|
09-Aug-2007 |
jucablues <jucablues@users.sourceforge.net> |
feMorphology filter primitive implementation |
76f8b79291ff270e0602159704dc2f07024e5132 |
|
04-Aug-2007 |
jucablues <jucablues@users.sourceforge.net> |
boilerplate code for the remaining filters. My next commits will
probably deal with setting default attribute values for these filters |