summaryrefslogtreecommitdiffstats
path: root/src/gradient-drag.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-10-05Fix various minor code problemsMarc Jeanmougin1-0/+2
2019-10-05Fix some memory leaks found by scan-buildMarc Jeanmougin1-0/+2
2019-08-23Eliminate clang warningsThomas Holder1-6/+0
2019-05-27Hackfest2019: Rm tautological testsAlexander Valavanis1-2/+2
2019-01-02modernize loops (2)Marc Jeanmougin1-14/+14
2019-01-02modernize loopsMarc Jeanmougin1-31/+25
2019-01-01Minor style fixesMarc Jeanmougin1-10/+10
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-10-05Removal of code but breaks gradientsMartin Owens1-6/+1
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-4/+0
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-28/+28
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-10/+10
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-10/+10
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-20/+24
2018-01-08Misc. typosluz.paz1-1/+1
2017-10-02third batchMarc Jeanmougin1-14/+12
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