summaryrefslogtreecommitdiffstats
path: root/src/widgets/mesh-toolbar.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 0-sized arrays are supposed to be forbiddenMarc Jeanmougin2015-12-081-4/+4
| | | (bzr r14504.1.12)
* Change context from gradient to mesh.Tavmjong Bah2015-11-241-1/+4
| | | (bzr r14486)
* static code analysisKris De Gussem2015-11-051-2/+2
| | | (bzr r14446)
* Add buttons for some side/corner mesh opeartions.Tavmjong Bah2015-10-081-1/+77
| | | (bzr r14402)
* mergingMarc Jeanmougin2015-04-261-73/+52
|\ | | | | (bzr r13922.1.13)
| * Rename <meshGradient> to <mesh>, <meshRow> to <meshrow>, <meshPatch> to ↵Tavmjong Bah2015-03-011-73/+52
| | | | | | | | | | | | | | | | <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)
* | corrected the casts (hopefully)Marc Jeanmougin2015-02-271-2/+2
| | | | | | (bzr r13922.1.10)
* | Put a few std::vector<SPitem*>Marc Jeanmougin2015-02-191-4/+4
| | | | | | (bzr r13922.1.5)
* | At first, I was thinking "I just have to go to the selection file, and ↵Marc Jeanmougin2015-02-171-4/+6
|/ | | | | | | | 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. (bzr r13922.1.1)
* Fix two instances of "Dead Initialization" found via Clang scan-build.Tavmjong Bah2015-02-031-2/+0
| | | (bzr r13897)
* Experimental mesh smoothing code.Tavmjong Bah2015-02-021-19/+205
| | | (bzr r13890)
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-2/+2
| | | (bzr r13820)
* Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White2014-12-211-2/+2
| | | (bzr r13809)
* Move GtkAction subclasses to widgets/Liam P. White2014-10-051-5/+5
| | | (bzr r13341.1.249)
* Further fixes related to bug #1327267, toolbars don't need to update when ↵Liam P. White2014-08-101-42/+46
| | | | | their context is not in use (bzr r13341.1.126)
* Moved and renamed some tool-related files.Markus Engel2013-11-091-2/+2
| | | (bzr r12785)
* First step of moving tools into appropriate namespaces.Markus Engel2013-11-071-1/+1
| | | (bzr r12782)
* Enable unit evaluation in toolbars.Matthew Petroff2013-09-151-2/+2
| | | (bzr r12475.1.22)
* Removed "helper/unit-menu.h" from "widgest/toolbar.*" and associated files.Matthew Petroff2013-07-191-2/+2
| | | (bzr r12380.1.30)
* Build with GDK_DISABLE_DEPRECATED for Gtk+ 2Alex Valavanis2012-05-281-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/943207 (bzr r11431)
* Fixing warnings.Jon A. Cruz2012-05-251-14/+7
| | | (bzr r11414)
* Add Mesh tool (experimental, requires Cario >= 1.11.4, disabled by default).Tavmjong Bah2012-05-231-0/+373
(bzr r11406)