summaryrefslogtreecommitdiffstats
path: root/src/path-chemistry.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Header cleaningAlex Valavanis2012-02-121-0/+2
| | | (bzr r10963)
* add underscores to some member variables.Johan B. C. Engelen2012-01-171-1/+1
| | | | | add some const stuff (bzr r10900)
* turn SPPath into a class, and add some methods...Johan B. C. Engelen2012-01-171-3/+3
| | | (bzr r10897)
* part 1 of SPPath cleanup for LPE... remove duplicated original_curve in ↵Johan B. C. Engelen2012-01-171-1/+1
| | | | | SPPath (SPShape has curve_before_lpe) (bzr r10895)
* Warning and uninitialized variable cleanup.Jon A. Cruz2012-01-081-6/+7
| | | (bzr r10860)
* Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis2011-12-081-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762)
* Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz2011-07-161-4/+6
| | | (bzr r10461)
* Finished cleanup of outdated SP_OBJECT_PARENT C macro.Jon A. Cruz2011-02-211-46/+49
| | | (bzr r10064)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-17/+24
|\ | | | | (bzr r9945.1.1)
| * SPShape c++ified to the extent it was possible and more changes done for XML ↵Abhishek Sharma Public2010-07-141-1/+1
| | | | | | | | | | privatisation. Major changes yet to come. (bzr r9546.1.7)
| * C++ification of SPObject continued along with the onset of XML ↵Abhishek Sharma Public2010-07-061-2/+4
| | | | | | | | | | 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. (bzr r9546.1.5)
| * New Class SPDocumentUndo created which takes care of c++fying some non ↵Abhishek Sharma Public2010-07-021-4/+4
| | | | | | | | | | SPDocument based methods (bzr r9546.1.3)
* | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-1/+1
|/ | | | | | | | | | | | | | | 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. (bzr r9900)
* fix pasting of LPE stacksJohan B. C. Engelen2010-03-141-1/+33
| | | | | | Fixed bugs: - https://launchpad.net/bugs/290834 (bzr r9191)
* fix regression caused by rev. 8927 (reported in LP bug #495483 by ~suv)Diederik van Lierop2010-01-091-0/+1
| | | (bzr r8961)
* When combining paths: clear the selection before deleting the original objectsDiederik van Lierop2009-12-301-6/+10
| | | | | | Fixed bugs: - https://launchpad.net/bugs/495483 (bzr r8927)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-2/+2
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-2/+2
| | | (bzr r8404)
* reverse nodetypes order (Bug #179866)Thomas Holder2009-05-251-1/+7
| | | (bzr r7930)
* fix simplify, combine, break for LPE pathsbulia byak2009-03-291-8/+10
| | | (bzr r7586)
* fix crash, allow combine to work transparently on groupsbulia byak2008-12-291-3/+9
| | | (bzr r7036)
* From trunkTed Gould2008-10-271-23/+78
| | | (bzr r6885)
* LIBNR REMOVAL. Deleted nr-path.h/.cpp which is no longer used. (removed all ↵Johan B. C. Engelen2008-09-071-1/+0
| | | | | references to nr-path.h) (bzr r6774)
* Fix for Bug 238113 (preserve title/desc for various Inkscape operations)Jeff Schiller2008-08-241-0/+15
| | | (bzr r6712)
* Remove further instances of SP_ACTIVE_DESKTOPMaximilian Albert2008-08-141-19/+7
| | | (bzr r6628)
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-081-2/+2
| | | (bzr r6593)
* convert all SPCurve's points and matrices arguments and return types to 2GeomJohan B. C. Engelen2008-07-171-1/+1
| | | (bzr r6339)
* convert object to path: replace check for empty path with 2geomified method ↵Johan B. C. Engelen2008-07-141-1/+1
| | | | | of spcurve (bzr r6302)
* split paths using 2geom PathVectorJohan B. C. Engelen2008-06-221-3/+3
| | | (bzr r6020)
* Patch from sas for LP #231690 (crash when combining two paths)Maximilian Albert2008-06-081-5/+5
| | | (bzr r5853)
* for path-chemistry.cpp, start using 2geompath for svg_write: ↵Johan B. C. Engelen2008-06-061-4/+4
| | | | | sp_svg_write_path(np->curve->get_pathvector() ); (bzr r5841)
* merge gsoc2008_johan_path2geom into trunkJohan B. C. Engelen2008-06-061-1/+1
| | | (bzr r5823)
* LPE STACKING!Johan B. C. Engelen2008-05-301-1/+1
| | | | | (many thanks to the french students who made this.) (bzr r5766)
* - try to use more forward declarations for less dependencies on display/curve.hJohan B. C. Engelen2008-05-091-2/+2
| | | | | | - 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 (bzr r5636)
* merge inline patch from JimmyMenTaLguY2008-05-081-2/+2
| | | (bzr r5631)
* struct SPCurve => class SPCurveJohan B. C. Engelen2008-05-051-13/+13
| | | | | change all sp_curve_methods functions to SPCurve::methods. (bzr r5609)
* enable combine/breakapart to work with lpes properlybulia byak2008-04-241-6/+28
| | | (bzr r5510)
* Preserve transform of topmost object when combining paths (fixing bug 215255).Jasper van de Gronde2008-04-121-4/+6
| | | (bzr r5410)
* Fix passing wrong pointer type when using the tweak tool on 3D boxesMaximilian Albert2008-03-291-1/+1
| | | (bzr r5232)
* when applying LPE to rect, convert it to path firstJohan B. C. Engelen2008-03-281-2/+6
| | | (bzr r5223)
* - Created a SPLPEItem class that handles applying a LPE to an ItemBastien Bouclet2008-03-281-23/+51
| | | | | | - LPEs can now be applied to groups - Updated the bend path to work properly with groups (bzr r5219)
* patch by Jasper: concatenate curves, not path strings (which would break ↵bulia byak2008-03-181-14/+14
| | | | | with relative path commands) (bzr r5111)
* remove not-in-same-parent limitation in combine, allow it to skip non-pathsbulia byak2008-03-071-59/+64
| | | (bzr r4981)
* Bugfix for bug #168283: possible to create empty paths via text -> object to ↵Joel Holdsworth2008-03-051-0/+8
| | | | | path. Text that produces no glyphs is left unconverted. (bzr r4967)
* fix converting 3d boxes to path and ungrouping - do not lose selection, ↵bulia byak2008-02-251-6/+7
| | | | | preserve style, id and clip/mask (bzr r4849)
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-311-0/+2
| | | (bzr r4629)
* Convert 3D boxes to ordinary groups before tweaking, ungrouping or applying ↵Maximilian Albert2008-01-091-0/+13
| | | | | 'convert to path' (closes LP #179693 and #176646). (bzr r4439)
* Fix LP bug #179328Johan B. C. Engelen2008-01-021-4/+10
| | | (bzr r4365)
* warning cleanupJon A. Cruz2007-11-021-2/+2
| | | (bzr r4012)
* speed up converting many objects to paths, add waiting cursors and statusbar ↵bulia byak2007-09-261-8/+45
| | | | | messages (bzr r3803)