summaryrefslogtreecommitdiffstats
path: root/src/connector-context.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge further bbox workMenTaLguY2007-03-101-6/+8
| | | (bzr r2596)
* Typofix ("canceled").Colin Marquardt2007-02-251-1/+1
| | | (bzr r2441)
* * src/connector-context.cpp: End an endpoint dragging operation, if the mjwybrow2007-02-011-35/+56
| | | | | user right-clicks. This fixes bug #1633685. (bzr r2309)
* * src/connector-context.cpp: Allow canceling of Connector Endpointmjwybrow2007-02-011-1/+20
| | | | | | dragging when the user hits Escape. This is now more consistent with the rest of Inkscape's tools. (bzr r2308)
* start switching sp_repr_new* over to XML::Document::create*, and rename ↵MenTaLguY2007-01-211-1/+2
| | | | | create methods to match DOM (bzr r2253)
* remove color cursorsJosh Andler2006-10-191-6/+0
| | | (bzr r1811)
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-251-4/+4
| | | | | 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-4/+4
| | | | | one major janitorial task we identified.... (bzr r1633)
* * src/sp-conn-end-pair.cpp, src/connector-context.cpp,mjwybrow2006-07-141-2/+2
| | | | | | src/document.cpp, src/libavoid/*: Update libavoid with upstream fixes, optimisations and new features. (bzr r1411)
* - Connectors with end-markers now constrained to point downwards in graph layoutTim Dwyer2006-07-141-1/+1
| | | | | - vpsc namespace added to libvpsc (bzr r1408)
* * src/connector-context.cpp, src/widgets/toolbox.cpp:mjwybrow2006-06-301-5/+6
| | | | | Add undo event descriptions for the connector context. (bzr r1323)
* patch from Gustav Broberg: undo annotations and history dialogbulia byak2006-06-291-3/+6
| | | (bzr r1315)
* initial color cursor implementation (reads from pixbufs, will work on ↵Josh Andler2006-06-191-0/+6
| | | | | reading from svg instead) (bzr r1227)
* * src/ui/dialog/inkscape-preferences.cpp,mjwybrow2006-05-121-1/+11
| | | | | | | | | src/ui/dialog/inkscape-preferences.h, src/connector-context.cpp: Add a preferences setting to the connector tool for setting whether or not connectors attach to text objects. This addresses feature request #1434292. (bzr r810)
* * knot.h, knot.cpp, connector-context.cpp:mjwybrow2006-05-081-61/+42
| | | | | Fix glib-gobject-warnings for knots in the connector tool. (bzr r764)
* Give SPNamedView a SnapManager instance and use it for all management of ↵Carl Hetherington2006-05-031-3/+2
| | | | | snapping settings. (bzr r701)
* Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵MenTaLguY2006-04-171-9/+9
| | | | | 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-56/+56
| | | (bzr r149)
* * src/document.cpp, src/document.h, src/sp-conn-end-pair.cpp, mjwybrow2006-02-151-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | src/connector-context.cpp, src/conn-avoid-ref.cpp: Keep a seperate connector router for each document. * src/libavoid/Makefile_insert, src/libavoid/connector.cpp, src/libavoid/connector.h, src/libavoid/debug.h, src/libavoid/geometry.cpp, src/libavoid/geometry.h, src/libavoid/geomtypes.h, src/libavoid/graph.cpp, src/libavoid/graph.h, src/libavoid/incremental.cpp, src/libavoid/incremental.h, src/libavoid/libavoid.h, src/libavoid/makepath.cpp, src/libavoid/makepath.h, src/libavoid/polyutil.cpp, src/libavoid/polyutil.h, src/libavoid/router.cpp, src/libavoid/router.h, src/libavoid/shape.cpp, src/libavoid/shape.h, src/libavoid/static.cpp, src/libavoid/static.h, src/libavoid/timer.cpp, src/libavoid/timer.h, src/libavoid/vertices.cpp, src/libavoid/vertices.h, src/libavoid/visibility.cpp, src/libavoid/visibility.h: Upstream changes to libavoid that allow multiple connector router instances, as well a few other minor bugfixes. (bzr r144)
* * src/display/sp-canvas.cpp, display/sp-canvas.h, connector-context.cpp:mjwybrow2006-02-141-0/+8
| | | | | | | | Revert a previous change that generated enter events for canvas items other than the current one when mouse buttons were depressed. These events are now only generated in the connector context, where they are required. (bzr r142)
* Fix a typo, a vim modeline, and a wrongly indented line.mjwybrow2006-01-171-1/+1
| | | (bzr r6)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+1350
(bzr r1)