86b5ece880679a75efaaf9b09663c5e3e588063a |
|
23-Nov-2015 |
tavmjong-free <tavmjong@free.fr> |
Correct return value. |
e9da469a7d14bfe45d857f67ae970eda3112c05c |
|
08-Oct-2015 |
tavmjong-free <tavmjong@free.fr> |
Correct transform when picking colors under mesh. |
846b5b33655ea58ba4d872e30d2be498d36a21f9 |
|
01-Mar-2015 |
tavmjong-free <tavmjong@free.fr> |
Match function definition and declaration syntax. Mismatch pointed out by doxygen warnings. |
a3c27728560e19f7c710399f838dadeedac39249 |
|
01-Mar-2015 |
tavmjong-free <tavmjong@free.fr> |
Rename <meshGradient> to <mesh>, <meshRow> to <meshrow>, <meshPatch> to <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. |
16b1e8c74378da09ee84d73987be64cd6322fff7 |
|
04-Feb-2015 |
tavmjong-free <tavmjong@free.fr> |
Replace Catmull-Rom by fininte-differences in smoothing routines.
Set cross-derivatives to zero for the moment. |
214a2dca4418a9937d7142e42ed91fdfdb86ae16 |
|
02-Feb-2015 |
tavmjong-free <tavmjong@free.fr> |
Experimental mesh smoothing code. |
d2e42b9425ccd4c2d4c20c2217455da177035e48 |
|
27-Sep-2014 |
Liam P. White <inkscapebrony@gmail.com> |
Update to experimental r13565 |
44ed6dfe15487cdc5a4c78b7d07fcfcd0164bc42 |
|
30-Aug-2014 |
Liam P. White <inkscapebrony@gmail.com> |
Minor pass of header cleanup |
437c1cd94c72c1a38636a923cd9c0a95189596ad |
|
18-Aug-2014 |
Liam P. White <inkscapebrony@gmail.com> |
Fix build (not pretty). |
58ba7163a5ee19414f3357a7c84d93989cb7498c |
|
08-Feb-2014 |
mathog <mathog@caltech.edu> |
DrawingContext: change variable names ct to dc (bug #1272073) |
f18b1e74aaa44515e7f7facb3073a467c4acb2a3 |
|
08-Oct-2013 |
tavmjong-free <tavmjong@free.fr> |
Seamlessly switch between SVG circle, ellipse, and path (arc) elements while using the Circle, Ellipse, and Arc tool. |
763176bacabff6cd0f23bf6be4c6c721c48c526e |
|
25-Mar-2013 |
Jon A. Cruz <jon@joncruz.org> |
Fixed uninitialized variables & misc warnings. |
197a83914b869e636d779ab33d8e3371dc99d71c |
|
11-Jan-2013 |
Jon A. Cruz <jon@joncruz.org> |
Warning and dead code cleanup. |
17238dd97c572210f1036dd8a7a8657e67bfa9c3 |
|
04-Oct-2012 |
Campbell Barton <ideasman42@gmail.com> |
code cleanup: add own includes to cpp files or make the functions static if they are not used elsewhere. |
dfa15a9c16650569c403ef98ffcd18379b17ad26 |
|
14-Jun-2012 |
tavmjong-free <tavmjong@free.fr> |
Fixed typo. |
8f529ccee47fee6e7f8e6ac5dfd4f11e09352c02 |
|
12-Jun-2012 |
Kris <Kris.De.Gussem@hotmail.com> |
cppcheck |
3eb97a45889abb73fa05c413b45785ea682f07c5 |
|
25-May-2012 |
Jon A. Cruz <jon@joncruz.org> |
Fixing warnings. |
f26aada0d1ca09728953e3db54d75b472c2854af |
|
24-May-2012 |
Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> |
fix windows build. use 'guint' instead of 'uint'. although I do not know why you wouldn't just use 'unsigned int' |
359a38ce40498397028473d956691915ed3e849a |
|
23-May-2012 |
tavmjong-free <tavmjong@free.fr> |
Add Mesh tool (experimental, requires Cario >= 1.11.4, disabled by default). |