summaryrefslogtreecommitdiffstats
path: root/src/knotholder.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added some consts. Turned functions to member functions.Markus Engel2014-03-021-4/+4
* Moved and renamed some tool-related files.Markus Engel2013-11-091-4/+4
* Seamlessly switch between SVG circle, ellipse, and path (arc) elements while ...Tavmjong Bah2013-10-081-1/+1
* C++Johan B. C. Engelen2013-10-041-1/+1
* Reactivated independent reference counting in the SPObject tree.Markus Engel2013-04-081-2/+5
* Merged Shape and subclasses. Cleaned up a bit.Markus Engel2013-04-051-2/+2
* Header cleaning for GTK+3 migrationAlex Valavanis2012-06-051-0/+1
* Adding base configurable sizing of controls/handles.Jon A. Cruz2012-05-031-25/+38
* Additional cleanup.Jon A. Cruz2012-04-101-2/+2
* fix possible crasher in knot_clicked_handlerJohan B. C. Engelen2012-04-071-11/+12
* remove no longer needed knotholderentity complicationJohan B. C. Engelen2012-04-071-7/+1
* Header cleaningAlex Valavanis2012-02-121-0/+2
* Another minor pass of Doxygen cleanup.Jon A. Cruz2011-10-031-2/+2
* - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...Johan B. C. Engelen2011-07-171-4/+2
* Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.Jon A. Cruz2011-02-211-6/+6
* update to latest 2geom !Johan B. C. Engelen2011-02-021-1/+1
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-13/+15
|\
| * SPShape c++ified to the extent it was possible and more changes done for XML ...Abhishek Sharma Public2010-07-141-2/+2
| * C++ification of SPObject continued along with the onset of XML Privatisation....Abhishek Sharma Public2010-07-061-1/+2
| * New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...Abhishek Sharma Public2010-07-021-2/+2
| * This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public2010-06-291-3/+3
* | Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
|/
* Finally introducing the pre-snap indicatorDiederik van Lierop2010-01-301-0/+15
* decrease header dependenciesJohan B. C. Engelen2009-11-231-0/+1
* label editbulia byak2009-10-021-1/+1
* Make the snap delay mechanism easier to implement for the devs, and get rid o...Diederik van Lierop2009-07-181-2/+0
* - Move snap delay mechanism to the event context (used to be in SPCanvas)Diederik van Lierop2009-03-291-2/+2
* Fix #338838, in which zooming and panning with the middle mouse button made I...Diederik van Lierop2009-03-091-2/+2
* - The snap-delay mechanism should now be more robust. From now on, it must be...Diederik van Lierop2009-01-251-3/+15
* NR -> 2Geom few more filesJoshua L. Blocher2008-12-051-2/+2
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-081-1/+1
* replace matrix division code.Johan B. C. Engelen2008-08-011-3/+2
* change knot.h to Geom::Point only instead of NR::Point.Johan B. C. Engelen2008-08-011-2/+2
* Warning cleanupJon A. Cruz2008-08-011-3/+3
* Rename isLPEParam() to isDeletable(), create new class LPEKnotHolderEntity an...Maximilian Albert2008-07-291-4/+3
* fix release mouse crash, add missed disconnects, remove unused callbackbulia byak2008-07-271-12/+10
* fix messed up scale/rotate handlesbulia byak2008-07-271-2/+2
* change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen2008-06-121-3/+3
* plumb XML::Documents in everywhereMenTaLguY2008-06-111-1/+1
* Write all effect parameters to SVG when a LPE knotholder handle is ungrabbedMaximilian Albert2008-06-101-0/+12
* Make knotholders for LPE items finally work; each effect can now overload the...Maximilian Albert2008-06-081-2/+27
* Some cleanup of knotholder code; mostly renaming knot_(get|set|click)_func --...Maximilian Albert2008-06-041-12/+2
* C++ify knotholdersMaximilian Albert2008-06-041-178/+77
* Fundamentally reworked version of the 3D box tool (among many other things, t...Maximilian Albert2007-12-131-2/+2
* warning cleanupJon A. Cruz2007-11-021-1/+1
* Write/read perspectives to/from SVG; store ratios of the distances from corne...Maximilian Albert2007-08-061-1/+2
* First (very limited) version of the 3D box tool; allows for drawing of new bo...Maximilian Albert2007-06-211-0/+5
* undo annotationsgustav_b2007-01-011-4/+18
* patch from Gustav Broberg: undo annotations and history dialogbulia byak2006-06-291-2/+36
* c -> cpp (eliminating unneded casts)Andrius Ramanauskas2006-04-061-12/+11