summaryrefslogtreecommitdiffstats
path: root/src/widgets/mesh-toolbar.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2015-12-080-sized arrays are supposed to be forbiddenMarc Jeanmougin1-4/+4
2015-11-24Change context from gradient to mesh.Tavmjong Bah1-1/+4
2015-11-05static code analysisKris De Gussem1-2/+2
2015-10-08Add buttons for some side/corner mesh opeartions.Tavmjong Bah1-1/+77
2015-03-01Rename <meshGradient> to <mesh>, <meshRow> to <meshrow>, <meshPatch> to <mesh...Tavmjong Bah1-73/+52
2015-02-27corrected the casts (hopefully)Marc Jeanmougin1-2/+2
2015-02-19Put a few std::vector<SPitem*>Marc Jeanmougin1-4/+4
2015-02-17At first, I was thinking "I just have to go to the selection file, and change...Marc Jeanmougin1-4/+6
2015-02-03Fix two instances of "Dead Initialization" found via Clang scan-build.Tavmjong Bah1-2/+0
2015-02-02Experimental mesh smoothing code.Tavmjong Bah1-19/+205
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-2/+2
2014-12-21Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White1-2/+2
2014-10-05Move GtkAction subclasses to widgets/Liam P. White1-5/+5
2014-08-10Further fixes related to bug #1327267, toolbars don't need to update when the...Liam P. White1-42/+46
2013-11-09Moved and renamed some tool-related files.Markus Engel1-2/+2
2013-11-07First step of moving tools into appropriate namespaces.Markus Engel1-1/+1
2013-09-15Enable unit evaluation in toolbars.Matthew Petroff1-2/+2
2013-07-19Removed "helper/unit-menu.h" from "widgest/toolbar.*" and associated files.Matthew Petroff1-2/+2
2012-05-28Build with GDK_DISABLE_DEPRECATED for Gtk+ 2Alex Valavanis1-1/+1
2012-05-25Fixing warnings.Jon A. Cruz1-14/+7
2012-05-23Add Mesh tool (experimental, requires Cario >= 1.11.4, disabled by default).Tavmjong Bah1-0/+373