summaryrefslogtreecommitdiffstats
path: root/src/path-chemistry.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | corrected the casts (hopefully)Marc Jeanmougin2015-02-271-32/+17
* | Put a few std::vector<SPitem*>Marc Jeanmougin2015-02-191-36/+37
* | At first, I was thinking "I just have to go to the selection file, and change...Marc Jeanmougin2015-02-171-62/+63
|/
* Remove sp_style_write_string() and sp_style_write_difference().Tavmjong Bah2014-12-251-15/+13
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-6/+6
* Purge sp_desktop_message_stackLiam P. White2014-12-211-8/+8
* Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White2014-12-211-4/+4
* Update to trunk r13638Liam P. White2014-10-251-24/+32
|\
| * Address possible-yet-unlikely null parent scenario.Jon A. Cruz2014-10-241-3/+3
| * Initial removal of box3d outdated GTKish macros.Jon A. Cruz2014-10-241-21/+29
* | Update to trunk r13621Liam P. White2014-10-171-0/+1
|\|
| * path combine: add an assert to indicate that item list cannot be emptyJohan B. C. Engelen2014-10-121-0/+1
* | Update to trunkLiam P. White2014-03-261-15/+10
|\|
| * fix crash introduced in rev. 13199. (revert the change to Glib::string (cras...Johan B. C. Engelen2014-03-251-8/+8
| * add convenience functions to deal with Glib::ustrings for setting repr attrib...Johan B. C. Engelen2014-03-241-2/+2
| * sp_selected_path_combine: simplify code, prevent memleak waiting to happen u...Johan B. C. Engelen2014-03-241-13/+8
* | Reverted swatchesLiam P. White2014-03-121-0/+8
|/
* C++Johan B. C. Engelen2013-10-041-1/+1
* C++ify calling a few SPLPEItem functions, much more work than expected... slo...Johan B. C. Engelen2013-09-251-1/+1
* Allow Object to Path verb from non-GUI (DBus) interfaceEric Greveson2013-08-121-6/+4
* Fix for Bug #257223 (Object to Path should work for Connectors) by Matthew Pe...Nicolas Dufour2013-05-011-0/+8
* Header cleaningAlex Valavanis2012-02-121-0/+2
* add underscores to some member variables.Johan B. C. Engelen2012-01-171-1/+1
* turn SPPath into a class, and add some methods...Johan B. C. Engelen2012-01-171-3/+3
* part 1 of SPPath cleanup for LPE... remove duplicated original_curve in SPPat...Johan B. C. Engelen2012-01-171-1/+1
* Warning and uninitialized variable cleanup.Jon A. Cruz2012-01-081-6/+7
* Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis2011-12-081-1/+1
* Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz2011-07-161-4/+6
* Finished cleanup of outdated SP_OBJECT_PARENT C macro.Jon A. Cruz2011-02-211-46/+49
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-17/+24
|\
| * SPShape c++ified to the extent it was possible and more changes done for XML ...Abhishek Sharma Public2010-07-141-1/+1
| * C++ification of SPObject continued along with the onset of XML Privatisation....Abhishek Sharma Public2010-07-061-2/+4
| * New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...Abhishek Sharma Public2010-07-021-4/+4
* | Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
|/
* fix pasting of LPE stacksJohan B. C. Engelen2010-03-141-1/+33
* fix regression caused by rev. 8927 (reported in LP bug #495483 by ~suv)Diederik van Lierop2010-01-091-0/+1
* When combining paths: clear the selection before deleting the original objectsDiederik van Lierop2009-12-301-6/+10
* Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert2009-08-061-2/+2
* SPDocument->Documentjohnce2009-08-051-2/+2
* reverse nodetypes order (Bug #179866)Thomas Holder2009-05-251-1/+7
* fix simplify, combine, break for LPE pathsbulia byak2009-03-291-8/+10
* fix crash, allow combine to work transparently on groupsbulia byak2008-12-291-3/+9
* From trunkTed Gould2008-10-271-23/+78
* LIBNR REMOVAL. Deleted nr-path.h/.cpp which is no longer used. (removed all ...Johan B. C. Engelen2008-09-071-1/+0
* Fix for Bug 238113 (preserve title/desc for various Inkscape operations)Jeff Schiller2008-08-241-0/+15
* Remove further instances of SP_ACTIVE_DESKTOPMaximilian Albert2008-08-141-19/+7
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-081-2/+2
* convert all SPCurve's points and matrices arguments and return types to 2GeomJohan B. C. Engelen2008-07-171-1/+1
* convert object to path: replace check for empty path with 2geomified method o...Johan B. C. Engelen2008-07-141-1/+1
* split paths using 2geom PathVectorJohan B. C. Engelen2008-06-221-3/+3