69c759f2c618832689ed8ee6ed53780ddf8cd2e1 |
|
08-Apr-2016 |
jabiertxof <info@marker.es> |
Bug #1552765 fixed Break Apart dont handle well stroke with in documents different than px |
ded452ba975ea08f732020c3339012433fd30af3 |
|
04-Mar-2016 |
jabiertxof <info@marker.es> |
Fix for bug 415471 and 1553182 related to undo with eraser tool |
41c4ddd6064c35b849f347c88f4e39bb31d4ce62 |
|
13-Nov-2015 |
Kris De Gussem <Kris.De.Gussem@hotmail.com> |
static code analysis |
5ad3183401e0799b6142bcfcd05e876f85189551 |
|
02-Oct-2015 |
tavmjong-free <tavmjong@free.fr> |
Use different method to find text to save when converting text to path.
(Also has advantage of preserving lines.) |
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 |
17ccfb779f1fcb6a560b992a0977ce965e809a8c |
|
28-Apr-2015 |
tavmjong-free <tavmjong@free.fr> |
Save original text in 'aria-label' attribute for accessibilty reasons. |
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) |
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. |
cbbc40716074376b8327b9c3538b53dc5543b512 |
|
25-Dec-2014 |
tavmjong-free <tavmjong@free.fr> |
Remove sp_style_write_string() and sp_style_write_difference(). |
9ba77856a8823f85b53c0a861d220cd0347f2754 |
|
21-Dec-2014 |
Liam P. White <inkscapebrony@gmail.com> |
Remove sp_desktop_document and finish cleanup of desktop-handles.h |
ae267d9fae0374116e9e21f75bcb170368f4d47a |
|
21-Dec-2014 |
Liam P. White <inkscapebrony@gmail.com> |
Purge sp_desktop_message_stack |
769a6887551cf7ff7bce4b48d3ac303cbea69507 |
|
21-Dec-2014 |
Liam P. White <inkscapebrony@gmail.com> |
Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection |
81f2231700c703d0d02f3b940703de213d488d63 |
|
24-Oct-2014 |
Jon A. Cruz <jon@joncruz.org> |
Address possible-yet-unlikely null parent scenario. |
f91279be939ce6c33befa6cdb5bc8a99cc5a765c |
|
24-Oct-2014 |
Jon A. Cruz <jon@joncruz.org> |
Initial removal of box3d outdated GTKish macros. |
320d480c5fc92f304607fb4e11d9c4d1e264b870 |
|
12-Oct-2014 |
Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> |
path combine: add an assert to indicate that item list cannot be empty |
d2e42b9425ccd4c2d4c20c2217455da177035e48 |
|
27-Sep-2014 |
Liam P. White <inkscapebrony@gmail.com> |
Update to experimental r13565 |
d51c2e3625e9a2e87dad4c8a7377e8440644e6e0 |
|
25-Mar-2014 |
Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> |
fix crash introduced in rev. 13199. (revert the change to Glib::string (crashes on nullptr init), but keep the memleak fix) |
550f6900229e0234d1d7f8484768d8f1d2ebcf25 |
|
24-Mar-2014 |
Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> |
add convenience functions to deal with Glib::ustrings for setting repr attributes |
82cc53d3d7df150dea4c92b42dc58c79b644767e |
|
24-Mar-2014 |
Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> |
sp_selected_path_combine: simplify code, prevent memleak waiting to happen upon refactoring |
150b6e45ee3f5f9100884208cd91f2ce8fade8e1 |
|
12-Mar-2014 |
Liam P. White <inkscapebronyat-signgmaildotcom> |
Reverted swatches
Removed a toy effect (not ready yet)
Fixed a bug with Livarot
General cleanup |
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... |
e25076a0c8caf01a05b34c96485471798f61b6cb |
|
12-Aug-2013 |
Eric Greveson <eric@greveson.co.uk> |
Allow Object to Path verb from non-GUI (DBus) interface |
962fcc98f038d2e7dbcd80f5398f1cc159401495 |
|
01-May-2013 |
JazzyNico <nicoduf@yahoo.fr> |
Fix for Bug #257223 (Object to Path should work for Connectors) by Matthew Petroff. |
47badd0035ae8c9135c51444f3770b17ae504dda |
|
12-Feb-2012 |
Alex Valavanis <valavanisalex@gmail.com> |
Header cleaning |
620d9f76e90641a5a91f0c45fcb9a2f07b3881db |
|
17-Jan-2012 |
Johan Engelen <goejendaagh@zonnet.nl> |
add underscores to some member variables.
add some const stuff |
b1f68f459a210575936c2450f578f79189fc3817 |
|
17-Jan-2012 |
Johan Engelen <goejendaagh@zonnet.nl> |
turn SPPath into a class, and add some methods... |
c4f75b909578d5859096825f8c1487849d9b544a |
|
17-Jan-2012 |
Johan Engelen <goejendaagh@zonnet.nl> |
part 1 of SPPath cleanup for LPE... remove duplicated original_curve in SPPath (SPShape has curve_before_lpe) |
0de00189ead4347edfdce459510b99b572e43e26 |
|
08-Jan-2012 |
Jon A. Cruz <jon@joncruz.org> |
Warning and uninitialized variable cleanup. |
c0537dcfe264414d52ad86579d57cb0cb2183dcb |
|
08-Dec-2011 |
Alex Valavanis <valavanisalex@gmail.com> |
Switch to top-level glib headers. Thanks to DimStar for patch |
8a0a34615f080ecd1c09986d8963d6afe5937a25 |
|
16-Jul-2011 |
Jon A. Cruz <jon@joncruz.org> |
Cleanup of oudated/redundant SP_ITEM() macro use. |
b1e9412390109d31b8fac91c39b927536d3f0858 |
|
21-Feb-2011 |
Jon A. Cruz <jon@joncruz.org> |
Finished cleanup of outdated SP_OBJECT_PARENT C macro. |
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. |
3160bbbab034cde9669d9dbe736bd834b9cb0352 |
|
14-Jul-2010 |
Abhishek Sharma Public <spyzerdotabhishek0at-signgmaildotcom> |
SPShape c++ified to the extent it was possible and more changes done for XML privatisation. Major changes yet to come. |
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. |
5e1a030f60fc5f5753e30882711db9af56f763f5 |
|
02-Jul-2010 |
Abhishek Sharma Public <spyzerdotabhishek0at-signgmaildotcom> |
New Class SPDocumentUndo created which takes care of c++fying some non SPDocument based methods |
2aca58a57e33c224650b5cd1686ac211aa75964a |
|
14-Mar-2010 |
Johan Engelen <goejendaagh@zonnet.nl> |
fix pasting of LPE stacks |
29064232ebee3001dc3368ab856ec978eee88307 |
|
09-Jan-2010 |
Diederik van Lierop <mailat-signdiedenrezidotnl> |
fix regression caused by rev. 8927 (reported in LP bug #495483 by ~suv) |
58e1f71759f5c721009944a0bed061e6db297717 |
|
30-Dec-2009 |
Diederik van Lierop <mailat-signdiedenrezidotnl> |
When combining paths: clear the selection before deleting the original objects |
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 |
0cc6be25177658d9917acb72cdf63e43c9d91155 |
|
25-May-2009 |
speleo3 <speleo3@users.sourceforge.net> |
reverse nodetypes order (Bug #179866) |
26a66406421c14edbb029fdcaf37b457ffca3ab7 |
|
29-Mar-2009 |
buliabyak <buliabyak@users.sourceforge.net> |
fix simplify, combine, break for LPE paths |
e0c38bd294fd720cebbabeda1a0d87259f68bf7f |
|
29-Dec-2008 |
buliabyak <buliabyak@users.sourceforge.net> |
fix crash, allow combine to work transparently on groups |
e9b6af083e34e2397a8ddbe9781920733d09d151 |
|
27-Oct-2008 |
Ted Gould <ted@canonical.com> |
From trunk |
3c286c39653509ce12cd7221cc471934b1f2f475 |
|
07-Sep-2008 |
johanengelen <johanengelen@users.sourceforge.net> |
LIBNR REMOVAL. Deleted nr-path.h/.cpp which is no longer used. (removed all references to nr-path.h) |
d0e9733b7b0ddf2f0e7c842e19607f992eebf89a |
|
24-Aug-2008 |
jeff_schiller <jeff_schiller@users.sourceforge.net> |
Fix for Bug 238113 (preserve title/desc for various Inkscape operations) |
1abf95e8668076028170f6f5cbd92806f3306322 |
|
14-Aug-2008 |
cilix42 <cilix42@users.sourceforge.net> |
Remove further instances of SP_ACTIVE_DESKTOP |
26b62dfb088a00b6debad350538a64c2af145f50 |
|
08-Aug-2008 |
johanengelen <johanengelen@users.sourceforge.net> |
remove many unnecessary to_2geom and from_2geom calls |
235e8e7977f17c6070b4691837b8a6cb2bd4cc35 |
|
18-Jul-2008 |
johanengelen <johanengelen@users.sourceforge.net> |
convert all SPCurve's points and matrices arguments and return types to 2Geom |
855fb4f5312366ba213cc84356b8b9faa7c84686 |
|
14-Jul-2008 |
johanengelen <johanengelen@users.sourceforge.net> |
convert object to path: replace check for empty path with 2geomified method of spcurve |
ad0961dfa09ad8c8648af804dcf07228a3f2b73a |
|
23-Jun-2008 |
johanengelen <johanengelen@users.sourceforge.net> |
split paths using 2geom PathVector |
f0b266fb6da6088fdd7a37af06099d50b83bec90 |
|
08-Jun-2008 |
cilix42 <cilix42@users.sourceforge.net> |
Patch from sas for LP #231690 (crash when combining two paths) |
de548853cfdf3763af21325c7b857f2e19f8982f |
|
07-Jun-2008 |
johanengelen <johanengelen@users.sourceforge.net> |
for path-chemistry.cpp, start using 2geompath for svg_write: sp_svg_write_path(np->curve->get_pathvector() ); |
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.) |
5209a05743e62584a7ec6afe050ffb0223f899f8 |
|
09-May-2008 |
johanengelen <johanengelen@users.sourceforge.net> |
- try to use more forward declarations for less dependencies on display/curve.h
- change _bpath to private member of SPCurve, obtain and set with get_bpath and set_bpath.
- added const methods, so protect changes to _bpath in SPCurve |
973c92f3bdd6e7877e29e556eff3d9675df1be35 |
|
08-May-2008 |
mental <mental@users.sourceforge.net> |
merge inline patch from Jimmy |
ff10ef00a3847886fff81e690d2f329f5eba2253 |
|
05-May-2008 |
johanengelen <johanengelen@users.sourceforge.net> |
struct SPCurve => class SPCurve
change all sp_curve_methods functions to SPCurve::methods. |
2592a18b9adeb33096cf9131787ffdbad8316427 |
|
24-Apr-2008 |
buliabyak <buliabyak@users.sourceforge.net> |
enable combine/breakapart to work with lpes properly |
62b239dfd556355c315e098c029213295ed3c304 |
|
12-Apr-2008 |
jaspervdg <jaspervdg@users.sourceforge.net> |
Preserve transform of topmost object when combining paths (fixing bug 215255). |
5b8ee3df72dcac734e27c5f44c5060b5df2adfbd |
|
29-Mar-2008 |
cilix42 <cilix42@users.sourceforge.net> |
Fix passing wrong pointer type when using the tweak tool on 3D boxes |
ae22ad7adc4a7a418e71f5dbab8c1f0f7f464562 |
|
28-Mar-2008 |
johanengelen <johanengelen@users.sourceforge.net> |
when applying LPE to rect, convert it to path first |
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 |
7691e5a60e36fbdbc46342cdc4dcec54737897e1 |
|
18-Mar-2008 |
buliabyak <buliabyak@users.sourceforge.net> |
patch by Jasper: concatenate curves, not path strings (which would break with relative path commands) |
917950553deb476e1dff62839b34c79ca7abc103 |
|
07-Mar-2008 |
buliabyak <buliabyak@users.sourceforge.net> |
remove not-in-same-parent limitation in combine, allow it to skip non-paths |
5e4318dcf1a5abd6d513e0321c78939d20e6a7f4 |
|
05-Mar-2008 |
joelholdsworth <joelholdsworth@users.sourceforge.net> |
Bugfix for bug #168283: possible to create empty paths via text -> object to path. Text that produces no glyphs is left unconverted. |
13095970af601fa273fa8a6ca4ed548a01c84e70 |
|
25-Feb-2008 |
buliabyak <buliabyak@users.sourceforge.net> |
fix converting 3d boxes to path and ungrouping - do not lose selection, preserve style, id and clip/mask |
66632b492f9cd54e5667fd4e1fca8e457f59b282 |
|
31-Jan-2008 |
bryce <bryce@users.sourceforge.net> |
Applying fixes for gcc 4.3 build issues (closes LP: #169115) |
7ed5165239990ad860859dd38806e0ac1736b8ee |
|
09-Jan-2008 |
cilix42 <cilix42@users.sourceforge.net> |
Convert 3D boxes to ordinary groups before tweaking, ungrouping or applying 'convert to path' (closes LP #179693 and #176646). |
2a36d641976fafb68113aa9eb2f7439a868f7a20 |
|
02-Jan-2008 |
johanengelen <johanengelen@users.sourceforge.net> |
Fix LP bug #179328 |
caf60ce95aac2d44c7cdd41125e9f4ab32ded886 |
|
02-Nov-2007 |
joncruz <joncruz@users.sourceforge.net> |
warning cleanup |
713b40d8f334c2c31d94126082f17d925b3fc4b5 |
|
26-Sep-2007 |
buliabyak <buliabyak@users.sourceforge.net> |
speed up converting many objects to paths, add waiting cursors and statusbar messages |
1f9681bc5bc1f0c6e6c43b32d9ff65dd2afb7e0d |
|
07-Aug-2007 |
buliabyak <buliabyak@users.sourceforge.net> |
export single-item-to-path function |
189100d6cbd56b744e54f0dbdc98b76e7dbe3dc4 |
|
17-May-2007 |
pjrm <pjrm@users.sourceforge.net> |
doc: document a minor bug (or unexpected behaviour). |
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 |
469c9ea92e7d1cc3fec6a26cc79ac54c6ff5b3df |
|
05-Oct-2006 |
buliabyak <buliabyak@users.sourceforge.net> |
undo annotations |
ef9ec465f7385a178ecde098bd283a7bb9c0302a |
|
30-Sep-2006 |
johanengelen <johanengelen@users.sourceforge.net> |
Patch by Popolon to fix bug "[ 1562520 ] Object to path removes mask & clip-path" |
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.... |
0f126658b1c1d0a55708f4a52dd1ce47c0639648 |
|
10-Jul-2006 |
gustav_b <gustav_b@users.sourceforge.net> |
undo annotations |
c053bc755d74ed3bf614d1b3e2edb7c70a85bfec |
|
09-Jul-2006 |
gustav_b <gustav_b@users.sourceforge.net> |
undo annotations |
4ec52515516e3a6bf2fbc3ed01a7e179bde16d20 |
|
29-Jun-2006 |
buliabyak <buliabyak@users.sourceforge.net> |
patch from Gustav Broberg: undo annotations and history dialog |
815e3fc44098466b138092ef35137c5f71de14f9 |
|
28-May-2006 |
mental <mental@users.sourceforge.net> |
replace nr_new() with g_new(), and try to converge on using the glib allocator a little more instead of the others (aside from libgc) |
62820017a6d7b284d9495cb1951bc1a3b83a92d5 |
|
28-May-2006 |
buliabyak <buliabyak@users.sourceforge.net> |
break apart faster: prepend to list instead of append, add objects to selection wholesale instead of one by one |
fdc44da6a01ea7605271feed15df61005ddd0219 |
|
09-May-2006 |
mental <mental@users.sourceforge.net> |
eliminate direct accesses to SPCurve::bpath |
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. |
5565efcad3429eb16a0426d58a928287727c7be8 |
|
28-Mar-2006 |
buliabyak <buliabyak@users.sourceforge.net> |
copy rotation center when converting to path |
ebff5088a0d9f6ad5552da2d163c4febd305c54d |
|
09-Mar-2006 |
pjrm <pjrm@users.sourceforge.net> |
(sp_selected_path_reverse): Fix when multiple paths are selected. Also fix a small memory leak. |
9ab1950a78cba2eb58af9fc8d69f82fce7d8e55a |
|
09-Mar-2006 |
pjrm <pjrm@users.sourceforge.net> |
CodingStyle: whitespace |
39119552b53c1385923e1e8a4d78297e8abe68d2 |
|
09-Mar-2006 |
pjrm <pjrm@users.sourceforge.net> |
CodingStyle: const placement |
f951374eef04129c6a0d213e7ab4d9ed2095ca69 |
|
15-Feb-2006 |
rwst <rwst@users.sourceforge.net> |
bulk trailing spaces removal. consistency through MD5 of binary |
6b15695578f07a3f72c4c9475c1a261a3021472a |
|
16-Jan-2006 |
mental <mental@users.sourceforge.net> |
moving trunk for module inkscape |