| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 2016-08-03 | 1 | -1/+0 |
| | | | | (bzr r15034) | ||||
| * | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -0/+1 |
| | | | | (bzr r15027) | ||||
| * | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -1/+0 |
| | | | | (bzr r15025) | ||||
| * | Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵ | Liam P. White | 2014-08-31 | 1 | -8/+5 |
| | | | | | | GThread deprecation errors. (bzr r13341.1.190) | ||||
| * | Moved and renamed some tool-related files. | Markus Engel | 2013-11-09 | 1 | -1/+1 |
| | | | | (bzr r12785) | ||||
| * | First step of moving tools into appropriate namespaces. | Markus Engel | 2013-11-07 | 1 | -2/+2 |
| | | | | (bzr r12782) | ||||
| * | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 2010-11-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900) | ||||
| * | Clear pointers in the snapmanager if they're no longer needed. | Diederik van Lierop | 2010-08-11 | 1 | -0/+2 |
| | | | | (bzr r9697) | ||||
| * | - Snap while rotating an object using the selector tool | Diederik van Lierop | 2010-07-12 | 1 | -3/+3 |
| | | | | | | | - Rename the ConstraintLine class to SnapConstraint - Move some duplicated code to 2geom (bzr r9607) | ||||
| * | Remove redundancy from snapping API (type of snapsource no longer has to be ↵ | Diederik van Lierop | 2010-01-23 | 1 | -6/+6 |
| | | | | | | specified explicitly) (bzr r9014) | ||||
| * | Refactoring the snapping API (making it easier to maintain and understand ↵ | Diederik van Lierop | 2010-01-09 | 1 | -9/+9 |
| | | | | | | for the devs) (bzr r8960) | ||||
| * | Implement constrained snapping when dragging the position and size handles ↵ | Diederik van Lierop | 2009-03-15 | 1 | -3/+3 |
| | | | | | | of a rectangle in the node tool, with the ctrl-key being pressed. (bzr r7497) | ||||
| * | remove desktop-affine.h and refactor sp_desktop_dt2doc_* calls | Thomas Holder | 2009-03-13 | 1 | -3/+2 |
| | | | | (bzr r7478) | ||||
| * | The snap indicator's tooltip now displays "A to B", whereas before it only ↵ | Diederik van Lierop | 2009-02-20 | 1 | -7/+7 |
| | | | | | | displayed "B". (bzr r7335) | ||||
| * | Make all tools consider full parent transform (up to document, not just up ↵ | Thomas Holder | 2008-12-08 | 1 | -2/+2 |
| | | | | | | | | to root) See http://wiki.inkscape.org/wiki/index.php/ViewBoxToDo (bzr r6974) | ||||
| * | When snapping only the closest node, draw an indicator at that node | Diederik van Lierop | 2008-11-26 | 1 | -1/+1 |
| | | | | (bzr r6903) | ||||
| * | 1) Improve the way the distance to the pointer is taken into account when ↵ | Diederik van Lierop | 2008-11-23 | 1 | -2/+2 |
| | | | | | | | | | finding the best snap 2) Use this distance also when snapping nodes in the path editor 3) Add a slider in the preferences dialog to control the weighing of this distance (bzr r6895) | ||||
| * | From trunk | Ted Gould | 2008-10-27 | 1 | -6/+6 |
| | | | | (bzr r6885) | ||||
| * | NR => Geom for context-fns | Johan B. C. Engelen | 2008-08-30 | 1 | -16/+16 |
| | | | | (bzr r6733) | ||||
| * | Modify the parameters required for setting up the SnapManager | Diederik van Lierop | 2008-08-28 | 1 | -1/+1 |
| | | | | (bzr r6722) | ||||
| * | Move all of the snapper code to 2geom | Diederik van Lierop | 2008-08-11 | 1 | -6/+6 |
| | | | | (bzr r6606) | ||||
| * | Fix a regression in the snapper, caused by me. Sorry! | Diederik van Lierop | 2008-05-16 | 1 | -5/+0 |
| | | | | (bzr r5680) | ||||
| * | Solve a snapping regression, which caused snapping of new items to (0,0) ↵ | Diederik van Lierop | 2008-05-13 | 1 | -0/+6 |
| | | | | | | when there was in fact nothing to snap to... (bzr r5671) | ||||
| * | Add a centralized check (i.e. in the snapper mechanism) whether we've ↵ | Diederik van Lierop | 2008-05-12 | 1 | -19/+28 |
| | | | | | | snapped or not, instead of leaving it up to the various tools. This should prevent these tools from moving to (0,0) if they bluntly use the value returned by the snapping mechanism without checking whether snapping has really occured. (bzr r5659) | ||||
| * | - Major refactoring of snapping related code... | Diederik van Lierop | 2008-04-30 | 1 | -7/+9 |
| | | | | | | - Enabling snap indicator for all remaining tools (bzr r5556) | ||||
| * | Refactor snapper and snapindicator (in order to enable the snapindicator in ↵ | Diederik van Lierop | 2008-04-07 | 1 | -2/+2 |
| | | | | | | the selector tool) (bzr r5374) | ||||
| * | add snapindicator to rect tool but not satisfactory yet... | Johan B. C. Engelen | 2008-03-04 | 1 | -3/+16 |
| | | | | (bzr r4962) | ||||
| * | Use golden ratio as additional constrained ratio during Ctrl+dragging ↵ | Maximilian Albert | 2007-12-17 | 1 | -3/+20 |
| | | | | | | rectangles (fixes bug/RFE #170540) (bzr r4248) | ||||
| * | 1) Changes to snapping preferences dialog | Diederik van Lierop | 2007-07-28 | 1 | -6/+6 |
| | | | | | | | 2) Strict snapping implemented, i.e. bbox only to bbox and nodes only to paths/nodes 3) Renaming of some constants to improve readability (bzr r3331) | ||||
| * | do some include changes more correctly | Ralf Stephan | 2006-06-28 | 1 | -3/+4 |
| | | | | (bzr r1311) | ||||
| * | patch reported by ylai a reader of the german ct-magazin; needed before ↵ | Adib Taraben | 2006-06-24 | 1 | -0/+3 |
| | | | | | | #include <glibmm/i18n.h> if linking against glib-2.4 (bzr r1275) | ||||
| * | Various snapping cleanups and bug fixes. | Carl Hetherington | 2006-05-05 | 1 | -5/+6 |
| | | | | (bzr r734) | ||||
| * | Give SPNamedView a SnapManager instance and use it for all management of ↵ | Carl Hetherington | 2006-05-03 | 1 | -1/+2 |
| | | | | | | snapping settings. (bzr r701) | ||||
| * | bulk trailing spaces removal. consistency through MD5 of binary | Ralf Stephan | 2006-02-15 | 1 | -11/+11 |
| | | | | (bzr r149) | ||||
| * | moving trunk for module inkscape | MenTaLguY | 2006-01-16 | 1 | -0/+192 |
| (bzr r1) | |||||
