summaryrefslogtreecommitdiffstats
path: root/src/object-edit.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...Johan B. C. Engelen2011-07-171-4/+4
* Remove more of libnrKrzysztof Kosi??ski2011-06-231-2/+2
* Update 2Geom to pull in integer rectangle classKrzysztof Kosi??ski2011-06-231-1/+1
* Merge from trunkKrzysztof Kosi??ski2011-04-071-10/+10
|\
| * Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz2011-02-221-8/+8
| * update to latest 2geom !Johan B. C. Engelen2011-02-021-2/+2
* | Merge from trunk (again)Krzysztof Kosi??ski2010-12-151-5/+3
|\|
| * Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-4/+3
| |\
| | * This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public2010-06-291-2/+2
| * | fix Bug #680520 - crash while using the top rounding handleAdonis Papaderos2010-11-241-1/+0
* | | Merge from trunkKrzysztof Kosi??ski2010-11-251-1/+1
|\| |
| * | Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
* | | merge from trunkKrzysztof Kosi??ski2010-08-081-10/+10
|\| |
| * | - Snap while rotating an object using the selector toolDiederik van Lierop2010-07-121-10/+10
| |/
* / Wholesale cruft removal part 3Krzysztof Kosi??ski2010-08-041-7/+0
|/
* Finally introducing the pre-snap indicatorDiederik van Lierop2010-01-301-43/+43
* textual patch from bug 408093bulia byak2009-09-061-1/+1
* fix 166186bulia byak2009-08-221-3/+9
* Remove an unused parameter from the snapping APIDiederik van Lierop2009-06-201-10/+10
* Implement constrained snapping when dragging the position and size handles of...Diederik van Lierop2009-03-151-33/+62
* * Implement constrained snapping of knotsDiederik van Lierop2009-03-131-6/+9
* remove desktop-affine.h and refactor sp_desktop_dt2doc_* callsThomas Holder2009-03-131-1/+0
* whitespace missedbulia byak2009-03-121-2/+2
* More NR ==> Geom changesJoshua L. Blocher2008-12-281-31/+31
* From trunkTed Gould2008-10-271-5/+9
* Merging from trunkTed Gould2008-10-111-2/+2
* add automatic conversion between Geom::Matrix and NR::Matrix. (added to NR::M...Johan B. C. Engelen2008-08-061-2/+2
* 2geomify a lot of NR::Points to Geom::PointJohan B. C. Engelen2008-08-011-121/+121
* replace matrix division code.Johan B. C. Engelen2008-08-011-1/+0
* Formerly static function used for snapping is now a private member of KnotHol...Maximilian Albert2008-08-011-36/+24
* LPE knotholder refactoring: PointParams are not knotholder entities any more;...Maximilian Albert2008-07-291-1/+0
* Don't dereference NULL knotholder; fixes instant crash, but using the handles...Maximilian Albert2008-07-021-0/+1
* Activate automatic knotholders for LPE PointParamsMaximilian Albert2008-06-161-1/+1
* change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen2008-06-121-3/+3
* Better way to add LPE knotholder handles; now it happens semi-automatically i...Maximilian Albert2008-06-081-1/+1
* Make knotholders for LPE items finally work; each effect can now overload the...Maximilian Albert2008-06-081-5/+2
* Some cleanup of knotholder code; mostly renaming knot_(get|set|click)_func --...Maximilian Albert2008-06-041-130/+130
* C++ify knotholdersMaximilian Albert2008-06-041-447/+511
* check if item is LPEItem before casting!!! should fix bug 236788Johan B. C. Engelen2008-06-021-3/+5
* LPE STACKING!Johan B. C. Engelen2008-05-301-7/+10
* Add checkbox for LPEs to temporarily disable them on canvas (but keep them ap...Maximilian Albert2008-05-191-0/+1
* Provide knotholder for LPEPerpBisector; TODO: this replaces the usual nodepat...Maximilian Albert2008-05-191-2/+17
* Fix a regression in the snapper, caused by me. Sorry!Diederik van Lierop2008-05-161-1/+1
* Add a centralized check (i.e. in the snapper mechanism) whether we've snapped...Diederik van Lierop2008-05-121-1/+1
* - Major refactoring of snapping related code...Diederik van Lierop2008-04-301-2/+3
* Make grouped 3D boxes work correctly when transformed (fixes: LP 188991)Maximilian Albert2008-03-191-7/+2
* snap 3d box handlesbulia byak2008-02-251-3/+7
* Further cleanup (left-over debugging message)Maximilian Albert2008-02-241-54/+8
* Warning cleanupJon A. Cruz2007-12-151-2/+2
* Fundamentally reworked version of the 3D box tool (among many other things, t...Maximilian Albert2007-12-131-228/+106