| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2018-01-30 | Move classes derived from SPObject to own directory. | Tavmjong Bah | 1 | -1204/+0 | |
| A lot of header clean-up. | |||||
| 2017-10-02 | third batch | Marc Jeanmougin | 1 | -27/+17 | |
| 2017-02-05 | Fix C++11 errors and warnings with g++-7 | Alex Valavanis | 1 | -1/+3 | |
| Fixed bugs: - https://launchpad.net/bugs/1660992 (bzr r15477) | |||||
| 2016-11-17 | Ensure getVector() and getArray() return a valid gradient pointer. | Tavmjong Bah | 1 | -4/+6 | |
| (bzr r15253) | |||||
| 2016-10-20 | Fix gradient comparison. | Marc Jeanmougin | 1 | -1/+1 | |
| (bzr r15183) | |||||
| 2016-10-12 | Render mesh gradients that reference other mesh gradients. | Tavmjong Bah | 1 | -7/+9 | |
| (bzr r15163) | |||||
| 2016-10-09 | Provide simple "preview" for mesh gradients. | Tavmjong Bah | 1 | -2/+61 | |
| (bzr r15157) | |||||
| 2016-09-27 | Rename <mesh> to <meshgradient> per SVG 2 CR specificiation. | Tavmjong Bah | 1 | -13/+11 | |
| Note: <mesh> has been repurposed to be a special shape that tightly wraps a mesh gradient. (bzr r15137) | |||||
| 2016-09-26 | Fix undo/redo for mesh gradients. | Tavmjong Bah | 1 | -48/+38 | |
| (bzr r15135) | |||||
| 2016-08-03 | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 1 | -7/+0 | |
| (bzr r15034) | |||||
| 2016-07-28 | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 1 | -0/+7 | |
| (bzr r15027) | |||||
| 2016-07-28 | Removed unused includes, decrease compilation time | Adrian Boguszewski | 1 | -7/+0 | |
| (bzr r15025) | |||||
| 2016-07-14 | Renamed children list in SPObject | Adrian Boguszewski | 1 | -8/+8 | |
| (bzr r14954.1.21) | |||||
| 2016-07-13 | Second part of new SPObject children list | Adrian Boguszewski | 1 | -20/+21 | |
| (bzr r14954.1.19) | |||||
| 2016-04-29 | Backout last commit as it introduced subtle errors. | Tavmjong Bah | 1 | -2/+0 | |
| (bzr r14864) | |||||
| 2016-04-29 | SVG 2 allows 'href' without 'xlink:'. For now just read plain 'href'. | Tavmjong Bah | 1 | -0/+2 | |
| (bzr r14863) | |||||
| 2015-03-01 | Rename <meshGradient> to <mesh>, <meshRow> to <meshrow>, <meshPatch> to ↵ | Tavmjong Bah | 1 | -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) | |||||
| 2014-09-27 | Update to experimental r13565 | Liam P. White | 1 | -12/+9 | |
| (bzr r13341.5.16) | |||||
| 2014-08-30 | Minor pass of header cleanup | Liam P. White | 1 | -12/+9 | |
| (bzr r13341.1.189) | |||||
| 2014-07-28 | noop: remove commented-out code that is dangerous and should not come back | Johan B. C. Engelen | 1 | -2/+0 | |
| (bzr r13475) | |||||
| 2014-06-11 | Fix for bugs 1318657 and 1298967 | mathog | 1 | -23/+54 | |
| (bzr r13417) | |||||
| 2014-03-13 | Fix gradient position on document import (bug #1283193) | David Mathog | 1 | -20/+63 | |
| Fixed bugs: - https://launchpad.net/bugs/1283193 (bzr r13145) | |||||
| 2014-03-12 | incorrect gradient transform on copy&paste.. committing for mathog | Raphael Rosch | 1 | -0/+19 | |
| Fixed bugs: - https://launchpad.net/bugs/1283193 (bzr r13139) | |||||
| 2013-10-21 | Fix mesh gradient tool. | Markus Engel | 1 | -12/+17 | |
| Fixed bugs: - https://launchpad.net/bugs/1239430 (bzr r12703) | |||||
| 2013-07-31 | Removed placement news / explicit destructor calls. | Markus Engel | 1 | -2/+2 | |
| (bzr r11608.1.113) | |||||
| 2013-04-07 | Merge Object and subclasses. Merging of SP- and C-classes complete. | Markus Engel | 1 | -7/+9 | |
| (bzr r11608.1.86) | |||||
| 2013-04-05 | Merged PaintServer and subclasses; moved Gradient classes to own files. | Markus Engel | 1 | -1201/+132 | |
| (bzr r11608.1.82) | |||||
| 2013-04-02 | Registered classes with new factory. Hkern, Vkern and FeFuncX have to be ↵ | Markus Engel | 1 | -0/+36 | |
| rewritten, as they aren't real classes. (bzr r11608.1.69) | |||||
| 2013-04-01 | Added constructors to SP classes. | Markus Engel | 1 | -46/+100 | |
| (bzr r11608.1.67) | |||||
| 2013-04-01 | Replaced calls to g_object_(un)ref with sp_object_(un)ref. | Markus Engel | 1 | -2/+2 | |
| (bzr r11608.1.65) | |||||
| 2013-03-31 | Prepared exchange of casting macros. | Markus Engel | 1 | -0/+7 | |
| (bzr r11608.1.63) | |||||
| 2013-03-29 | Renamed virtual function names. | Markus Engel | 1 | -50/+50 | |
| (bzr r11608.1.57) | |||||
| 2013-03-29 | Removed function pointers from SPObject and subclasses. | Markus Engel | 1 | -18/+18 | |
| Added some missing virtual pads for classes that were hidden by preprocessor macros. (bzr r11608.1.55) | |||||
| 2013-03-29 | Replaced calls to "pattern_new". | Markus Engel | 1 | -3/+3 | |
| (bzr r11608.1.54) | |||||
| 2013-03-14 | Various changes. | Markus Engel | 1 | -7/+7 | |
| (bzr r11608.1.48) | |||||
| 2013-01-23 | Clean up more GObject type definitions | Alex Valavanis | 1 | -212/+38 | |
| (bzr r12055) | |||||
| 2012-11-20 | Fix for #970355, radial gradient using object bounding box. | Tavmjong Bah | 1 | -3/+22 | |
| (bzr r11887) | |||||
| 2012-11-10 | Build. Fixing win32 build with cairo > 1.11.4 (replacing uint with unsigned ↵ | Nicolas Dufour | 1 | -3/+3 | |
| int). (bzr r11866) | |||||
| 2012-09-19 | Fix for 643150 : Auto-palette swatches duplicated on copy and paste | John Smith | 1 | -0/+36 | |
| (bzr r11677) | |||||
| 2012-08-21 | Added "virtual pad" to | Markus Engel | 1 | -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) | |||||
| 2012-05-25 | Fixing warnings. | Jon A. Cruz | 1 | -14/+14 | |
| (bzr r11414) | |||||
| 2012-05-23 | Add Mesh tool (experimental, requires Cario >= 1.11.4, disabled by default). | Tavmjong Bah | 1 | -12/+616 | |
| (bzr r11406) | |||||
| 2012-04-05 | fix crash (bug #941317) | Johan B. C. Engelen | 1 | -1/+1 | |
| Fixed bugs: - https://launchpad.net/bugs/941317 (bzr r11157) | |||||
| 2012-03-07 | cppcheck | Kris De Gussem | 1 | -2/+2 | |
| (bzr r11052) | |||||
| 2011-11-14 | Add a tolerance-based hack, so that radial gradients with focus outside | Krzysztof Kosi??ski | 1 | -3/+24 | |
| the outer circle work reliably. Fixes #845153 Fixed bugs: - https://launchpad.net/bugs/845153 (bzr r10740) | |||||
| 2011-09-18 | Fix crash when previewing objectBoundingBox gradients | Krzysztof Kosi??ski | 1 | -1/+1 | |
| (bzr r10637) | |||||
| 2011-08-27 | Remove NRRect from paint servers and temporary calculations | Krzysztof Kosi??ski | 1 | -6/+6 | |
| (bzr r10582.1.4) | |||||
| 2011-05-28 | Port of 0.48.x branch revision 9781. | Jon A. Cruz | 1 | -5/+5 | |
| Cleanup of legacy code and casting that was breaking 64-bit gradient use. Fixes bug #743530 and bug #778441. Fixed bugs: - https://launchpad.net/bugs/743530 - https://launchpad.net/bugs/778441 (bzr r10242) | |||||
| 2011-02-21 | NEW: Grayscale color display mode. (toggle assigned keybinding: Shift+keypad5) | Johan B. C. Engelen | 1 | -7/+43 | |
| (bzr r10065) | |||||
| 2011-02-21 | Finished cleanup of outated SP_OBJECT_DOCUMENT C macro. | Jon A. Cruz | 1 | -11/+11 | |
| (bzr r10060) | |||||
