summaryrefslogtreecommitdiffstats
path: root/src/gradient-drag.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename <mesh> to <meshgradient> per SVG 2 CR specificiation.Tavmjong Bah2016-09-271-17/+17
| | | | | Note: <mesh> has been repurposed to be a special shape that tightly wraps a mesh gradient. (bzr r15137)
* Fix undo/redo for mesh gradients.Tavmjong Bah2016-09-261-8/+8
| | | (bzr r15135)
* Merged trunkAdrian Boguszewski2016-08-031-6/+1
|\ | | | | (bzr r14954.1.29)
| * Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-6/+1
| | | | | | (bzr r15034)
| * Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+6
| | | | | | (bzr r15027)
| * Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-6/+1
| | | | | | (bzr r15025)
* | Renamed children list in SPObjectAdrian Boguszewski2016-07-141-1/+1
| | | | | | (bzr r14954.1.21)
* | Second part of new SPObject children listAdrian Boguszewski2016-07-131-2/+2
| | | | | | (bzr r14954.1.19)
* | Added items as a range functionAdrian Boguszewski2016-07-031-6/+6
|\| | | | | (bzr r14954.1.13)
* | Moved next functions, added namespace, renamed range functionsAdrian Boguszewski2016-06-251-3/+3
|/ | | (bzr r14954.1.10)
* Fix regression: restore order in resources (e.g. pattern list)Marc Jeanmougin2016-05-211-2/+2
| | | (bzr r14907)
* cppification : GHashMaps replaced by stl maps. getResouceList now gives a ↵Marc Jeanmougin2015-12-071-3/+3
| | | | | | | std::set<SPObject *>. Should give some performance improvements (quite a few linear lookups are now logarithmic) (bzr r14504.1.6)
* cppification: GSList replaced by vectors (mostly related to gradients and ↵Marc Jeanmougin2015-12-061-200/+183
| | | | | meshes) (bzr r14504.1.2)
* static code analysisKris De Gussem2015-11-131-3/+3
| | | (bzr r14463)
* Merge from trunkKrzysztof Kosi??ski2015-05-081-9/+10
|\ | | | | (bzr r14059.2.11)
| * fixes a few of jenkins warningsMarc Jeanmougin2015-05-081-1/+1
| | | | | | (bzr r14126)
| * mergingMarc Jeanmougin2015-04-261-19/+19
| |\ | | | | | | (bzr r13922.1.13)
| * | corrected the casts (hopefully)Marc Jeanmougin2015-02-271-6/+6
| | | | | | | | | (bzr r13922.1.10)
| * | Put a few std::vector<SPitem*>Marc Jeanmougin2015-02-191-6/+6
| | | | | | | | | (bzr r13922.1.5)
| * | At first, I was thinking "I just have to go to the selection file, and ↵Marc Jeanmougin2015-02-171-8/+9
| | | | | | | | | | | | | | | | | | | | | | | | 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)
* | | 2Geom sync - initial commitKrzysztof Kosi??ski2015-04-271-11/+11
| |/ |/| | | (bzr r14059.2.1)
* | Rename <meshGradient> to <mesh>, <meshRow> to <meshrow>, <meshPatch> to ↵Tavmjong Bah2015-03-011-19/+19
|/ | | | | | | | <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)
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-8/+7
| | | (bzr r13820)
* Purge sp_desktop_controlsLiam P. White2014-12-211-2/+2
| | | (bzr r13819)
* Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White2014-12-211-1/+1
| | | (bzr r13809)
* Fix use-after-free crashLiam P. White2014-11-101-0/+2
| | | (bzr r13698)
* Properly fix 1309050, revert incorrect fix for 601336Liam P. White2014-07-271-3/+6
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1309050 (bzr r13472)
* Further refactored SPKnot.Markus Engel2014-03-281-10/+10
| | | (bzr r13226)
* First step of refactoring SPKnot.Markus Engel2014-03-271-29/+31
| | | (bzr r13223)
* gradient midpoint dragging: fix terrible bug in the code (don't know it's ↵Johan B. C. Engelen2014-03-231-1/+1
| | | | | phenotype) (bzr r13186)
* Fix crashes caused by the desktop's query_style signal being called beforeKrzysztof Kosi??ski2014-03-081-2/+2
| | | | | | | | | | the selection's changed signal was processed in the text tool. Also fix similar crashes in the gradient dragger. Fixes LP #1271004. Fixed bugs: - https://launchpad.net/bugs/1271004 (bzr r13129)
* static code analysis: performanceKris De Gussem2013-10-161-1/+1
| | | (bzr r12695)
* change names for displayName and detailedDescription, improve char code and ↵Martin Owens2013-09-241-1/+1
| | | | | remove const. (bzr r12584)
* Fix format security errorsAlex Valavanis2013-09-211-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1193025 (bzr r12563)
* Reactivated independent reference counting in the SPObject tree.Markus Engel2013-04-081-2/+4
| | | (bzr r11608.1.88)
* Merged Item.Markus Engel2013-04-051-1/+1
| | | (bzr r11608.1.81)
* A couple of forward declarationsAlex Valavanis2013-02-111-0/+1
| | | (bzr r12119)
* Check that server is gradient before calling getVector().Tavmjong Bah2012-12-061-108/+115
| | | (bzr r11934)
* Fix for 1086881 : Regression editing patterns with node toolJohn Smith2012-12-061-4/+8
| | | (bzr r11933)
* Fix for 1084341 : Gradient Tool : Hide gradient handles on a solid color swatchJohn Smith2012-11-301-4/+4
| | | (bzr r11917)
* code cleanup: add own includes to cpp files or make the functions static if ↵Campbell Barton2012-10-041-1/+1
| | | | | they are not used elsewhere. (bzr r11735)
* Fix for 1046868 : Gradient tool (trunk): stop selector cannot access stroke ↵John Smith2012-09-071-3/+3
| | | | | gradient stops of objects with two gradients (bzr r11656)
* Fix for 1028425 : Gradient Stop Alpha value not correct in Fill/Stroke dialogJohn Smith2012-07-241-2/+2
| | | (bzr r11572)
* Stop deriving SPCanvasItem from GtkObjectAlex Valavanis2012-06-091-2/+2
| | | (bzr r11469.1.1)
* Warning cleanup.Jon A. Cruz2012-06-061-1/+2
| | | (bzr r11462)
* GrDrag: check for null pointerJohan B. C. Engelen2012-05-241-1/+4
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1004191 (bzr r11411)
* fix windows build. use 'guint' instead of 'uint'. although I do not know why ↵Johan B. C. Engelen2012-05-241-29/+29
| | | | | you wouldn't just use 'unsigned int' (bzr r11410)
* Add Mesh tool (experimental, requires Cario >= 1.11.4, disabled by default).Tavmjong Bah2012-05-231-62/+548
| | | (bzr r11406)
* Centralized line creation and enhanced visibility.Jon A. Cruz2012-05-091-13/+14
| | | (bzr r11350)
* Fixing to use explicit enum types instead of generic guint & bool.Jon A. Cruz2012-05-081-93/+93
| | | (bzr r11345)