7e1f4666f1f09613f359afc0afc69218850b290b |
|
04-Dec-2015 |
Marc Jeanmougin <marcjeanmougin@free.fr> |
added comment + simpler rounding |
a4c7a9375c55eaa07370c30b01f6a37508eb0757 |
|
03-Dec-2015 |
Marc Jeanmougin <marcjeanmougin@free.fr> |
Correct rounding when importing bitmaps |
339bd71903545face2d0b8062fae3aa2f6562ae0 |
|
17-Aug-2015 |
Marc Jeanmougin <marcjeanmougin@free.fr> |
import images with dpi from file : xscale and yscale were not rounded but floored, which resulted in 0 values for big images, and numerical mayhem ensued ("inf" and "nan"). |
3f02879e86e9a5495722b2d3814ff85cdfa15205 |
|
21-Jan-2015 |
tavmjong-free <tavmjong@free.fr> |
Fix regression: pasted bitmaps should be embeded. (Bug #855440) |
acb2755374c6741ce2194eeb5cae90bccabec6e0 |
|
26-Nov-2014 |
tavmjong-free <tavmjong@free.fr> |
Change getDefaultUnit() to getDisplayUnit() to better reflect value returned by function. |
d2e42b9425ccd4c2d4c20c2217455da177035e48 |
|
27-Sep-2014 |
Liam P. White <inkscapebrony@gmail.com> |
Update to experimental r13565 |
11f343b8117dbf56931f537820c2749a8232fec2 |
|
31-Aug-2014 |
Liam P. White <inkscapebrony@gmail.com> |
Header cleanup: stop using Glib types where they aren't truly needed. Eases GThread deprecation errors. |
4c5b6cd53eb59c0347f65490e6de3621f80a3443 |
|
26-May-2014 |
tavmjong-free <tavmjong@free.fr> |
Convert from 90px to inch to 96px to inch per SVG (CSS) specification. |
c02462ae5ad740e1a28f82517402b67e962a5d99 |
|
12-Feb-2014 |
~suv <suv-sf@users.sourceforge.net> |
Image import dialog: add dpi option (from file or default), use compacter layout (help as tooltips) |
1ef37d787b5c033fc107e3093c05f4da7ca1261c |
|
11-Feb-2014 |
tavmjong-free <tavmjong@free.fr> |
Set 'preserveAspectRatio' to 'none' when importing an image. |
15d65b41d290a6399e25ec97fa3c7c6eab5fc8b3 |
|
19-Nov-2013 |
tavmjong-free <tavmjong@free.fr> |
Add GUI for 'image-rendering'. Completes fix for blocker bug #1163449.
Removed two unused preference options for bitmaps. |
28c3a9de9a8b7b5f345447ef581218d2b7751cb7 |
|
24-Oct-2013 |
Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> |
fix bug "some of the locale-based templates cause objects to be resized when default units are changed" #1236257 |
87d2ee3b16068e03b26a409994b73605fde664a6 |
|
22-Sep-2013 |
Matthew Petroff <matthew@mpetroff.net> |
Fix adding viewBox to new documents. |
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. |
c751b68e56ace7b9d649ee20b7f25ed1f65922e3 |
|
01-Aug-2013 |
Matthew Petroff <matthew@mpetroff.net> |
Eliminate "unit-constants.h". |
1f6c698d14edb91fe51fa4e0906a61bba1564446 |
|
20-Sep-2012 |
JazzyNico <nicoduf@yahoo.fr> |
Preferences. New Bitmap Override file resolution option, by Daniel Wagenaar. |
f226bddb50821ca1c18d9a215029701de9766b0c |
|
19-Aug-2012 |
apenner <penner@vaxxine.com> |
round-off incoming png resolution to 0.1 dpi (Bug 165952 comment 20) |
15c344e1be0334f000eed568b4d7e71699f174f5 |
|
23-Jul-2012 |
JazzyNico <nicoduf@yahoo.fr> |
Bitmap. Fix for Bug #165952 (png resolution not imported) by Daniel Wagenaar. |
6d88281c43eaaa66f863d9634632174b0848ea99 |
|
18-Apr-2012 |
Jon A. Cruz <jon@joncruz.org> |
Warning cleanup |
8e438535e658b97ba9a47002b79758b5bf83c3f5 |
|
18-Mar-2012 |
JazzyNico <nicoduf@yahoo.fr> |
Import. Bitmap import improvements (see Bugs #171842 and #847374). |
47badd0035ae8c9135c51444f3770b17ae504dda |
|
12-Feb-2012 |
Alex Valavanis <valavanisalex@gmail.com> |
Header cleaning |
abcec8516a704505ae808ddebda7ac12f8ff3051 |
|
20-Jul-2011 |
Kris <Kris.De.Gussem@hotmail.com> |
Minor UI fix |
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. |
0ff66ce8fd108b985cb6b291a9f55d15f446dbe5 |
|
14-Jul-2010 |
JazzyNico <nicoduf@yahoo.fr> |
i18n. Fix for bug #601522 (embedding prompt dialog's caption is not translated). |
713058520ea51869ea2587b82593d37933aa9504 |
|
13-Jul-2010 |
JazzyNico <nicoduf@yahoo.fr> |
i18n. Fix for bug #601522 (embedding prompt dialog's caption is not translated). |
5e1a030f60fc5f5753e30882711db9af56f763f5 |
|
02-Jul-2010 |
Abhishek Sharma Public <spyzerdotabhishek0at-signgmaildotcom> |
New Class SPDocumentUndo created which takes care of c++fying some non SPDocument based methods |
2b635337710b879262acf4906dd85ee99b69f474 |
|
01-Jul-2010 |
Abhishek Sharma Public <spyzerdotabhishek0at-signgmaildotcom> |
C++fied SPDocument added |
d5ad05ac17abfd7d2eae333a8c1233971e1c1a8f |
|
29-Jun-2010 |
Abhishek Sharma Public <spyzerdotabhishek0at-signgmaildotcom> |
This is the first c++ification commit from me. It handles sp-line, sp-polyline, sp-item and marks the onset of document c++ification as well. Users can check performace increase with [/usr/bin/time -v inkscape_binary_with_commandline_options]. |
af768e2870043b0cb44827e9c412b2ce419cbafd |
|
18-Mar-2010 |
Jon A. Cruz <jon@joncruz.org> |
Changed the embed/link dialog to use radio buttons instead of a checkbox to make the link/embed effect clearer. |
bc58a0766e663dd4798f195503548389d7fb50db |
|
17-Mar-2010 |
buliabyak <> |
make label more informative |
f49803d679cb83129d976d09112fd372eba71e68 |
|
05-Mar-2010 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
Always embed bitmap copies created with Alt+B. |
8e34c10dea7bf29ec44a3913d28eec84337027e0 |
|
05-Mar-2010 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
Improve behavior when pasting, DnDing and importing bitmap images |
09ba3247163582bf2e30e17c4c154aa259ce038a |
|
06-Aug-2009 |
cilix42 <cilix42@users.sourceforge.net> |
Revert recent refactoring changes by johnce because they break the build, which cannot be fixed easily. |
a32c46f6d904b4cf75ea5cb133f49a2fea91a82b |
|
05-Aug-2009 |
johnce <johnce@users.sourceforge.net> |
SPDocument->Document |
a02211fee45e7402a822d3f81bc0ed49233718e5 |
|
05-Aug-2009 |
johnce <johnce@users.sourceforge.net> |
SPDocument->Document |
5dd830b36c5b7404e81a71bdfddeecab4e0a5e4d |
|
10-May-2009 |
theAdib <theAdib@users.sourceforge.net> |
BUG 218090 opening of bitmap fails, now error message |
f93a8ec1f26ca809f77308c8c057ee6417b8a245 |
|
06-May-2009 |
theadib <theadib@users.sourceforge.net> |
using uri syntax while importing files using xlink:href |
0ed639d9e93e46b4a5cbee8906d7736b50706897 |
|
07-Apr-2009 |
pjrm <pjrm@users.sourceforge.net> |
extension/internal/gdkpixbuf-input.cpp: Don't bother creating a sodipodi:absref attribute with the same value as an existing xlink:href attribute. |
ec35142cad8ce4f534989cacd6cc98e276263548 |
|
07-Apr-2009 |
pjrm <pjrm@users.sourceforge.net> |
Move Inkscape::IO::fixupHrefs to Inkscape::XML::rebase_hrefs in new file xml/rebase-hrefs.*. Give it the old and new base directory, so that it can change hrefs without relying on sodipodi:absref.
Also create a new function sp_repr_save_rebased_file that changes all xlink:href attributes as it writes them, so that we don't need to modify the owning document. (Especially useful for "Save a copy" or exporting.)
extension/system.cpp: (Inkscape::Extension::save): Don't call sp_document_set_uri even temporarily other than at the same time as calling rebase_hrefs. (Otherwise, existing relative hrefs will point nowhere.)
When exporting plain SVG, change the relative hrefs according to the destination filename. |
e9b6af083e34e2397a8ddbe9781920733d09d151 |
|
27-Oct-2008 |
Ted Gould <ted@canonical.com> |
From trunk |
e4a9f366dbcb54f76b8c42869fa6873808132357 |
|
22-Apr-2008 |
gouldtj <gouldtj@users.sourceforge.net> |
r19076@shi: ted | 2008-04-21 15:42:45 -0700
Core of having a real namespace for Inkscape extensions.
r19077@shi: ted | 2008-04-21 15:50:12 -0700
First layer of adding NS
r19078@shi: ted | 2008-04-21 15:56:03 -0700
Whew, doing the rest of them. |
68de227ff798b4e57e67d0da63cf8070250e49b7 |
|
02-Mar-2008 |
johanengelen <johanengelen@users.sourceforge.net> |
improved fix crash bug #197664 |
b4ce92b8d3914062eadeb5988c26b32bc336ed36 |
|
02-Mar-2008 |
johanengelen <johanengelen@users.sourceforge.net> |
fix crash bug #197664 |
723b4d8bde8ce8503d1d01ee0f2e3548ec0dc88c |
|
25-Nov-2007 |
joncruz <joncruz@users.sourceforge.net> |
Warning cleanup |
e4f94905953ca842604d18e2d819ef9e3fd2001f |
|
26-Sep-2007 |
buliabyak <buliabyak@users.sourceforge.net> |
remove obsolete import-as-pattern option |
21b5720f026fcb991cb26c1a00858f428e0bc6ac |
|
11-Mar-2007 |
buliabyak <buliabyak@users.sourceforge.net> |
don't try to relativate hrefs here - it never works anyway, because we don't have the document's base dir (the temporary doc created here has docbase == NULL) |
f1244c7e85def8dc339fc92a29c0bd26ffc247d7 |
|
22-Jan-2007 |
acspike <acspike@users.sourceforge.net> |
continue switching sp_repr_new* over to XML::Document::create* |
c4eb899d30e3e359efe9f708c01a3651b5179f01 |
|
26-Aug-2006 |
mgsloan <mgsloan@users.sourceforge.net> |
gboolean -> bool conversion commit 1. Modifies code to do with getting the undo system to ignore actions, as well as
SVG/XML save/load. Shouldn't cause problems though. |
d4d29a4e09692cae696747940291381f333363dc |
|
24-Apr-2006 |
acspike <acspike@users.sourceforge.net> |
fit_canvas_to_drawing when opening images |
a6988c83e9af8585b15319bf204be9382260b739 |
|
30-Jan-2006 |
gouldtj <gouldtj@users.sourceforge.net> |
r10820@tres: ted | 2006-01-29 16:56:50 -0800
Making it so all the important strings in the INX files are
translateable. Also added in a 'clear-n_.h' to change the N_() macro
from an inline function to a pure macro.
Lastly, added in submenus for the effects. |
6b15695578f07a3f72c4c9475c1a261a3021472a |
|
16-Jan-2006 |
mental <mental@users.sourceforge.net> |
moving trunk for module inkscape |