summaryrefslogtreecommitdiffstats
path: root/src/path-chemistry.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2014-10-24Address possible-yet-unlikely null parent scenario.Jon A. Cruz1-3/+3
2014-10-24Initial removal of box3d outdated GTKish macros.Jon A. Cruz1-21/+29
2014-10-12path combine: add an assert to indicate that item list cannot be emptyJohan B. C. Engelen1-0/+1
2014-09-27Update to experimental r13565Liam P. White1-0/+8
2014-03-25fix crash introduced in rev. 13199. (revert the change to Glib::string (cras...Johan B. C. Engelen1-8/+8
2014-03-24add convenience functions to deal with Glib::ustrings for setting repr attrib...Johan B. C. Engelen1-2/+2
2014-03-24sp_selected_path_combine: simplify code, prevent memleak waiting to happen u...Johan B. C. Engelen1-13/+8
2014-03-12Reverted swatchesLiam P. White1-0/+8
2013-10-04C++Johan B. C. Engelen1-1/+1
2013-09-25C++ify calling a few SPLPEItem functions, much more work than expected... slo...Johan B. C. Engelen1-1/+1
2013-08-12Allow Object to Path verb from non-GUI (DBus) interfaceEric Greveson1-6/+4
2013-05-01Fix for Bug #257223 (Object to Path should work for Connectors) by Matthew Pe...Nicolas Dufour1-0/+8
2012-02-12Header cleaningAlex Valavanis1-0/+2
2012-01-17add underscores to some member variables.Johan B. C. Engelen1-1/+1
2012-01-17turn SPPath into a class, and add some methods...Johan B. C. Engelen1-3/+3
2012-01-17part 1 of SPPath cleanup for LPE... remove duplicated original_curve in SPPat...Johan B. C. Engelen1-1/+1
2012-01-08Warning and uninitialized variable cleanup.Jon A. Cruz1-6/+7
2011-12-08Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis1-1/+1
2011-07-16Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz1-4/+6
2011-02-21Finished cleanup of outdated SP_OBJECT_PARENT C macro.Jon A. Cruz1-46/+49
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-07-14SPShape c++ified to the extent it was possible and more changes done for XML ...Abhishek Sharma Public1-1/+1
2010-07-06C++ification of SPObject continued along with the onset of XML Privatisation....Abhishek Sharma Public1-2/+4
2010-07-02New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...Abhishek Sharma Public1-4/+4
2010-03-14fix pasting of LPE stacksJohan B. C. Engelen1-1/+33
2010-01-09fix regression caused by rev. 8927 (reported in LP bug #495483 by ~suv)Diederik van Lierop1-0/+1
2009-12-30When combining paths: clear the selection before deleting the original objectsDiederik van Lierop1-6/+10
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-2/+2
2009-08-05SPDocument->Documentjohnce1-2/+2
2009-05-25reverse nodetypes order (Bug #179866)Thomas Holder1-1/+7
2009-03-29fix simplify, combine, break for LPE pathsbulia byak1-8/+10
2008-12-29fix crash, allow combine to work transparently on groupsbulia byak1-3/+9
2008-10-27From trunkTed Gould1-23/+78
2008-09-07LIBNR REMOVAL. Deleted nr-path.h/.cpp which is no longer used. (removed all ...Johan B. C. Engelen1-1/+0
2008-08-24Fix for Bug 238113 (preserve title/desc for various Inkscape operations)Jeff Schiller1-0/+15
2008-08-14Remove further instances of SP_ACTIVE_DESKTOPMaximilian Albert1-19/+7
2008-08-08remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen1-2/+2
2008-07-17convert all SPCurve's points and matrices arguments and return types to 2GeomJohan B. C. Engelen1-1/+1
2008-07-14convert object to path: replace check for empty path with 2geomified method o...Johan B. C. Engelen1-1/+1
2008-06-22split paths using 2geom PathVectorJohan B. C. Engelen1-3/+3
2008-06-08Patch from sas for LP #231690 (crash when combining two paths)Maximilian Albert1-5/+5
2008-06-06for path-chemistry.cpp, start using 2geompath for svg_write: sp_svg_write_pat...Johan B. C. Engelen1-4/+4
2008-06-06merge gsoc2008_johan_path2geom into trunkJohan B. C. Engelen1-1/+1
2008-05-30LPE STACKING!Johan B. C. Engelen1-1/+1
2008-05-09- try to use more forward declarations for less dependencies on display/curve.hJohan B. C. Engelen1-2/+2
2008-05-08merge inline patch from JimmyMenTaLguY1-2/+2
2008-05-05struct SPCurve => class SPCurveJohan B. C. Engelen1-13/+13
2008-04-24enable combine/breakapart to work with lpes properlybulia byak1-6/+28
2008-04-12Preserve transform of topmost object when combining paths (fixing bug 215255).Jasper van de Gronde1-4/+6
2008-03-29Fix passing wrong pointer type when using the tweak tool on 3D boxesMaximilian Albert1-1/+1