| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove an unused local .cpp enum. | Shlomi Fish | 2017-01-04 | 1 | -12/+0 |
| | | | | (bzr r15369.1.12) | ||||
| * | Fix bug where conical gradient drawn in wrong arc. | Tavmjong Bah | 2016-12-15 | 1 | -1/+1 |
| | | | | (bzr r15329) | ||||
| * | Correct error messages. | Tavmjong Bah | 2016-12-08 | 1 | -4/+4 |
| | | | | (bzr r15311) | ||||
| * | Fix memory leak (incomplete clear). | Tavmjong Bah | 2016-12-06 | 1 | -4/+1 |
| | | | | (bzr r15300) | ||||
| * | Fix bug with mesh handle update when corner moved via keys. | Tavmjong Bah | 2016-11-30 | 1 | -0/+1 |
| | | | | (bzr r15288) | ||||
| * | Fix path outline function for meshes with nrow != ncolumn. | Tavmjong Bah | 2016-11-17 | 1 | -1/+1 |
| | | | | (bzr r15255) | ||||
| * | Split selected rows/columns in half using Insert key. | Tavmjong Bah | 2016-11-16 | 1 | -0/+63 |
| | | | | (bzr r15251) | ||||
| * | Fit to bounding box: correct transform when mesh has a non-identity gradient ↵ | Tavmjong Bah | 2016-11-12 | 1 | -0/+9 |
| | | | | | | transform. (bzr r15243) | ||||
| * | Improve mesh handling in Fill and Stroke dialog. | Tavmjong Bah | 2016-11-08 | 1 | -11/+54 |
| | | | | | | | Create new meshes with alternating color/white pattern (makes it more obvious a mesh has been created). (bzr r15229) | ||||
| * | Add option to scale mesh to fit in bounding box. | Tavmjong Bah | 2016-10-17 | 1 | -0/+44 |
| | | | | (bzr r15173) | ||||
| * | Implement copying of objects with mesh gradients. | Tavmjong Bah | 2016-10-14 | 1 | -1/+1 |
| | | | | (bzr r15171) | ||||
| * | Code cleanup: simplify initial mesh color calculation. | Tavmjong Bah | 2016-10-14 | 1 | -24/+9 |
| | | | | (bzr r15169) | ||||
| * | Ensure newly created meshes have correct 'gradientUnits'. | Tavmjong Bah | 2016-10-14 | 1 | -4/+4 |
| | | | | (bzr r15167) | ||||
| * | Render mesh gradients that reference other mesh gradients. | Tavmjong Bah | 2016-10-12 | 1 | -5/+18 |
| | | | | (bzr r15163) | ||||
| * | Rename <mesh> to <meshgradient> per SVG 2 CR specificiation. | Tavmjong Bah | 2016-09-27 | 1 | -5/+5 |
| | | | | | | Note: <mesh> has been repurposed to be a special shape that tightly wraps a mesh gradient. (bzr r15137) | ||||
| * | Fix undo/redo for mesh gradients. | Tavmjong Bah | 2016-09-26 | 1 | -16/+99 |
| | | | | (bzr r15135) | ||||
| * | Fix bug reported in http://www.viva64.com/en/b/0419/ | Tavmjong Bah | 2016-08-15 | 1 | -5/+6 |
| | | | | (bzr r15058) | ||||
| * | Renamed children list in SPObject | Adrian Boguszewski | 2016-07-14 | 1 | -6/+6 |
| | | | | (bzr r14954.1.21) | ||||
| * | Second part of new SPObject children list | Adrian Boguszewski | 2016-07-13 | 1 | -17/+17 |
| | | | | (bzr r14954.1.19) | ||||
| * | Correct return value. | Tavmjong Bah | 2015-11-23 | 1 | -0/+1 |
| | | | | (bzr r14484) | ||||
| * | Correct transform when picking colors under mesh. | Tavmjong Bah | 2015-10-08 | 1 | -8/+10 |
| | | | | (bzr r14401) | ||||
| * | Match function definition and declaration syntax. Mismatch pointed out by ↵ | Tavmjong Bah | 2015-03-01 | 1 | -5/+5 |
| | | | | | | doxygen warnings. (bzr r13958) | ||||
| * | Rename <meshGradient> to <mesh>, <meshRow> to <meshrow>, <meshPatch> to ↵ | Tavmjong Bah | 2015-03-01 | 1 | -404/+60 |
| | | | | | | | | | <meshpatch>. Remove experimental smoothing types. Add new smoothing 'type' attribute with bicubic smoothing option. Per SVG WG decission at Sydney 2015 face-to-face meeting. (bzr r13956) | ||||
| * | Replace Catmull-Rom by fininte-differences in smoothing routines. | Tavmjong Bah | 2015-02-04 | 1 | -51/+198 |
| | | | | | | Set cross-derivatives to zero for the moment. (bzr r13899) | ||||
| * | Experimental mesh smoothing code. | Tavmjong Bah | 2015-02-02 | 1 | -1/+579 |
| | | | | (bzr r13890) | ||||
| * | Minor pass of header cleanup | Liam P. White | 2014-08-30 | 1 | -0/+2 |
| | | | | (bzr r13341.1.189) | ||||
| * | Fix build (not pretty). | Liam P. White | 2014-08-18 | 1 | -7/+7 |
| | | | | (bzr r13341.1.146) | ||||
| * | DrawingContext: change variable names ct to dc (bug #1272073) | David Mathog | 2014-02-08 | 1 | -2/+2 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1272073 (bzr r13009) | ||||
| * | Seamlessly switch between SVG circle, ellipse, and path (arc) elements while ↵ | Tavmjong Bah | 2013-10-08 | 1 | -4/+4 |
| | | | | | | using the Circle, Ellipse, and Arc tool. (bzr r12670) | ||||
| * | Fixed uninitialized variables & misc warnings. | Jon A. Cruz | 2013-03-25 | 1 | -7/+11 |
| | | | | (bzr r12241) | ||||
| * | Warning and dead code cleanup. | Jon A. Cruz | 2013-01-11 | 1 | -6/+0 |
| | | | | (bzr r12014) | ||||
| * | code cleanup: add own includes to cpp files or make the functions static if ↵ | Campbell Barton | 2012-10-04 | 1 | -2/+2 |
| | | | | | | they are not used elsewhere. (bzr r11735) | ||||
| * | Fixed typo. | Tavmjong Bah | 2012-06-14 | 1 | -1/+1 |
| | | | | (bzr r11498) | ||||
| * | cppcheck | Kris De Gussem | 2012-06-12 | 1 | -2/+2 |
| | | | | (bzr r11492) | ||||
| * | Fixing warnings. | Jon A. Cruz | 2012-05-25 | 1 | -5/+2 |
| | | | | (bzr r11414) | ||||
| * | fix windows build. use 'guint' instead of 'uint'. although I do not know why ↵ | Johan B. C. Engelen | 2012-05-24 | 1 | -153/+153 |
| | | | | | | you wouldn't just use 'unsigned int' (bzr r11410) | ||||
| * | Add Mesh tool (experimental, requires Cario >= 1.11.4, disabled by default). | Tavmjong Bah | 2012-05-23 | 1 | -0/+2508 |
| (bzr r11406) | |||||
