summaryrefslogtreecommitdiffstats
path: root/src/snap-preferences.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-01-02modernize loopsMarc Jeanmougin1-2/+2
2018-11-08Clarify licensesMax Gaukler1-1/+2
- 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
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-2/+0
(bzr r15034)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+2
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-2/+0
(bzr r15025)
2012-02-14Snap to grid/guide lines perpendicularlyDiederik van Lierop1-0/+2
(bzr r10976)
2012-02-141) Add checkboxes for perpendicular and tangential snapping to the document ↵Diederik van Lierop1-8/+3
properties dialog (on the snap tab) 2) Newly created guides (dragged off the ruler) will take on the angle of the curve that's being snapped to (either perpendicularly or tangentialy, depending of the settings in the document properties dialog) (bzr r10975)
2012-01-14Enable tangential and perpendicular snapping to paths (in the node-tool, ↵Diederik van Lierop1-6/+33
pen-tool, pencil-tool, and for guide manipulation; cannot be toggled yet, will always be active when snapping to paths) (bzr r10886)
2011-12-18Refactor snap-preferences a bit moreDiederik van Lierop1-79/+81
(bzr r10780)
2011-10-27Fixing more broken and split doc comments.Jon A. Cruz1-28/+3
(bzr r10697)
2011-10-081) make snapping to clip/mask paths optional (see document properties dialog ↵Diederik van Lierop1-1/+4
-> snap tab) 2) for debugging purposes: code added for showing all snap candidates 3) groundwork for tangential/perpendicular snapping (bzr r10672)
2011-10-03Another minor pass of Doxygen cleanup.Jon A. Cruz1-5/+5
(bzr r10659)
2011-09-18Snap to guide-path intersections, and don't snap to paths when only path ↵Diederik van Lierop1-0/+2
intersections are asked for Fixed bugs: - https://launchpad.net/bugs/847457 - https://launchpad.net/bugs/850982 (bzr r10639)
2011-08-28Tie the snapping of rectangle corners and quadrant points of ellipses to the ↵Diederik van Lierop1-2/+4
buttons for cusp and smooth nodes (bzr r10588)
2011-08-27Allow snapping to path intersections without snapping to the paths themselvesDiederik van Lierop1-0/+4
(bzr r10585)
2011-08-25Fix "snap guides" toggleDiederik van Lierop1-21/+41
Fixed bugs: - https://launchpad.net/bugs/814457 (bzr r10582)
2011-08-22Some code cosmetics and commentsDiederik van Lierop1-22/+24
(bzr r10570)
2011-08-22Refactoring of the snapping preferences; mainly about storing all toggles in ↵Diederik van Lierop1-27/+172
a single array, instead of each having its own member variable (bzr r10569)
2011-07-10Selector's toolbar: changing the dimensions of the visual bounding box of ↵Diederik van Lierop1-1/+1
selection of multiple objects having different stroke widths has been fixed (bug #212768, #190557, ...) Fixed bugs: - https://launchpad.net/bugs/212768 - https://launchpad.net/bugs/190557 (bzr r10437.1.5)
2011-07-02Removed outdated and undesired "I'm in this cpp, so change your behavior" ↵Jon A. Cruz1-2/+0
macros. (bzr r10400)
2011-06-30Implement decent snapping to text (baseline & anchor), and provide a toggle ↵Diederik van Lierop1-3/+4
button for this (as requested in LP bug #727281 ) (bzr r10392)
2011-06-26- Add a third group of snap sources/targets, called ¨others¨ (before we ↵Diederik van Lierop1-6/+21
had only ¨bounding box¨ and nodes (see bug #788178) - Fix the display of the snap source - Fix snapping of guides to other guides & grids (bzr r10372)
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-01-23Remove redundancy from snapping API (type of snapsource no longer has to be ↵Diederik van Lierop1-31/+26
specified explicitly) (bzr r9014)
2010-01-01Refactor snapping of gradient handles; now behaves like all other snapping, ↵Diederik van Lierop1-5/+5
i.e. no more snapping to imaginary infinite lines along the bounding box Fixed bugs: - https://launchpad.net/bugs/371001 (bzr r8932)
2009-02-22Snapping of guides now turned on by default, and fixed initialization of the ↵Diederik van Lierop1-1/+1
that checkbox (bzr r7352)
2009-01-28Add buttons for snapping to grids and/or guidesDiederik van Lierop1-0/+3
(bzr r7200)
2009-01-18- Snap to the midpoint of shapes and bboxesDiederik van Lierop1-4/+8
- Snap to the midpoint of paths and bbox edges - Refactor the snapping toggle, i.e. what snaps to what when toggling a specific option in the snapping toolbar PS: icons.svg has been modified, so use "make install" if needed (bzr r7144)
2008-10-31Merge from trunkTed Gould1-1/+2
(bzr r6887)
2008-10-27From trunkTed Gould1-0/+124
(bzr r6885)