summaryrefslogtreecommitdiffstats
path: root/src/sp-gradient.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-1204/+0
| | | | A lot of header clean-up.
* third batchMarc Jeanmougin2017-10-021-27/+17
|
* Fix C++11 errors and warnings with g++-7Alex Valavanis2017-02-051-1/+3
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1660992 (bzr r15477)
* Ensure getVector() and getArray() return a valid gradient pointer.Tavmjong Bah2016-11-171-4/+6
| | | (bzr r15253)
* Fix gradient comparison.Marc Jeanmougin2016-10-201-1/+1
| | | (bzr r15183)
* Render mesh gradients that reference other mesh gradients.Tavmjong Bah2016-10-121-7/+9
| | | (bzr r15163)
* Provide simple "preview" for mesh gradients.Tavmjong Bah2016-10-091-2/+61
| | | (bzr r15157)
* Rename <mesh> to <meshgradient> per SVG 2 CR specificiation.Tavmjong Bah2016-09-271-13/+11
| | | | | Note: <mesh> has been repurposed to be a special shape that tightly wraps a mesh gradient. (bzr r15137)
* Fix undo/redo for mesh gradients.Tavmjong Bah2016-09-261-48/+38
| | | (bzr r15135)
* Merged trunkAdrian Boguszewski2016-08-031-7/+0
|\ | | | | (bzr r14954.1.29)
| * Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-7/+0
| | | | | | (bzr r15034)
| * Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+7
| | | | | | (bzr r15027)
| * Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-7/+0
| | | | | | (bzr r15025)
* | Renamed children list in SPObjectAdrian Boguszewski2016-07-141-8/+8
| | | | | | (bzr r14954.1.21)
* | Second part of new SPObject children listAdrian Boguszewski2016-07-131-20/+21
|/ | | (bzr r14954.1.19)
* Backout last commit as it introduced subtle errors.Tavmjong Bah2016-04-291-2/+0
| | | (bzr r14864)
* SVG 2 allows 'href' without 'xlink:'. For now just read plain 'href'.Tavmjong Bah2016-04-291-0/+2
| | | (bzr r14863)
* Rename <meshGradient> to <mesh>, <meshRow> to <meshrow>, <meshPatch> to ↵Tavmjong Bah2015-03-011-12/+12
| | | | | | | | <meshpatch>. Remove experimental smoothing types. Add new smoothing 'type' attribute with bicubic smoothing option. Per SVG WG decission at Sydney 2015 face-to-face meeting. (bzr r13956)
* Minor pass of header cleanupLiam P. White2014-08-301-12/+9
| | | (bzr r13341.1.189)
* noop: remove commented-out code that is dangerous and should not come backJohan B. C. Engelen2014-07-281-2/+0
| | | (bzr r13475)
* Fix for bugs 1318657 and 1298967mathog2014-06-111-23/+54
| | | (bzr r13417)
* Fix gradient position on document import (bug #1283193)David Mathog2014-03-131-20/+63
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1283193 (bzr r13145)
* incorrect gradient transform on copy&paste.. committing for mathogRaphael Rosch2014-03-121-0/+19
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1283193 (bzr r13139)
* Fix mesh gradient tool.Markus Engel2013-10-211-12/+17
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1239430 (bzr r12703)
* Removed placement news / explicit destructor calls.Markus Engel2013-07-311-2/+2
| | | (bzr r11608.1.113)
* Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel2013-04-071-7/+9
| | | (bzr r11608.1.86)
* Merged PaintServer and subclasses; moved Gradient classes to own files.Markus Engel2013-04-051-1201/+132
| | | (bzr r11608.1.82)
* Registered classes with new factory. Hkern, Vkern and FeFuncX have to be ↵Markus Engel2013-04-021-0/+36
| | | | | rewritten, as they aren't real classes. (bzr r11608.1.69)
* Added constructors to SP classes.Markus Engel2013-04-011-46/+100
| | | (bzr r11608.1.67)
* Replaced calls to g_object_(un)ref with sp_object_(un)ref.Markus Engel2013-04-011-2/+2
| | | (bzr r11608.1.65)
* Prepared exchange of casting macros.Markus Engel2013-03-311-0/+7
| | | (bzr r11608.1.63)
* Renamed virtual function names.Markus Engel2013-03-291-50/+50
| | | (bzr r11608.1.57)
* merged from trunkMarkus Engel2013-03-291-446/+88
|\ | | | | (bzr r11608.1.56)
| * Clean up more GObject type definitionsAlex Valavanis2013-01-231-212/+38
| | | | | | (bzr r12055)
| * Fix for #970355, radial gradient using object bounding box.Tavmjong Bah2012-11-201-3/+22
| | | | | | (bzr r11887)
| * Build. Fixing win32 build with cairo > 1.11.4 (replacing uint with unsigned ↵Nicolas Dufour2012-11-101-3/+3
| | | | | | | | | | int). (bzr r11866)
| * Fix for 643150 : Auto-palette swatches duplicated on copy and pasteJohn Smith2012-09-191-0/+36
| | | | | | (bzr r11677)
* | Removed function pointers from SPObject and subclasses.Markus Engel2013-03-291-18/+18
| | | | | | | | | | Added some missing virtual pads for classes that were hidden by preprocessor macros. (bzr r11608.1.55)
* | Replaced calls to "pattern_new".Markus Engel2013-03-291-3/+3
| | | | | | (bzr r11608.1.54)
* | Various changes.Markus Engel2013-03-141-7/+7
| | | | | | (bzr r11608.1.48)
* | Added "virtual pad" toMarkus Engel2012-08-211-180/+359
|/ | | | | | | | | | | | | | | - SPPaintServer - SPPattern - SPGradient - SPStop - SPLinearGradient - SPMeshGradient - SPMeshPatch - SPMeshRow - SPRadialGradient As all subclasses of SPPaintServer now have "virtual pads" with correct inheritance, the virtual function call to "onCreatePattern" was converted to C++ style. (bzr r11608.1.35)
* Fixing warnings.Jon A. Cruz2012-05-251-14/+14
| | | (bzr r11414)
* Add Mesh tool (experimental, requires Cario >= 1.11.4, disabled by default).Tavmjong Bah2012-05-231-12/+616
| | | (bzr r11406)
* fix crash (bug #941317)Johan B. C. Engelen2012-04-051-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/941317 (bzr r11157)
* cppcheckKris De Gussem2012-03-071-2/+2
| | | (bzr r11052)
* Add a tolerance-based hack, so that radial gradients with focus outsideKrzysztof Kosi??ski2011-11-141-3/+24
| | | | | | | | the outer circle work reliably. Fixes #845153 Fixed bugs: - https://launchpad.net/bugs/845153 (bzr r10740)
* Fix crash when previewing objectBoundingBox gradientsKrzysztof Kosi??ski2011-09-181-1/+1
| | | (bzr r10637)
* Remove NRRect from paint servers and temporary calculationsKrzysztof Kosi??ski2011-08-271-6/+6
| | | (bzr r10582.1.4)
* Merge from trunkKrzysztof Kosi??ski2011-04-071-22/+23
|\ | | | | (bzr r9508.1.73)
| * NEW: Grayscale color display mode. (toggle assigned keybinding: Shift+keypad5)Johan B. C. Engelen2011-02-211-7/+43
| | | | | | (bzr r10065)