summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use geometric bounding box for fill, visual for stroke in creating mesh.Tavmjong Bah2016-10-181-1/+7
* Add option to scale mesh to fit in bounding box.Tavmjong Bah2016-10-176-0/+141
* Implement copying of objects with mesh gradients.Tavmjong Bah2016-10-143-78/+105
* Fix bug:1633521 on powerstrokeJabier Arraiza Cenoz2016-10-141-3/+8
* Code cleanup: simplify initial mesh color calculation.Tavmjong Bah2016-10-141-24/+9
* Do not create unused "vector" gradient when creating mesh gradient.Tavmjong Bah2016-10-141-20/+28
* Ensure newly created meshes have correct 'gradientUnits'.Tavmjong Bah2016-10-141-4/+4
* Remove unused/undefined function.Tavmjong Bah2016-10-141-3/+0
* Better handling of mesh gradients in Paint Selector dialog.Tavmjong Bah2016-10-133-23/+93
* [Bug #1630635] Wrong tool tip for new text line height setting.marenhachmann2016-10-121-11/+11
* Render mesh gradients that reference other mesh gradients.Tavmjong Bah2016-10-122-12/+27
* merge a fix and refactorMarc Jeanmougin2016-10-092-60/+16
|\
| * Remove unnecessary ?TRUE:FALSE.Shlomi Fish2016-10-091-2/+2
| * Refactoring: remove duplicacy.Shlomi Fish2016-10-091-9/+3
| * Refactoring/styling: extract a statement.Shlomi Fish2016-10-091-6/+2
| * Replace assignments and set_vis()es with a foreach.Shlomi Fish2016-10-081-12/+4
| * Unify duplicate functionality.Shlomi Fish2016-10-081-12/+9
| * Extract a subroutine from two places.Shlomi Fish2016-10-081-37/+13
| * Fix "ninja -j4 check".Shlomi Fish2016-10-081-3/+4
* | Fix palette flickering, probably.liampwhite2016-10-092-4/+4
* | Provide simple "preview" for mesh gradients.Tavmjong Bah2016-10-093-4/+69
|/
* Made the style-utils.h license dual-with-GPLv2+.Shlomi Fish2016-10-081-1/+7
* Merged.Shlomi Fish2016-10-0860-173/+2513
|\
| * [Bug #770681] KEY MAPPING: Comma and period hijacked by scaling.sandra-snan2016-10-083-31/+53
| * Fix bug:1622321 on powerstrokeJabier Arraiza Cenoz2016-10-081-1/+2
| * Remove unnecesary header from last pushJabier Arraiza Cenoz2016-10-071-1/+0
| * Fix bug:1630796 on flatten button. Attemp 2Jabier Arraiza Cenoz2016-10-072-6/+9
| * Fix bug:1605334 FeImage X and Y positionJabier Arraiza Cenoz2016-10-072-1/+53
| * Fix bug:1630796 on flatten buttonJabier Arraiza Cenoz2016-10-072-4/+7
| * Fix bug:1630821 on LPE selected nodesJabier Arraiza Cenoz2016-10-071-6/+5
| * Fix on delete lineJabier Arraiza Cenoz2016-10-062-3/+9
| * add button to release measuresJabier Arraiza Cenoz2016-10-053-31/+67
| * add lockJabier Arraiza Cenoz2016-10-042-36/+28
| * Attemp lock hepersJabier Arraiza Cenoz2016-10-0411-53/+773
| |\
| | * xverbs branch merge by dmitry-zhulanovMarc Jeanmougin2016-10-038-34/+712
| | |\
| | | * beautify identsDmitry Zhulanov2016-10-031-4/+3
| | | * beautify identsDmitry Zhulanov2016-10-032-3/+1
| | | * butify identsDmitry Zhulanov2016-10-031-45/+63
| | | * split big functionDmitry Zhulanov2016-10-021-6/+14
| | | * fix cmake warning and remove whole xverbs code from compilation without yamlDmitry Zhulanov2016-10-012-8/+7
| | | * fix indentDmitry Zhulanov2016-10-011-3/+3
| | | * disable xverb feature if WITH_YAML definedDmitry Zhulanov2016-10-012-6/+19
| | | * allow to use verbs as xverbsDmitry Zhulanov2016-09-292-3/+8
| | | * allow optional args for xverbsDmitry Zhulanov2016-09-293-93/+102
| | | * ignore additional arguments of x-verbsDmitry Zhulanov2016-09-271-34/+64
| | | * no need to FileQuit verb checkingDmitry Zhulanov2016-09-271-15/+0
| | | * fix indentionDmitry Zhulanov2016-09-271-72/+72
| | | * update intends and bracketsDmitry Zhulanov2016-09-271-341/+320
| | | * merge with trunkDmitry Zhulanov2016-09-2717-163/+169
| | | |\
| | | * | add x-verbs supportDmitry Zhulanov2016-09-266-2/+644