summaryrefslogtreecommitdiffstats
path: root/src/gradient-drag.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2017-06-30Starting selectable knotsJabier Arraiza1-5/+5
2017-02-06This commit fixes bug #1657874Jabiertxof1-3/+3
2016-12-05Highlight mesh handles when corner or handle selected.Jabier Arraiza Cenoz1-19/+236
2016-12-03Enable node resizing in mesh tool.Jabier Arraiza Cenoz1-0/+27
2016-12-01Add toggles for handle visibility, editing fill, and editing stroke.Tavmjong Bah1-14/+27
2016-11-30Fix bug with mesh handle update when corner moved via keys.Tavmjong Bah1-0/+1
2016-11-29Give mesh corner nodes a different color from handle nodes (following node to...Tavmjong Bah1-9/+15
2016-11-23Select mesh nodes by clicking on control lines.Tavmjong Bah1-9/+27
2016-11-21Keep corner nodes selected when possible for corner operations.Tavmjong Bah1-36/+164
2016-11-17Another fix for the status bar with mesh gradients.Tavmjong Bah1-1/+10
2016-09-27Rename <mesh> to <meshgradient> per SVG 2 CR specificiation.Tavmjong Bah1-17/+17
2016-09-26Fix undo/redo for mesh gradients.Tavmjong Bah1-8/+8
2016-09-02Refactoring: #if 0, == true, and const.Shlomi Fish1-2/+5
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-6/+1
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-1/+6
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-6/+1
2016-07-14Renamed children list in SPObjectAdrian Boguszewski1-1/+1
2016-07-13Second part of new SPObject children listAdrian Boguszewski1-2/+2
2016-06-25Moved next functions, added namespace, renamed range functionsAdrian Boguszewski1-3/+3
2016-05-21Fix regression: restore order in resources (e.g. pattern list)Marc Jeanmougin1-2/+2
2015-12-07cppification : GHashMaps replaced by stl maps. getResouceList now gives a std...Marc Jeanmougin1-3/+3
2015-12-06cppification: GSList replaced by vectors (mostly related to gradients and mes...Marc Jeanmougin1-200/+183
2015-11-13static code analysisKris De Gussem1-3/+3
2015-05-08fixes a few of jenkins warningsMarc Jeanmougin1-1/+1
2015-04-272Geom sync - initial commitKrzysztof Kosi??ski1-11/+11
2015-03-01Rename <meshGradient> to <mesh>, <meshRow> to <meshrow>, <meshPatch> to <mesh...Tavmjong Bah1-19/+19
2015-02-27corrected the casts (hopefully)Marc Jeanmougin1-6/+6
2015-02-19Put a few std::vector<SPitem*>Marc Jeanmougin1-6/+6
2015-02-17At first, I was thinking "I just have to go to the selection file, and change...Marc Jeanmougin1-8/+9
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-8/+7
2014-12-21Purge sp_desktop_controlsLiam P. White1-2/+2
2014-12-21Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White1-1/+1
2014-11-10Fix use-after-free crashLiam P. White1-0/+2
2014-07-27Fix for 1309050Liam P. White1-0/+5
2014-07-27Properly fix 1309050, revert incorrect fix for 601336Liam P. White1-3/+6
2014-03-28Further refactored SPKnot.Markus Engel1-10/+10
2014-03-27First step of refactoring SPKnot.Markus Engel1-29/+31
2014-03-23gradient midpoint dragging: fix terrible bug in the code (don't know it's phe...Johan B. C. Engelen1-1/+1
2014-03-08Fix crashes caused by the desktop's query_style signal being called beforeKrzysztof Kosi??ski1-2/+2
2013-10-16static code analysis: performanceKris De Gussem1-1/+1
2013-09-24change names for displayName and detailedDescription, improve char code and r...Martin Owens1-1/+1
2013-09-21Fix format security errorsAlex Valavanis1-1/+1
2013-04-08Reactivated independent reference counting in the SPObject tree.Markus Engel1-2/+4
2013-04-05Merged Item.Markus Engel1-1/+1
2013-02-11A couple of forward declarationsAlex Valavanis1-0/+1
2012-12-06Check that server is gradient before calling getVector().Tavmjong Bah1-108/+115
2012-12-06Fix for 1086881 : Regression editing patterns with node toolJohn Smith1-4/+8
2012-11-30Fix for 1084341 : Gradient Tool : Hide gradient handles on a solid color swatchJohn Smith1-4/+4
2012-10-04code cleanup: add own includes to cpp files or make the functions static if t...Campbell Barton1-1/+1
2012-09-07Fix for 1046868 : Gradient tool (trunk): stop selector cannot access stroke g...John Smith1-3/+3