| Commit message (Expand) | Author | Files | Lines |
| 2011-10-27 | Fixing more broken and split doc comments. | Jon A. Cruz | 1 | -5/+2 |
| 2011-09-04 | 1) Fix absolute scaling in transform dialog | Diederik van Lierop | 1 | -0/+10 |
| 2011-08-27 | Refactor SPItem bounding box methods: remove NRRect usage and make code | Krzysztof Kosi??ski | 1 | -24/+22 |
| 2011-08-22 | Refactoring of the snapping preferences; mainly about storing all toggles in ... | Diederik van Lierop | 1 | -6/+6 |
| 2011-06-23 | Remove more of libnr | Krzysztof Kosi??ski | 1 | -1/+1 |
| 2011-06-23 | Update 2Geom to pull in integer rectangle class | Krzysztof Kosi??ski | 1 | -1/+1 |
| 2011-02-21 | Finished cleanup of outdated SP_OBJECT_PARENT C macro. | Jon A. Cruz | 1 | -7/+7 |
| 2011-02-02 | update to latest 2geom ! | Johan B. C. Engelen | 1 | -1/+1 |
| 2010-11-17 | Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf... | Chris Morgan | 1 | -1/+1 |
| 2010-07-24 | Avoid self-snapping when dragging a rotation center, and draw the rotation ce... | Diederik van Lierop | 1 | -0/+2 |
| 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-05-21 | - "Snap nodes or handles" button now also includes smooth nodes | Diederik van Lierop | 1 | -4/+10 |
| 2010-01-09 | Refactoring the snapping API (making it easier to maintain and understand for... | Diederik van Lierop | 1 | -12/+12 |
| 2009-12-30 | Small snap bug has been eliminated, flowed text snapping now uses baseline, r... | Diederik van Lierop | 1 | -3/+3 |
| 2009-12-26 | Major simplification of 3D box code. | Maximilian Albert | 1 | -32/+17 |
| 2009-12-26 | Refactoring of 3D box tool, mainly to avoid unnecessary creation of perspecti... | Maximilian Albert | 1 | -1/+1 |
| 2009-02-20 | The snap indicator's tooltip now displays "A to B", whereas before it only di... | Diederik van Lierop | 1 | -16/+16 |
| 2008-11-21 | Merge from fe-moved | Ted Gould | 1 | -5/+5 |
| 2008-10-27 | From trunk | Ted Gould | 1 | -29/+34 |
| 2008-10-11 | Merging from trunk | Ted Gould | 1 | -41/+17 |
| 2008-09-18 | More NR ==> Geom conversion (points and some matrices/transforms) | Maximilian Albert | 1 | -4/+29 |
| 2008-08-18 | Remove debugging messages | Maximilian Albert | 1 | -2/+0 |
| 2008-08-18 | Many debugging messages | Maximilian Albert | 1 | -0/+2 |
| 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 | -7/+7 |
| 2008-07-29 | Remove now obsolete functions | Maximilian Albert | 1 | -8/+0 |
| 2008-06-16 | First step towards making helper paths for LPE items work better | Maximilian Albert | 1 | -0/+8 |
| 2008-06-12 | change NR::Matrix to Geom:: for many sp_item_xxx_affine functions | Johan B. C. Engelen | 1 | -1/+1 |
| 2008-03-19 | Make grouped 3D boxes work correctly when transformed (fixes: LP 188991) | Maximilian Albert | 1 | -8/+67 |
| 2007-12-23 | Bug fix: prevent perspectives from being transformed more than once (by keepi... | Maximilian Albert | 1 | -0/+11 |
| 2007-11-21 | Also consider path nodes for snapping | Diederik van Lierop | 1 | -8/+1 |
| 2007-10-26 | Warning cleanup | Jon A. Cruz | 1 | -1/+1 |
| 2007-09-15 | avoid code duplication, i.e. use sp_item_snappoints in the object-snapper.cpp | Diederik van Lierop | 1 | -2/+2 |
| 2007-08-04 | Make snapping to the item's transformation center optional, but not yet avail... | Diederik van Lierop | 1 | -2/+4 |
| 2007-07-25 | Snapping the transformation origin should also work for paths, not only for s... | Diederik van Lierop | 1 | -0/+4 |
| 2007-04-08 | Changes to the selector tool, e.g. option to choose either APPROXIMATE_BBOX o... | Diederik van Lierop | 1 | -9/+9 |
| 2007-03-26 | Selector tool shouldn't snap to path nodes, see Bulia's comment in bug #1589436 | Diederik van Lierop | 1 | -1/+10 |
| 2007-03-11 | Eliminate remaining sources of empty NR::Rects | MenTaLguY | 1 | -12/+16 |
| 2007-03-11 | Switch selection bounds and center to use NR::Maybe, addressing most of the | MenTaLguY | 1 | -49/+12 |
| 2007-03-10 | Merge further bbox work | MenTaLguY | 1 | -3/+5 |
| 2007-03-09 | specialize MaybeStorage for Rect, and start using reference maybes to | MenTaLguY | 1 | -1/+1 |
| 2007-03-05 | Separate NRRect and NR::Rect a bit further; the goal is to get to the point w... | MenTaLguY | 1 | -1/+7 |
| 2007-03-04 | adapt code to new Maybe/bbox regime | MenTaLguY | 1 | -12/+9 |
| 2006-08-25 | peeled back the gboolean code as it hit on some complexity theory principles... | Jon Phillips | 1 | -1/+1 |
| 2006-08-23 | Ok, committed msgloan's patch to convert gbooleans to bools thus completing | Jon Phillips | 1 | -1/+1 |
| 2006-07-21 | switch to sigc++ signals for "modified" and "release" | MenTaLguY | 1 | -38/+18 |
| 2006-06-11 | Applied patch #1503864 | Jon A. Cruz | 1 | -0/+8 |
| 2006-04-17 | Get rid of the SP_DT_* macros which do nothing more than provide additional, ... | MenTaLguY | 1 | -1/+1 |
| 2006-04-05 | Fixing bug 1462517 | Andrius Ramanauskas | 1 | -2/+4 |
| 2006-03-31 | patch #1450307 - option for select all to work in layer with it's sub-layers: | Andrius Ramanauskas | 1 | -5/+44 |