summaryrefslogtreecommitdiffstats
path: root/src/ui/tools (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| | * Move boolop functions from sp_selected_path_<op> to ObjectSet::path<op>Alexander Brock2016-11-094-11/+11
| | | | | | | | | (bzr r15223.1.1)
| * | Click-drag selects nodes rather than creates new mesh if mesh already exists.Tavmjong Bah2016-11-091-1/+18
| | | | | | | | | (bzr r15231)
| * | Improve mesh handling in Fill and Stroke dialog.Tavmjong Bah2016-11-081-46/+24
| |/ | | | | | | | | | | Create new meshes with alternating color/white pattern (makes it more obvious a mesh has been created). (bzr r15229)
* | Fix some bugsJabier Arraiza Cenoz2016-11-071-2/+4
| | | | | | (bzr r15142.1.37)
* | Fix some bugs pointed by vladaJabier Arraiza Cenoz2016-11-071-8/+3
| | | | | | (bzr r15142.1.35)
* | Update to trunkJabier Arraiza Cenoz2016-11-061-42/+42
|\| | | | | (bzr r15142.1.34)
| * Fix some bugs on pen/cil dropdown shapesJabier Arraiza Cenoz2016-11-061-42/+42
| | | | | | (bzr r15219)
| * Minor tweakJabier Arraiza Cenoz2016-11-061-1/+1
| | | | | | (bzr r15217)
| * Fix bug on apply bend LPE from pen/cil without cliboard, nothin happends ↵Jabier Arraiza Cenoz2016-11-061-1/+1
| | | | | | | | | | previously (bzr r15216)
* | Fix a bug that allow to enter rotate mode with right clickJabier Arraiza Cenoz2016-11-061-24/+15
| | | | | | (bzr r15142.1.33)
* | Change modifier to enter rotate mode from SHIFT to CONTROLJabier Arraiza Cenoz2016-11-051-3/+3
| | | | | | (bzr r15142.1.31)
* | Update to trunkJabier Arraiza Cenoz2016-11-053-28/+35
|\| | | | | (bzr r15142.1.30)
| * Fix bug:1639098Jabier Arraiza Cenoz2016-11-051-2/+9
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1639098 (bzr r15211)
| * Fix bug:1639083 crach closing segment with shortcut LPEJabier Arraiza Cenoz2016-11-052-26/+26
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1639083 (bzr r15210)
* | Fix angle constrain, thanks to vlada, Mc and LiamWJabier Arraiza Cenoz2016-11-011-1/+1
| | | | | | (bzr r15142.1.29)
* | Add some Vlava improvements from mailing listJabier Arraiza Cenoz2016-11-012-85/+155
|\| | | | | (bzr r15142.1.28)
* | Update to trunkJabier Arraiza Cenoz2016-10-257-35/+35
|\| | | | | (bzr r15142.1.26)
| * CPPification: almost all sp_object_set_whatever and sp_selection_whatever ↵Marc Jeanmougin2016-10-247-35/+35
| | | | | | | | | | | | | | | | | | | | | | | | 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)
* | Some bug fixes and improvementsJabier Arraiza Cenoz2016-10-251-4/+0
| | | | | | (bzr r15142.1.25)
* | Add right click rotation panning, some fixesJabier Arraiza Cenoz2016-10-231-1/+14
| | | | | | (bzr r15142.1.23)
* | Add right click rotation panningJabier Arraiza Cenoz2016-10-231-6/+5
| | | | | | (bzr r15142.1.22)
* | Add doc rotate with panningJabier Arraiza Cenoz2016-10-231-398/+395
|\| | | | | (bzr r15142.1.21)
* | Add right click attemptJabier Arraiza Cenoz2016-10-231-90/+126
| | | | | | (bzr r15142.1.20)
* | Update to trunkJabier Arraiza Cenoz2016-10-192-1/+74
|\| | | | | (bzr r15142.1.16)
| * Use geometric bounding box for fill, visual for stroke in creating mesh.Tavmjong Bah2016-10-181-1/+7
| | | | | | (bzr r15175)
| * Add option to scale mesh to fit in bounding box.Tavmjong Bah2016-10-172-0/+67
| | | | | | (bzr r15173)
* | Working with rotate previewJabier Arraiza Cenoz2016-10-191-2/+0
|/ | | (bzr r15142.1.15)
* Implement copying of objects with mesh gradients.Tavmjong Bah2016-10-141-20/+21
| | | (bzr r15171)
* Do not create unused "vector" gradient when creating mesh gradient.Tavmjong Bah2016-10-141-20/+28
| | | (bzr r15168)
* Merged.Shlomi Fish2016-10-085-39/+137
|\ | | | | (bzr r15100.1.31)
| * [Bug #770681] KEY MAPPING: Comma and period hijacked by scaling.sandra-snan2016-10-081-31/+1
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/770681 (bzr r15155)
| * Fix bug:1630821 on LPE selected nodesJabier Arraiza Cenoz2016-10-071-6/+5
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1630821 (bzr r15149)
| * Merge in jabiertxof's hover information for measure toolMartin Owens2016-10-032-0/+121
| |\ | | | | | | (bzr r15146)
| | * Fix a typo pointed by CRJabier Arraiza Cenoz2016-06-111-1/+1
| | | | | | | | | (bzr r14957.1.2)
| | * Add measure Over Item by a vlada idea on IRCJabier Arraiza Cenoz2016-06-062-0/+121
| | | | | | | | | (bzr r14957.1.1)
| * | Fix a bug on eraser mode when previous clip are shapes not pathsJabier Arraiza Cenoz2016-10-031-2/+10
| | | | | | | | | (bzr r15145)
* | | Merged.Shlomi Fish2016-10-032-38/+111
|\| | | | | | | | (bzr r15100.1.30)
| * | Merge in the new eraser mode (2) which uses clip instead of cut.Martin Owens2016-10-022-38/+111
| |\ \ | | | | | | | | (bzr r15143)
| | * \ Update to trunk and some fixesJabier Arraiza Cenoz2016-10-0228-586/+309
| | |\ \ | | |/ / | |/| | (bzr r14865.1.14)
| | * | Speed improvementsJabier Arraiza Cenoz2016-05-221-15/+9
| | | | | | | | | | | | (bzr r14865.1.12)
| | * | first attem to work throught layersJabier Arraiza Cenoz2016-05-221-4/+5
| | | | | | | | | | | | (bzr r14865.1.11)
| | * | Clip eraser done! Thanks Doctormon!Jabier Arraiza Cenoz2016-05-221-83/+82
| | | | | | | | | | | | (bzr r14865.1.9)
| | * | Working undoJabier Arraiza Cenoz2016-05-211-17/+14
| | | | | | | | | | | | (bzr r14865.1.8)
| | * | Fixing undo thingJabier Arraiza Cenoz2016-05-211-17/+4
| | | | | | | | | | | | (bzr r14865.1.7)
| | * | update to trunkJabier Arraiza Cenoz2016-05-212-6/+4
| | |\| | | | | | | | | (bzr r14865.1.6)
| | * | Fixing undo thingJabier Arraiza Cenoz2016-05-211-6/+23
| | | | | | | | | | | | (bzr r14865.1.5)
| | * | working on undoJabier Arraiza Cenoz2016-05-061-15/+6
| | | | | | | | | | | | (bzr r14865.1.4)
| | * | Finishing eraser tool. TODO undo workJabier Arraiza Cenoz2016-05-061-45/+45
| | | | | | | | | | | | (bzr r14865.1.2)
| | * | Working on clip erase basic work done but brokenJabier Arraiza Cenoz2016-05-021-15/+94
| | | | | | | | | | | | (bzr r14865.1.1)
* | | | Merged.Shlomi Fish2016-09-292-16/+20
|\| | | | | | | | | | | (bzr r15100.1.23)