summaryrefslogtreecommitdiffstats
path: root/src/connector-context.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Eliminated duplication of GTK key defines.Jon A. Cruz2012-05-031-4/+1
* Adopt obsolete GtkAnchorType enum as SPAnchorTypeAlex Valavanis2012-04-101-4/+4
* More GDK key macro fixes, and some cursor referencingAlex Valavanis2012-04-081-8/+15
* Header cleaningAlex Valavanis2012-02-121-2/+2
* add underscores to some member variables.Johan B. C. Engelen2012-01-171-1/+1
* turn SPPath into a class, and add some methods...Johan B. C. Engelen2012-01-171-5/+5
* part 1 of SPPath cleanup for LPE... remove duplicated original_curve in SPPat...Johan B. C. Engelen2012-01-171-6/+5
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-271-1/+1
* - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...Johan B. C. Engelen2011-07-171-7/+7
* warning cleanup (no functional changes)Campbell Barton2011-06-251-11/+11
* Replace deprecated GtkSignalAlex Valavanis2011-06-131-4/+4
* Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz2011-02-221-5/+5
* update to latest 2geom !Johan B. C. Engelen2011-02-021-5/+5
* Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ...Jon A. Cruz2010-12-231-1/+4
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-43/+39
|\
| * SPObject c++ification finalized along with the beginning of XML Privatisation...Abhishek Sharma Public2010-07-121-11/+11
| * New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...Abhishek Sharma Public2010-07-021-4/+4
| * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-5/+5
| * This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public2010-06-291-9/+9
* | Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
* | Connector tool: pointers should be nulled after snappingDiederik van Lierop2010-08-161-12/+22
* | Fixes bug #478597 where the connector context crash due to asserting thatMichael Wybrow2010-08-131-2/+4
* | Fix bug #612756 where connectors with zero length (due to being clippedMichael Wybrow2010-08-131-5/+22
* | Clear pointers in the snapmanager if they're no longer needed.Diederik van Lierop2010-08-111-1/+5
|/
* Cleanup of SP_ACTIVE_DESKTOP to prepare clipboard code for reuse.Jon A. Cruz2010-03-191-0/+3
* Cleanup on id access.Jon A. Cruz2010-03-021-1/+1
* Disabled unfinished connection point edit mode. Added inkscape:connection-sta...Arcadie M. Cracan2010-02-211-26/+50
* Tiny bit of refactoring (inverting some logic)Diederik van Lierop2010-02-061-1/+1
* Finally introducing the pre-snap indicatorDiederik van Lierop2010-01-301-0/+3
* Remove redundancy from snapping API (type of snapsource no longer has to be s...Diederik van Lierop2010-01-231-12/+10
* Small snap bug has been eliminated, flowed text snapping now uses baseline, r...Diederik van Lierop2009-12-301-23/+1
* Warning cleanupJon A. Cruz2009-12-271-2/+2
* Warning cleanupJon A. Cruz2009-12-201-57/+57
* Merge GSoC2009 Connectors into trunkArcadie M. Cracan2009-12-021-300/+892
* Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert2009-08-061-5/+5
* SPDocument->Documentjohnce2009-08-051-5/+5
* Make the snap delay mechanism easier to implement for the devs, and get rid o...Diederik van Lierop2009-07-181-12/+9
* - Move snap delay mechanism to the event context (used to be in SPCanvas)Diederik van Lierop2009-03-291-17/+40
* remove desktop-affine.h and refactor sp_desktop_dt2doc_* callsThomas Holder2009-03-131-2/+1
* The snap indicator's tooltip now displays "A to B", whereas before it only di...Diederik van Lierop2009-02-201-1/+1
* - The snap-delay mechanism should now be more robust. From now on, it must be...Diederik van Lierop2009-01-251-18/+22
* Make all tools consider full parent transform (up to document, not just up to...Thomas Holder2008-12-081-2/+2
* Merge from fe-movedTed Gould2008-11-211-2/+2
* From trunkTed Gould2008-10-271-34/+36
* Merging from trunkTed Gould2008-10-111-2/+2
* make spcurve::first_point and last_point boost::optionalJohan B. C. Engelen2008-08-131-4/+4
* Move all of the snapper code to 2geomDiederik van Lierop2008-08-111-6/+6
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-081-7/+7
* fix ambiguities by implicit NR::Matrix/Geom::Matrix cast.Johan B. C. Engelen2008-08-061-5/+5
* NR::Maybe => boost::optionalJohan B. C. Engelen2008-08-051-1/+1