b83cbecc3d1416ce46527bef7bc3ce6d78a65214 |
|
22-Apr-2016 |
tavmjong-free <tavmjong@free.fr> |
Correct enumeration names. |
84dac2e978b1fb690e86a0a895eee7d3cb5a07f5 |
|
17-Aug-2015 |
Marc Jeanmougin <marcjeanmougin@free.fr> |
Fixes doubled transparency computation on bitmaps for some reason |
76addc201c409e81eaaa73fe27cc0f79c4db097c |
|
28-Apr-2015 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
2Geom sync - initial commit |
de843c4e0b086a164491232bcf99a51cb5f7dd68 |
|
16-Dec-2014 |
tavmjong-free <tavmjong@free.fr> |
Code rearrangement to make it clearer what is happening. |
437c1cd94c72c1a38636a923cd9c0a95189596ad |
|
18-Aug-2014 |
Liam P. White <inkscapebrony@gmail.com> |
Fix build (not pretty). |
cdcb4e03e958cd9297fcbc80346b0ef7f5f358e9 |
|
19-Apr-2014 |
Martin Owens <doctormo@gmail.com> |
Fix remaining issue with prefs updating |
651e066b80dbe5ed17ff854c7906e61513303caa |
|
19-Apr-2014 |
Martin Owens <doctormo@gmail.com> |
Add image rendering option for outlines. Setup desktop preferences observer. |
6a1c13881ab96e07f579e0fed187b0980f4100f7 |
|
07-Mar-2014 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
Use CAIRO_FILTER_GOOD instead of CAIRO_FILTER_BEST in the interactive
renderer, since the latter uses Lanczos3 and is prohibitively slow. |
58ba7163a5ee19414f3357a7c84d93989cb7498c |
|
08-Feb-2014 |
mathog <mathog@caltech.edu> |
DrawingContext: change variable names ct to dc (bug #1272073) |
7fcad81985801703fb897696cab3a2e80dc12438 |
|
12-Nov-2013 |
tavmjong-free <tavmjong@free.fr> |
Partial fix for blocker bug 1163449: "Imported bitmap appear blurry when zoomed in"
Setting style to include "image-rendering:optimizeSpeed" will cause nearest
neighbor filter to be used in downscaling. |
f25624b42529b712e8ed3d419d883ffd3a5d41b1 |
|
27-Sep-2013 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
The downscaling fix is already in Cairo trunk.
Therefore, remove the image scaling hack from drawing-image.cpp. |
e4b626a9206e4fabf4fc7601dfa14b133c2a27f0 |
|
19-Sep-2013 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
Encapsulate the shared memory hack for Cairo and GdkPixbuf in a class
called Inkscape::Pixbuf. Replace usage in the code as appropriate. |
80177e727606505ec5b4179acf8807e88720f1f2 |
|
14-Sep-2013 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
Do not recompress images when embedding and generating PDFs.
Fixes blocker bug #871563. |
70437cc91faa1eab599e62436155e99446836690 |
|
13-Sep-2013 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
Improve the functions which create GdkPixbuf from Cairo surface
and vice versa. Simplifies some code.
Also introduce proper refcounting into svg_preview_cache.cpp
and fix its users. |
2a5c00d10ac69d6e5d36748080fa2bb07fc8c736 |
|
31-Jul-2013 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
Fix selection of images in outline mode. Fixes LP #1089702 |
ad90ddf22d75b5ce8a62de1b2a2d826d39a9440c |
|
08-Apr-2013 |
tavmjong-free <tavmjong@free.fr> |
Implement read/write of image-rendering property. To be used to control scaling. |
b6456a55dee7163189fdac4eafbc46156ce05c1b |
|
23-Mar-2013 |
Alex Valavanis <valavanisalex@gmail.com> |
Fix more clang warnings |
82d58ca5824c10cdb322746bdc46a5fe438fc0a1 |
|
21-Mar-2013 |
Jaspervdg <th.v.d.gronde@hccnet.nl> |
Clarified choice of downsampling routine. |
64541137a139adebf6c26d3862714380e1a6835b |
|
21-Mar-2013 |
Jaspervdg <th.v.d.gronde@hccnet.nl> |
Handle bitmap downsampling ourselves, see bug #804162 in launchpad. |
28f74a03fc1d9ebe507ee0c8f6c361c06c2ea27e |
|
02-Oct-2011 |
Jon A. Cruz <jon@joncruz.org> |
Removing redundant doxygen @brief tag. |
e0391459c8e12f29d9cc62f9631da59223dc11fa |
|
02-Oct-2011 |
Jon A. Cruz <jon@joncruz.org> |
Warning cleanup. |
d7f431dc1e23b8394f96c5c2d5cec3db17a089b3 |
|
21-Aug-2011 |
Krzysztof Kosinski <tweenk.pl@gmail.com> |
Filter background rendering now matches the SVG specification. |
3e0790bc7c644b06f3f02ae3bdbf682ce1b3f9ce |
|
13-Aug-2011 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
More generic handling of child type in DrawingItem.
Fix clip object selection bug (LP #365458). |
3a3365c39fe3932d005ae1aa4324ef48606f5e18 |
|
07-Aug-2011 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
Rewrite NRArena -> Inkscape::Drawing. Call render and update
methods on the Drawing rather than on the root DrawingItem. |
920b345fc97b2e4e29b75603acc439717bee750c |
|
06-Aug-2011 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
Document things figured out during the rewriting |
d1bde559850436556ebee2e70e10f1cfc8aff636 |
|
06-Aug-2011 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
Rewrite NRArenaItem hierarchy into C++ |