summaryrefslogtreecommitdiffstats
path: root/src/widgets/mesh-toolbar.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move toolbars to ui/toolbarAlexander Valavanis2018-06-171-669/+0
|
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-21/+20
| | | | A lot of header clean-up.
* Don't translate the empty string.Eduard Braun2018-01-291-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
* Move general ellipsize text function out of gradient files.Tavmjong Bah2018-01-191-1/+0
|
* Convert mesh-toolbar to use ink-select-one-action.Tavmjong Bah2018-01-101-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).
* Remove old icon handling codeAlexander Valavanis2017-06-291-1/+1
|
* Remove an old comment which I don't understand.Shlomi Fish2017-01-061-1/+0
| | | | | It seems like a todo which may or may not have been followed. (bzr r15369.1.14)
* fix typos, add translator commentIvan Mas??r2016-12-301-0/+1
| | | (bzr r15373)
* Fix header inclusion orderingAlex Valavanis2016-12-261-1/+2
| | | (bzr r15365)
* Improve working of Type (Smoothing) menu.Tavmjong Bah2016-12-081-95/+70
| | | (bzr r15312)
* Add toggles for handle visibility, editing fill, and editing stroke.Tavmjong Bah2016-12-011-1/+24
| | | (bzr r15289)
* Improve mesh handling in Fill and Stroke dialog.Tavmjong Bah2016-11-081-2/+22
| | | | | | Create new meshes with alternating color/white pattern (makes it more obvious a mesh has been created). (bzr r15229)
* Add option to scale mesh to fit in bounding box.Tavmjong Bah2016-10-171-0/+19
| | | (bzr r15173)
* Rename <mesh> to <meshgradient> per SVG 2 CR specificiation.Tavmjong Bah2016-09-271-12/+12
| | | | | Note: <mesh> has been repurposed to be a special shape that tightly wraps a mesh gradient. (bzr r15137)
* Merged trunkAdrian Boguszewski2016-08-091-1/+3
|\ | | | | (bzr r14954.1.30)
| * Split InkAction classes into separate filesAlex Valavanis2016-08-051-1/+3
| | | | | | (bzr r15043)
* | Merged trunkAdrian Boguszewski2016-08-031-12/+1
|\| | | | | (bzr r14954.1.29)
| * Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-12/+1
| | | | | | (bzr r15034)
| * Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+12
| | | | | | (bzr r15027)
| * Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-12/+1
| | | | | | (bzr r15025)
* | Added items as a range functionAdrian Boguszewski2016-07-031-4/+4
|\| | | | | (bzr r14954.1.13)
* | Moved next functions, added namespace, renamed range functionsAdrian Boguszewski2016-06-251-2/+2
|/ | | (bzr r14954.1.10)
* 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)