a4a4874124a73381f177a35165d92d4d73e37fef |
|
08-Dec-2015 |
Marc Jeanmougin <marcjeanmougin@free.fr> |
0-sized arrays are supposed to be forbidden |
f9110b2951479b0cf4a92c4242825b18bf636e42 |
|
24-Nov-2015 |
tavmjong-free <tavmjong@free.fr> |
Change context from gradient to mesh. |
c652591f8105502bfed1dcd3d7207681932a7515 |
|
05-Nov-2015 |
Kris De Gussem <Kris.De.Gussem@hotmail.com> |
static code analysis |
438035e1fbba64c0adf12fc08de1b34afd3c9374 |
|
08-Oct-2015 |
tavmjong-free <tavmjong@free.fr> |
Add buttons for some side/corner mesh opeartions. |
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. |
aa9235c966804d9b8f8daa083a2d123d9d47d2bb |
|
27-Feb-2015 |
Marc Jeanmougin <mc@localhost.localdomain> |
corrected the casts (hopefully) |
acd93b79c034f4bcc8ff02de8aa877f70f081881 |
|
19-Feb-2015 |
Marc Jeanmougin <mc> |
Put a few std::vector<SPitem*> |
0de73848362e95b081e5fa85f910d6481094b2b9 |
|
17-Feb-2015 |
Marc Jeanmougin <mc@localhost.localdomain> |
At first, I was thinking "I just have to go to the selection file, and change that GSList* with a std::list, then resolve the few problems"
So, i tried that.
And I will continue tomorrow, and the days after, on and on. |
af887e5b10279f555dfda30ff756e225dbfad3bc |
|
03-Feb-2015 |
tavmjong-free <tavmjong@free.fr> |
Fix two instances of "Dead Initialization" found via Clang scan-build. |
214a2dca4418a9937d7142e42ed91fdfdb86ae16 |
|
02-Feb-2015 |
tavmjong-free <tavmjong@free.fr> |
Experimental mesh smoothing code. |
9ba77856a8823f85b53c0a861d220cd0347f2754 |
|
21-Dec-2014 |
Liam P. White <inkscapebrony@gmail.com> |
Remove sp_desktop_document and finish cleanup of desktop-handles.h |
769a6887551cf7ff7bce4b48d3ac303cbea69507 |
|
21-Dec-2014 |
Liam P. White <inkscapebrony@gmail.com> |
Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection |
9836787d16b657453784c30809d330f50d9bc6d8 |
|
05-Oct-2014 |
Liam P. White <inkscapebrony@gmail.com> |
Move GtkAction subclasses to widgets/ |
652485ad88d2a42f827c7e355220efeb3b2e37af |
|
10-Aug-2014 |
Liam P. White <inkscapebrony@gmail.com> |
Further fixes related to bug #1327267, toolbars don't need to update when their context is not in use |
d1561c248f49dc3508ae9e6557fc0d371928e394 |
|
09-Nov-2013 |
Markus Engel <markus.engel@tum.de> |
Moved and renamed some tool-related files. |
5f19756f48574526dda8abedebf811c9d1456e80 |
|
07-Nov-2013 |
Markus Engel <markus.engel@tum.de> |
First step of moving tools into appropriate namespaces. |
add38d633bbf8ef881bdb908735ea27385c554b8 |
|
16-Sep-2013 |
Matthew Petroff <matthew@mpetroff.net> |
Enable unit evaluation in toolbars. |
bf9ec3e969ba6b11cbbc613545aedc63cc886973 |
|
19-Jul-2013 |
Matthew Petroff <matthew@mpetroff.net> |
Removed "helper/unit-menu.h" from "widgest/toolbar.*" and associated files. |
3fad3df12ae2d320c12871d471eb0faf5f187cbd |
|
28-May-2012 |
Alex Valavanis <valavanisalex@gmail.com> |
Build with GDK_DISABLE_DEPRECATED for Gtk+ 2 |
3eb97a45889abb73fa05c413b45785ea682f07c5 |
|
25-May-2012 |
Jon A. Cruz <jon@joncruz.org> |
Fixing warnings. |
359a38ce40498397028473d956691915ed3e849a |
|
23-May-2012 |
tavmjong-free <tavmjong@free.fr> |
Add Mesh tool (experimental, requires Cario >= 1.11.4, disabled by default). |