summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Reposition widget and add degree symbolJabier Arraiza Cenoz2016-10-151-11/+49
* Change from slider to spinJabier Arraiza Cenoz2016-10-142-80/+88
* Update to trunkJabier Arraiza Cenoz2016-10-1410-177/+284
|\
| * 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
* | Working with rotate widgetJabier Arraiza Cenoz2016-10-143-2/+94
* | Fix some canvas item problems and refresh items on rotateJabier Arraiza Cenoz2016-10-103-31/+38
* | Update to trunkJabier Arraiza Cenoz2016-10-107-68/+89
|\|
| * 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
| |/
* | Fix some canvas problems and refactorizationJabier Arraiza Cenoz2016-10-108-72/+93
* | Added widget to to rotateJabier Arraiza Cenoz2016-10-095-23/+61
* | Update to trunkJabier Arraiza Cenoz2016-10-0819-65/+112
|\|
| * Made the style-utils.h license dual-with-GPLv2+.Shlomi Fish2016-10-081-1/+7
| * Merged.Shlomi Fish2016-10-0860-173/+2513
| |\
| * \ Merged.Shlomi Fish2016-10-037-85/+320
| |\ \
| * | | Extract a function - is_query_style_updateable.Shlomi Fish2016-10-023-7/+46
| * | | Merged.Shlomi Fish2016-10-022-3/+36
| |\ \ \
| * | | | Extract a method instead of assigning a temp bool var.Shlomi Fish2016-10-012-5/+8
| * | | | Extract a function to prevent assignment + const-ing.Shlomi Fish2016-09-301-7/+11
| * | | | Merged.Shlomi Fish2016-09-301-2/+0
| |\ \ \ \
| * | | | | Fix a regression introduced by the refactoring.Shlomi Fish2016-09-291-1/+2
| * | | | | Merged.Shlomi Fish2016-09-2940-371/+916
| |\ \ \ \ \
| * | | | | | Remove "== true" and trailing whitespace.Shlomi Fish2016-09-231-3/+3
| * | | | | | Merged.Shlomi Fish2016-09-236-10/+66
| |\ \ \ \ \ \
| * | | | | | | Remove "== true"sShlomi Fish2016-09-151-2/+2
| * | | | | | | Correct a typo and a sporious "== true" in a comment.Shlomi Fish2016-09-151-1/+1
| * | | | | | | Merged.Shlomi Fish2016-09-1514-104/+289
| |\ \ \ \ \ \ \
| * | | | | | | | Refactor == trueShlomi Fish2016-09-051-2/+2
| * | | | | | | | Merged.Shlomi Fish2016-09-053-7/+16
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Remove test for bool value.Shlomi Fish2016-09-031-1/+1
| * | | | | | | | | Merged.Shlomi Fish2016-09-033-47/+53
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | remove == true/false.Shlomi Fish2016-09-031-3/+3
| * | | | | | | | | | Avoid == true / == false.Shlomi Fish2016-09-031-2/+1
| * | | | | | | | | | RefactoringShlomi Fish2016-09-031-13/+7