summaryrefslogtreecommitdiffstats
path: root/src/ui/toolbar/mesh-toolbar.cpp (unfollow)
Commit message (Collapse)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
- add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
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
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-06-17Move toolbars to ui/toolbarAlexander Valavanis1-4/+3
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-21/+20
A lot of header clean-up.
2018-01-29Don't translate the empty string.Eduard Braun1-5/+5
Really, please don't do it! - in the best case it shows a wall of useless text to the user - in the worst case it causes strange crashes for users with non-English locale
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
Separate new gradient on fill or stroke preference for meshes from linear/radial gradients. This fixes a bug where changing the choice for the gradient tool is not reflected in the mesh toolbar properly (and visa-versa).
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
It seems like a todo which may or may not have been followed. (bzr r15369.1.14)
2016-12-30fix typos, add translator commentIvan Mas??r1-0/+1
(bzr r15373)
2016-12-26Fix header inclusion orderingAlex Valavanis1-1/+2
(bzr r15365)
2016-12-16remove rollback to 15315Jabiertxof1-95/+70
(bzr r15295.1.26)
2016-12-16Rollback 15315Jabiertxof1-70/+95
(bzr r15295.1.25)
2016-12-08Improve working of Type (Smoothing) menu.Tavmjong Bah1-95/+70
(bzr r15312)
2016-12-01Add toggles for handle visibility, editing fill, and editing stroke.Tavmjong Bah1-1/+24
(bzr r15289)
2016-11-08Improve mesh handling in Fill and Stroke dialog.Tavmjong Bah1-2/+22
Create new meshes with alternating color/white pattern (makes it more obvious a mesh has been created). (bzr r15229)
2016-10-17Add option to scale mesh to fit in bounding box.Tavmjong Bah1-0/+19
(bzr r15173)
2016-09-27Rename <mesh> to <meshgradient> per SVG 2 CR specificiation.Tavmjong Bah1-12/+12
Note: <mesh> has been repurposed to be a special shape that tightly wraps a mesh gradient. (bzr r15137)
2016-08-05Split InkAction classes into separate filesAlex Valavanis1-1/+3
(bzr r15043)
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-12/+1
(bzr r15034)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-1/+12
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-12/+1
(bzr r15025)
2016-06-25Moved next functions, added namespace, renamed range functionsAdrian Boguszewski1-2/+2
(bzr r14954.1.10)
2015-12-080-sized arrays are supposed to be forbiddenMarc Jeanmougin1-4/+4
(bzr r14504.1.12)
2015-11-24Change context from gradient to mesh.Tavmjong Bah1-1/+4
(bzr r14486)
2015-11-05static code analysisKris De Gussem1-2/+2
(bzr r14446)
2015-10-08Add buttons for some side/corner mesh opeartions.Tavmjong Bah1-1/+77
(bzr r14402)
2015-03-01Rename <meshGradient> to <mesh>, <meshRow> to <meshrow>, <meshPatch> to ↵Tavmjong Bah1-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)
2015-02-27corrected the casts (hopefully)Marc Jeanmougin1-2/+2
(bzr r13922.1.10)
2015-02-19Put a few std::vector<SPitem*>Marc Jeanmougin1-4/+4
(bzr r13922.1.5)
2015-02-17At first, I was thinking "I just have to go to the selection file, and ↵Marc Jeanmougin1-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)
2015-02-03Fix two instances of "Dead Initialization" found via Clang scan-build.Tavmjong Bah1-2/+0
(bzr r13897)
2015-02-02Experimental mesh smoothing code.Tavmjong Bah1-19/+205
(bzr r13890)
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-2/+2
(bzr r13820)
2014-12-21Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White1-2/+2
(bzr r13809)
2014-10-05Move GtkAction subclasses to widgets/Liam P. White1-5/+5
(bzr r13341.1.249)
2014-08-10Further fixes related to bug #1327267, toolbars don't need to update when ↵Liam P. White1-42/+46
their context is not in use (bzr r13341.1.126)
2013-11-09Moved and renamed some tool-related files.Markus Engel1-2/+2
(bzr r12785)
2013-11-07First step of moving tools into appropriate namespaces.Markus Engel1-1/+1
(bzr r12782)