summaryrefslogtreecommitdiffstats
path: root/src/ui/tools (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | Fix a bug in pen/cil modes triangle in/outJabier Arraiza Cenoz2014-11-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13752)
| * | | | | | | | | Units: make it absolutely clear that Document properties unit dropdown is ↵Johan B. C. Engelen2014-11-246-9/+9
| | |_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* | | | | | | | | Fixing bend from clipboard to trunk 0.92Jabier Arraiza Cenoz2014-11-241-27/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r12588.1.36)
* | | | | | | | | fixing to trunkJabier Arraiza Cenoz2014-11-2334-364/+1495
|\| | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r12588.1.34)
| * | | | | | | | modify sequence of events. (Bug 1247801)Alvin Penner2014-11-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1247801 (bzr r13735)
| * | | | | | | | Purged GTKish SP_IS_RECT_CONTEXT/SP_RECT_CONTEXT macros.Jon A. Cruz2014-11-151-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13713)
| * | | | | | | | Fixed bug in node point selection to LPE.Jabier Arraiza Cenoz2014-11-121-1/+1
| | |_|_|_|_|_|/ | |/| | | | | | | | | | | | | | (bzr r13704)
| * | | | | | | Refactor to remove references to Desktop/Ui in Effect, bspline and ↵Jabier Arraiza Cenoz2014-11-051-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fillet-chamfer. Also fixed the selected node problem in units not px. Also fixed two var to not allow NULL pointed by Johan Engelen. (bzr r13672)
| * | | | | | | Correct check-for-layer that should have been check-for-group. Fixes bug ↵Jon A. Cruz2014-11-021-1/+1
| | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #1388297. Fixed bugs: - https://launchpad.net/bugs/1388297 (bzr r13658)
| * | | | | | Update to trunk r13638Liam P. White2014-10-253-79/+117
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | (bzr r13341.1.286)
| | * | | | | Initial removal of box3d outdated GTKish macros.Jon A. Cruz2014-10-243-79/+117
| | | | | | | | | | | | | | | | | | | | | (bzr r13634)
| | * | | | | Fix strict build with Gtk+ 2Tavmjong Bah2014-10-151-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (experimental commit r13513) (bzr r13616.1.2)
| | * | | | | Fix locale issue in powerstroke width selectionLiam P. White2014-09-021-5/+4
| | | | | | | | | | | | | | | | | | | | | (bzr r13542)
| | * | | | | Fix for bug #1363497 (strange crash with knot path effect)Liam P. White2014-08-311-21/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1363497 (bzr r13537)
| * | | | | | Move more UI code into ui/Liam P. White2014-10-0525-39/+41
| | | | | | | | | | | | | | | | | | | | | (bzr r13341.1.253)
| * | | | | | Move obvious ui component to ui/Liam P. White2014-10-051-1/+1
| | | | | | | | | | | | | | | | | | | | | (bzr r13341.1.247)
| * | | | | | A bit refactor, remove some old varsJabier Arraiza Cenoz2014-09-243-35/+6
| | | | | | | | | | | | | | | | | | | | | (bzr r13341.1.223)
| * | | | | | Change colors of helper paths also in middle draw when change the mode ↵root2014-09-241-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -spiro, bspline...- (bzr r13341.1.222)
| * | | | | | Now add the helper colors also to pencil helperJabier Arraiza Cenoz2014-09-241-1/+8
| | | | | | | | | | | | | | | | | | | | | (bzr r13341.1.221)
| * | | | | | Show the helper curves in pen tool with the color of the current layer ↵Jabier Arraiza Cenoz2014-09-243-29/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | defined in objects dialog (bzr r13341.1.220)
| * | | | | | Fix for strange gap at shift to cusp in bsplineJabier Arraiza Cenoz2014-09-222-125/+115
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now curves with cusp noden in bspline mode looks better, more smooth. Remove some duplicate code from outside for loops Fix a bug continuing shapes in bspline-spiro mode. Style code formating (bzr r13341.1.215)
| * | | | | | fixing cusp node bug on bspline -problems moving nodes because tiny handlesJabier Arraiza Cenoz2014-09-151-1/+7
| | | | | | | | | | | | | | | | | | | | | (bzr r13341.1.209)
| * | | | | | Update to experimental r13543Liam P. White2014-09-072-26/+21
| | | | | | | | | | | | | | | | | | | | | (bzr r13090.1.108)
| * | | | | | Update to experimental r13531Liam P. White2014-08-316-18/+13
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | (bzr r13090.1.106)
| | * | | | | | Reduce header bloatAlex Valavanis2014-08-304-13/+7
| | | |_|_|_|/ | | |/| | | | | | | | | | | (bzr r13341.1.184)
| | * | | | | fix bug coninuing existing paths whith no LPE in bspline/spiro modesJabier Arraiza Cenoz2014-08-251-4/+4
| | | | | | | | | | | | | | | | | | | | | (bzr r13341.1.176)
| | * | | | | Fix strict build with Gtk+ 2Alex Valavanis2014-08-241-1/+2
| | | | | | | | | | | | | | | | | | | | | (bzr r13341.1.172)
| * | | | | | Update to experimental r13479Liam P. White2014-08-122-8/+11
| |\| | | | | | | | | | | | | | | | | | | (bzr r13090.1.103)
| | * | | | | Get gradient tool to shut up about invalid casts with meshesLiam P. White2014-08-101-7/+10
| | | | | | | | | | | | | | | | | | | | | (bzr r13341.1.131)
| | * | | | | Further fixes related to bug #1327267, toolbars don't need to update when ↵Liam P. White2014-08-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | their context is not in use (bzr r13341.1.126)
| * | | | | | Update to experimental r13465Liam P. White2014-08-081-1/+1
| |\| | | | | | | | | | | | | | | | | | | (bzr r13090.1.102)
| | * | | | | Massive performance improvment for basic node operations with thousands of nodesLiam P. White2014-08-081-1/+1
| | | |_|_|/ | | |/| | | | | | | | | (bzr r13341.1.124)
| * | | | | Ponyscape feature: finish pen drawing on context switchLiam P. White2014-08-081-1/+3
| | | | | | | | | | | | | | | | | | (bzr r13090.1.101)
| * | | | | Update to experimental r13464Liam P. White2014-08-081-0/+2
| |\| | | | | | | | | | | | | | | | (bzr r13090.1.99)
| | * | | | Add in some debugging code that will complain when deleted knots are ↵Liam P. White2014-08-071-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | accessed by snap handler (bzr r13341.1.120)
| * | | | | Update to experimental r13460Liam P. White2014-08-063-11/+20
| |\| | | | | | | | | | | | | | | | (bzr r13090.1.98)
| | * | | | Update to trunk r13489Liam P. White2014-08-042-3/+12
| | |\| | | | | | | | | | | | | | | (bzr r13341.1.116)
| | | * | | Fix for #906794, #1246550 (live effects not showing helper paths)Jabier Arraiza Cenoz2014-08-012-1/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1246550 - https://launchpad.net/bugs/906794 (bzr r13487)
| | * | | | Fixed some redraw problems moving nodes in bspline modeJabier Arraiza Cenoz2014-08-041-8/+8
| | | | | | | | | | | | | | | | | | (bzr r13341.1.115)
| * | | | | Update to experimental r13452Liam P. White2014-07-3013-52/+111
| |\| | | | | | | | | | | | | | | | (bzr r13090.1.95)
| | * | | | Update to trunk r13482Liam P. White2014-07-301-0/+28
| | |\| | | | | | | | | | | | | | | (bzr r13341.1.111)
| | | * | | Fix for 1346972 (freehand shape mode should pick stroke width from tool's ↵Liam P. White2014-07-291-0/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | active style) Fixed bugs: - https://launchpad.net/bugs/1346972 (bzr r13482)
| | * | | | add last applied branch - mode to strokes on pen/pencilJabier Arraiza Cenoz2014-07-301-6/+39
| | | | | | | | | | | | | | | | | | (bzr r13341.1.108)
| | * | | | Merge from trunk 13472Liam P. White2014-07-273-20/+19
| | |\| | | | | | | | | | | | | | | (bzr r13341.1.102)
| | | * | | Replaced some abs/fabs with std::abs.Markus Engel2014-07-221-1/+1
| | | | | | | | | | | | | | | | | | (bzr r13459)
| | | * | | Fixed some unused variables warnings.Markus Engel2014-07-221-1/+1
| | | | | | | | | | | | | | | | | | (bzr r13458)
| | | * | | Workarounds for crash bugs 1309050, 601336; will fix properly in experimentalLiam P. White2014-07-191-6/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/601336 - https://launchpad.net/bugs/1309050 (bzr r13455)
| | | * | | Fix pentool backspace bug. Thanks JabierJohan B. C. Engelen2014-07-011-12/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1336561 (bzr r13445)
| | * | | | Clean up some ShapeHolder related thingsLiam P. White2014-07-269-26/+25
| | | |_|/ | | |/| | | | | | | (bzr r13341.1.100)
| * | | | Update to experimental r13436Liam P. White2014-07-231-1/+0
| |\| | | | | | | | | | | | | (bzr r13090.1.92)