summaryrefslogtreecommitdiffstats
path: root/src/gradient-chemistry.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-10-28refactor: TypedSPIThomas Holder1-1/+1
2019-06-06Refactoring: call setAttribute() directly.Shlomi Fish1-5/+5
2019-05-26Fix gradient toolbar comboboxes and reverseNathan Lee1-6/+5
2019-04-06More document.h cleanup.Tavmjong Bah1-1/+1
2019-01-02modernize loopsMarc Jeanmougin1-2/+2
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-10-22Remove 'document-private.h' where not needed plus some other header cleanup.Tavmjong Bah1-1/+0
2018-06-21Move global functions into SPGradient methods.Emmanuel Gil Peyrot1-1/+1
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-30/+30
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-3/+3
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-3/+3
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-16/+18
2017-10-01First batchMarc Jeanmougin1-17/+10
2016-11-17Do not return invalid vector gradient when switching from mesh to linear/radi...Tavmjong Bah1-1/+1
2016-10-14Implement copying of objects with mesh gradients.Tavmjong Bah1-57/+83
2016-10-03Prevent a crash if a mesh is defined in bounding box coordinates.Tavmjong Bah1-0/+5
2016-09-27Rename <mesh> to <meshgradient> per SVG 2 CR specificiation.Tavmjong Bah1-11/+11
2016-09-26Fix undo/redo for mesh gradients.Tavmjong Bah1-3/+9
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-4/+0
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+4
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-4/+0
2016-07-14Renamed children list in SPObjectAdrian Boguszewski1-3/+3
2016-07-13Second part of new SPObject children listAdrian Boguszewski1-10/+10
2016-06-25Moved next functions, added namespace, renamed range functionsAdrian Boguszewski1-2/+2
2016-05-21Fix regression: restore order in resources (e.g. pattern list)Marc Jeanmougin1-2/+2
2016-02-08Sync 2Geom to commit 5ee51c1c4f2066faa3e2c82021fc92671ad44ba4Krzysztof Kosi??ski1-1/+1
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-1/+1
2015-11-13static code analysisKris De Gussem1-2/+2
2015-04-272Geom sync - initial commitKrzysztof Kosi??ski1-3/+3
2015-03-01Rename <meshGradient> to <mesh>, <meshRow> to <meshrow>, <meshPatch> to <mesh...Tavmjong Bah1-11/+11
2015-02-27corrected the casts (hopefully)Marc Jeanmougin1-5/+5
2015-02-19Put a few std::vector<SPitem*>Marc Jeanmougin1-4/+4
2015-02-17At first, I was thinking "I just have to go to the selection file, and change...Marc Jeanmougin1-5/+7
2014-12-25Remove sp_style_new().Tavmjong Bah1-2/+1
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-3/+3
2014-12-21Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White1-2/+2
2014-07-23Fix crash bug with cloned item with gradient. The fix does not solve the root...Johan B. C. Engelen1-0/+12
2013-11-09Moved and renamed some tool-related files.Markus Engel1-1/+1
2013-11-07First step of moving tools into appropriate namespaces.Markus Engel1-1/+1
2013-08-03Cleaned up.Markus Engel1-6/+6
2013-07-30Further refactoring of EventContexts.Markus Engel1-1/+1
2013-03-25Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis1-1/+2
2012-11-28Fix for 1071421 : Setting swatch as fill/stroke creates new swatches which ne...John Smith1-0/+18
2012-10-04code cleanup: add own includes to cpp files or make the functions static if t...Campbell Barton1-3/+4
2012-09-23Fix for 367548 : Invert doesnt work on objects with gradientsJohn Smith1-8/+54
2012-09-22Fix for 367548 : Invert doesnt work on objects with gradientsJohn Smith1-0/+37
2012-09-19Fix for 509891 : User defined linear gradient angleJohn Smith1-4/+42
2012-05-25mesh gradient: fix bad indexingJohan B. C. Engelen1-0/+3
2012-05-25gradient mesh: add NULL checks to fix crash?Johan B. C. Engelen1-5/+13