summaryrefslogtreecommitdiffstats
path: root/src/sp-gradient.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2017-02-05Fix C++11 errors and warnings with g++-7Alex Valavanis1-1/+3
2016-11-17Ensure getVector() and getArray() return a valid gradient pointer.Tavmjong Bah1-4/+6
2016-10-20Fix gradient comparison.Marc Jeanmougin1-1/+1
2016-10-12Render mesh gradients that reference other mesh gradients.Tavmjong Bah1-7/+9
2016-10-09Provide simple "preview" for mesh gradients.Tavmjong Bah1-2/+61
2016-09-27Rename <mesh> to <meshgradient> per SVG 2 CR specificiation.Tavmjong Bah1-13/+11
2016-09-26Fix undo/redo for mesh gradients.Tavmjong Bah1-48/+38
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-7/+0
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+7
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-7/+0
2016-07-14Renamed children list in SPObjectAdrian Boguszewski1-8/+8
2016-07-13Second part of new SPObject children listAdrian Boguszewski1-20/+21
2016-04-29Backout last commit as it introduced subtle errors.Tavmjong Bah1-2/+0
2016-04-29SVG 2 allows 'href' without 'xlink:'. For now just read plain 'href'.Tavmjong Bah1-0/+2
2015-03-01Rename <meshGradient> to <mesh>, <meshRow> to <meshrow>, <meshPatch> to <mesh...Tavmjong Bah1-12/+12
2014-09-27Update to experimental r13565Liam P. White1-12/+9
2014-08-30Minor pass of header cleanupLiam P. White1-12/+9
2014-07-28noop: remove commented-out code that is dangerous and should not come backJohan B. C. Engelen1-2/+0
2014-06-11Fix for bugs 1318657 and 1298967mathog1-23/+54
2014-03-13Fix gradient position on document import (bug #1283193)David Mathog1-20/+63
2014-03-12incorrect gradient transform on copy&paste.. committing for mathogRaphael Rosch1-0/+19
2013-10-21Fix mesh gradient tool.Markus Engel1-12/+17
2013-07-31Removed placement news / explicit destructor calls.Markus Engel1-2/+2
2013-04-07Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel1-7/+9
2013-04-05Merged PaintServer and subclasses; moved Gradient classes to own files.Markus Engel1-1201/+132
2013-04-02Registered classes with new factory. Hkern, Vkern and FeFuncX have to be rewr...Markus Engel1-0/+36
2013-04-01Added constructors to SP classes.Markus Engel1-46/+100
2013-04-01Replaced calls to g_object_(un)ref with sp_object_(un)ref.Markus Engel1-2/+2
2013-03-31Prepared exchange of casting macros.Markus Engel1-0/+7
2013-03-29Renamed virtual function names.Markus Engel1-50/+50
2013-03-29Removed function pointers from SPObject and subclasses.Markus Engel1-18/+18
2013-03-29Replaced calls to "pattern_new".Markus Engel1-3/+3
2013-03-14Various changes.Markus Engel1-7/+7
2013-01-23Clean up more GObject type definitionsAlex Valavanis1-212/+38
2012-11-20Fix for #970355, radial gradient using object bounding box.Tavmjong Bah1-3/+22
2012-11-10Build. Fixing win32 build with cairo > 1.11.4 (replacing uint with unsigned i...Nicolas Dufour1-3/+3
2012-09-19Fix for 643150 : Auto-palette swatches duplicated on copy and pasteJohn Smith1-0/+36
2012-08-21Added "virtual pad" toMarkus Engel1-180/+359
2012-05-25Fixing warnings.Jon A. Cruz1-14/+14
2012-05-23Add Mesh tool (experimental, requires Cario >= 1.11.4, disabled by default).Tavmjong Bah1-12/+616
2012-04-05fix crash (bug #941317)Johan B. C. Engelen1-1/+1
2012-03-07cppcheckKris De Gussem1-2/+2
2011-11-14Add a tolerance-based hack, so that radial gradients with focus outsideKrzysztof Kosi??ski1-3/+24
2011-09-18Fix crash when previewing objectBoundingBox gradientsKrzysztof Kosi??ski1-1/+1
2011-08-27Remove NRRect from paint servers and temporary calculationsKrzysztof Kosi??ski1-6/+6
2011-05-28Port of 0.48.x branch revision 9781.Jon A. Cruz1-5/+5
2011-02-21NEW: Grayscale color display mode. (toggle assigned keybinding: Shift+keypad5)Johan B. C. Engelen1-7/+43
2011-02-21Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.Jon A. Cruz1-11/+11
2011-02-02update to latest 2geom !Johan B. C. Engelen1-30/+30
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1