summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/tweak-tool.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Hackfest: Refactor cursors so the hot spot is inside the xpmMartin Owens2017-06-301-8/+8
|
* Prevent crash when iterator invalidated after converting shape to path.Tavmjong Bah2016-12-151-1/+2
| | | (bzr r15328)
* Implement tweaking of mesh handle colors.Tavmjong Bah2016-11-141-80/+102
| | | (bzr r15250)
* Merged trunkAdrian Boguszewski2016-08-031-12/+0
|\ | | | | (bzr r14954.1.29)
| * Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-12/+0
| | | | | | (bzr r15034)
| * Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+12
| | | | | | (bzr r15027)
| * Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-12/+0
| | | | | | (bzr r15025)
* | Renamed children list in SPObjectAdrian Boguszewski2016-07-141-4/+4
| | | | | | (bzr r14954.1.21)
* | Last part of new SPObject children listAdrian Boguszewski2016-07-141-4/+2
| | | | | | (bzr r14954.1.20)
* | Second part of new SPObject children listAdrian Boguszewski2016-07-131-8/+8
| | | | | | (bzr r14954.1.19)
* | Added items as a range functionAdrian Boguszewski2016-07-031-4/+4
|\| | | | | (bzr r14954.1.13)
* | Moved next functions, added namespace, renamed range functionsAdrian Boguszewski2016-06-251-3/+3
|/ | | (bzr r14954.1.10)
* static code analysisKris De Gussem2015-11-131-1/+1
| | | (bzr r14463)
* Update to 2Geom revision 2396Krzysztof Kosi??ski2015-05-221-2/+1
| | | (bzr r14059.2.16)
* Just reread the entire diff against trunk. Given the diff size, i must have ↵Marc Jeanmougin2015-04-261-1/+1
| | | | | | | | | | forgotten things, but hopefully, there are only very few changes of semantics: ->childList is now in the intuitive order (childList()[0] is now firstChild) -> sp_selection_paste_impl is now in the opposite order (change is local to selection-chemistry.cpp, and simplify a few things) -> selection.setReprList now takes the list in the opposite order. It was always the case (the list was always reversed before handing to it) -> a few comparison functions now work "the c++ way": the C way was to return -1 if a<b, 0 if a==b and 1 if a>b, now they return (bool)(a<b) (bzr r13922.1.15)
* mergeMarc Jeanmougin2015-04-261-10/+0
|\ | | | | (bzr r13922.1.12)
| * Strip ToolFactoryLiam P. White2015-02-251-10/+0
| | | | | | (bzr r13939.1.2)
* | corrected the casts (hopefully)Marc Jeanmougin2015-02-271-1/+1
| | | | | | (bzr r13922.1.10)
* | Put a few std::vector<SPitem*>Marc Jeanmougin2015-02-191-6/+6
| | | | | | (bzr r13922.1.5)
* | Just...mc2015-02-181-14/+11
|/ | | | | | | some... more... lines... (bzr r13922.1.2)
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-14/+14
| | | (bzr r13820)
* Purge sp_desktop_controlsLiam P. White2014-12-211-1/+1
| | | (bzr r13819)
* Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White2014-12-211-1/+1
| | | (bzr r13809)
* Update to trunk r13638Liam P. White2014-10-251-37/+49
|\ | | | | (bzr r13341.1.286)
| * Initial removal of box3d outdated GTKish macros.Jon A. Cruz2014-10-241-37/+49
| | | | | | (bzr r13634)
* | Move more UI code into ui/Liam P. White2014-10-051-1/+1
| | | | | | (bzr r13341.1.253)
* | Undo changes in r13391Liam P. White2014-06-071-1/+1
| | | | | | (bzr r13341.1.51)
* | Clean up some unnecessary pointer usage in livarotLiam P. White2014-06-061-1/+1
|/ | | (bzr r13341.1.50)
* Made constructors of tools use initializer lists.Markus Engel2014-02-261-26/+19
| | | (bzr r13060)
* Moved and renamed some tool-related files.Markus Engel2013-11-091-0/+1524
(bzr r12785)