| Commit message (Expand) | Author | Files | Lines |
| 2011-10-03 | Another minor pass of Doxygen cleanup. | Jon A. Cruz | 1 | -68/+69 |
| 2011-08-27 | Refactor SPItem bounding box methods: remove NRRect usage and make code | Krzysztof Kosi??ski | 1 | -1/+1 |
| 2011-08-07 | Rewrite NRArena -> Inkscape::Drawing. Call render and update | Krzysztof Kosi??ski | 1 | -18/+13 |
| 2011-08-06 | Rewrite NRArenaItem hierarchy into C++ | Krzysztof Kosi??ski | 1 | -40/+36 |
| 2011-07-22 | Replace direct use of Cairo contexts and surfaces in the rendering tree | Krzysztof Kosi??ski | 1 | -35/+34 |
| 2011-07-16 | Cleanup of oudated/redundant SP_ITEM() macro use. | Jon A. Cruz | 1 | -4/+3 |
| 2011-06-24 | Switch to GObject | Alex Valavanis | 1 | -1/+1 |
| 2011-02-02 | update to latest 2geom ! | Johan B. C. Engelen | 1 | -5/+5 |
| 2010-11-17 | Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf... | Chris Morgan | 1 | -1/+1 |
| 2010-09-24 | i18n. Fix for bug #644967 (Translation of strings using NC_() macro are not a... | Nicolas Dufour | 1 | -4/+4 |
| 2010-08-15 | Make nr_arena_invoke_render expect an already transformed context, | Krzysztof Kosi??ski | 1 | -0/+1 |
| 2010-08-14 | Fix paint bucket tool | Krzysztof Kosi??ski | 1 | -77/+73 |
| 2010-08-04 | Wholesale cruft removal part 1 | Krzysztof Kosi??ski | 1 | -6/+1 |
| 2010-07-24 | Yet mor in c++ification | Abhishek Sharma public | 1 | -4/+6 |
| 2010-07-06 | C++ification of SPObject continued along with the onset of XML Privatisation.... | Abhishek Sharma Public | 1 | -1/+2 |
| 2010-07-02 | New Class SPDocumentUndo created which takes care of c++fying some non SPDocu... | Abhishek Sharma Public | 1 | -3/+3 |
| 2010-07-01 | C++fied SPDocument added | Abhishek Sharma Public | 1 | -3/+3 |
| 2010-06-29 | This is the first c++ification commit from me. It handles sp-line, sp-polylin... | Abhishek Sharma Public | 1 | -5/+5 |
| 2010-04-06 | Revert the inverted coordinate system fix. 3D Boxes and guides | Krzysztof Kosi??ski | 1 | -2/+2 |
| 2010-04-03 | Fix tweak and paint bucket tools | Krzysztof Kosi??ski | 1 | -2/+2 |
| 2010-04-01 | Patch by Daniel_J for 522327 | Josh Andler | 1 | -2/+2 |
| 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-01-08 | switch to using shape_editor, instead of separate knotholders and listeners; ... | bulia byak | 1 | -38/+10 |
| 2008-11-21 | Merge from fe-moved | Ted Gould | 1 | -1/+1 |
| 2008-10-27 | From trunk | Ted Gould | 1 | -23/+31 |
| 2008-10-11 | Merging from trunk | Ted Gould | 1 | -2/+2 |
| 2008-09-18 | Next roud of NR ==> Geom conversion | Maximilian Albert | 1 | -63/+63 |
| 2008-09-16 | remove extra unref; now ref/unref is done by show/hide; this used to stop thi... | bulia byak | 1 | -1/+0 |
| 2008-08-15 | Eliminate more of SP_ACTIVE_DESKTOP | Maximilian Albert | 1 | -1/+1 |
| 2008-08-14 | Removal of SP_ACTIVE_DESKTOP, next take | Maximilian Albert | 1 | -6/+6 |
| 2008-08-08 | remove many unnecessary to_2geom and from_2geom calls | Johan B. C. Engelen | 1 | -1/+1 |
| 2008-08-05 | NR::Maybe => boost::optional | Johan B. C. Engelen | 1 | -1/+1 |
| 2008-08-03 | remove many needless references to n-art-bpath.h | Johan B. C. Engelen | 1 | -1/+0 |
| 2008-07-07 | 2geomify conversion to livaror in flood-context.cpp | Johan B. C. Engelen | 1 | -3/+4 |
| 2008-06-12 | change NR::Matrix to Geom:: for many sp_item_xxx_affine functions | Johan B. C. Engelen | 1 | -1/+1 |
| 2008-04-21 | Only trace the painted area of the screen with each fill, reducing memory usage. | John Bintz | 1 | -10/+32 |
| 2008-04-20 | Make parameter tracking for Paint Bucket less memory-intensive. | John Bintz | 1 | -30/+42 |
| 2008-04-18 | Small Paint Bucket optimization for creating GrayMap | John Bintz | 1 | -1/+4 |
| 2008-04-17 | Have Paint Bucket generate the necessary GrayMap for potrace directly, skippi... | John Bintz | 1 | -17/+17 |
| 2008-03-21 | No more NRMatrix or NRPoint. | Jasper van de Gronde | 1 | -1/+1 |
| 2008-03-15 | Add doxygen comments to flood-context.cpp | John Bintz | 1 | -4/+114 |
| 2008-02-13 | i18n patch from Marcin | Alexandre Prokoudine | 1 | -2/+2 |
| 2008-01-11 | Add missing selection cue option to preferences for tweak, calligraphy, and p... | Maximilian Albert | 1 | -0/+4 |
| 2007-12-16 | fix possible crash where event_context is destroyed during fill operation due... | John Bintz | 1 | -2/+5 |
| 2007-11-13 | better paint bucket queue handling; queue points are sorted and cleaned up mo... | John Bintz | 1 | -25/+57 |
| 2007-11-13 | change pixel queuing method & add pixel queue cleanup routine to reduce numbe... | John Bintz | 1 | -19/+40 |
| 2007-08-10 | Tweak max queue size. | John Bintz | 1 | -1/+1 |
| 2007-08-10 | Include new routines for building the fill point queue in a standard way | John Bintz | 1 | -37/+50 |
| 2007-07-29 | due to the order of processing events, we must disable lmb handling in childr... | bulia byak | 1 | -4/+4 |