summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/rect-tool.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused parameter in SPItem::doWriteTransformStefano Facchini2017-09-241-1/+1
|
* Improving CR feedback. thanks!Jabier Arraiza2017-07-011-9/+0
|
* Hackfest: Refactor cursors so the hot spot is inside the xpmMartin Owens2017-06-301-1/+1
|
* CPPification: almost all sp_object_set_whatever and sp_selection_whatever ↵Marc Jeanmougin2016-10-241-1/+1
| | | | | | | | | | | | global functions are now methods of ObjectSet*, with these additional benefits: - They can now act on any SelectionSet, not just the current selection; - Whenever possible, they don't need a desktop anymore and can run if called from GUI. I hope I did not break too many things in the process. *: So instead of callink sp_selection_move(desktop,x,y), you call myobjectset->move(x,y) (bzr r15189)
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-5/+0
| | | (bzr r15034)
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+5
| | | (bzr r15027)
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-5/+0
| | | (bzr r15025)
* fixes a few of jenkins warningsMarc Jeanmougin2015-05-081-1/+0
| | | (bzr r14126)
* Strip ToolFactoryLiam P. White2015-02-251-10/+0
| | | (bzr r13939.1.2)
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-3/+3
| | | (bzr r13820)
* Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White2014-12-211-5/+5
| | | (bzr r13809)
* Units: make it absolutely clear that Document properties unit dropdown is ↵Johan B. C. Engelen2014-11-241-2/+2
| | | | | | | for UI Display Units. Upon document load, calculate the units used for SVG values, if a viewbox is available. If not, default to "px" SVG units. Change all code to use either Display units OR svg units. (bzr r13751)
* Move more UI code into ui/Liam P. White2014-10-051-2/+2
| | | (bzr r13341.1.253)
* Clean up some ShapeHolder related thingsLiam P. White2014-07-261-3/+3
| | | (bzr r13341.1.100)
* Added some consts. Turned functions to member functions.Markus Engel2014-03-021-1/+1
| | | (bzr r13089)
* Made constructors of tools use initializer lists.Markus Engel2014-02-261-14/+6
| | | (bzr r13060)
* Moved and renamed some tool-related files.Markus Engel2013-11-091-0/+527
(bzr r12785)