summaryrefslogtreecommitdiffstats
path: root/src/ui/toolbar/mesh-toolbar.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-07-01Fix various minor typosYuri Chornoivan1-1/+1
2019-02-10MeshToolbar: GtkAction migrationAlexander Valavanis1-262/+192
2019-01-22Tidy up toolbox utilitiesAlexander Valavanis1-0/+6
2019-01-22NodeToolbar: Fix initialisationAlexander Valavanis1-11/+3
2019-01-22Tidy up toolbox codeAlexander Valavanis1-2/+2
2019-01-21Cleanup unused toolbar codeAlexander Valavanis1-4/+0
2019-01-19derive all toolbars from Inkscape::ToolbarAlexander Valavanis1-218/+245
2019-01-02run clang tidy modernize passMarc Jeanmougin1-6/+6
2019-01-02modernize loopsMarc Jeanmougin1-9/+9
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-10-22Remove 'document-private.h' where not needed plus some other header cleanup.Tavmjong Bah1-1/+0
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-4/+0
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-14/+14
2018-06-17Move toolbars to ui/toolbarAlexander Valavanis1-4/+3
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-21/+20
2018-01-29Don't translate the empty string.Eduard Braun1-5/+5
2018-01-19Move general ellipsize text function out of gradient files.Tavmjong Bah1-1/+0
2018-01-10Convert mesh-toolbar to use ink-select-one-action.Tavmjong Bah1-81/+109
2017-06-29Remove old icon handling codeAlexander Valavanis1-1/+1
2017-01-06Remove an old comment which I don't understand.Shlomi Fish1-1/+0
2016-12-30fix typos, add translator commentIvan Mas??r1-0/+1
2016-12-26Fix header inclusion orderingAlex Valavanis1-1/+2
2016-12-16remove rollback to 15315Jabiertxof1-95/+70
2016-12-16Rollback 15315Jabiertxof1-70/+95
2016-12-08Improve working of Type (Smoothing) menu.Tavmjong Bah1-95/+70
2016-12-01Add toggles for handle visibility, editing fill, and editing stroke.Tavmjong Bah1-1/+24
2016-11-08Improve mesh handling in Fill and Stroke dialog.Tavmjong Bah1-2/+22
2016-10-17Add option to scale mesh to fit in bounding box.Tavmjong Bah1-0/+19
2016-09-27Rename <mesh> to <meshgradient> per SVG 2 CR specificiation.Tavmjong Bah1-12/+12
2016-08-05Split InkAction classes into separate filesAlex Valavanis1-1/+3
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-12/+1
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-1/+12
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-12/+1
2016-06-25Moved next functions, added namespace, renamed range functionsAdrian Boguszewski1-2/+2
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