diff options
| author | Diederik van Lierop <mail@diedenrezi.nl> | 2008-03-25 22:12:45 +0000 |
|---|---|---|
| committer | dvlierop2 <dvlierop2@users.sourceforge.net> | 2008-03-25 22:12:45 +0000 |
| commit | 8a5bebb2b8946eee675c7fee4f7448d5d42e71b6 (patch) | |
| tree | 52a6480eccdb74cdaca13d88e7f6fc5528be3b71 /src/widgets | |
| parent | whitespace. tab to spaces. improve readability (diff) | |
| download | inkscape-8a5bebb2b8946eee675c7fee4f7448d5d42e71b6.tar.gz inkscape-8a5bebb2b8946eee675c7fee4f7448d5d42e71b6.zip | |
Major overhaul of the selector tool's internals to improve handling of transformations, origins and snapping, for both visual and geometric bounding boxes (see for example bug #174046 in Launchpad)
(bzr r5189)
Diffstat (limited to 'src/widgets')
| -rw-r--r-- | src/widgets/ruler.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/widgets/ruler.cpp b/src/widgets/ruler.cpp index 255bdd853..6ab7c8394 100644 --- a/src/widgets/ruler.cpp +++ b/src/widgets/ruler.cpp @@ -7,8 +7,9 @@ * Lauris Kaplinski <lauris@kaplinski.com> * Frank Felfe <innerspace@iname.com> * bulia byak <buliabyak@users.sf.net> + * Diederik van Lierop <mail@diedenrezi.nl> * - * Copyright (C) 1999-2005 authors + * Copyright (C) 1999-2008 authors * * Released under GNU GPL, read the file 'COPYING' for more information */ |
