4bf96339af907a30f499f5fa08790abe0b3c5926 |
|
29-Apr-2016 |
tavmjong-free <tavmjong@free.fr> |
Backout last commit as it introduced subtle errors. |
07863d7022116b416c3903f7b5c4388be3ab7c22 |
|
29-Apr-2016 |
tavmjong-free <tavmjong@free.fr> |
SVG 2 allows 'href' without 'xlink:'. For now just read plain 'href'. |
6afde8674707ca6bde7835c5a6e4f182daf789af |
|
25-Feb-2015 |
Liam P. White <inkscapebrony@gmail.com> |
create SPObject factory |
437c1cd94c72c1a38636a923cd9c0a95189596ad |
|
18-Aug-2014 |
Liam P. White <inkscapebrony@gmail.com> |
Fix build (not pretty). |
d00e7e55b1c7dd5f745ea43d250b29f22b67783d |
|
05-Mar-2014 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
When an externally linked image is modified, mark it for update instead
of directly calling update() with a bogus ctx parameter.
Prevents crash and fixes LP Bug #1278571. |
5879527bc41c3d47f37440fb8b83edb9c48080cc |
|
22-Feb-2014 |
mathog <mathog@caltech.edu> |
Fix 'preserveAspectRatio' attribute of bitmap images in EMF/WMF import/export (bug #1278645). |
895229950881e4c5be06fc7999ed0ef9aea62e92 |
|
06-Feb-2014 |
tavmjong-free <tavmjong@free.fr> |
Added new base class to handle viewBox and preserveAspectRatio.
Updated sp-root, sp-symbol, sp-image, sp-pattern, marker to use new class.
Fixed some viewport issues when % used. |
5d528023facdb8ba02e5b89da6f3aafb256a3775 |
|
29-Jan-2014 |
Martin Owens <doctormo@gmail.com> |
Revert sp-image until the refactoring takes. |
b808a361578e6408523ba4da6534d841fdb31b39 |
|
25-Jan-2014 |
Martin Owens <doctormo@gmail.com> |
A partial refactor of sp-image.cpp, expect more. |
eaf4f8a141aed5ff96166de7e67e9c6ce2ebf5a1 |
|
18-Jan-2014 |
Martin Owens <doctormo@gmail.com> |
Fix missing embeded image condition, kindly caught by suv in bug #1270334 |
e7231a2e323ef86c0b3ec6da8abd06d0d5fc6d98 |
|
17-Jan-2014 |
Martin Owens <doctormo@gmail.com> |
More cleaning of the image tag handler and seperate filename from load. |
009c25e3c56ebb063e7d5fbdc466cd372ea56e78 |
|
16-Jan-2014 |
Martin Owens <doctormo@gmail.com> |
Clean up sp-image's read_image, remove duplicate code |
b5014442b68768f20259d425bfbc2b49c643ed6d |
|
27-Oct-2013 |
Kris <Kris.De.Gussem@hotmail.com> |
"fix" some "unused parameter" warnings |
203b91a85466178dd14a24236e0e42539bc4a24b |
|
27-Oct-2013 |
Markus Engel <markus.engel@tum.de> |
Added some consts. |
322efa6a4686da642be241ac84c0ad4b59b344b2 |
|
04-Oct-2013 |
buliabyak <> |
if this->pixbuf check must come earlier to prevent crash |
b91e2ea42110ec91d8b9c4c7895a5c19b01361e0 |
|
28-Sep-2013 |
buliabyak <> |
fix one code path where fullname wasn't freed |
90acce8eed55f2b28e120380eeb5e2ca2b60190e |
|
24-Sep-2013 |
Martin Owens <doctormo@gmail.com> |
change names for displayName and detailedDescription, improve char code and remove const. |
6fac823b6bd5889618a0df2a9638ebe2b93e7d54 |
|
21-Sep-2013 |
Alex Valavanis <valavanisalex@gmail.com> |
Drop unused static function declarations |
e2d670e999945aa4ab409f5ad368cde00b450c69 |
|
20-Sep-2013 |
Martin Owens <doctormo@gmail.com> |
Refactor status-bar text for multiple items, was very broken |
20596ca14dffd15cf777d7732e037364bceca99a |
|
19-Sep-2013 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
Fix serious potential bug in SPImage::print |
80d4b406cd51804ecc61c6c101f32a33db8f09c9 |
|
19-Sep-2013 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
Remove a warning when embedding an image with a mimetype which is not
directly handled by Cairo |
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. |
dd8175230e8bd2cd804b0f37f2c432f7db668265 |
|
14-Sep-2013 |
Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> |
fix windows build |
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. |
da377254a34bad6cf86116ed74a13a0776205b49 |
|
21-Aug-2013 |
Kris <Kris.De.Gussem@hotmail.com> |
better memory leak fix (fixes bug 986271: memory leaks associated with images)
Patch by David Mathog, including revert of former fix in rev 11268 |
9a8ade3834e2a67c1d95bcfc900ab36be37a03a5 |
|
19-Jun-2013 |
David Mathog <> |
changes_2013_05_22a.patch:
1. Resolves issue of bug #988601 message 170 (Support of 'Unset' styles in EMF export).
2. Implements CSS 3 (and CSS 2) text-decoration support.
Note that it does not yet provide any method of adding these features - at present it just shows whatever is in the SVG. This new code is also used to display EMF/WMF strike-through and underline text decorations when these files are read in. Those decorations may also be written out to EMF/WMF. Other text decoration features, like overline, or dotted lines, are dropped. For SVG text-decoration -line, -style, -color are all implemented. CSS3 provides two ways to represent the same state, this code uses the compound text-decoration method rather than the 3 fields method. Also it leaves out keywords that are not needed and would break backwards compatibility. For instance:
text-decoration: underline solid
is valid, but would break CSS2. Solid is the default, so that sort of case is written as:
text-decoration: underline
If the state is CSS3 specific all of the needed fields are of course include, like
text-decoration: underline wavy red
3. It incorporates the fix for bug 1181326 (Text edit mishandles span of just colored spaces)
4. It incorporates further changes to text editing so that style can be changed on spans consisting of only spaces when text decorations are present in the span.
5. It incorporates code to disable text decorations when text so marked is mapped onto a path.
6. Fixed more bugs in Hebrew language support than I can remember. Hebrew language export/import to EMF now works quite well. (See the examples in libTERE v 0.7.) WMF does not support unicode and for all intents and purposes Inkscape has no way to read or write Hebrew to it. Some of more important things that now work that didn't (or didn't always): Hebrew diacritical marks, R/L/center justification, and bidirectional text. The Hebrew fonts "Ezra SIL" and "EZRA SIL SR" should be installed before viewing the libTERE examples, otherwise font substitutions will cause some text shifts.
7. Implemented font failover in Text Reassemble, which makes the process more robust. (Again, see the examples in libTERE. ) |
681fa2ba2cfb32f29d810df3e3c13c50f114dce6 |
|
11-May-2013 |
John Smith <john.smith7545@yahoo.com> |
Fix for 871563 : JPG images are recompressed with lower quality when embedded |
35087bff7509c736a32e0b74fd9ff0834bde7b6b |
|
07-Apr-2013 |
Markus Engel <markus.engel@tum.de> |
Merge Object and subclasses. Merging of SP- and C-classes complete. |
113c1da23be452320f54194502cbfe284547058d |
|
05-Apr-2013 |
Markus Engel <markus.engel@tum.de> |
Merged Item. |
0941062d06ac49fa5eb750424a6eded5de60d341 |
|
05-Apr-2013 |
Markus Engel <markus.engel@tum.de> |
Merged FlowX classes. |
233d055d0f345a23d104a1f37298cd4a3608f5f0 |
|
03-Apr-2013 |
Kris <Kris.De.Gussem@hotmail.com> |
Checking file presence before calling lstat (should fix Bug #785701 Inkscape freezes at opening) |
980f39d0ea2b51d4b46d2ea552d9b8e02dbea8c2 |
|
02-Apr-2013 |
Markus Engel <markus.engel@tum.de> |
Registered classes with new factory. Hkern, Vkern and FeFuncX have to be rewritten, as they aren't real classes. |
a2e796b608034e2c62290378d713058b8b58ef8f |
|
02-Apr-2013 |
Markus Engel <markus.engel@tum.de> |
Added constructors to SP classes. |
54ad9fc9cd6da88557d0dcd6c17eb47c7bbb5551 |
|
01-Apr-2013 |
Markus Engel <markus.engel@tum.de> |
Prepared exchange of casting macros. |
51dc158adbe2c9d1df3c941cbf78b90944d1afc2 |
|
30-Mar-2013 |
Markus Engel <markus.engel@tum.de> |
Renamed virtual function names. |
883c5b2d5104c153708fdc513209d5694b489900 |
|
30-Mar-2013 |
Markus Engel <markus.engel@tum.de> |
Removed function pointers from SPObject and subclasses.
Added some missing virtual pads for classes that were hidden by preprocessor macros. |
4c0ce26a3d50888ea326789170588360b784e935 |
|
14-Mar-2013 |
Markus Engel <markus.engel@tum.de> |
Various changes. |
14d74a6e5a2787d4c05a9a487e3d050c4247fce8 |
|
23-Jan-2013 |
Alex Valavanis <valavanisalex@gmail.com> |
Clean up more GObject type definitions |
197a83914b869e636d779ab33d8e3371dc99d71c |
|
11-Jan-2013 |
Jon A. Cruz <jon@joncruz.org> |
Warning and dead code cleanup. |
9bd721c03812c9534acfd60e07d011d6981f795b |
|
20-Nov-2012 |
JazzyNico <nicoduf@yahoo.fr> |
Fix for Bug #768149 (Incorrect Image URL can cause Loop) by Kris. |
e306af68d36a56d8a977b500d3b27441895b5031 |
|
06-Oct-2012 |
Markus Engel <markus.engel@tum.de> |
Added virtual pad to SPFlowtext; removed old calls to virtual SPItem methods. |
17238dd97c572210f1036dd8a7a8657e67bfa9c3 |
|
04-Oct-2012 |
Campbell Barton <ideasman42@gmail.com> |
code cleanup: add own includes to cpp files or make the functions static if they are not used elsewhere. |
4e3136a800097de257d9cf68d1cd4fd06f3e3207 |
|
25-Sep-2012 |
~suv <suv-sf@users.sourceforge.net> |
revert changes not strictly required for EMF support |
a1e1ec520fdafc4fef3d77daf08ccd44360396d3 |
|
23-Sep-2012 |
~suv <suv-sf@users.sourceforge.net> |
Fixes bug #986271: memory leak with bitmap images |
b5328d235ba7bff1597068484de066912116defe |
|
19-Aug-2012 |
Markus Engel <markus.engel@tum.de> |
Added "virtual pad" to SPImage. |
fa0af17006bbe42b4e7bee7b7d669c25e7d65e0c |
|
02-Apr-2012 |
John Smith <removethis.john.q.public@bigmail.com> |
Fix for 367607 : Remove deprecated GTK+ symbols - Deprecated *_unref symbols replaced with g_object_unref |
3ed5c4f554515722baa88695e0757b3ed924a8c8 |
|
13-Feb-2012 |
Jon A. Cruz <jon@joncruz.org> |
Enable LCMS2 for other than OSX, where it still has some issues. Fixes bug #885324. |
0de00189ead4347edfdce459510b99b572e43e26 |
|
08-Jan-2012 |
Jon A. Cruz <jon@joncruz.org> |
Warning and uninitialized variable cleanup. |
e0391459c8e12f29d9cc62f9631da59223dc11fa |
|
02-Oct-2011 |
Jon A. Cruz <jon@joncruz.org> |
Warning cleanup. |
a7db68f2f08664e02949c354cd37031dbca32923 |
|
27-Aug-2011 |
Krzysztof Kosinski <tweenk.pl@gmail.com> |
Remove NRRect use from the extension system |
36bb2154f1627a17c3591eb4d7f89335e8b5dadd |
|
27-Aug-2011 |
Krzysztof Kosinski <tweenk.pl@gmail.com> |
Refactor SPItem bounding box methods: remove NRRect usage and make code
using them more obvious. Fix filter region computation. |
45d2569e428fc3733725b5e64e313e48c2a9d989 |
|
22-Aug-2011 |
Diederik van Lierop <mail@diedenrezi.nl> |
Refactoring of the snapping preferences; mainly about storing all toggles in a single array, instead of each having its own member variable |
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++ |
e898e8dd3fbc3e21f3a35f089a0d1c1dc6d48850 |
|
17-Jul-2011 |
Johan Engelen <goejendaagh@zonnet.nl> |
- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-desktop, not item-to-document. This should make it easier to spot bugs.
- tag some instances where the document-to-desktop transform has been hardcoded |
8a0a34615f080ecd1c09986d8963d6afe5937a25 |
|
16-Jul-2011 |
Jon A. Cruz <jon@joncruz.org> |
Cleanup of oudated/redundant SP_ITEM() macro use. |
c31e181ce5e5246342f2d0bc052bd340d2f92ebe |
|
10-Jul-2011 |
Jon A. Cruz <jon@joncruz.org> |
Refactored to abstract lcms usage more. Added CMSSystem class. |
0d7ead9e9b95385a90f5b066a4de6abb2a2918f3 |
|
09-Jul-2011 |
Jon A. Cruz <jon@joncruz.org> |
Next step in refactoring color management. More to come. |
ef494f75ca77f36881ad59e94263a07c146c3649 |
|
24-Jun-2011 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
Remove more of libnr |
a63dbee6633e3ed991bb2b34cbed7c9f02c1a839 |
|
06-May-2011 |
Jon A. Cruz <jon@joncruz.org> |
Adding initial cut of resource manager. |
7ba18a60fd104c6d5a32e626c00c1a68f2880fd8 |
|
21-Feb-2011 |
Jon A. Cruz <jon@joncruz.org> |
Conditional code to handle data change in libpng > 1.5. Fixes bug #721029. |
f68aabe351946119c80978525cd86564dd33e02f |
|
21-Feb-2011 |
Jon A. Cruz <jon@joncruz.org> |
Finished cleanup of outated SP_OBJECT_DOCUMENT C macro. |
d37634d73670180f99a3e0ea583621373d90ec4f |
|
02-Feb-2011 |
Johan Engelen <goejendaagh@zonnet.nl> |
update to latest 2geom ! |
2dadeac589b876f1a79a87f5e6da45a594769bfa |
|
09-Aug-2010 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
Fix performance regression when displaying large images |
d616708f7747571c94108bb2e61a70d2da3768bd |
|
04-Aug-2010 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
Wholesale cruft removal part 2 |
ee27b94cd44d92070b92bc89798fbb95da9bb298 |
|
03-Aug-2010 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
Handle preserveAspectRatio for images |
094dc7c249a0253b9bbed67205e341a05b59eca7 |
|
12-Jul-2010 |
Abhishek Sharma Public <spyzerdotabhishek0at-signgmaildotcom> |
SPObject c++ification finalized along with the beginning of XML Privatisation tweaks |
39e454bdef986f01ef929a38513fc09b4ae80e32 |
|
05-Jul-2010 |
Abhishek Sharma Public <spyzerdotabhishek0at-signgmaildotcom> |
C++ification of SPObject continued along with the onset of XML Privatisation. Users may checkout [grep -Ir XML Tree *] in the source code and all the places where the XML node/Tree is being used shall be reflected. |
2b635337710b879262acf4906dd85ee99b69f474 |
|
01-Jul-2010 |
Abhishek Sharma Public <spyzerdotabhishek0at-signgmaildotcom> |
C++fied SPDocument added |
e7c94a7b49db8d5e89cd0fe8a3190b230c4655e2 |
|
29-Jun-2010 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
Fix icons |
11b2f376ecd9f48b2d862df617d252aa6c6a654f |
|
29-Jun-2010 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
Bitmap image rendering |
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]. |
94291cf95dad342c682d612fda0698b5b9e85949 |
|
22-Apr-2010 |
Diederik van Lierop <mailat-signdiedenrezidotnl> |
Fix snapping regression introduced by rev. #9118 |
a79b6d9f17bdb22a65e599444e073b2353fd377a |
|
17-Mar-2010 |
Jon A. Cruz <jon@joncruz.org> |
Fix loading of non-PNG images. |
a627694c114cdd28513554421f82b6743e6dee5c |
|
17-Mar-2010 |
Jon A. Cruz <jon@joncruz.org> |
Follow-on cleanup for bug #271401. Isolates setjmp(), removes early return, and allows partial loading of broken PNG images. |
f49803d679cb83129d976d09112fd372eba71e68 |
|
05-Mar-2010 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
Always embed bitmap copies created with Alt+B. |
b93dea04f486ed17420bd9c88572bf6211e03ce9 |
|
31-Jan-2010 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
Fix crash when trying to import a corrupted PNG file. |
a863e835ebdabf37c059e325ba54d689ff0dd752 |
|
09-Jan-2010 |
Diederik van Lierop <mailat-signdiedenrezidotnl> |
Refactoring the snapping API (making it easier to maintain and understand for the devs) |
d0ad7f2bbf8db34e153c0e47efc7a5b4e1e473fd |
|
16-Dec-2009 |
buliabyak <> |
disable debug messages |
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. |
b45b3ca12c271745b18a142d10a6ac8efd9f79cc |
|
05-Aug-2009 |
johnce <johnce@users.sourceforge.net> |
SPDocument->Document |
5e0e71b6f056a0f833627375baa0258afadbce7f |
|
01-Aug-2009 |
JucaBlues <JucaBlues@users.sourceforge.net> |
enabling all icc-color related debug messages |
26080c58cfe84cbafce906fcfc319c733f2d99bb |
|
17-May-2009 |
kiirala <kiirala@users.sourceforge.net> |
Bitmap images with filters are now updated as the filter is modified |
1b5ad44f5a431316b6f618a44320e22e5908abcb |
|
27-Feb-2009 |
dvlierop2 <dvlierop2@users.sourceforge.net> |
More accurate wording in snap tooltips |
4cb9ed4c3d183554e888e636844f8e3c2e666c40 |
|
26-Feb-2009 |
tweenk <tweenk@users.sourceforge.net> |
Patch from Lubomir Rintel: fixes for GCC 4.4 |
771d00baf3d15209a77dce026f7ef45a78365e62 |
|
20-Feb-2009 |
dvlierop2 <dvlierop2@users.sourceforge.net> |
The snap indicator's tooltip now displays "A to B", whereas before it only displayed "B". |
06aecef405c4cf6f7551ab622c3040562cb62c78 |
|
28-Dec-2008 |
verbalshadow <verbalshadow@users.sourceforge.net> |
More NR ==> Geom changes |
751d53f2edf62ef8b2d24744d2d7c44676547b63 |
|
12-Dec-2008 |
speleo3 <speleo3@users.sourceforge.net> |
bug #166885 (preserveAspectRatio="none" misinterpreted) |
6dc0da7964863de1ceb52b3673e132e56e73f5b9 |
|
05-Dec-2008 |
joncruz <joncruz@users.sourceforge.net> |
Misc. cleanup |
e9b6af083e34e2397a8ddbe9781920733d09d151 |
|
27-Oct-2008 |
Ted Gould <ted@canonical.com> |
From trunk |
90a3966dd44e306d23febc15ebd65cde07d7a4dd |
|
11-Oct-2008 |
Ted Gould <ted@canonical.com> |
Merging from trunk |
6b76ef6bb3e9b4e1cc83e01cd81a55bbd0450989 |
|
18-Sep-2008 |
cilix42 <cilix42@users.sourceforge.net> |
Next roud of NR ==> Geom conversion |
17d87f5698f5c2958d38c6a6207c7b322a7adaf9 |
|
13-Aug-2008 |
johanengelen <johanengelen@users.sourceforge.net> |
NR:: to Geom:: for most of src/extension/ |
26b62dfb088a00b6debad350538a64c2af145f50 |
|
08-Aug-2008 |
johanengelen <johanengelen@users.sourceforge.net> |
remove many unnecessary to_2geom and from_2geom calls |
6fc0952fcafd54a656fdc8257ebb44bad58af163 |
|
21-Jul-2008 |
dvlierop2 <dvlierop2@users.sourceforge.net> |
Implement snapping of clipping paths and masks |
2b3cabe179b4499adc82f3834ea498b4a52cbe0d |
|
08-Jul-2008 |
johanengelen <johanengelen@users.sourceforge.net> |
2geomify SPCurve::new_from_rect |
e77e2e02d8ab186389f86e48b1834d95f51cf68d |
|
12-Jun-2008 |
johanengelen <johanengelen@users.sourceforge.net> |
change NR::Matrix to Geom:: for many sp_item_xxx_affine functions |
43d06c7da14a174c6b2b41f9849b0cf098de4770 |
|
11-Jun-2008 |
mental <mental@users.sourceforge.net> |
plumb XML::Documents in everywhere |
c13deb2864f592ee41c14855ec09dca84e13025f |
|
18-May-2008 |
joncruz <joncruz@users.sourceforge.net> |
Added external image edit launch and refresh on changed |
ff10ef00a3847886fff81e690d2f329f5eba2253 |
|
05-May-2008 |
johanengelen <johanengelen@users.sourceforge.net> |
struct SPCurve => class SPCurve
change all sp_curve_methods functions to SPCurve::methods. |
3955580a5a68a873b098921626f5b9d841b964ec |
|
21-Mar-2008 |
jaspervdg <jaspervdg@users.sourceforge.net> |
No more NRMatrix or NRPoint. |
66632b492f9cd54e5667fd4e1fca8e457f59b282 |
|
31-Jan-2008 |
bryce <bryce@users.sourceforge.net> |
Applying fixes for gcc 4.3 build issues (closes LP: #169115) |
bf25b5f633b9f4263eae6e29d36673522f60709e |
|
29-Oct-2007 |
joncruz <joncruz@users.sourceforge.net> |
warning cleanup |
46134a8d8ce1fa9f1020b51197983409c047cc90 |
|
11-Oct-2007 |
joncruz <joncruz@users.sourceforge.net> |
Hooks for handling embedded ICC profiles |
ff141f9bb174c02bf87ff9786cb7f0e15f1a341b |
|
25-Jul-2007 |
dvlierop2 <dvlierop2@users.sourceforge.net> |
Add a method to create a rectangular curve |
c1af1032e22b0cc7db12a8be46f4064c0d656901 |
|
29-Jun-2007 |
dvlierop2 <dvlierop2@users.sourceforge.net> |
When an image is clipped, the curve used for snapping must be updated |
f76f0d94b4b87bb6c1ba98e14d120aac94e415d0 |
|
26-Jun-2007 |
dvlierop2 <dvlierop2@users.sourceforge.net> |
implementing snapping to images |
b392a16cc5fc3e0c43846ce55cb3dffd0a807d61 |
|
12-May-2007 |
ishmal <ishmal@users.sourceforge.net> |
Applied gorodish's patch 1714710 for bug 1709383. Passes the test. |
f76d92334c7aeccf565c8eb910f1df03c6b25e16 |
|
12-Mar-2007 |
buliabyak <buliabyak@users.sourceforge.net> |
eliminate the use of sodipodi:docbase (use doc->base instead); emit warning when falling back to sodipodi:absref; allow it to use, when base+href fails, just href as if it were absolute |
89949341e299d2857fc2435d5a8758845947dc0a |
|
27-Feb-2007 |
mental <mental@users.sourceforge.net> |
get rid of sp_repr_document_root and (commented) sp_repr_duplicate |
b6194fdecb1996f64b13a44cea894ddaf50871f0 |
|
26-Feb-2007 |
johanengelen <johanengelen@users.sourceforge.net> |
Fix typo |
2058adcb4fb0c17cfd7da5fd75df71b550528691 |
|
26-Feb-2007 |
mental <mental@users.sourceforge.net> |
get rid of sp_repr_document wrapper function |
3caca4f8381f7ae35678d16074c2414c02a0c0ff |
|
21-Jan-2007 |
mental <mental@users.sourceforge.net> |
start switching sp_repr_new* over to XML::Document::create*, and rename create methods to match DOM |
78023b76d7395f1b2dc1c64e1e7ad538be13c62c |
|
19-Nov-2006 |
buliabyak <buliabyak@users.sourceforge.net> |
string fixes from bug 1516157 |
4041c6f58df9361eb3df76e8ba737401cd9a3bcd |
|
11-Oct-2006 |
kiirala <kiirala@users.sourceforge.net> |
Filtering now works with text and image objects |
f4f507228b30d55fd7e39386ba513f3a0a54bd5d |
|
25-Aug-2006 |
kidproto <kidproto@users.sourceforge.net> |
peeled back the gboolean code as it hit on some complexity theory principles...
need to rethink and incrementally change gbooleans to bools |
c87d0307348fcfdc65b6b4ab6999a3cb0de2431f |
|
23-Aug-2006 |
kidproto <kidproto@users.sourceforge.net> |
Ok, committed msgloan's patch to convert gbooleans to bools thus completing
one major janitorial task we identified.... |
e31489dec10844d46ca84e006760aa03e0567151 |
|
06-Apr-2006 |
joncruz <joncruz@users.sourceforge.net> |
Adding simple debug |
30c6998f17591646332badc392826e7b6f75b645 |
|
06-Apr-2006 |
joncruz <joncruz@users.sourceforge.net> |
Adding rendering-intent to <color-profile> |
4aef859b0300f46a0af364bb6bdb2d6868b9d04e |
|
05-Apr-2006 |
joncruz <joncruz@users.sourceforge.net> |
Fixed comment |
4d5c5311b59230c64a2a9d60c9e87ece20078d55 |
|
03-Apr-2006 |
joncruz <joncruz@users.sourceforge.net> |
Will not try to do image transform with named color profile |
4eefb060ba4e9d34d04abdb76989376292a6fe9b |
|
03-Apr-2006 |
joncruz <joncruz@users.sourceforge.net> |
Initial support of color-profile on <image> |
1a26cc231b5787497d9290ba58a19988d142bfde |
|
21-Mar-2006 |
buliabyak <buliabyak@users.sourceforge.net> |
a more informative warning |
f951374eef04129c6a0d213e7ab4d9ed2095ca69 |
|
15-Feb-2006 |
rwst <rwst@users.sourceforge.net> |
bulk trailing spaces removal. consistency through MD5 of binary |
1391834bee278d740c12201a5f258cd1eda044c1 |
|
13-Feb-2006 |
rwst <rwst@users.sourceforge.net> |
bulk whitespace removal patch #1198588 by gigaclon |
6b15695578f07a3f72c4c9475c1a261a3021472a |
|
16-Jan-2006 |
mental <mental@users.sourceforge.net> |
moving trunk for module inkscape |