summaryrefslogtreecommitdiffstats
path: root/src/context-fns.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-11-08Clarify licensesMax Gaukler1-0/+9
- add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-2/+6
A lot of header clean-up.
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-1/+0
(bzr r15034)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+1
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-1/+0
(bzr r15025)
2014-09-27Update to experimental r13565Liam P. White1-8/+5
(bzr r13341.5.16)
2014-08-31Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵Liam P. White1-8/+5
GThread deprecation errors. (bzr r13341.1.190)
2013-11-09Moved and renamed some tool-related files.Markus Engel1-1/+1
(bzr r12785)
2013-11-07First step of moving tools into appropriate namespaces.Markus Engel1-2/+2
(bzr r12782)
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan1-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)
2010-08-11Clear pointers in the snapmanager if they're no longer needed.Diederik van Lierop1-0/+2
(bzr r9697)
2010-07-12- Snap while rotating an object using the selector toolDiederik van Lierop1-3/+3
- Rename the ConstraintLine class to SnapConstraint - Move some duplicated code to 2geom (bzr r9607)
2010-01-23Remove redundancy from snapping API (type of snapsource no longer has to be ↵Diederik van Lierop1-6/+6
specified explicitly) (bzr r9014)
2010-01-09Refactoring the snapping API (making it easier to maintain and understand ↵Diederik van Lierop1-9/+9
for the devs) (bzr r8960)
2009-03-15Implement constrained snapping when dragging the position and size handles ↵Diederik van Lierop1-3/+3
of a rectangle in the node tool, with the ctrl-key being pressed. (bzr r7497)
2009-03-13remove desktop-affine.h and refactor sp_desktop_dt2doc_* callsThomas Holder1-3/+2
(bzr r7478)
2009-02-20The snap indicator's tooltip now displays "A to B", whereas before it only ↵Diederik van Lierop1-7/+7
displayed "B". (bzr r7335)
2008-12-08Make all tools consider full parent transform (up to document, not just up ↵Thomas Holder1-2/+2
to root) See http://wiki.inkscape.org/wiki/index.php/ViewBoxToDo (bzr r6974)
2008-11-26When snapping only the closest node, draw an indicator at that nodeDiederik van Lierop1-1/+1
(bzr r6903)
2008-11-231) Improve the way the distance to the pointer is taken into account when ↵Diederik van Lierop1-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)
2008-10-27From trunkTed Gould1-6/+6
(bzr r6885)
2008-08-30NR => Geom for context-fnsJohan B. C. Engelen1-16/+16
(bzr r6733)
2008-08-28Modify the parameters required for setting up the SnapManagerDiederik van Lierop1-1/+1
(bzr r6722)
2008-08-11Move all of the snapper code to 2geomDiederik van Lierop1-6/+6
(bzr r6606)
2008-05-16Fix a regression in the snapper, caused by me. Sorry!Diederik van Lierop1-5/+0
(bzr r5680)
2008-05-13Solve a snapping regression, which caused snapping of new items to (0,0) ↵Diederik van Lierop1-0/+6
when there was in fact nothing to snap to... (bzr r5671)
2008-05-12Add a centralized check (i.e. in the snapper mechanism) whether we've ↵Diederik van Lierop1-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)
2008-04-30- Major refactoring of snapping related code...Diederik van Lierop1-7/+9
- Enabling snap indicator for all remaining tools (bzr r5556)
2008-04-07Refactor snapper and snapindicator (in order to enable the snapindicator in ↵Diederik van Lierop1-2/+2
the selector tool) (bzr r5374)
2008-03-04add snapindicator to rect tool but not satisfactory yet...Johan B. C. Engelen1-3/+16
(bzr r4962)
2007-12-17Use golden ratio as additional constrained ratio during Ctrl+dragging ↵Maximilian Albert1-3/+20
rectangles (fixes bug/RFE #170540) (bzr r4248)
2007-07-281) Changes to snapping preferences dialogDiederik van Lierop1-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)
2006-06-28do some include changes more correctlyRalf Stephan1-3/+4
(bzr r1311)
2006-06-24patch reported by ylai a reader of the german ct-magazin; needed before ↵Adib Taraben1-0/+3
#include <glibmm/i18n.h> if linking against glib-2.4 (bzr r1275)
2006-05-05Various snapping cleanups and bug fixes.Carl Hetherington1-5/+6
(bzr r734)
2006-05-03Give SPNamedView a SnapManager instance and use it for all management of ↵Carl Hetherington1-1/+2
snapping settings. (bzr r701)
2006-02-15bulk trailing spaces removal. consistency through MD5 of binaryRalf Stephan1-11/+11
(bzr r149)