4117c9576b8c3885c5bca7b4e60419450863da81 |
|
03-May-2016 |
tavmjong-free <tavmjong@free.fr> |
Correct comment. |
58ba7163a5ee19414f3357a7c84d93989cb7498c |
|
08-Feb-2014 |
mathog <mathog@caltech.edu> |
DrawingContext: change variable names ct to dc (bug #1272073) |
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. |
79b385a8d3cc4d02ed3ce57db2fadaf3e31ce51e |
|
29-Mar-2013 |
Alex Valavanis <valavanisalex@gmail.com> |
Header cleanup |
5918336f232770abf2da7efea2e1b35096105034 |
|
20-Aug-2012 |
John Smith <john.smith7545@yahoo.com> |
Fix for 165865 : markers must take object's stroke color |
c0537dcfe264414d52ad86579d57cb0cb2183dcb |
|
08-Dec-2011 |
Alex Valavanis <valavanisalex@gmail.com> |
Switch to top-level glib headers. Thanks to DimStar for patch |
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. |
d1bde559850436556ebee2e70e10f1cfc8aff636 |
|
06-Aug-2011 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
Rewrite NRArenaItem hierarchy into C++ |
ed422cc32e064690397f1e4aeb526ebda5fbca77 |
|
22-Jul-2011 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
Replace direct use of Cairo contexts and surfaces in the rendering tree
with wrappers which keep some extra information about the surface,
amd NRRect and NRRectL use with Geom::Rect and Geom::IntRect.
Should simplify implementing filter primitive subregions. |
e375f7b0799058a61b78199acdbc9b82696f1ae2 |
|
13-Jul-2011 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
Fix crashes in print preview |
ef494f75ca77f36881ad59e94263a07c146c3649 |
|
24-Jun-2011 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
Remove more of libnr |
d37634d73670180f99a3e0ea583621373d90ec4f |
|
02-Feb-2011 |
Johan Engelen <goejendaagh@zonnet.nl> |
update to latest 2geom ! |
8241e1608974738cb726395c55bb5abe218d5540 |
|
15-Aug-2010 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
Make nr_arena_invoke_render expect an already transformed context,
to remove a limitation to integer translations imposed by NRRectL |
173b40b9fe58992580c16917b2d9bc6bca066b24 |
|
14-Aug-2010 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
Completely remove NRPixBlock |
ec3cef722801728184cc83bd46740d0fdcadf908 |
|
04-Aug-2010 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
Wholesale cruft removal part 1 |
035e109c2dce9f6a9552f75d09b1573311d02546 |
|
20-Feb-2009 |
tweenk <tweenk@users.sourceforge.net> |
Make all icons themable (except the filter icons). |
90a3966dd44e306d23febc15ebd65cde07d7a4dd |
|
11-Oct-2008 |
Ted Gould <ted@canonical.com> |
Merging from trunk |
26b62dfb088a00b6debad350538a64c2af145f50 |
|
08-Aug-2008 |
johanengelen <johanengelen@users.sourceforge.net> |
remove many unnecessary to_2geom and from_2geom calls |
690d37ddd3470e494dde1e3ee20b942736e734d2 |
|
05-Aug-2008 |
johanengelen <johanengelen@users.sourceforge.net> |
NR:: => Geom:: for much of src/ui and src/widgets |
3955580a5a68a873b098921626f5b9d841b964ec |
|
21-Mar-2008 |
jaspervdg <jaspervdg@users.sourceforge.net> |
No more NRMatrix or NRPoint. |
186e627fe87af6a18d8981b79c1a653cf498a425 |
|
08-Nov-2007 |
joncruz <joncruz@users.sourceforge.net> |
warning cleanup |
db1ea68b1534424e75ea5d9cfc4246e4a134dc67 |
|
01-Mar-2007 |
buliabyak <buliabyak@users.sourceforge.net> |
API change: render methods now take a cairo_t (not yet used) |
6f808bed60362652003a94cd51fea129009d58cf |
|
21-Feb-2007 |
bryce <bryce@users.sourceforge.net> |
Fixes issue where a modified stock marker's preview image appears in the
marker dropdown with the same preview image as the unmodified stock
marker. This adds the source document's uri to the cache index. |
ce7d19d224a8f5885856f909e4edaa5a14d33b78 |
|
20-Feb-2007 |
bryce <bryce@users.sourceforge.net> |
Moving cache management code from .h to .cpp.
Making the marker dropdowns static so they can be updated. |
266cb2780f78d3355dcf6b7ae2f128106e01032a |
|
20-Feb-2007 |
bryce <bryce@users.sourceforge.net> |
Moving functions from svg_preview_cache.h to a new .cpp |