summaryrefslogtreecommitdiffstats
path: root/src/draw-context.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Only in the selector tool we should snap in bbox mode (PointType = ↵Diederik van Lierop2007-08-071-3/+2
| | | | | SNAPPOINT_BBOX) (bzr r3415)
* 1) Changes to snapping preferences dialogDiederik van Lierop2007-07-281-2/+2
| | | | | | 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)
* Purged unused variableJon A. Cruz2007-03-061-3/+0
| | | (bzr r2558)
* verbify esc to deselect; enable esc and ctrl-z to cancel drawing in calligraphicbulia byak2007-03-031-4/+0
| | | (bzr r2526)
* start switching sp_repr_new* over to XML::Document::create*, and rename ↵MenTaLguY2007-01-211-1/+2
| | | | | create methods to match DOM (bzr r2253)
* implement select next/prev as verbsbulia byak2006-11-061-12/+0
| | | (bzr r1918)
* undo annotationsbulia byak2006-10-051-1/+1
| | | (bzr r1767)
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-251-1/+1
| | | | | need to rethink and incrementally change gbooleans to bools (bzr r1637)
* Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips2006-08-231-1/+1
| | | | | one major janitorial task we identified.... (bzr r1633)
* patch from Gustav Broberg: undo annotations and history dialogbulia byak2006-06-291-1/+2
| | | (bzr r1315)
* break apart faster: prepend to list instead of append, add objects to ↵bulia byak2006-05-281-1/+1
| | | | | selection wholesale instead of one by one (bzr r1038)
* eliminate direct accesses to SPCurve::bpathMenTaLguY2006-05-091-1/+1
| | | (bzr r787)
* Various snapping cleanups and bug fixes.Carl Hetherington2006-05-051-1/+1
| | | (bzr r734)
* Give SPNamedView a SnapManager instance and use it for all management of ↵Carl Hetherington2006-05-031-3/+3
| | | | | snapping settings. (bzr r701)
* Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵MenTaLguY2006-04-171-5/+5
| | | | | confusing, names for other functions. If shorter names are desired, the actual functions should be renamed -- or better, made into member functions. (bzr r532)
* bulk trailing spaces removal. consistency through MD5 of binaryRalf Stephan2006-02-151-2/+2
| | | (bzr r149)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+664
(bzr r1)