| Commit message (Expand) | Author | Age | Files | Lines |
| * | Header cleaning | Alex Valavanis | 2012-02-12 | 1 | -0/+2 |
| * | add underscores to some member variables. | Johan B. C. Engelen | 2012-01-17 | 1 | -1/+1 |
| * | turn SPPath into a class, and add some methods... | Johan B. C. Engelen | 2012-01-17 | 1 | -3/+3 |
| * | part 1 of SPPath cleanup for LPE... remove duplicated original_curve in SPPat... | Johan B. C. Engelen | 2012-01-17 | 1 | -1/+1 |
| * | Warning and uninitialized variable cleanup. | Jon A. Cruz | 2012-01-08 | 1 | -6/+7 |
| * | Switch to top-level glib headers. Thanks to DimStar for patch | Alex Valavanis | 2011-12-08 | 1 | -1/+1 |
| * | Cleanup of oudated/redundant SP_ITEM() macro use. | Jon A. Cruz | 2011-07-16 | 1 | -4/+6 |
| * | Finished cleanup of outdated SP_OBJECT_PARENT C macro. | Jon A. Cruz | 2011-02-21 | 1 | -46/+49 |
| * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -17/+24 |
| |\ |
|
| | * | SPShape c++ified to the extent it was possible and more changes done for XML ... | Abhishek Sharma Public | 2010-07-14 | 1 | -1/+1 |
| | * | C++ification of SPObject continued along with the onset of XML Privatisation.... | Abhishek Sharma Public | 2010-07-06 | 1 | -2/+4 |
| | * | New Class SPDocumentUndo created which takes care of c++fying some non SPDocu... | Abhishek Sharma Public | 2010-07-02 | 1 | -4/+4 |
| * | | Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf... | Chris Morgan | 2010-11-17 | 1 | -1/+1 |
| |/ |
|
| * | fix pasting of LPE stacks | Johan B. C. Engelen | 2010-03-14 | 1 | -1/+33 |
| * | fix regression caused by rev. 8927 (reported in LP bug #495483 by ~suv) | Diederik van Lierop | 2010-01-09 | 1 | -0/+1 |
| * | When combining paths: clear the selection before deleting the original objects | Diederik van Lierop | 2009-12-30 | 1 | -6/+10 |
| * | Revert recent refactoring changes by johnce because they break the build, whi... | Maximilian Albert | 2009-08-06 | 1 | -2/+2 |
| * | SPDocument->Document | johnce | 2009-08-05 | 1 | -2/+2 |
| * | reverse nodetypes order (Bug #179866) | Thomas Holder | 2009-05-25 | 1 | -1/+7 |
| * | fix simplify, combine, break for LPE paths | bulia byak | 2009-03-29 | 1 | -8/+10 |
| * | fix crash, allow combine to work transparently on groups | bulia byak | 2008-12-29 | 1 | -3/+9 |
| * | From trunk | Ted Gould | 2008-10-27 | 1 | -23/+78 |
| * | LIBNR REMOVAL. Deleted nr-path.h/.cpp which is no longer used. (removed all ... | Johan B. C. Engelen | 2008-09-07 | 1 | -1/+0 |
| * | Fix for Bug 238113 (preserve title/desc for various Inkscape operations) | Jeff Schiller | 2008-08-24 | 1 | -0/+15 |
| * | Remove further instances of SP_ACTIVE_DESKTOP | Maximilian Albert | 2008-08-14 | 1 | -19/+7 |
| * | remove many unnecessary to_2geom and from_2geom calls | Johan B. C. Engelen | 2008-08-08 | 1 | -2/+2 |
| * | convert all SPCurve's points and matrices arguments and return types to 2Geom | Johan B. C. Engelen | 2008-07-17 | 1 | -1/+1 |
| * | convert object to path: replace check for empty path with 2geomified method o... | Johan B. C. Engelen | 2008-07-14 | 1 | -1/+1 |
| * | split paths using 2geom PathVector | Johan B. C. Engelen | 2008-06-22 | 1 | -3/+3 |
| * | Patch from sas for LP #231690 (crash when combining two paths) | Maximilian Albert | 2008-06-08 | 1 | -5/+5 |
| * | for path-chemistry.cpp, start using 2geompath for svg_write: sp_svg_write_pat... | Johan B. C. Engelen | 2008-06-06 | 1 | -4/+4 |
| * | merge gsoc2008_johan_path2geom into trunk | Johan B. C. Engelen | 2008-06-06 | 1 | -1/+1 |
| * | LPE STACKING! | Johan B. C. Engelen | 2008-05-30 | 1 | -1/+1 |
| * | - try to use more forward declarations for less dependencies on display/curve.h | Johan B. C. Engelen | 2008-05-09 | 1 | -2/+2 |
| * | merge inline patch from Jimmy | MenTaLguY | 2008-05-08 | 1 | -2/+2 |
| * | struct SPCurve => class SPCurve | Johan B. C. Engelen | 2008-05-05 | 1 | -13/+13 |
| * | enable combine/breakapart to work with lpes properly | bulia byak | 2008-04-24 | 1 | -6/+28 |
| * | Preserve transform of topmost object when combining paths (fixing bug 215255). | Jasper van de Gronde | 2008-04-12 | 1 | -4/+6 |
| * | Fix passing wrong pointer type when using the tweak tool on 3D boxes | Maximilian Albert | 2008-03-29 | 1 | -1/+1 |
| * | when applying LPE to rect, convert it to path first | Johan B. C. Engelen | 2008-03-28 | 1 | -2/+6 |
| * | - Created a SPLPEItem class that handles applying a LPE to an Item | Bastien Bouclet | 2008-03-28 | 1 | -23/+51 |
| * | patch by Jasper: concatenate curves, not path strings (which would break with... | bulia byak | 2008-03-18 | 1 | -14/+14 |
| * | remove not-in-same-parent limitation in combine, allow it to skip non-paths | bulia byak | 2008-03-07 | 1 | -59/+64 |
| * | Bugfix for bug #168283: possible to create empty paths via text -> object to ... | Joel Holdsworth | 2008-03-05 | 1 | -0/+8 |
| * | fix converting 3d boxes to path and ungrouping - do not lose selection, prese... | bulia byak | 2008-02-25 | 1 | -6/+7 |
| * | Applying fixes for gcc 4.3 build issues (closes LP: #169115) | Bryce Harrington | 2008-01-31 | 1 | -0/+2 |
| * | Convert 3D boxes to ordinary groups before tweaking, ungrouping or applying '... | Maximilian Albert | 2008-01-09 | 1 | -0/+13 |
| * | Fix LP bug #179328 | Johan B. C. Engelen | 2008-01-02 | 1 | -4/+10 |
| * | warning cleanup | Jon A. Cruz | 2007-11-02 | 1 | -2/+2 |
| * | speed up converting many objects to paths, add waiting cursors and statusbar ... | bulia byak | 2007-09-26 | 1 | -8/+45 |