summaryrefslogtreecommitdiffstats
path: root/src/object-edit.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Initial removal of box3d outdated GTKish macros.Jon A. Cruz2014-10-241-80/+133
* Allow editing of fill and stroke patterns simultaneously. Fixes #601336, #604...Liam P. White2014-08-041-2/+2
* Seamlessly switch between SVG circle, ellipse, and path (arc) elements while ...Tavmjong Bah2013-10-081-7/+5
* C++Johan B. C. Engelen2013-10-041-4/+4
* Further changes to SPEllipse.Markus Engel2013-09-291-26/+24
* Further refactored SPEllipse.Markus Engel2013-09-261-4/+4
* Turned all functions concerning SPSpiral into member functions.Markus Engel2013-03-301-6/+6
* const ....Johan B. C. Engelen2013-01-171-59/+59
* UI. Fix for bug #959202 (Spiral Tool: Alt+drag on outside handle isn't descri...Nicolas Dufour2012-12-031-1/+1
* Fix "shift disables snapping" for LPEs and for editing objectsDiederik van Lierop2012-10-141-18/+18
* Remove invalid return statementsDiederik van Lierop2012-10-141-2/+2
* Header cleaning for GTK+3 migrationAlex Valavanis2012-06-051-1/+1
* Adding base configurable sizing of controls/handles.Jon A. Cruz2012-05-031-26/+56
* circle tool: fix shift click to reset to full circle for start angle nodeJohan B. C. Engelen2012-04-071-0/+12
* (cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem2012-02-251-21/+21
* - 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