b1a9f0a8fffdf1eff04ffe2e2c0fa8ee04e5ca3a |
|
14-Apr-2016 |
insaner <launchpad@insaner.com> |
function to release object from group |
558c298ac092a15b543b369e250ba862952e6f01 |
|
12-Apr-2016 |
Krzysztof KosiĆski <tweenk.pl@gmail.com> |
Hackfest 2016: un-obfuscate the SPCanvas widget. |
da1aef75d82b0ca19c2f57fa5d32b424adc8d664 |
|
13-Dec-2015 |
Marc Jeanmougin <marcjeanmougin@free.fr> |
Perfomance optimization bugfix |
655a1543e3bded4c7d9a0663987a431c61ef9ccd |
|
07-Nov-2015 |
Kris De Gussem <Kris.De.Gussem@hotmail.com> |
static code analysis |
fe925c8a15b79ecbce86fb2f398ae609a3732a79 |
|
05-Sep-2015 |
Marc Jeanmougin <marcjeanmougin@free.fr> |
Quick fix for previous fix (i cannot understand why the previous fix still works fine, but it will be cleaner with this anyway) |
acac06b09774016313d196e9a9d68faddbd7ab22 |
|
05-Sep-2015 |
Marc Jeanmougin <marcjeanmougin@free.fr> |
better ordering of setting the ids in the group to symbol code |
e45ff1d9201b5644b16161b74514cf6a0650f99a |
|
05-Sep-2015 |
Marc Jeanmougin <marcjeanmougin@free.fr> |
Fix z-order in creating symbols |
880560c8b1ec745cad7fcbe4bc4b3cac62cb0ab5 |
|
26-May-2015 |
Marc Jeanmougin <marcjeanmougin@free.fr> |
Fix duplicate order |
941467d76bac86c675a6edb7910b9fa1ba232498 |
|
09-May-2015 |
Marc Jeanmougin <marcjeanmougin@free.fr> |
duplicating layers now respect prefs for clone relinking |
ba5ef3441a755e15847ab7ec1d9b3c99a0b2bd8f |
|
09-May-2015 |
Marc Jeanmougin <marcjeanmougin@free.fr> |
fix crash introduces by recent rev when clipping |
ecc803f9a73ae064415ab54449b9e3361c5320e8 |
|
09-May-2015 |
Marc Jeanmougin <marcjeanmougin@free.fr> |
fixed logic error in earlier fix |
a38486bc344eef12a82b91b0d292516f8cdbcaf5 |
|
09-May-2015 |
Marc Jeanmougin <marcjeanmougin@free.fr> |
refactor sp_selection_set_mask |
ed144bc0e9debde62d6eac17c4517c78211bf5da |
|
09-May-2015 |
Marc Jeanmougin <marcjeanmougin@free.fr> |
fixes various bugs with clipping and masking |
6e66aacc81082dea65863fbf9d872c31d9cd5eb3 |
|
08-May-2015 |
Marc Jeanmougin <marcjeanmougin@free.fr> |
fix for stl "remove" |
f412bba2f2bafa323057148cb7c6090e2f99391e |
|
08-May-2015 |
Marc Jeanmougin <marcjeanmougin@free.fr> |
better fix, using std::remove instead of std::erase |
1072e790ede90357eae7b318f3ae87586727727a |
|
08-May-2015 |
Marc Jeanmougin <marcjeanmougin@free.fr> |
fix crash when converting a group of objects to path |
bddbc0c10cc801c67a4c27a98ef06c5fe5c50ac7 |
|
07-May-2015 |
Marc Jeanmougin <marcjeanmougin@free.fr> |
fix sorts |
161d54662c1d7f37fd8136070a61eeac3ad42aa4 |
|
07-May-2015 |
Marc Jeanmougin <marcjeanmougin@free.fr> |
"select same..." no longer returns groups. |
d5e46a2362bebf7a470625d9518498add9edb856 |
|
03-May-2015 |
Tomasz Boczkowski <penginsbacon@gmail.com> |
renamed SPPattern methods to match coding style |
a53d771733145ef40978cbae0f16ab102eb24408 |
|
02-May-2015 |
Marc Jeanmougin <marcjeanmougin@free.fr> |
fix crash when setting clip |
66e68c8651d5cb19ea8f1714244a6c40d212bc78 |
|
02-May-2015 |
Marc Jeanmougin <marcjeanmougin@free.fr> |
Fixed comparison function used in sorts |
b47840e284ea14ca6d2e0ebf0dd6add0e8e1c636 |
|
01-May-2015 |
Marc Jeanmougin <mc@M0nst3r.bouyguesbox.fr> |
Fixed crash bug due to some overlooked function changed in the recent merge.
Also fixed the layer ordering in the widget, which was messed up by the same bug in a way i haven't quite sorted out (so the fact that this patch fixed it is quite a mystery, but i won't complain) |
67bbdc2a066c5f4c2e973a077239ab6268dd3ac9 |
|
28-Apr-2015 |
Marc Jeanmougin <mc@M0nst3r.bouyguesbox.fr> |
removed a few useless SP_OBJECT() casts |
f789e93464ce3e156a12bc353532047015b66e29 |
|
27-Apr-2015 |
Marc Jeanmougin <mc@M0nst3r.bouyguesbox.fr> |
Just reread the entire diff against trunk. Given the diff size, i must have forgotten things, but hopefully, there are only very few changes of semantics:
->childList is now in the intuitive order (childList()[0] is now firstChild)
-> sp_selection_paste_impl is now in the opposite order (change is local to selection-chemistry.cpp, and simplify a few things)
-> selection.setReprList now takes the list in the opposite order. It was always the case (the list was always reversed before handing to it)
-> a few comparison functions now work "the c++ way": the C way was to return -1 if a<b, 0 if a==b and 1 if a>b, now they return (bool)(a<b) |
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) |
ebd8781bc14b2af17a3977033b141308330fb7fb |
|
21-Feb-2015 |
Marc Jeanmougin <mc@localhost.localdomain> |
Fix for the performance loss in ungrouping observed by Tavmjong in rev 13933
Added std::list<SPObject*> hrefList member to SPObject class. |
fc19e203478a65f4bb39d0abf937024ef2bf11db |
|
20-Feb-2015 |
Marc Jeanmougin <mc@localhost.localdomain> |
Fix for bug 1409591 :
Inconsistent selection with 'Select same' on object with clones |
1f6daa293cacc62d85a023412c70534a12f6e99a |
|
19-Feb-2015 |
Marc Jeanmougin <mc> |
added a set to the Selection |
acd93b79c034f4bcc8ff02de8aa877f70f081881 |
|
19-Feb-2015 |
Marc Jeanmougin <mc> |
Put a few std::vector<SPitem*> |
a772bf5878d7ab58af816e1c35442eaed706a9bf |
|
18-Feb-2015 |
mc... <> |
I can't really understand why, but i can now launch inkscape without it segfaulting.
That's an improvement.
Next thing: code cleaning, replacing containers with vectors |
1bd3b4bf62f90835888edfc3b644a20537ffa771 |
|
18-Feb-2015 |
Mc <> |
OMG IT'S COMPILING.
IT'S REALLY COMPILING !
(Of course it segfaults (what did you expect ?)) |
1c1a657fd782b0eb600b69d955d4d266a807df96 |
|
18-Feb-2015 |
mc... <> |
Just...
some...
more...
lines... |
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. |
02ef7a51779058f930a074380d400342ab44d2d0 |
|
16-Feb-2015 |
mc... <> |
Clones. Fix for bug #1245339 (When changing a clone's parent's layer, the clones shift position) and bug #653574 (Ungrouping moves clones inside nested groups). |
71c3a034021a9df4bd9e367a1b10fc6514ead373 |
|
25-Dec-2014 |
tavmjong-free <tavmjong@free.fr> |
Remove sp_style_new(). |
9ba77856a8823f85b53c0a861d220cd0347f2754 |
|
21-Dec-2014 |
Liam P. White <inkscapebrony@gmail.com> |
Remove sp_desktop_document and finish cleanup of desktop-handles.h |
312bccd9de1cbb6c10da3e96d6e709fb19519288 |
|
21-Dec-2014 |
Liam P. White <inkscapebrony@gmail.com> |
Purge sp_desktop_sketch and sp_desktop_tempgroup |
769a6887551cf7ff7bce4b48d3ac303cbea69507 |
|
21-Dec-2014 |
Liam P. White <inkscapebrony@gmail.com> |
Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection |
e1975de6dd3b1ecbd44def41be2f169267ca3618 |
|
28-Nov-2014 |
Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> |
fix errors in string conversion. (rev13762, 13763) |
62bed8a722dcd4c8c6709aeddef05ca0ded5d908 |
|
25-Nov-2014 |
Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> |
More c++ string usage. |
5961299a732996ee9d6d764a8e90bccbe42a0611 |
|
25-Nov-2014 |
Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> |
More C++ string usage. |
dd0ae0a28fda34d3805f7fe6deece97c4192910a |
|
25-Nov-2014 |
Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> |
Fix applying LPE to clones (through the "+" button in the LPE dialog).
The caller to sp_selection_clone_original_path_lpe expects a new path to be selected, and it will change the SVG "id" of that selected path.
The bug was that sp_selection_clone_original_path_lpe no longer selected the new path, it maintained the selection of the path to be "clone_original_path'ed". And thus the path referenced by the original clone got its ID changed. Horror resulted. Fixed by selecting the newly created path, as before.
Added code to the caller that checks if the newly selected path is not nullptr, and that it is not the same as the selected path before the call. |
280b71d60fccdc85da5173435d9a454c16644640 |
|
15-Nov-2014 |
Jabiertxof <jtx@jtx.marker.es> |
ignore this commit |
ac74cbb000e1ff6135ee5879d80c592280a4614a |
|
15-Nov-2014 |
Jon A. Cruz <jon@joncruz.org> |
Macro cleanup of commented out code. |
277de98842cc83afe0a8c6c9c79c9f36800ff451 |
|
13-Nov-2014 |
Jabiertxof <jtx@jtx.marker.es> |
Fixed bugs pointed by su_v.
Added inverse option to merges |
34ae7c86a3facbc9b259fcb5c60d5e6c16b6a364 |
|
12-Nov-2014 |
Jabiertxof <jtx@jtx.marker.es> |
Fix a bug releasing LPE clip and mask |
276649197eb83cda15c90a3b2fec92be207f3475 |
|
08-Nov-2014 |
tavmjong-free <tavmjong@free.fr> |
Black list some properties that shouldn't appear in default styles. |
f718d46ea9d80fa85d7f2ae2a9212333c01533fa |
|
03-Nov-2014 |
apenner <penner@vaxxine.com> |
update svg-length-test.h from 90 to 96 dpi |
074b759c78b9aad649ee154d7ff11e6081a0f7e2 |
|
24-Oct-2014 |
Jon A. Cruz <jon@joncruz.org> |
Correct casting from wrong variable. |
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/ |
7928f64712fea954c584ebbe2708f4a3a45b8af2 |
|
05-Oct-2014 |
Liam P. White <inkscapebrony@gmail.com> |
Rename marker.cpp -> sp-marker.cpp to reflect inclusion in SP-tree |
2ce2003d5713154f99c32af18fb904a1af109031 |
|
29-Sep-2014 |
Jabiertxof <jtx@jtx.marker.es> |
this patch fix the problem whith clips and mask update in live effects.
More info in the bug: https://bugs.launchpad.net/inkscape/+bug/1241902 |
d2e42b9425ccd4c2d4c20c2217455da177035e48 |
|
27-Sep-2014 |
Liam P. White <inkscapebrony@gmail.com> |
Update to experimental r13565 |
4f842acb8f7648d94ba5083933254c21026fb5aa |
|
12-Sep-2014 |
JazzyNico <nicoduf@yahoo.fr> |
i18n. Adding context to the "Group" verb (undo history).
Translations. Translation template and French translation udpate. |
524f7f2c810a18ea22916a34bf3c43c322549a15 |
|
16-Aug-2014 |
Diederik van Lierop <mail@diedenrezi.nl> |
Fix shift of transformation center on pasting |
f608952b5dfef66a446df9349464164777e6889f |
|
15-Aug-2014 |
Liam P. White <inkscapebrony@gmail.com> |
Clone Original -> Fill Between Many |
73c541d2fa0351ea23c6651ecdfd3da004f1a959 |
|
14-Aug-2014 |
Diederik van Lierop <mail@diedenrezi.nl> |
Fix some transformation center regressions, related to the viewbox/units changes |
8321752caa7f38fa4df2fd7afb539aded9958442 |
|
12-Jul-2014 |
Diederik van Lierop <mail@diedenrezi.nl> |
Fix moving of item center: 1) at paste and 2) at changing document units |
3e3e2a49f82b250cb852586703fbc460b3ca20e4 |
|
27-Jun-2014 |
Liam P. White <inkscapebrony@gmail.com> |
5. Refactoring of Application class: make copy/assignment operators private, disallow pointers to Application |
f486085f270411175e1773fcc83554513ea985dc |
|
27-Jun-2014 |
Jabiertxof <jtx@jtx.marker.es> |
Remove the incorrect fix for the bug 1241902 |
64a0ac560d7f1e2d010937a0ef80faff3db8f57d |
|
27-Jun-2014 |
Jabiertxof <jtx@jtx.marker.es> |
Remove the incorrect fix for the bug 1241902 |
6cc2da37c4f1d408dbc9ca92ee622d4093f554fb |
|
26-Jun-2014 |
Liam P. White <inkscapebrony@gmail.com> |
3. remove dead code, refactor existing code. Connect overlooked signals. |
1989682aa0e9162a46a309839ea541ff98bd83c1 |
|
25-Jun-2014 |
Liam P. White <inkscapebrony@gmail.com> |
1. make it compile |
b58dfff9dae65e0e3194f156e29d43ae4a31d80d |
|
14-Jun-2014 |
Liam P. White <inkscapebronyat-signgmaildotcom> |
Add clip group option from Ponyscape |
a8ccce3fe7248cc5294a4f1716593c2c9c358c3c |
|
11-Jun-2014 |
Jabiertxof <jtx@jtx.marker.es> |
Fix for bug #1241902 |
b37a2ebe36933e9616f9057793bd459e6125b5be |
|
07-Jun-2014 |
Jabiertxof <jtx@jtx.marker.es> |
Fix for Bug #1241902 - |
64c2d952201aff7aede9144c5ef8a563a02f7dc8 |
|
29-May-2014 |
Tomasz Boczkowski <penginsbacon@gmail.com> |
SPPattern c++-sification: replaced function by methods pt3 |
42bf51258f01d33f730d1926e4fd050bbe5d6df2 |
|
28-May-2014 |
Tomasz Boczkowski <penginsbacon@gmail.com> |
SPPattern c++-sification: replaced function by methods |
e4d0d1c466c86f5b22ab20cd2acd612978d3e86e |
|
27-May-2014 |
Tomasz Boczkowski <penginsbacon@gmail.com> |
SPPattern c++-sification: replacing pattern_ functions by methods pt1 |
7e07eedebcaad8598f938d86a3af3f31027dc38b |
|
27-May-2014 |
Tomasz Boczkowski <penginsbacon@gmail.com> |
SPPattern c++-sification: replaced GSList by std::list |
fcf15a325e21392287afdd4dea93e340088d0eef |
|
24-Apr-2014 |
tavmjong-free <tavmjong@free.fr> |
Clean up of style code: refactor marker properties. Step 3. |
e13b87042fbe0dfd91b74902cfa2107dc44b5890 |
|
12-Mar-2014 |
Krzysztof KosiĆski <tweenk.pl@gmail.com> |
Allow ungrouping switches |
a2220686e6f3bc4aedd8140090696151d6cf1a00 |
|
11-Mar-2014 |
tavmjong-free <tavmjong@free.fr> |
Change stroke-dasharray and stroke-dashoffset handling to match other properties.
Split style.h into more manageable size files. |
a9645486e601f41fb61b30cd89d4a704e3396c65 |
|
04-Mar-2014 |
JazzyNico <nicoduf@yahoo.fr> |
UI. Fix for bug #1281822 (Keyboard shortcuts editor, duplicate description and degrees symbol as text).
Translations. POT file and French translation update. |
5415818f2d34e838855589ac98a1382b624a0b70 |
|
28-Feb-2014 |
tavmjong-free <tavmjong@free.fr> |
Embedded SVG's cannot be transformed. |
42ff3c830320b4fbbcbe51d54a2011c3606eb1fd |
|
27-Feb-2014 |
Krzysztof KosiĆski <tweenk.pl@gmail.com> |
Correct the ungrouping logic so that selected clones of selected groups
are only unlinked, with the resulting groups not ungrouped |
270b69ca36e41cd79cebee871d1ca4e8c7b75539 |
|
27-Feb-2014 |
Krzysztof KosiĆski <tweenk.pl@gmail.com> |
Partial fix for LP #1001756 (crash when ungrouping a selection
containing both a group and its clone). There are still some problems
with undo/redo (incomplete undo transaction somewhere). |
5538bb3eb23186bcf8e0f60e964b509f5f9c3db7 |
|
25-Feb-2014 |
tavmjong-free <tavmjong@free.fr> |
Rewrite of symbol creation code. Partial fix for 1201325.
Symbols cannot have 'tranform' attribute. The old code copied the group
'transform' attribute to the symbol. The new code creates an intermediate
group with the required 'transform' if it is not a simple translation. A
simple translation is removed and applied instead to the new <use> element.
Multiple objects can now be turned into a symbol without first grouping the
objects. (At the cost that multiple groups can no longer be turned into
multiple symbols at one go.) This better matches marker and pattern creation. |
7acebe189875f19163e6d312cdef8288e343d1c6 |
|
30-Jan-2014 |
tavmjong-free <tavmjong@free.fr> |
Don't reverse object order when creating a marker. |
4daf90c57e1ee89ee672f19376624ead2d10b024 |
|
30-Jan-2014 |
tavmjong-free <tavmjong@free.fr> |
Correct positioning of custom markers. Fixes #230491. |
50552708bc144fdd1d09e2057b3890d998c92136 |
|
21-Jan-2014 |
Martin Owens <doctormo@gmail.com> |
Move dragging undo block from tools-base to canvas. Regarding bug #168695 |
6152ea5eb3b967314e7b3f3e2a943a5bc5e74c46 |
|
20-Jan-2014 |
Martin Owens <doctormo@gmail.com> |
Revert changes from r12959 and r12955, impliment new stratedgy to fix bug #168695 |
db352160a7c5375341a254acc9c54367265c62d9 |
|
08-Jan-2014 |
Martin Owens <doctormo@gmail.com> |
Add id switch to unsymbol to stop clones from being deleted. |
b2b7ceb5133f5e880c07de8a91258ed21b5f8e25 |
|
21-Nov-2013 |
Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> |
fix crash bug 1253721, document code with explanation |
6f159256c244f222405dcfb324bb971765ae9873 |
|
21-Nov-2013 |
Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> |
fix memleak |
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. |
13c319a736cfdceadb24e10d6cb38386ec30a372 |
|
28-Oct-2013 |
Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> |
fix crash |
6fed80fed14ef4489b2b499f2bc89beb7a05049a |
|
15-Oct-2013 |
JazzyNico <nicoduf@yahoo.fr> |
Fix for bug #1239452 (trunk: crash on ungroup...) |
86df60ed2c0ede4dad6684c75acd907f6146c1b6 |
|
09-Oct-2013 |
JazzyNico <nicoduf@yahoo.fr> |
Documentation/Translation. Fix for Bug #1236382 (Typos in comments and message, localization context needed) by Yuri Chornoivan. |
f18b1e74aaa44515e7f7facb3073a467c4acb2a3 |
|
08-Oct-2013 |
tavmjong-free <tavmjong@free.fr> |
Seamlessly switch between SVG circle, ellipse, and path (arc) elements while using the Circle, Ellipse, and Arc tool. |
f4ce66b44581cea80a736cf20244c0539a7525da |
|
04-Oct-2013 |
Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> |
C++ |
f0b37a3d73073ec270565cb64e4c0b72f2d2c8b4 |
|
30-Sep-2013 |
Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> |
memleaks |
a81f882dd438eb708b2cd60cb438a17d6e84e1a8 |
|
30-Sep-2013 |
Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> |
memleak |
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... |
c5a94561d86c8979dc1863c7ce955eeb430e9ad8 |
|
24-Sep-2013 |
Markus Engel <markus.engel@tum.de> |
Refactored SPUse. |
577b55db219c40f247159e5b95f886b557906803 |
|
21-Sep-2013 |
Markus Engel <markus.engel@tum.de> |
Fixed segfault on copying text. |
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. |
35636e0c762d50c37515a072b12bdc0197afd24c |
|
28-Aug-2013 |
Matthew Petroff <matthew@mpetroff.net> |
Improve code readability. |
d16495c17bbc27ff37e18ea3eb61f6b07448152a |
|
27-Aug-2013 |
Matthew Petroff <matthew@mpetroff.net> |
Added viewBox implement document unit support. |
c751b68e56ace7b9d649ee20b7f25ed1f65922e3 |
|
01-Aug-2013 |
Matthew Petroff <matthew@mpetroff.net> |
Eliminate "unit-constants.h". |
456598d1f53c18c46567cb57a326a30df41ddcc0 |
|
19-Jul-2013 |
Matthew Petroff <matthew@mpetroff.net> |
Removed "helper/units.h" from "selection-chemistry.cpp". |
c706c18d0f04bbcabfd1fe675ceb757989d6e272 |
|
04-Jul-2013 |
Eric Greveson <eric@greveson.co.uk> |
Code readability improvements and licence changes for action-context.*
based on merge request code review and feedback |
9090603e08f72da58468db0e5b91f43ede35af26 |
|
04-Jul-2013 |
Eric Greveson <eric@greveson.co.uk> |
Changed dbus interface to treat 'division' like other boolops, with a new
return type for selection_combine to support this (array of string).
This also fixes a bug with not setting the error flag when returning NULL
from this method.
Refactored some more selection verbs to allow use in no-GUI mode. |
f2614fa5142149207082d04e9b039c4520fa0856 |
|
03-Jul-2013 |
Eric Greveson <eric@greveson.co.uk> |
Modified dbus interface so that it works in console mode (--dbus-listen)
Modified action context setup so that in console mode, when a document is
added to the main inkscape app instance, it gets a selection model and
layer model automatically set up for it
Made a couple more verbs work in console mode |
35bd76884af6302e5b234c5d3e5af1a10b3112f8 |
|
15-Jun-2013 |
Martin Owens <doctormo@gmail.com> |
Big change in symbols ui and selection chemistry. |
564b4e392de1a5f86b0d992f7543aff67e9f11be |
|
14-Jun-2013 |
Martin Owens <doctormo@gmail.com> |
Allow svg elements to be ungrouped |
2e905640e2155165b2d4d5aad4f9262659b2cc81 |
|
12-May-2013 |
JazzyNico <nicoduf@yahoo.fr> |
Fix for Bug #181493 (Locked layers not completely locked) by frenchie4111. |
eabca1f9dd8c6ddf3abb6560317e82a64ab29e7b |
|
29-Apr-2013 |
Jon A. Cruz <jon@joncruz.org> |
Fixed logic error confusing bitwise and with logical and.
Whitespace cleanup to make the issue easier to spot. |
ea2675d8b06487992c3e552a5432433ec1d8a304 |
|
23-Apr-2013 |
Martin Owens <doctormo@gmail.com> |
Allow multiple groups to be symbolised and replace groups with clones. |
896ceaa52e8431713d9c902cc0e6e2ce8699dfb5 |
|
22-Apr-2013 |
Martin Owens <doctormo@gmail.com> |
Add balloon symbols and connect defs modified signal. |
774748ec612446c13dad2877114eb50e3377e86a |
|
20-Apr-2013 |
apenner <penner@vaxxine.com> |
Group bbox update (Bug 1168979) |
eb4b5da8fbdf95f44ae7f0c950e9a07763ebb50f |
|
06-Apr-2013 |
Markus Engel <markus.engel@tum.de> |
Merged PaintServer and subclasses; moved Gradient classes to own files. |
113c1da23be452320f54194502cbfe284547058d |
|
05-Apr-2013 |
Markus Engel <markus.engel@tum.de> |
Merged Item. |
51dc158adbe2c9d1df3c941cbf78b90944d1afc2 |
|
30-Mar-2013 |
Markus Engel <markus.engel@tum.de> |
Renamed virtual function names. |
5c45bb188ab729e501e48732842cb9de6a9813be |
|
25-Mar-2013 |
Alex Valavanis <valavanisalex@googlemail.com> |
Workaround usage of deprecated glib symbols in 3rd party libraries |
197a83914b869e636d779ab33d8e3371dc99d71c |
|
11-Jan-2013 |
Jon A. Cruz <jon@joncruz.org> |
Warning and dead code cleanup. |
d7943e935ff00bba1ca84e964ac46778ec16bb87 |
|
11-Nov-2012 |
Alex Valavanis <valavanisalex@gmail.com> |
cppcheck: Convert more C-style pointer casts to GObject or C++ |
df717630fe580e7c753ac381f197e901885985b9 |
|
11-Oct-2012 |
tavmjong-free <tavmjong@free.fr> |
Add symbols dialog. See: http://wiki.inkscape.org/wiki/index.php/SymbolsDialog |
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. |
fde8c750a6de204e00e58c80b2b1713bf28b0547 |
|
22-Sep-2012 |
John Smith <john.smith7545@yahoo.com> |
Fix for 172222 : Move direct to specified layer |
66ed96dec4eb601f9cf3c0476a8494249c0cf62c |
|
03-Sep-2012 |
John Smith <john.smith7545@yahoo.com> |
Fix for 406044 : Esc with no selection, activates selection tool |
75800b24a5494d394d7461e13e78bed2142e1ee8 |
|
25-Jul-2012 |
John Smith <john.smith7545@yahoo.com> |
Fix for 722625 : Select Same by Object Type |
e4bcbd8eda1fa58491b9682f399a8eb5bbd22784 |
|
04-May-2012 |
Kris <Kris.De.Gussem@hotmail.com> |
cpp-style casting |
06304e0e216ceffe40688a8abde03c712e0e473c |
|
16-Apr-2012 |
Kris <Kris.De.Gussem@hotmail.com> |
some more string class usage as opposed to c-strings to prevent issues |
7bd5ed63693fc75ae54dde4c4d58d61729089351 |
|
11-Apr-2012 |
John Smith <removethis.john.q.public@bigmail.com> |
Fix for 170378 : Select All by Stroke or Fill Color - Added search within groups |
1f28ffa4caaedc92144542a3175913612c711509 |
|
05-Apr-2012 |
John Smith <removethis.john.q.public@bigmail.com> |
Fix for 170378 : Select same objects by fill or stroke : Fix transformed stroke width |
45504849c377fd32f1ede43a4fed22b09c8e9f2c |
|
04-Apr-2012 |
John Smith <removethis.john.q.public@bigmail.com> |
Fix for 170378 : Select same objects by fill or stroke : Added stroke style |
c9518a09f2070bfd0ae3e717de9e91dd6c52479c |
|
02-Apr-2012 |
John Smith <removethis.john.q.public@bigmail.com> |
Fix for 170378 : Select same objects by fill or stroke |
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 |
b467f37709c2ab0a953bc1e88bef170403bec658 |
|
18-Mar-2012 |
Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> |
fork LPE on duplicating objects. (configurable, defaults to "on") |
5a0c9c0d523287747d281c61c78cb529b1118778 |
|
29-Feb-2012 |
Alex Valavanis <valavanisalex@gmail.com> |
Header tidying, suppress all gdk deprecation errors in gtkmm |
47badd0035ae8c9135c51444f3770b17ae504dda |
|
12-Feb-2012 |
Alex Valavanis <valavanisalex@gmail.com> |
Header cleaning |
6af091663e2f060bb3e929bb2a4c5c4870f7bd98 |
|
18-Jan-2012 |
Johan Engelen <goejendaagh@zonnet.nl> |
select referred path when pressing shift+d (select original) for a path with Clone original LPE |
e8efbcc8b73d02a69f8142b67ead3710b487a00d |
|
15-Jan-2012 |
Johan Engelen <goejendaagh@zonnet.nl> |
add a menu item for using the Clone original LPE efficiently. |
0de00189ead4347edfdce459510b99b572e43e26 |
|
08-Jan-2012 |
Jon A. Cruz <jon@joncruz.org> |
Warning and uninitialized variable cleanup. |
39604a5993c9e99970592313a75a01be735a877a |
|
03-Jan-2012 |
Kris <Kris.De.Gussem@hotmail.com> |
Janitorial tasks: get rid of deprecated repr wrapper functions |
bf1d02bbf9f93b5d10304fd4f70f367d430c750e |
|
03-Oct-2011 |
Jon A. Cruz <jon@joncruz.org> |
Another minor pass of 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. |
d0c7cbe31452a7901f3eec3cb108ebc6ed78c68b |
|
20-Jul-2011 |
Krzysztof KosiĆski <tweenk.pl@gmail.com> |
Remove deprecated Glib symbols |
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 |
40742313779ee5e43be93a9191f1c86412cf183b |
|
23-Jun-2011 |
Krzysztof KosiĆski <tweenk.pl@gmail.com> |
Update 2Geom to pull in integer rectangle class |
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. |
25d6d71c2b9c7c718f8258fcf64b47f42a74cb27 |
|
17-Mar-2011 |
JazzyNico <nicoduf@yahoo.fr> |
Linked Offset. Merge branch lp:~ado-papas/inkscape/bug_167419 (Bug #167419, Bug #184341, Bug #239430). |
c1366954635d4400dab17d1610a9cefba1952b46 |
|
12-Mar-2011 |
Johan Engelen <goejendaagh@zonnet.nl> |
Fix part of bug 733010, where fit page to drawing did not work the same as fit page to selection when all is selected. Fixes page resizing for arrow markers. Infinite line dots markers are still not correctly fit to. |
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 ! |
90b131148f97548291db9a8d23da291636be5d03 |
|
06-Dec-2010 |
Adonis Papaderos <ado.papas@yahoo.gr> |
implemented proper error checking |
f5c08cf9219d489de1885a47eaf709e97d31683a |
|
06-Dec-2010 |
Adonis Papaderos <ado.papas@yahoo.gr> |
Make linked offsets respect "Relink duplicated clones" settings |
6c572dd450c636a069b4d513f1b85742c1afb9fd |
|
24-Nov-2010 |
Adonis Papaderos <ado.papas@yahoo.gr> |
Fix Bug #675309 - crash when unlinking an orphaned clone |
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. |
752bd54d33076c171ca18f54c41c21fb0fa2ef35 |
|
22-Aug-2010 |
JazzyNico <nicoduf@yahoo.fr> |
i18n. Context cleanup (context|string replaced with C_). |
eb120eac5ffd577ae24acb340d4c6fb89db24c30 |
|
12-Aug-2010 |
Abhishek Sharma public <spyzerdotabhishek0at-signgmaildotcom> |
Naming Correction |
b50f3defe2c02de337fc2747ab4b683829363d75 |
|
11-Aug-2010 |
Abhishek Sharma public <spyzerdotabhishek0at-signgmaildotcom> |
XML Privatisation Stuff after a long time |
67bec49781a3a9674bccd85b8a7559ce72509375 |
|
05-Aug-2010 |
Krzysztof KosiĆski <tweenk.pl@gmail.com> |
Wholesale cruft removal part 3 |
ec3cef722801728184cc83bd46740d0fdcadf908 |
|
04-Aug-2010 |
Krzysztof KosiĆski <tweenk.pl@gmail.com> |
Wholesale cruft removal part 1 |
ef610fdbfb424e7ad204ac9de142c05bb986e1dc |
|
20-Jul-2010 |
Abhishek Sharma public <spyzerdotabhishek0at-signgmaildotcom> |
More on c++ification and some XML privatisation |
094dc7c249a0253b9bbed67205e341a05b59eca7 |
|
12-Jul-2010 |
Abhishek Sharma Public <spyzerdotabhishek0at-signgmaildotcom> |
SPObject c++ification finalized along with the beginning of XML Privatisation tweaks |
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... |
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]. |
032fdafbe3ffdf1885cb71859c04ba6785a141a0 |
|
10-Apr-2010 |
Johan Engelen <goejendaagh@zonnet.nl> |
* improve boundingbox calculation: include strokecaps.
* increasing boundingbox calculation precision for selection to marker, selection to pattern and fit canvas to selection |
d703e5d08553a3dd5eb4f0a11040de79071bdcfb |
|
06-Apr-2010 |
Krzysztof KosiĆski <tweenk.pl@gmail.com> |
Revert the inverted coordinate system fix. 3D Boxes and guides
require an XML-level backwards compatibility mechanism to fix properly,
and it's too late in the 0.48 cycle to introduce it. |
62dad53172661dfa1ef8dd3ed07e06d2ea2523a4 |
|
03-Apr-2010 |
Krzysztof KosiĆski <tweenk.pl@gmail.com> |
Fix behavior when loading a document |
2f14c415cc9f837009bac99cb36d80404120f5a9 |
|
03-Apr-2010 |
Krzysztof KosiĆski <tweenk.pl@gmail.com> |
Initial fix for the inverted coordinate system bug |
36f18c3e9a42295a48a1206461ce75629a109d8a |
|
20-Mar-2010 |
Josh Andler <scislac@gmail.com> |
Patch by Martin Sucha for 542004 |
a20cd65b75663cfc99e1afd16769be0256f4067f |
|
19-Mar-2010 |
Jon A. Cruz <jon@joncruz.org> |
Cleanup of SP_ACTIVE_DESKTOP to prepare clipboard code for reuse. |
dccdd236b8d7f7995d7122d6439d1e5e4799acf8 |
|
06-Mar-2010 |
JazzyNico <nicoduf@yahoo.fr> |
i18n. Remove underscores in message context. |
f49803d679cb83129d976d09112fd372eba71e68 |
|
05-Mar-2010 |
Krzysztof KosiĆski <tweenk.pl@gmail.com> |
Always embed bitmap copies created with Alt+B. |
839598cdda20adbc1a3b5d0982c13558440d1fcb |
|
02-Mar-2010 |
Jon A. Cruz <jon@joncruz.org> |
Cleanup on id access. |
9a8c99c1f18c1d69fee4fe12c455121abf6de6f3 |
|
09-Feb-2010 |
Krzysztof KosiĆski <tweenk.pl@gmail.com> |
Fix multiple minor problems in the node tool |
b512043bef12ffb35aeaf2d718f07d538afa1726 |
|
04-Feb-2010 |
Josh Andler <scislac@gmail.com> |
Patch by Martin Sucha to add preferences to for grouping on Clip/Mask |
80bce9c528f98207f3a8bc8ebeba4991dfc2bbc9 |
|
15-Jan-2010 |
Jon A. Cruz <jon@joncruz.org> |
Restore encapsulation of selection implementation. |
24cd4c083c480d02226e8120b6211fea650a0004 |
|
15-Jan-2010 |
Jon A. Cruz <jon@joncruz.org> |
Warning cleanup. |
ba0842a4240ac9f46ab11d856227468237284186 |
|
08-Jan-2010 |
Josh Andler <scislac@gmail.com> |
Patch by Alex Leone to add margins to resize page options in Document Properties |
e711b02fbbe0b7d07102ebdd63b05027d6f8af47 |
|
26-Dec-2009 |
Maximilian Albert <maximilian.albert@gmail.com> |
Major simplification of 3D box code. |
16a8c7d5e433b176636a4a1260c42ea43932110b |
|
29-Nov-2009 |
Krzysztof KosiĆski <tweenk.pl@gmail.com> |
First GSoC node tool commit to Bazaar |
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 |
6fda4eaf3ee5628b5d31cbcd1f2acdc5e7cc505e |
|
03-Jun-2009 |
helix84 <helix84@users.sourceforge.net> |
* [INTL:*] translator comments for all context strings added |
844f18b003d9a9581c92ef4668f62a1b0ac931c7 |
|
13-May-2009 |
speleo3 <speleo3@users.sourceforge.net> |
new "compensate" param for sp_selection_apply_affine and sp_selection_move_relative to avoid temporary prefs changing |
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) |
ac5acfb5b6792da4df2080ac55e18a734d2b5fc7 |
|
07-Apr-2009 |
pjrm <pjrm@users.sourceforge.net> |
(sp_selection_create_bitmap_copy): Fix: Set xlink:href relative to the correct directory. |
604bbc96a26ec5381cc865aa1458b115e41201ce |
|
07-Apr-2009 |
pjrm <pjrm@users.sourceforge.net> |
noop: rename a local var |
6db0dd6c0414ced423920141cef106d1ba0c1917 |
|
07-Apr-2009 |
pjrm <pjrm@users.sourceforge.net> |
noop: whitespace |
403701fecda3ae3813c8bdb2748d9291c70bf5d0 |
|
07-Apr-2009 |
pjrm <pjrm@users.sourceforge.net> |
functional noop: Clarify g_strcanon behaviour by not redundantly reassigning back to argument. |
d9230e946308bebd074660d485dca111ebddf167 |
|
27-Mar-2009 |
buliabyak <buliabyak@users.sourceforge.net> |
do not transform, display, reverse, node-edit, or remove LPE if LPE stack is disabled by an invalid or unsupported effect in it |
1847cc86d6aae9586afa4b2a82cd3aab35e5f967 |
|
09-Mar-2009 |
buliabyak <buliabyak@users.sourceforge.net> |
fix crash when duplicating an orphaned clone |
41b07f2eb061ec5a3d2cc90bc946074bf12b4ba6 |
|
02-Feb-2009 |
buliabyak <buliabyak@users.sourceforge.net> |
use the same steps to figure out dir for bitmap copy as in export dialog |
c647aff4da60b280974a1d5eceda738b5a0ab389 |
|
08-Jan-2009 |
buliabyak <buliabyak@users.sourceforge.net> |
move shape_editor from node context to the parent class, event context |
8935f7fbb980cfe264511c9f18c2d398f4ed7abe |
|
29-Dec-2008 |
buliabyak <buliabyak@users.sourceforge.net> |
add utility for recursively replacing groups with their members in a list of objects |
06aecef405c4cf6f7551ab622c3040562cb62c78 |
|
28-Dec-2008 |
verbalshadow <verbalshadow@users.sourceforge.net> |
More NR ==> Geom changes |
e8f467c9c30a028b10ca166c02e49df62bf753c2 |
|
20-Dec-2008 |
speleo3 <speleo3@users.sourceforge.net> |
object-snapper.cpp
* fix snapping to clip/mask with parent transform
* replace matrix_to_desktop call
sp-item.h
sp-item.cpp
* improve snapping to clip/mask with parent transform
* remove matrix_to_desktop/matrix_from_desktop
* use desktop->doc2dt() with sp_item_i2d_affine(...)
desktop.h
desktop.cpp
* new method: dt2doc()
selection-chemistry.cpp
* remove awkward matrix_to_desktop(matrix_from_desktop(...)) calls |
025db6f90298127a666cd24bcfc2e22fd35ca84d |
|
16-Dec-2008 |
speleo3 <speleo3@users.sourceforge.net> |
* remove sp_item_i2root_affine and sp_item_i2r_affine and replace all calls by
sp_item_i2doc_affine or sp_item_i2d_affine respectively
* remove sp_root_bbox, root->c2p was considered in the wrong place there
* in sp_item_i2doc_affine do not consider SP_ITEM(object)->transform for root
node, because <svg> node does not have a transform attribute
* fix style scaling for boolean operations (with viewBox)
* fix zoom to fit drawing (with viewBox)
* fix export area size for "export drawing" (with viewBox)
* fix simultaneous movement of clone + original (with viewBox) |
8b2786c73392c85abafbd29307f50a47c98d1409 |
|
08-Dec-2008 |
speleo3 <speleo3@users.sourceforge.net> |
Make all tools consider full parent transform (up to document, not just up to root)
See http://wiki.inkscape.org/wiki/index.php/ViewBoxToDo |
9d24c3279941c5e2e76ac2f0dbd519ddbff24e58 |
|
05-Dec-2008 |
verbalshadow <verbalshadow@users.sourceforge.net> |
NR -> 2Geom, more h and cpp files |
6c3e745a94ef6b25a4ef9f018d350a7535aa45af |
|
21-Nov-2008 |
Ted Gould <ted@canonical.com> |
Merge from fe-moved |
7079a43aa387066c2f67402d77dbe3db981b1054 |
|
31-Oct-2008 |
Ted Gould <ted@canonical.com> |
Merge from trunk |
e9b6af083e34e2397a8ddbe9781920733d09d151 |
|
27-Oct-2008 |
Ted Gould <ted@canonical.com> |
From trunk |
90a3966dd44e306d23febc15ebd65cde07d7a4dd |
|
11-Oct-2008 |
Ted Gould <ted@canonical.com> |
Merging from trunk |
86b3a7fc48d3fa59eb2e3289e0b8b2b56c7ed270 |
|
25-Sep-2008 |
Ted Gould <ted@canonical.com> |
Sorry, I got off on a branch and ended up with a bunch of things. I'm just going to flatten and merge... Here's the list.
* Added a focus mode activated by Shift+F11. The goal of this mode is to
remove all toolbars for a short period so that you maximize screen area.
Useful on small screens. Also when you know lots of shortcuts.
* Created what I'm calling "Quick Zoom." The idea here is to have a modal
zoom for touching up something with fine detail and then returning to what
you're doing. This is activated with the letter "Q" on the keyboard. When
you release it, you return back to where you were. This will zoom in on
selected objects, or if you're in the node tool selected nodes.
* Added .svg on the temporary files in extensions. This'll make many of
them happier. This only works on recent versions of GLib, but shouldn't
break older ones more than they already are.
* Moved the Inkscape configuration directory on Linux from ~/.inkscape
to ~/.config/Inkscape. This is the new way to do things with the cross
desktop naming spec. I'm unsure whether we should be putting crash dumps
in .config or .cache though.
* Removed 'tools_switch_current' because every usage of it already had a
pointer to where it needed to go. Removes usage of globals.
* Made it so that dialogs will be transparent when not focused. This is
an alternate to having the docked, and one that I like better as I feel it
gives me more screen area. You can adjust how much transparency and the
speed of the animation in the preferences dialog. (Note: this requires
GTK+ 2.12 and a compositor, but gracefully degrades if you don't have
either) |
6b76ef6bb3e9b4e1cc83e01cd81a55bbd0450989 |
|
18-Sep-2008 |
cilix42 <cilix42@users.sourceforge.net> |
Next roud of NR ==> Geom conversion |
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. |
3da8c9f095f6e1d434809a58940f93585c58ebf3 |
|
11-Sep-2008 |
johanengelen <johanengelen@users.sourceforge.net> |
convert almost all libnrtype to Geom:: |
4110509ef384636beb9580e78775671170542d59 |
|
14-Aug-2008 |
cilix42 <cilix42@users.sourceforge.net> |
Get rid of a whole bunch of further instances of SP_ACTIVE_DESKTOP (where the desktop is readily available in the calling function) |
26b62dfb088a00b6debad350538a64c2af145f50 |
|
08-Aug-2008 |
johanengelen <johanengelen@users.sourceforge.net> |
remove many unnecessary to_2geom and from_2geom calls |
d7854225a939fde4e41907b4f2361e4472a999a7 |
|
06-Aug-2008 |
buliabyak <buliabyak@users.sourceforge.net> |
add flashing line from clone to original on Shift+D |
7ef35e764d2bf79b9f4d77abec7fe2442559c877 |
|
06-Aug-2008 |
buliabyak <buliabyak@users.sourceforge.net> |
optionally (default off) relink duplicated clones to the duplicated original |
8b9a820756fdf348239872236be2257f854e094a |
|
06-Aug-2008 |
johanengelen <johanengelen@users.sourceforge.net> |
NR::Maybe => boost::optional |
6fc0952fcafd54a656fdc8257ebb44bad58af163 |
|
21-Jul-2008 |
dvlierop2 <dvlierop2@users.sourceforge.net> |
Implement snapping of clipping paths and masks |
3567021c833341b50efa625b193c8e9123d06ec3 |
|
14-Jul-2008 |
cilix42 <cilix42@users.sourceforge.net> |
Enable simultaneous knotholder and nodepath |
2844c3d7cb7eb3951bb1a81ebd1828d1a35ed48d |
|
05-Jul-2008 |
pjrm <pjrm@users.sourceforge.net> |
fix a long-standing bug with Undo after Fit canvas to selection/drawing. |
8fc15cd56ee8d455a887c56fa43a329f676793f5 |
|
28-Jun-2008 |
JucaBlues <JucaBlues@users.sourceforge.net> |
warning cleanup |
4a1e71245a59ac66f74e88fe5a8326a7caeaff88 |
|
15-Jun-2008 |
buliabyak <buliabyak@users.sourceforge.net> |
new command: relink clone to copied object |
ac2649475f3e95ed6171013bab647f55e0f0344a |
|
14-Jun-2008 |
joncruz <joncruz@users.sourceforge.net> |
Added duplicate layer command. Fixes bug #171246. |
e77e2e02d8ab186389f86e48b1834d95f51cf68d |
|
12-Jun-2008 |
johanengelen <johanengelen@users.sourceforge.net> |
change NR::Matrix to Geom:: for many sp_item_xxx_affine functions |
5f71c9d03745c5896a2e84cd203e2e6646b9ae06 |
|
09-Jun-2008 |
buliabyak <buliabyak@users.sourceforge.net> |
remove filters verb and command |
0563fd55cbad59e8a878e6d4cbbdd8e47f74488d |
|
30-May-2008 |
johanengelen <johanengelen@users.sourceforge.net> |
LPE STACKING!
(many thanks to the french students who made this.) |
973c92f3bdd6e7877e29e556eff3d9675df1be35 |
|
08-May-2008 |
mental <mental@users.sourceforge.net> |
merge inline patch from Jimmy |
e461c4631e51a8e7f77aa3e3e5cd978934286c09 |
|
13-Apr-2008 |
mfloryan <mfloryan@users.sourceforge.net> |
Several different i18n issues fixed following report from a_b (adresses bug #215387, but still 2 more issues need to be fixed before it can be closed) and minor other issues fixed as spotted. Some changes could be ported to 0.46 branch. |
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 |
07916b4c23e70df45383ea8348cf817c1d029083 |
|
26-Mar-2008 |
mental <mental@users.sourceforge.net> |
system clipboard support (bug #170185) from Chris KosiĆski |
afb717c6e7d29c86c404b6627855c438d6dc2c0f |
|
23-Mar-2008 |
johanengelen <johanengelen@users.sourceforge.net> |
remove multiple inheritance from lpe PathParam. since it is often desired to get the path not as pw< d2<> >, but also as geom::path or maybe as dw< pw<> >. Plus this enabled linking to an object, instead of keeping its own path data. (i.e. linking to other objects) |
9241c6b5cd76d898868e6f865a9192c4c302ec5c |
|
19-Mar-2008 |
cilix42 <cilix42@users.sourceforge.net> |
Add option to treat grups as single objects when converting to guides. |
c3f24227306c3dfa09bf085abbbddd8b0baed10b |
|
19-Mar-2008 |
buliabyak <buliabyak@users.sourceforge.net> |
add delete lpe verb, rearrange menu to collect all lpe commands under path |
15909471c1c984e26781b6c78d48cff8273ec418 |
|
19-Mar-2008 |
buliabyak <buliabyak@users.sourceforge.net> |
recurse into groups when pasting lpe |
6954ef24d41fa9b2793bf4402951ef77d04ae6ea |
|
18-Mar-2008 |
buliabyak <buliabyak@users.sourceforge.net> |
use the same colors for clippath and mark helper paths as used in outline mode |
f8a1759f2dfef40e1957704258e79587952d1414 |
|
08-Mar-2008 |
buliabyak <buliabyak@users.sourceforge.net> |
fix 199791 |
e0afed3e765bb3c0c3708909deae59d07ed9b4e5 |
|
29-Feb-2008 |
cilix42 <cilix42@users.sourceforge.net> |
Copy perspectives, too, when pasting 3D boxes (solves LP #195867) |
72aa7310f3a87958233d5cb4bf1386ff999be0ac |
|
23-Feb-2008 |
johanengelen <johanengelen@users.sourceforge.net> |
* on-canvas clip and mask editing :) in the object menu you can find how to edit them.
* show helperpath toggle on node-edit toolbar. so helperpath is now also available for normal paths (instead of only for LPE'd paths) |
6439d9dceb266f7fe9f511e363ff3d7215025292 |
|
13-Feb-2008 |
buliabyak <buliabyak@users.sourceforge.net> |
fix center of the generated marker to be at the rotation center, not geometric center |
66632b492f9cd54e5667fd4e1fca8e457f59b282 |
|
31-Jan-2008 |
bryce <bryce@users.sourceforge.net> |
Applying fixes for gcc 4.3 build issues (closes LP: #169115) |
539b02bd98b6985f91ccbf7041f88fdf93061531 |
|
26-Jan-2008 |
johanengelen <johanengelen@users.sourceforge.net> |
add copy button to LPE pathparam |
af33014ef3896559f1521e15f1f1fe34c148ca48 |
|
16-Jan-2008 |
cilix42 <cilix42@users.sourceforge.net> |
Add option in Preferences to keep objects after conversion to guides |
307028df56a44d307292d92f319456ad88d6081f |
|
15-Jan-2008 |
cilix42 <cilix42@users.sourceforge.net> |
Slightly more 'object-oriented' way to invoke item-specific conversion-to-guides methods |
a05187e45953c309c431d23ca734d62be88269e7 |
|
12-Jan-2008 |
cilix42 <cilix42@users.sourceforge.net> |
Allow conversion of all selected items to guides (for items other than rectangles or 3D boxes these are simply aligned along the bounding box of the item being converted) |
32461c0cc717f51ba84908e1eea5b1ee150cf27e |
|
11-Jan-2008 |
cilix42 <cilix42@users.sourceforge.net> |
Add possibility to convert objects (only rectangles and 3D boxes currently) to guidelines. Also see corresponding post on the mailing list; in particular, feel free to revert it if this is inappropriate during Frost phase. |
ddc251b3cf95b0097b6a5ee39ea132bd4d7d5cbc |
|
02-Jan-2008 |
johanengelen <johanengelen@users.sourceforge.net> |
+ Fix bug #179840, forking of LPEs
+ Groundwork for fixing transforming LPE bugs. TODO: implement the actual transformation of LPE parameters. |
52269903988ab9f48818faa7884807c43bab6f82 |
|
27-Nov-2007 |
gorodish <gorodish@users.sourceforge.net> |
Excised unneeded windows include that slipped in by mistake. |
6eab383575ced4d4e2b52984d50b868f5cd259f8 |
|
26-Nov-2007 |
joncruz <joncruz@users.sourceforge.net> |
Undo compile break |
4c009829defa9a8d1043a132086209753f49b0c1 |
|
25-Nov-2007 |
gorodish <gorodish@users.sourceforge.net> |
Fix for Bug #1823541: Added support for pasting bitmap data from the system clipboard. See bug report for details. |
542acb67493132a953fa9bb79b5b462b343fc3f5 |
|
14-Nov-2007 |
dvlierop2 <dvlierop2@users.sourceforge.net> |
A pasted selection is supposed to snap to the grid, but this cannot work the way its implemented currently. If one of the points is currently snapped, then how can we make sure that that SAME point is snapped again after pasting? If it's another point that snaps, then this is useless...
Furthermore it's also buggy currently (it messes up the grid snapping sensitivity), so I'm removing this functionality. If someone wants it back, we should rather round the paste offset to a multiple of the grid pitch. This way, something that was snapped to the grid before will stay snapped after pasting. |
e7333a0a54c8d33b7397406dd76938aa430836d5 |
|
04-Nov-2007 |
joncruz <joncruz@users.sourceforge.net> |
Warning cleanup |
43f1d702660516fdcc9514764a36775142c8c7a1 |
|
31-Oct-2007 |
pjrm <pjrm@users.sourceforge.net> |
noop: comment style |
d99891fe75503d09e4ad8aefc8fc0191e790f692 |
|
31-Oct-2007 |
pjrm <pjrm@users.sourceforge.net> |
CodingStyle: const placement. (noop; checked no change to .o file.) |
fb5a72174252e0e79107dcad3bf5a2bbd73e349c |
|
28-Oct-2007 |
johanengelen <johanengelen@users.sourceforge.net> |
LPE: implement 'edit next LPE parameter'. Accessible through key '7'. |
f9e873a40f296549aa97e6dc3fa65ecb7d16a33a |
|
22-Oct-2007 |
buliabyak <buliabyak@users.sourceforge.net> |
ensure copy/paste of style between gradient stops works |
0d379a79c3d1834f981688c06189c096e9c5da94 |
|
16-Oct-2007 |
buliabyak <buliabyak@users.sourceforge.net> |
fix unlinking clones when moving original to another layer |
0cb49af80c6054253355d16cab0ace6eadcf7cc5 |
|
11-Oct-2007 |
pjrm <pjrm@users.sourceforge.net> |
Fix g_return_if_fail failure: It can validly happen that fit_canvas_to_selection is called when nothing is selected (just like many other verbs). So put new message in status bar and return rather than signalling an error with g_return_if_fail. |
4d0239401455512530d186ecd6b5e26dda3653e8 |
|
09-Oct-2007 |
johanengelen <johanengelen@users.sourceforge.net> |
apply John Cliff's patch [ 1743843 ] Create Marker from Selection Menu Item |
88dd07af6929c66d5f342528d696ee8e26907044 |
|
14-Sep-2007 |
johanengelen <johanengelen@users.sourceforge.net> |
sorry for debug message. deleted. |
c218d43b0f2680ff2702939264e7a9e09f5707d0 |
|
14-Sep-2007 |
johanengelen <johanengelen@users.sourceforge.net> |
fix pasting of LPE's across multiple document; plus a number of small fixes. |
5035e5ae614f6ed501327e39a894c7fc48c1b41c |
|
11-Sep-2007 |
cilix42 <cilix42@users.sourceforge.net> |
Compute farthest-from-center point correctly in Alt+rotation |
2f99f08590b9e75d4c4f33cc4374db3e8f97f15d |
|
10-Sep-2007 |
joncruz <joncruz@users.sourceforge.net> |
Purged fill type enum |
fac3eb9aebddbdb591b931d4c42a1a7d10f51a1c |
|
04-Sep-2007 |
johanengelen <johanengelen@users.sourceforge.net> |
LPE: add Paste LPE verb + menu item. add scale ratios to curve stitch and path-along-path. remove trailing space in verbs.cpp. Fix initialization of BoolParam |
981b809bc6ed10a21e89444d9447e5475801874f |
|
14-Aug-2007 |
johanengelen <johanengelen@users.sourceforge.net> |
Commit LivePathEffect branch to trunk!
(disabled extension/internal/bitmap/*.* in build.xml to fix compilation) |
b28c4e3da388087b108e7a5749d75668afcd2d58 |
|
28-Jul-2007 |
dvlierop2 <dvlierop2@users.sourceforge.net> |
1) Changes to snapping preferences dialog
2) Strict snapping implemented, i.e. bbox only to bbox and nodes only to paths/nodes
3) Renaming of some constants to improve readability |
21717617b65f988f286cc3ad117de9ac88c54a18 |
|
17-Jul-2007 |
gbanaszk <gbanaszk@users.sourceforge.net> |
A few additions to ensure that editing trefs is not allowed (and doesn't cause a crash). Also allows all trefs within a selection to be 'unlinked'. |
29ad4e90d149629a444e2b7aab6b48ca5a709d3e |
|
11-Jul-2007 |
cyreve <cyreve@users.sourceforge.net> |
bug 1243190: add tref element support; limited editing support thus far (patch by gbanaszk) |
2a2558985bdd7d96bcecb578cb2b6a5f50addd0c |
|
27-Jun-2007 |
buliabyak <buliabyak@users.sourceforge.net> |
use an accessor method to get filter from style |
3a8e479f331858946168c32bfc7622c9010b6680 |
|
27-Jun-2007 |
buliabyak <buliabyak@users.sourceforge.net> |
switch SPStyle to using SPFilterReference for filters; sp_style_new now requires an SPDocument; SPURIReference and SPFilterReference have an alternative constructor taking an owner_document instead of owner object |
4d79affe53b5c0e7dbc67014aee9be5251dc56df |
|
27-Jun-2007 |
buliabyak <buliabyak@users.sourceforge.net> |
more unreffing temporary styles properly |
dce320ecbaf4b7b09f0e286c8933feb27f116dc4 |
|
18-Jun-2007 |
cmarqu <cmarqu@users.sourceforge.net> |
Add translator hint. |
cb1523c9f62c56c95670d52e638ccd451e7fd8a3 |
|
20-May-2007 |
pjrm <pjrm@users.sourceforge.net> |
noop: Change fitToRect to take NR::Rect instead of old NRRect. Update callers. |
59a0ba05e8bea8ef8d8c905eb0232c5980ac9afa |
|
15-Apr-2007 |
johanengelen <johanengelen@users.sourceforge.net> |
Removal of old grid code - fully enabled new grid code. |
7333a6d3d0e1b6b738726a859e5875d5d97b27d9 |
|
20-Mar-2007 |
mental <mental@users.sourceforge.net> |
plumb XML::Document parameter into duplication, courtesy of bryce |
acf6a9462fe97ec8c19cc905d164b1b437cb0b05 |
|
17-Mar-2007 |
mental <mental@users.sourceforge.net> |
re-introduce isEmpty tests |
3308b462f74a2a48befa3424e697c691d297f680 |
|
16-Mar-2007 |
buliabyak <buliabyak@users.sourceforge.net> |
string disambig |
ae5f1fd7d2a6e7e8e539730ad56476c26e459ecd |
|
12-Mar-2007 |
acspike <acspike@users.sourceforge.net> |
move sp_document_done() out into verbs.cpp |
4a846925296e622a461268eaa3349fb082967ba2 |
|
12-Mar-2007 |
acspike <acspike@users.sourceforge.net> |
send verb ids into history and remove casting errors |
42a42d6e2fde3e6581f84c38eeecf0888ceaa4bc |
|
12-Mar-2007 |
acspike <acspike@users.sourceforge.net> |
add verbs for unlocking and unhiding all objects globaly or within the current layer |
4e7296f58dbce45c5427ecb1c2b19139a2f2e205 |
|
11-Mar-2007 |
mental <mental@users.sourceforge.net> |
argh, missed selection-chemistry somehow |
d414fe3e051a6fced9010f6b610fdca5c7285304 |
|
11-Mar-2007 |
mental <mental@users.sourceforge.net> |
Switch selection bounds and center to use NR::Maybe, addressing most of the
recent bbox regressions. |
6e3576be211b59b7d8a9e7afe3493d961c053b75 |
|
10-Mar-2007 |
mental <mental@users.sourceforge.net> |
Merge further bbox work |
385709d739bf6cc29c933d533868f011ebc9fd73 |
|
09-Mar-2007 |
mental <mental@users.sourceforge.net> |
specialize MaybeStorage for Rect, and start using reference maybes to
avoid some copies |
8d10164b2636a9ee8b6ab5c5182143c0e50de3d4 |
|
05-Mar-2007 |
mental <mental@users.sourceforge.net> |
Separate NRRect and NR::Rect a bit further; the goal is to get to the point where there is no way to create an empty NR::Rect |
090b64622aefb974887ffe27031360a5022acc99 |
|
04-Mar-2007 |
mental <mental@users.sourceforge.net> |
adapt code to new Maybe/bbox regime |
527aa365be35e7ea4f8040baa59ffa2755305865 |
|
02-Mar-2007 |
buliabyak <buliabyak@users.sourceforge.net> |
fix an error in rounding negative coords |
0bbf3b651e7b9a66917cfd8a66812ee8c9982bcf |
|
02-Mar-2007 |
buliabyak <buliabyak@users.sourceforge.net> |
fix mental's typo! found purely by chance |
f8beeeb76fbc5e83ebbecccc6fc5aed10a6b4978 |
|
28-Feb-2007 |
mental <mental@users.sourceforge.net> |
refactor sp_svg_transform_write to return a dynamically-allocated string
-- dynamic allocation won't hurt you, but buffer overruns will! |
be79822950187836d995f3922b2be973b28cef4e |
|
24-Feb-2007 |
buliabyak <buliabyak@users.sourceforge.net> |
fix 1332884 |
5ab08d9f7d378f9dee682173fe4e4e3154608b9d |
|
24-Feb-2007 |
buliabyak <buliabyak@users.sourceforge.net> |
some more refactoring |
9ba7eae5f79161f75414ec25341ccf26417b0e94 |
|
24-Feb-2007 |
buliabyak <buliabyak@users.sourceforge.net> |
make selection_contains_both_clone_and_original reusable |
11c97f5a246ff2da7284079bb295e063248035d6 |
|
11-Feb-2007 |
buliabyak <buliabyak@users.sourceforge.net> |
allow grouping a single object |
b29054d5d92f130b884d56c4f57456dcb55bb65b |
|
26-Jan-2007 |
buliabyak <buliabyak@users.sourceforge.net> |
temporary fix: prevent crash when clipping/masking an object with its own clone |
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 |
d37d8a004f7cef6184f19fa7bbc53416971e839c |
|
18-Jan-2007 |
buliabyak <buliabyak@users.sourceforge.net> |
text fixes |
3f1e3172ecda7a2e97bf82c489d9adaa6bcccaf6 |
|
05-Jan-2007 |
buliabyak <buliabyak@users.sourceforge.net> |
patch 1623967, fixes bug 1332888 and the wrong move of original-with-clone selection in transformed group |
dd69425007680aafc47fdd994e1985625571d252 |
|
06-Dec-2006 |
bryce <bryce@users.sourceforge.net> |
Renaming sp-marker.* to marker.* |
65af4cd27e6b638baf8dc6aeaff92f8c41ba6d16 |
|
18-Nov-2006 |
bryce <bryce@users.sourceforge.net> |
Adding some documentation for things related to markers |
3db4920631ecd4906f629a529c97684316d23055 |
|
13-Nov-2006 |
buliabyak <buliabyak@users.sourceforge.net> |
factor out retrieving export hints from selection and document; use that for create_bitmap if no resolution/minsize specified in prefs; for default 90dpi, snap the bitmap to pixel grid; move deleting objects when clipping/masking to the end of function |
a9a0b21abc8ca237bb6740528d6d3593b888b10a |
|
24-Oct-2006 |
buliabyak <buliabyak@users.sourceforge.net> |
enable copy/paste of objects with filters |
9801f8ba764863655312f3e68b88974b87446e32 |
|
03-Sep-2006 |
buliabyak <buliabyak@users.sourceforge.net> |
fix pattern transform when doing object-to-pattern within a transformed group |
df115c311c00f582abe2d0941254dc7bd885008a |
|
18-Jul-2006 |
ishmal <ishmal@users.sourceforge.net> |
factor native PNG export out of file.cpp in preparation for new export dialog |
70289ba954ffc5a7024fccd5cc845d1d6fa1fddd |
|
06-Jul-2006 |
buliabyak <buliabyak@users.sourceforge.net> |
undo annotations |
0b5fcbf2b10e9b61e269a44d26a6ea8e09e6b48f |
|
03-Jul-2006 |
buliabyak <buliabyak@users.sourceforge.net> |
undo annotations |
4ec52515516e3a6bf2fbc3ed01a7e179bde16d20 |
|
29-Jun-2006 |
buliabyak <buliabyak@users.sourceforge.net> |
patch from Gustav Broberg: undo annotations and history dialog |
1a02c2b616bd167a58870ad9ed33af5e042c9daf |
|
22-Jun-2006 |
rwst <rwst@users.sourceforge.net> |
apply patch 1498946 by zbsz (fixes #1492545 "PNG resolution value export") |
93853f1185dd014cc3480266908da5f653ffdf6c |
|
12-May-2006 |
mjwybrow <mjwybrow@users.sourceforge.net> |
* src/selection-chemistry.cpp, src/sp-conn-end-pair.cpp:
When moving/transforming connectors, only detach connectors
from objects that are not part of the selection. Previously,
connectors moved as part of a selection would be detached from
all objects. This has been requested several times via email.
The change also fixes bug #1383806. |
945a51e46dde679c3ea40a6a4f5a5e6e24c2a8b8 |
|
10-May-2006 |
buliabyak <buliabyak@users.sourceforge.net> |
patch 1484602 by Niko Kiirala |
45f52d58a0c52daa4a98f117b0cda2ca1d510ad5 |
|
09-May-2006 |
buliabyak <buliabyak@users.sourceforge.net> |
patch from Niko Kiirala for bug 1482973 |
d2378b62d2e48da3d7b23df2be3cf42184293299 |
|
03-May-2006 |
cth103 <cth103@users.sourceforge.net> |
Give SPNamedView a SnapManager instance and use it for all management of snapping settings. |
a42a6d4d0cc81a03c2e0e36bd48f7bd079ee5390 |
|
19-Apr-2006 |
acspike <acspike@users.sourceforge.net> |
tweaking for bbyak |
6d26f0c3415176c2f2a85da0426cad95f46ca3cc |
|
19-Apr-2006 |
acspike <acspike@users.sourceforge.net> |
Adding fit canvas verbs
a few fixes in verbs.cpp
and a new button |
6129af7cc5b723223e9617614c931936e5190421 |
|
17-Apr-2006 |
mental <mental@users.sourceforge.net> |
Get rid of the SP_DT_* macros which do nothing more than provide additional, confusing, names for other functions. If shorter names are desired, the actual functions should be renamed -- or better, made into member functions. |
e605cdb549afe00d92ffdad829b28672505ccfd3 |
|
05-Apr-2006 |
buliabyak <buliabyak@users.sourceforge.net> |
insert clippath/mask item above the unmasked item into the same parent, instead of just putting it on top of everything in the current layer |
de85b07c6395bae59577144d3fb48a8f60975edb |
|
31-Mar-2006 |
knutux <knutux@users.sourceforge.net> |
patch #1450307 - option for select all to work in layer with it's sub-layers:
* Replaced check-box in preferences with 3 radio buttons (in all document in current layer only, in current layer with sub-layers)
* Altered "Select all" functionality to include objects in sub-layers (if preference is on)
* Altered TAB functionality to include sub-layers (had to introduce "context layer" concept in Selection class - without it TAB'ing would end in deepest child, but it needs to return to parent on subsequent TAB key press) |
f949270b90a7c2c806e5c06ee4e399ad2eb47654 |
|
28-Mar-2006 |
buliabyak <buliabyak@users.sourceforge.net> |
copy rotation center when cloning |
c45c51a9e0f4817fe2cfeb0faddf0f9b4b84256a |
|
27-Mar-2006 |
buliabyak <buliabyak@users.sourceforge.net> |
obey scale ratio lock |
bfe53ffdaa5dda4a68d32d574158493c1c131ef8 |
|
26-Mar-2006 |
buliabyak <buliabyak@users.sourceforge.net> |
pasting size |
c89c32714737c143061a055b951c7b3ef6819bdd |
|
23-Mar-2006 |
buliabyak <buliabyak@users.sourceforge.net> |
use rotation center in keyboard rotation and transform dialog |
5271cd656d5e935ca2f55b6b61a4f3aedee22fd5 |
|
22-Mar-2006 |
knutux <knutux@users.sourceforge.net> |
Mask/Clippath transformations on masking/unmasking |
23f53187c1aa96a13332b8d3beaf91b99f49d0d6 |
|
21-Mar-2006 |
knutux <knutux@users.sourceforge.net> |
Fixes to unmasking:
- Fixed crash if unmask/unclip is used on unmasked object
- Restoring mask/clippath object even if it is still referenced
- Adding restored mask objects to selected item list |
41b9f5f4416766ca01eedd79e2d8c201d677ab99 |
|
20-Mar-2006 |
buliabyak <buliabyak@users.sourceforge.net> |
copy clippaths, masks, and mask gradients to defs_clipboard |
b3f56023dab178fd94e7b5809f9e33bbfada7fc9 |
|
20-Mar-2006 |
buliabyak <buliabyak@users.sourceforge.net> |
patch by Andrius R. for (un)clip and (un)mask commands |
d4ce9f955cccc07f357b104b3729ca80e9d6e91a |
|
15-Mar-2006 |
buliabyak <buliabyak@users.sourceforge.net> |
patch by christoph-b3e to clone multiple selected objects |
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 |
8aa49e31e078deab4a1383d7adf83e96f9979533 |
|
26-Jan-2006 |
buliabyak <buliabyak@users.sourceforge.net> |
transform centers in sp_selection_apply_affine, comments |
6b15695578f07a3f72c4c9475c1a261a3021472a |
|
16-Jan-2006 |
mental <mental@users.sourceforge.net> |
moving trunk for module inkscape |