| Commit message (Expand) | Author | Files | Lines |
| 2011-08-27 | Refactor SPItem bounding box methods: remove NRRect usage and make code | Krzysztof Kosi??ski | 1 | -11/+9 |
| 2011-07-17 | - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des... | Johan B. C. Engelen | 1 | -2/+2 |
| 2011-07-16 | Cleanup of oudated/redundant SP_ITEM() macro use. | Jon A. Cruz | 1 | -1/+1 |
| 2011-06-24 | Switch to GObject | Alex Valavanis | 1 | -1/+1 |
| 2011-06-23 | Update 2Geom to pull in integer rectangle class | Krzysztof Kosi??ski | 1 | -1/+0 |
| 2011-04-01 | Tweak and spray: | Nicolas Dufour | 1 | -411/+422 |
| 2011-02-21 | Finished cleanup of outated SP_OBJECT_DOCUMENT C macro. | Jon A. Cruz | 1 | -17/+17 |
| 2011-02-02 | update to latest 2geom ! | Johan B. C. Engelen | 1 | -6/+6 |
| 2010-12-23 | Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ... | Jon A. Cruz | 1 | -1/+1 |
| 2010-11-17 | Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf... | Chris Morgan | 1 | -1/+1 |
| 2010-08-04 | Wholesale cruft removal part 2 | Krzysztof Kosi??ski | 1 | -2/+0 |
| 2010-07-14 | Merge redundant *-fns.h into respective filter headers. | Krzysztof Kosi??ski | 1 | -2/+1 |
| 2010-07-03 | another c++ification for sp-object.h/cpp and still in progress... | Abhishek Sharma Public | 1 | -3/+3 |
| 2010-07-02 | New Class SPDocumentUndo created which takes care of c++fying some non SPDocu... | Abhishek Sharma Public | 1 | -13/+13 |
| 2010-06-29 | This is the first c++ification commit from me. It handles sp-line, sp-polylin... | Abhishek Sharma Public | 1 | -12/+12 |
| 2010-06-28 | Partial C++-ification of SPGradient | Jon A. Cruz | 1 | -7/+11 |
| 2010-04-06 | Revert the inverted coordinate system fix. 3D Boxes and guides | Krzysztof Kosi??ski | 1 | -4/+4 |
| 2010-04-03 | Fix tweak and paint bucket tools | Krzysztof Kosi??ski | 1 | -4/+4 |
| 2010-03-08 | Cleanup of gradients and stops. | Jon A. Cruz | 1 | -1/+0 |
| 2009-08-06 | Revert recent refactoring changes by johnce because they break the build, whi... | Maximilian Albert | 1 | -2/+2 |
| 2009-08-05 | SPDocument->Document | johnce | 1 | -2/+2 |
| 2009-07-18 | Use cursor-tweak-move.xpm for all object modes and cursor-color.xpm | Tavmjong Bah | 1 | -1/+6 |
| 2009-03-22 | fix crash when tweak-deleting objects in groups: you cannot get SP_OBJECT_NEX... | bulia byak | 1 | -2/+11 |
| 2009-03-13 | remove desktop-affine.h and refactor sp_desktop_dt2doc_* calls | Thomas Holder | 1 | -1/+0 |
| 2008-12-10 | use 2geom bezier fitting (is copy of inkscape's) | Johan B. C. Engelen | 1 | -1/+0 |
| 2008-11-28 | NR->Geom conversion of some text functions and tweak-context | Joshua L. Blocher | 1 | -26/+26 |
| 2008-11-21 | Merge from fe-moved | Ted Gould | 1 | -9/+9 |
| 2008-10-27 | From trunk | Ted Gould | 1 | -40/+72 |
| 2008-10-11 | Merging from trunk | Ted Gould | 1 | -29/+117 |
| 2008-09-24 | [i18n] Added use of plural forms. | Marcin Floryan | 1 | -1/+1 |
| 2008-09-19 | transform modes for tweak tool | bulia byak | 1 | -139/+304 |
| 2008-09-18 | Next roud of NR ==> Geom conversion | Maximilian Albert | 1 | -3/+3 |
| 2008-08-15 | Eliminate more of SP_ACTIVE_DESKTOP | Maximilian Albert | 1 | -1/+1 |
| 2008-08-08 | remove many unnecessary to_2geom and from_2geom calls | Johan B. C. Engelen | 1 | -4/+4 |
| 2008-08-05 | NR::Maybe => boost::optional | Johan B. C. Engelen | 1 | -3/+3 |
| 2008-08-03 | remove many needless references to n-art-bpath.h | Johan B. C. Engelen | 1 | -2/+0 |
| 2008-07-26 | simplify color reading from tool style | bulia byak | 1 | -22/+4 |
| 2008-07-08 | 2geomify the static defined hatchcircles of dropper tool, dyna draw and tweak... | Johan B. C. Engelen | 1 | -14/+9 |
| 2008-06-22 | * src/2geom/isnan.h, src/libcola/cola.cpp, src/style.cpp, src/seltrans.cpp, | mjwybrow | 1 | -1/+1 |
| 2008-06-12 | change NR::Matrix to Geom:: for many sp_item_xxx_affine functions | Johan B. C. Engelen | 1 | -4/+4 |
| 2008-05-09 | - try to use more forward declarations for less dependencies on display/curve.h | Johan B. C. Engelen | 1 | -0/+1 |
| 2008-05-05 | struct SPCurve => class SPCurve | Johan B. C. Engelen | 1 | -2/+2 |
| 2008-05-01 | typo | bulia byak | 1 | -1/+1 |
| 2008-04-12 | Several different i18n issues fixed following report from a_b (adresses bug #... | Marcin Floryan | 1 | -0/+2 |
| 2008-03-28 | - Created a SPLPEItem class that handles applying a LPE to an Item | Bastien Bouclet | 1 | -1/+1 |
| 2008-03-21 | No more NRMatrix or NRPoint. | Jasper van de Gronde | 1 | -2/+2 |
| 2008-01-12 | fix vector, power, and fidelity for paths in transformed groups, also normali... | bulia byak | 1 | -5/+5 |
| 2008-01-11 | Retain the 3D box attribute when doing a color tweak only (so that the box ca... | Maximilian Albert | 1 | -6/+6 |
| 2008-01-11 | Add missing selection cue option to preferences for tweak, calligraphy, and p... | Maximilian Albert | 1 | -0/+8 |
| 2008-01-09 | Convert 3D boxes to ordinary groups before tweaking, ungrouping or applying '... | Maximilian Albert | 1 | -0/+7 |