85981030a35f896c67ddef7d9f1c9787bcca34ba |
|
09-Apr-2016 |
su_v <suv-sf@users.sf.net> |
GTK3 fix |
9d53434cb26d374b68eabcde78e41c8f1add0c5a |
|
08-Apr-2016 |
Marc Jeanmougin <marcjeanmougin@free.fr> |
Remove inkscape-specific glib clone function (and get rid of deprecated Glib ScopedPtr use) |
1969e3f4143e34c58123371a193be6b68aac419b |
|
02-Apr-2016 |
Marc Jeanmougin <marcjeanmougin@free.fr> |
Fix crash on copying orphaned clones |
7cbbfa267f06016a7a5865c4132e6eaabef46f49 |
|
07-Dec-2015 |
Kris De Gussem <Kris.De.Gussem@hotmail.com> |
static code analysis |
c652591f8105502bfed1dcd3d7207681932a7515 |
|
05-Nov-2015 |
Kris De Gussem <Kris.De.Gussem@hotmail.com> |
static code analysis |
5f8417d2bfddcdc08c6ad09c8a6de6beff564536 |
|
12-Oct-2015 |
tavmjong-free <tavmjong@free.fr> |
Fix from Johan to prevent referencing null C++ pointer. Found via Clang scan build. |
d88656eb89cb33c5cc7fa2d3fe2e66bc17cca3e0 |
|
19-Aug-2015 |
Marc Jeanmougin <marcjeanmougin@free.fr> |
Allows for copying clones between inkscape instances.
This patch puts the original of clones as children of _clipnode (<inkscape:clipboard>).
Then, on paste, it checks for the presence of an element with the right id (so that it does not breaks copypaste clones in the same doc),
then pastes all, and deletes the original if needed (which automagically unlinks the clone if needed).
[an alternate solution is to put the original in the defs (which might cause edition problems) and not unlink.
Depending on whether people would be more interested in this behavior there could be a preference item to choose] |
66e68c8651d5cb19ea8f1714244a6c40d212bc78 |
|
02-May-2015 |
Marc Jeanmougin <marcjeanmougin@free.fr> |
Fixed comparison function used in sorts |
a04dc34634e50322ebf5486725c1be12322bfaf5 |
|
27-Feb-2015 |
Marc Jeanmougin <mc@localhost.localdomain> |
more cast cleanup |
aa9235c966804d9b8f8daa083a2d123d9d47d2bb |
|
27-Feb-2015 |
Marc Jeanmougin <mc@localhost.localdomain> |
corrected the casts (hopefully) |
8f8f7c7fe35e8c54bf8ce47fbb4d6021bd7a712d |
|
26-Feb-2015 |
Liam P. White <inkscapebrony@gmail.com> |
Rename libgc/ => inkgc/ to reflect difference from Boehm GC |
c83fdd0e5de4555dcd3c0814071b8c681eb49a39 |
|
25-Feb-2015 |
Liam P. White <inkscapebrony@gmail.com> |
Isolate components of libgc |
45bc8a84ac007e7a32ebaaa229a789b99081531f |
|
21-Feb-2015 |
Marc Jeanmougin <mc@localhost.localdomain> |
Fixes bug 1152657: "Paste selection with original+clone(s): Wrong placement between original and clones" |
acd93b79c034f4bcc8ff02de8aa877f70f081881 |
|
19-Feb-2015 |
Marc Jeanmougin <mc> |
Put a few std::vector<SPitem*> |
0de73848362e95b081e5fa85f910d6481094b2b9 |
|
17-Feb-2015 |
Marc Jeanmougin <mc@localhost.localdomain> |
At first, I was thinking "I just have to go to the selection file, and change that GSList* with a std::list, then resolve the few problems"
So, i tried that.
And I will continue tomorrow, and the days after, on and on. |
3f02879e86e9a5495722b2d3814ff85cdfa15205 |
|
21-Jan-2015 |
tavmjong-free <tavmjong@free.fr> |
Fix regression: pasted bitmaps should be embeded. (Bug #855440) |
a9b0c8611f97a0f6bac849cf537e0cf8e37cec1b |
|
15-Jan-2015 |
apenner <penner@vaxxine.com> |
during copy and paste, scale stock symbols from units of 'px' to 'document-units'. (Bug 1365451) |
9ba77856a8823f85b53c0a861d220cd0347f2754 |
|
21-Dec-2014 |
Liam P. White <inkscapebrony@gmail.com> |
Remove sp_desktop_document and finish cleanup of desktop-handles.h |
08c634c4b964dbbb89686a645bce04c1c7275611 |
|
21-Dec-2014 |
Liam P. White <inkscapebrony@gmail.com> |
Purge sp_desktop_namedview in favor of SPDesktop::getNamedView |
769a6887551cf7ff7bce4b48d3ac303cbea69507 |
|
21-Dec-2014 |
Liam P. White <inkscapebrony@gmail.com> |
Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection |
e16df1b6c42afeccc62f504bf03e97e07a7eb799 |
|
19-Dec-2014 |
apenner <penner@vaxxine.com> |
disable rev 13709, following Bug 1365451, comments 13-16 |
280b71d60fccdc85da5173435d9a454c16644640 |
|
15-Nov-2014 |
Jabiertxof <jtx@jtx.marker.es> |
ignore this commit |
671b585bde7b1f23290a53305c32f3ee61cb565b |
|
15-Nov-2014 |
apenner <penner@vaxxine.com> |
scale symbols when changing document units (Bug 1365451) |
899888d8c4cabe4233960a7b1e7f8d5cfe2aafb9 |
|
25-Oct-2014 |
Jon A. Cruz <jon@joncruz.org> |
Cleaned casts from sp-shape by fixing member type. |
f91279be939ce6c33befa6cdb5bc8a99cc5a765c |
|
24-Oct-2014 |
Jon A. Cruz <jon@joncruz.org> |
Initial removal of box3d outdated GTKish macros. |
5e657c265e2687328f5f9c7bf71a4c6b39bb3be9 |
|
06-Oct-2014 |
Liam P. White <inkscapebrony@gmail.com> |
Move more UI code into ui/ |
692d2851d3d4b480c196be9f8c3995fdda62dff6 |
|
28-Jul-2014 |
Liam P. White <inkscapebrony@gmail.com> |
Fix for copy&paste clone original with clip-path/mask |
d10a0baa40c22107b37b2ae2f687b108f5c05d99 |
|
19-Mar-2014 |
Liam P. White <inkscapebronyat-signgmaildotcom> |
Added in new toy effect "Taper Strokes," readded a missing header file, bugfixes |
d1561c248f49dc3508ae9e6557fc0d371928e394 |
|
09-Nov-2013 |
Markus Engel <markus.engel@tum.de> |
Moved and renamed some tool-related files. |
5f19756f48574526dda8abedebf811c9d1456e80 |
|
07-Nov-2013 |
Markus Engel <markus.engel@tum.de> |
First step of moving tools into appropriate namespaces. |
f4ce66b44581cea80a736cf20244c0539a7525da |
|
04-Oct-2013 |
Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> |
C++ |
8261c3f0a43f2bbfa6f25edbae152278c40d9d97 |
|
25-Sep-2013 |
Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> |
C++ify calling a few SPLPEItem functions, much more work than expected... slowly slowly... |
0e6208929f7f946cc18938714d1e8803dfb3c04c |
|
12-Sep-2013 |
Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> |
fix Windows build |
95fbdd9837662e340f27bb99a9135ac5973a9e29 |
|
02-Sep-2013 |
Krzysztof KosiĆski <tweenk.pl@gmail.com> |
Allow EMF import from Wine apps on Linux |
35636e0c762d50c37515a072b12bdc0197afd24c |
|
28-Aug-2013 |
Matthew Petroff <matthew@mpetroff.net> |
Improve code readability. |
c751b68e56ace7b9d649ee20b7f25ed1f65922e3 |
|
01-Aug-2013 |
Matthew Petroff <matthew@mpetroff.net> |
Eliminate "unit-constants.h". |
376ff5d53b05935389b0bcbfb52cceaf4ea696f0 |
|
21-Apr-2013 |
Markus Engel <markus.engel@tum.de> |
Cleaned up a bit. |
ac30abc1d288dc3c2a5083fdc2749465ee7c5031 |
|
21-Apr-2013 |
Martin Owens <doctormo@gmail.com> |
Remove GLib error and remove some cruft |
eb4b5da8fbdf95f44ae7f0c950e9a07763ebb50f |
|
06-Apr-2013 |
Markus Engel <markus.engel@tum.de> |
Merged PaintServer and subclasses; moved Gradient classes to own files. |
5c45bb188ab729e501e48732842cb9de6a9813be |
|
25-Mar-2013 |
Alex Valavanis <valavanisalex@googlemail.com> |
Workaround usage of deprecated glib symbols in 3rd party libraries |
df717630fe580e7c753ac381f197e901885985b9 |
|
11-Oct-2012 |
tavmjong-free <tavmjong@free.fr> |
Add symbols dialog. See: http://wiki.inkscape.org/wiki/index.php/SymbolsDialog |
d606e7c0e6461dec38512f442a86e4a2b9b6657d |
|
09-Jun-2012 |
Alex Valavanis <valavanisalex@gmail.com> |
Use new form of set() method in Gtk::Clipboard |
3a89fa8dd8fc16b360ef8c4837bcd0334001c481 |
|
04-May-2012 |
Kris <Kris.De.Gussem@hotmail.com> |
Adding checks to prevent null pointer dereferences |
1244957a148e181f7bf9c9f10b66af495396341c |
|
05-Apr-2012 |
Kris <Kris.De.Gussem@hotmail.com> |
Clipboard code cleaning (patch for bug #964852 by Romain, see devmail thread "Some clipboard functions") |
8e438535e658b97ba9a47002b79758b5bf83c3f5 |
|
18-Mar-2012 |
JazzyNico <nicoduf@yahoo.fr> |
Import. Bitmap import improvements (see Bugs #171842 and #847374). |
7e1c92f7578b71cbc486c26021786aca921d64cf |
|
21-Feb-2012 |
Kris <Kris.De.Gussem@hotmail.com> |
cppcheck: null pointer dereference fix |
620d9f76e90641a5a91f0c45fcb9a2f07b3881db |
|
17-Jan-2012 |
Johan Engelen <goejendaagh@zonnet.nl> |
add underscores to some member variables.
add some const stuff |
051fd5b7a9669a3684f66f7e79f87bb7238fd09a |
|
13-Jan-2012 |
JazzyNico <nicoduf@yahoo.fr> |
Fix for bug #496793 (ctrl c ctrl v of text in edit mode crashes inkscape) by Chris Bainbridge. |
907793259ac834a90b0ea42827e89406eeb06f6e |
|
07-Jan-2012 |
Kris <Kris.De.Gussem@hotmail.com> |
dropped deprecated function sp_repr_get_double_attribute |
39604a5993c9e99970592313a75a01be735a877a |
|
03-Jan-2012 |
Kris <Kris.De.Gussem@hotmail.com> |
Janitorial tasks: get rid of deprecated repr wrapper functions |
dbb33756bd786e9432e18ec7be93f8c416e1b492 |
|
03-Oct-2011 |
Jon A. Cruz <jon@joncruz.org> |
Doxygen cleanup. |
edf415bfa81ef3be799bb0d740a9ca54553ff091 |
|
27-Aug-2011 |
Krzysztof Kosinski <tweenk.pl@gmail.com> |
Completely remove NRRect, NRRectL, in-svg-plane.h |
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. |
07b7f1aaaf1087716e784a50cf574a059f7018d3 |
|
04-Jun-2011 |
Jon A. Cruz <jon@joncruz.org> |
Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT() gtk type function/macro. |
60282e8335d7b6ae7020613bb22c7c69a6909fbb |
|
22-Feb-2011 |
Jon A. Cruz <jon@joncruz.org> |
Finished cleanup of outdated SP_OBJECT_REPR C macro. |
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. |
8407bdf594617aded69904582aabe7ba2e055dd2 |
|
11-Aug-2010 |
Diederik van Lierop <mailat-signdiedenrezidotnl> |
Clear pointers in the snapmanager if they're no longer needed. |
4f21939492a1b76a83819a5ae3101c044361c7a1 |
|
04-Jul-2010 |
Jon A. Cruz <jon@joncruz.org> |
Suppress gradient direction line for 'solid' gradients.
Removed unneeded and outdated macro use. |
ab17729e09d54ccfcb65645e6dae62a343e9c6b7 |
|
03-Jul-2010 |
Abhishek Sharma Public <spyzerdotabhishek0at-signgmaildotcom> |
another c++ification for sp-object.h/cpp and still in progress... |
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]. |
e72ec96ad2ab870dc0af88bc559c86b32c63dd9c |
|
18-May-2010 |
Johan Engelen <goejendaagh@zonnet.nl> |
better fix for lpe stack forking |
a20cd65b75663cfc99e1afd16769be0256f4067f |
|
19-Mar-2010 |
Jon A. Cruz <jon@joncruz.org> |
Cleanup of SP_ACTIVE_DESKTOP to prepare clipboard code for reuse. |
1b420c5e3aaef91f39fed9ea998c041077951b89 |
|
19-Mar-2010 |
Jon A. Cruz <jon@joncruz.org> |
Brace safety cleanup. |
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. |
2aca58a57e33c224650b5cd1686ac211aa75964a |
|
14-Mar-2010 |
Johan Engelen <goejendaagh@zonnet.nl> |
fix pasting of LPE stacks |
8e34c10dea7bf29ec44a3913d28eec84337027e0 |
|
05-Mar-2010 |
Krzysztof KosiĆski <tweenk.pl@gmail.com> |
Improve behavior when pasting, DnDing and importing bitmap images |
195e5fada891025f6d2f260e915ac209e0c0a5d0 |
|
25-Feb-2010 |
Diederik van Lierop <mailat-signdiedenrezidotnl> |
1) Fix moving by an integer multiple of the grid spacing (<alt>-dragging in the selector tool)
2) Allow constrained translation for 1) (with <ctrl>)
3) Fix snapping to the grid when pasting
4) Show snap indicators for all of the above
5) Implement snap delay mechanism for 1) and 2) |
a4061ace085b366132ac4d03771534610fd1c7f2 |
|
14-Sep-2009 |
scislac <scislac@users.sourceforge.net> |
Patch from Diedrik for 296778 |
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. |
c1aeec745cff8de1ffc861137b49361b8fe11275 |
|
05-Aug-2009 |
johnce <johnce@users.sourceforge.net> |
SPDocument->Document |
51d5d061f1756df3d3865c0d36522a7d8c5c9d22 |
|
13-May-2009 |
speleo3 <speleo3@users.sourceforge.net> |
parent transformation on import and paste (Bug #376064, Bug #375499) |
28961728b32fadb232900b459428118a213c0f77 |
|
11-May-2009 |
speleo3 <speleo3@users.sourceforge.net> |
call sp_document_ensure_up_to_date for getCenter/setCenter (Bug #374968) |
496058904caeeceb5068e94025d1d4e23a52b483 |
|
29-Apr-2009 |
dvlierop2 <dvlierop2@users.sourceforge.net> |
Make sure that the item center (origin for rotations) does not change due to copy & paste (Fixes bug #320489) |
e9dd6221693019fa5e7c07269878fe66a1b94112 |
|
27-Mar-2009 |
buliabyak <buliabyak@users.sourceforge.net> |
fix copy/paste of color from gradient stops |
a6413be5456b889b7f896eeab5610c5b78bec4d7 |
|
16-Feb-2009 |
buliabyak <buliabyak@users.sourceforge.net> |
fix pasting style after copying a text span |
666500c0a174c01f70d96cb4addca246f5cbfa65 |
|
09-Feb-2009 |
JucaBlues <JucaBlues@users.sourceforge.net> |
gcc warning cleanup:
warning: suggest a space before â;â or explicit braces around empty body
in 'for'/'while' statement |
f043204ea5363f6ecf3318defe22e8a527cb9eee |
|
09-Dec-2008 |
speleo3 <speleo3@users.sourceforge.net> |
reworked ClipboardManagerImpl::_pasteDocument, code cleanup and finally fixing remaining issues with bug #234305 |
9cf4022f442f249633019000284af395a90a6629 |
|
08-Dec-2008 |
speleo3 <speleo3@users.sourceforge.net> |
fix for Bug #234305 (paste into transformed groups) |
3502478308971332139fdb1a9c71949af586cd9b |
|
29-Nov-2008 |
buliabyak <buliabyak@users.sourceforge.net> |
comment |
6c3e745a94ef6b25a4ef9f018d350a7535aa45af |
|
21-Nov-2008 |
Ted Gould <ted@canonical.com> |
Merge from fe-moved |
e9b6af083e34e2397a8ddbe9781920733d09d151 |
|
27-Oct-2008 |
Ted Gould <ted@canonical.com> |
From trunk |
90a3966dd44e306d23febc15ebd65cde07d7a4dd |
|
11-Oct-2008 |
Ted Gould <ted@canonical.com> |
Merging from trunk |
5c6771ad614c8c281c8fcf8f6c1aa727e981a823 |
|
18-Sep-2008 |
cilix42 <cilix42@users.sourceforge.net> |
More NR ==> Geom conversion (points and some matrices/transforms) |
4852f347df5405e934e2ccd5b30597d196f3949c |
|
16-Sep-2008 |
tweenk <tweenk@users.sourceforge.net> |
Refactored preferences handling into a new version of
the Inkscape::Preferences class. Removed all use of
prefs_get_string_attribute(), pref_path_get_nth_child() and
create_pref() in favor of the new API. Replaced some "0 or 1" integer
preferences with booleans. |
baa9faf854a038d179471dbf1bbc53b90beca2e1 |
|
08-Sep-2008 |
cilix42 <cilix42@users.sourceforge.net> |
Fix LP #258124 and crash when copying LPEs |
700fe8603c02a9d683dd7b1ccdfae489b61ea2c2 |
|
28-Aug-2008 |
dvlierop2 <dvlierop2@users.sourceforge.net> |
Modify the parameters required for setting up the SnapManager |
a1f7f2d01e284a7208b21d441ceb84532aaf6a95 |
|
28-Aug-2008 |
joncruz <joncruz@users.sourceforge.net> |
Fixed clipboard code to properly load needed extensions. Fixes bug #171662 |
26b62dfb088a00b6debad350538a64c2af145f50 |
|
08-Aug-2008 |
johanengelen <johanengelen@users.sourceforge.net> |
remove many unnecessary to_2geom and from_2geom calls |
e4274b1bfff2ceabb5dc3771774825fc60a6b476 |
|
07-Aug-2008 |
dvlierop2 <dvlierop2@users.sourceforge.net> |
Fix regression in object snapper which caused self-snapping |
0fc2f6700e053aebc099670ef82054a2d9711591 |
|
06-Aug-2008 |
dvlierop2 <dvlierop2@users.sourceforge.net> |
1) When pasting, use an offset that is a multiple of the grid pitch (got lost during a previous round of refactoring)
2) Refactor some of the pasting code |
8b9a820756fdf348239872236be2257f854e094a |
|
06-Aug-2008 |
johanengelen <johanengelen@users.sourceforge.net> |
NR::Maybe => boost::optional |
690d37ddd3470e494dde1e3ee20b942736e734d2 |
|
05-Aug-2008 |
johanengelen <johanengelen@users.sourceforge.net> |
NR:: => Geom:: for much of src/ui and src/widgets |
00f8f5fca7184b0662b859af3ca2d2986119dd6a |
|
03-Aug-2008 |
johanengelen <johanengelen@users.sourceforge.net> |
remove many needless references to n-art-bpath.h |
5b20351508dc029f37f23fb7add6d0b43bf47f20 |
|
01-Aug-2008 |
johanengelen <johanengelen@users.sourceforge.net> |
2geomify a lot of NR::Points to Geom::Point |
c78c35019180c391926bce7d8a000490452743b3 |
|
15-Jul-2008 |
ulferikson <ulferikson@users.sourceforge.net> |
Support for copy/paste with Windows clipboard. (LP 217609) |
c8f31ca031aaccc98c131ac22c63e043ca60a049 |
|
24-Jun-2008 |
sasilver <sasilver@users.sourceforge.net> |
Resolve ID clashes when pasting (fixes bug 165936). |
1a47b2cac3a626601cae7f54072e4428312d913d |
|
16-Jun-2008 |
johanengelen <johanengelen@users.sourceforge.net> |
copy complete LPE stack to clipboard instead of only the current active lpe |
4a1e71245a59ac66f74e88fe5a8326a7caeaff88 |
|
15-Jun-2008 |
buliabyak <buliabyak@users.sourceforge.net> |
new command: relink clone to copied object |
e77e2e02d8ab186389f86e48b1834d95f51cf68d |
|
12-Jun-2008 |
johanengelen <johanengelen@users.sourceforge.net> |
change NR::Matrix to Geom:: for many sp_item_xxx_affine functions |
dda97aeba7480d08320ebceecae13b8531db1b81 |
|
06-Jun-2008 |
johanengelen <johanengelen@users.sourceforge.net> |
merge gsoc2008_johan_path2geom into trunk |
0563fd55cbad59e8a878e6d4cbbdd8e47f74488d |
|
30-May-2008 |
johanengelen <johanengelen@users.sourceforge.net> |
LPE STACKING!
(many thanks to the french students who made this.) |
2d107ef9730aff3f4d776ae0c2f7d983e289ce02 |
|
01-May-2008 |
joncruz <joncruz@users.sourceforge.net> |
Warning and whitespace cleanup |
d9c673867f424647c1586c356cc0ac1d34d0a98a |
|
13-Apr-2008 |
johanengelen <johanengelen@users.sourceforge.net> |
move live_effects/n-art-bpath-2geom.* to libnr/n-art-bpath-2geom.* |
b7212944b2ff130e9c863b9f80f7a4568c8ecd2c |
|
04-Apr-2008 |
tweenk <tweenk@users.sourceforge.net> |
Fix LP bug #190420 (noncompliant desktop entry); remove pointless
config.h inclusion in ui/clipboard.cpp |
1a3dc3fd6dddc6ae531dfe68c8c39dc1eb99296c |
|
28-Mar-2008 |
johanengelen <johanengelen@users.sourceforge.net> |
fix crash on pasting from empty clipboard |
7d81f72ebb80b50ab8a9267a76a79874c7e78d85 |
|
28-Mar-2008 |
johanengelen <johanengelen@users.sourceforge.net> |
cleanup ClipboardManagerImpl::pastePathEffect() code. |
00b090b634756cdf4b9c01dfffc76c2e2ed0ae0d |
|
28-Mar-2008 |
johanengelen <johanengelen@users.sourceforge.net> |
fix lpe-PathPAram when deleting the path that it links to
fix ClipboardManager to construct the svgd from pathvector instead of obtaining the string from PathParam which can be a href instead of svgd |
23d859f2ce09c04ed802cb4912cc9c50f512f0a2 |
|
28-Mar-2008 |
bgk <bgk@users.sourceforge.net> |
- Created a SPLPEItem class that handles applying a LPE to an Item
- LPEs can now be applied to groups
- Updated the bend path to work properly with groups |
43f848b15ee40a6c108ae9d965cf06f055ecb7a5 |
|
28-Mar-2008 |
johanengelen <johanengelen@users.sourceforge.net> |
add linking to other paths to lpe-PathParam |
6cefba9d8790693bdedd233fb979a69fbe4208d6 |
|
27-Mar-2008 |
johanengelen <johanengelen@users.sourceforge.net> |
add method to lookup path object id from Clipboard |
07916b4c23e70df45383ea8348cf817c1d029083 |
|
26-Mar-2008 |
mental <mental@users.sourceforge.net> |
system clipboard support (bug #170185) from Chris KosiĆski |