| Commit message (Expand) | Author | Age | Files | Lines |
| * | Refactoring the snapping API (making it easier to maintain and understand for... | Diederik van Lierop | 2010-01-09 | 1 | -12/+12 |
| * | Small snap bug has been eliminated, flowed text snapping now uses baseline, r... | Diederik van Lierop | 2009-12-30 | 1 | -3/+3 |
| * | Major simplification of 3D box code. | Maximilian Albert | 2009-12-26 | 1 | -32/+17 |
| * | Refactoring of 3D box tool, mainly to avoid unnecessary creation of perspecti... | Maximilian Albert | 2009-12-26 | 1 | -1/+1 |
| * | The snap indicator's tooltip now displays "A to B", whereas before it only di... | Diederik van Lierop | 2009-02-20 | 1 | -16/+16 |
| * | Merge from fe-moved | Ted Gould | 2008-11-21 | 1 | -5/+5 |
| * | From trunk | Ted Gould | 2008-10-27 | 1 | -29/+34 |
| * | Merging from trunk | Ted Gould | 2008-10-11 | 1 | -41/+17 |
| * | More NR ==> Geom conversion (points and some matrices/transforms) | Maximilian Albert | 2008-09-18 | 1 | -4/+29 |
| * | Remove debugging messages | Maximilian Albert | 2008-08-18 | 1 | -2/+0 |
| * | Many debugging messages | Maximilian Albert | 2008-08-18 | 1 | -0/+2 |
| * | remove many unnecessary to_2geom and from_2geom calls | Johan B. C. Engelen | 2008-08-08 | 1 | -1/+1 |
| * | NR::Maybe => boost::optional | Johan B. C. Engelen | 2008-08-05 | 1 | -7/+7 |
| * | Remove now obsolete functions | Maximilian Albert | 2008-07-29 | 1 | -8/+0 |
| * | First step towards making helper paths for LPE items work better | Maximilian Albert | 2008-06-16 | 1 | -0/+8 |
| * | change NR::Matrix to Geom:: for many sp_item_xxx_affine functions | Johan B. C. Engelen | 2008-06-12 | 1 | -1/+1 |
| * | Make grouped 3D boxes work correctly when transformed (fixes: LP 188991) | Maximilian Albert | 2008-03-19 | 1 | -8/+67 |
| * | Bug fix: prevent perspectives from being transformed more than once (by keepi... | Maximilian Albert | 2007-12-23 | 1 | -0/+11 |
| * | Also consider path nodes for snapping | Diederik van Lierop | 2007-11-21 | 1 | -8/+1 |
| * | Warning cleanup | Jon A. Cruz | 2007-10-26 | 1 | -1/+1 |
| * | avoid code duplication, i.e. use sp_item_snappoints in the object-snapper.cpp | Diederik van Lierop | 2007-09-15 | 1 | -2/+2 |
| * | Make snapping to the item's transformation center optional, but not yet avail... | Diederik van Lierop | 2007-08-04 | 1 | -2/+4 |
| * | Snapping the transformation origin should also work for paths, not only for s... | Diederik van Lierop | 2007-07-25 | 1 | -0/+4 |
| * | Changes to the selector tool, e.g. option to choose either APPROXIMATE_BBOX o... | Diederik van Lierop | 2007-04-08 | 1 | -9/+9 |
| * | Selector tool shouldn't snap to path nodes, see Bulia's comment in bug #1589436 | Diederik van Lierop | 2007-03-26 | 1 | -1/+10 |
| * | Eliminate remaining sources of empty NR::Rects | MenTaLguY | 2007-03-11 | 1 | -12/+16 |
| * | Switch selection bounds and center to use NR::Maybe, addressing most of the | MenTaLguY | 2007-03-11 | 1 | -49/+12 |
| * | Merge further bbox work | MenTaLguY | 2007-03-10 | 1 | -3/+5 |
| * | specialize MaybeStorage for Rect, and start using reference maybes to | MenTaLguY | 2007-03-09 | 1 | -1/+1 |
| * | Separate NRRect and NR::Rect a bit further; the goal is to get to the point w... | MenTaLguY | 2007-03-05 | 1 | -1/+7 |
| * | adapt code to new Maybe/bbox regime | MenTaLguY | 2007-03-04 | 1 | -12/+9 |
| * | peeled back the gboolean code as it hit on some complexity theory principles... | Jon Phillips | 2006-08-25 | 1 | -1/+1 |
| * | Ok, committed msgloan's patch to convert gbooleans to bools thus completing | Jon Phillips | 2006-08-23 | 1 | -1/+1 |
| * | switch to sigc++ signals for "modified" and "release" | MenTaLguY | 2006-07-21 | 1 | -38/+18 |
| * | Applied patch #1503864 | Jon A. Cruz | 2006-06-11 | 1 | -0/+8 |
| * | Get rid of the SP_DT_* macros which do nothing more than provide additional, ... | MenTaLguY | 2006-04-17 | 1 | -1/+1 |
| * | Fixing bug 1462517 | Andrius Ramanauskas | 2006-04-05 | 1 | -2/+4 |
| * | patch #1450307 - option for select all to work in layer with it's sub-layers: | Andrius Ramanauskas | 2006-03-31 | 1 | -5/+44 |
| * | use rotation center in keyboard rotation and transform dialog | bulia byak | 2006-03-22 | 1 | -0/+17 |
| * | optimization: prevent taking bbox twice of the first object in selection | bulia byak | 2006-03-22 | 1 | -1/+3 |
| * | more information on objects selected in groups | bulia byak | 2006-03-22 | 1 | -0/+14 |
| * | Replace GC::Managed<>::clearOnceInaccessible with GC::soft_ptr<> | MenTaLguY | 2006-03-15 | 1 | -1/+0 |
| * | bulk trailing spaces removal. consistency through MD5 of binary | Ralf Stephan | 2006-02-15 | 1 | -10/+10 |
| * | Fix a typo in a previous commit. Closes #1401357. | Carl Hetherington | 2006-01-23 | 1 | -1/+1 |
| * | moving trunk for module inkscape | MenTaLguY | 2006-01-16 | 1 | -0/+450 |