summaryrefslogtreecommitdiffstats
path: root/src/sp-gradient.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* third batchMarc Jeanmougin2017-10-021-27/+17
* Fix C++11 errors and warnings with g++-7Alex Valavanis2017-02-051-1/+3
* Ensure getVector() and getArray() return a valid gradient pointer.Tavmjong Bah2016-11-171-4/+6
* Fix gradient comparison.Marc Jeanmougin2016-10-201-1/+1
* Render mesh gradients that reference other mesh gradients.Tavmjong Bah2016-10-121-7/+9
* Provide simple "preview" for mesh gradients.Tavmjong Bah2016-10-091-2/+61
* Rename <mesh> to <meshgradient> per SVG 2 CR specificiation.Tavmjong Bah2016-09-271-13/+11
* Fix undo/redo for mesh gradients.Tavmjong Bah2016-09-261-48/+38
* Merged trunkAdrian Boguszewski2016-08-031-7/+0
|\
| * Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-7/+0
| * Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+7
| * Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-7/+0
* | Renamed children list in SPObjectAdrian Boguszewski2016-07-141-8/+8
* | Second part of new SPObject children listAdrian Boguszewski2016-07-131-20/+21
|/
* Backout last commit as it introduced subtle errors.Tavmjong Bah2016-04-291-2/+0
* SVG 2 allows 'href' without 'xlink:'. For now just read plain 'href'.Tavmjong Bah2016-04-291-0/+2
* Rename <meshGradient> to <mesh>, <meshRow> to <meshrow>, <meshPatch> to <mesh...Tavmjong Bah2015-03-011-12/+12
* Minor pass of header cleanupLiam P. White2014-08-301-12/+9
* noop: remove commented-out code that is dangerous and should not come backJohan B. C. Engelen2014-07-281-2/+0
* Fix for bugs 1318657 and 1298967mathog2014-06-111-23/+54
* Fix gradient position on document import (bug #1283193)David Mathog2014-03-131-20/+63
* incorrect gradient transform on copy&paste.. committing for mathogRaphael Rosch2014-03-121-0/+19
* Fix mesh gradient tool.Markus Engel2013-10-211-12/+17
* Removed placement news / explicit destructor calls.Markus Engel2013-07-311-2/+2
* Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel2013-04-071-7/+9
* Merged PaintServer and subclasses; moved Gradient classes to own files.Markus Engel2013-04-051-1201/+132
* Registered classes with new factory. Hkern, Vkern and FeFuncX have to be rewr...Markus Engel2013-04-021-0/+36
* Added constructors to SP classes.Markus Engel2013-04-011-46/+100
* Replaced calls to g_object_(un)ref with sp_object_(un)ref.Markus Engel2013-04-011-2/+2
* Prepared exchange of casting macros.Markus Engel2013-03-311-0/+7
* Renamed virtual function names.Markus Engel2013-03-291-50/+50
* merged from trunkMarkus Engel2013-03-291-446/+88
|\
| * Clean up more GObject type definitionsAlex Valavanis2013-01-231-212/+38
| * Fix for #970355, radial gradient using object bounding box.Tavmjong Bah2012-11-201-3/+22
| * Build. Fixing win32 build with cairo > 1.11.4 (replacing uint with unsigned i...Nicolas Dufour2012-11-101-3/+3
| * Fix for 643150 : Auto-palette swatches duplicated on copy and pasteJohn Smith2012-09-191-0/+36
* | Removed function pointers from SPObject and subclasses.Markus Engel2013-03-291-18/+18
* | Replaced calls to "pattern_new".Markus Engel2013-03-291-3/+3
* | Various changes.Markus Engel2013-03-141-7/+7
* | Added "virtual pad" toMarkus Engel2012-08-211-180/+359
|/
* Fixing warnings.Jon A. Cruz2012-05-251-14/+14
* Add Mesh tool (experimental, requires Cario >= 1.11.4, disabled by default).Tavmjong Bah2012-05-231-12/+616
* fix crash (bug #941317)Johan B. C. Engelen2012-04-051-1/+1
* cppcheckKris De Gussem2012-03-071-2/+2
* Add a tolerance-based hack, so that radial gradients with focus outsideKrzysztof Kosi??ski2011-11-141-3/+24
* Fix crash when previewing objectBoundingBox gradientsKrzysztof Kosi??ski2011-09-181-1/+1
* Remove NRRect from paint servers and temporary calculationsKrzysztof Kosi??ski2011-08-271-6/+6
* Merge from trunkKrzysztof Kosi??ski2011-04-071-22/+23
|\
| * NEW: Grayscale color display mode. (toggle assigned keybinding: Shift+keypad5)Johan B. C. Engelen2011-02-211-7/+43
| * Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.Jon A. Cruz2011-02-211-11/+11