| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rename <meshGradient> to <mesh>, <meshRow> to <meshrow>, <meshPatch> to ↵ | Tavmjong Bah | 2015-03-01 | 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) | ||||
| * | Minor pass of header cleanup | Liam P. White | 2014-08-30 | 1 | -12/+9 |
| | | | | (bzr r13341.1.189) | ||||
| * | noop: remove commented-out code that is dangerous and should not come back | Johan B. C. Engelen | 2014-07-28 | 1 | -2/+0 |
| | | | | (bzr r13475) | ||||
| * | Fix for bugs 1318657 and 1298967 | mathog | 2014-06-11 | 1 | -23/+54 |
| | | | | (bzr r13417) | ||||
| * | Fix gradient position on document import (bug #1283193) | David Mathog | 2014-03-13 | 1 | -20/+63 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1283193 (bzr r13145) | ||||
| * | incorrect gradient transform on copy&paste.. committing for mathog | Raphael Rosch | 2014-03-12 | 1 | -0/+19 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1283193 (bzr r13139) | ||||
| * | Fix mesh gradient tool. | Markus Engel | 2013-10-21 | 1 | -12/+17 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1239430 (bzr r12703) | ||||
| * | Removed placement news / explicit destructor calls. | Markus Engel | 2013-07-31 | 1 | -2/+2 |
| | | | | (bzr r11608.1.113) | ||||
| * | Merge Object and subclasses. Merging of SP- and C-classes complete. | Markus Engel | 2013-04-07 | 1 | -7/+9 |
| | | | | (bzr r11608.1.86) | ||||
| * | Merged PaintServer and subclasses; moved Gradient classes to own files. | Markus Engel | 2013-04-05 | 1 | -1201/+132 |
| | | | | (bzr r11608.1.82) | ||||
| * | Registered classes with new factory. Hkern, Vkern and FeFuncX have to be ↵ | Markus Engel | 2013-04-02 | 1 | -0/+36 |
| | | | | | | rewritten, as they aren't real classes. (bzr r11608.1.69) | ||||
| * | Added constructors to SP classes. | Markus Engel | 2013-04-01 | 1 | -46/+100 |
| | | | | (bzr r11608.1.67) | ||||
| * | Replaced calls to g_object_(un)ref with sp_object_(un)ref. | Markus Engel | 2013-04-01 | 1 | -2/+2 |
| | | | | (bzr r11608.1.65) | ||||
| * | Prepared exchange of casting macros. | Markus Engel | 2013-03-31 | 1 | -0/+7 |
| | | | | (bzr r11608.1.63) | ||||
| * | Renamed virtual function names. | Markus Engel | 2013-03-29 | 1 | -50/+50 |
| | | | | (bzr r11608.1.57) | ||||
| * | merged from trunk | Markus Engel | 2013-03-29 | 1 | -446/+88 |
| |\ | | | | | (bzr r11608.1.56) | ||||
| | * | Clean up more GObject type definitions | Alex Valavanis | 2013-01-23 | 1 | -212/+38 |
| | | | | | | | (bzr r12055) | ||||
| | * | Fix for #970355, radial gradient using object bounding box. | Tavmjong Bah | 2012-11-20 | 1 | -3/+22 |
| | | | | | | | (bzr r11887) | ||||
| | * | Build. Fixing win32 build with cairo > 1.11.4 (replacing uint with unsigned ↵ | Nicolas Dufour | 2012-11-10 | 1 | -3/+3 |
| | | | | | | | | | | | int). (bzr r11866) | ||||
| | * | Fix for 643150 : Auto-palette swatches duplicated on copy and paste | John Smith | 2012-09-19 | 1 | -0/+36 |
| | | | | | | | (bzr r11677) | ||||
| * | | Removed function pointers from SPObject and subclasses. | Markus Engel | 2013-03-29 | 1 | -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 Engel | 2013-03-29 | 1 | -3/+3 |
| | | | | | | | (bzr r11608.1.54) | ||||
| * | | Various changes. | Markus Engel | 2013-03-14 | 1 | -7/+7 |
| | | | | | | | (bzr r11608.1.48) | ||||
| * | | Added "virtual pad" to | Markus Engel | 2012-08-21 | 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) | ||||
| * | Fixing warnings. | Jon A. Cruz | 2012-05-25 | 1 | -14/+14 |
| | | | | (bzr r11414) | ||||
| * | Add Mesh tool (experimental, requires Cario >= 1.11.4, disabled by default). | Tavmjong Bah | 2012-05-23 | 1 | -12/+616 |
| | | | | (bzr r11406) | ||||
| * | fix crash (bug #941317) | Johan B. C. Engelen | 2012-04-05 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/941317 (bzr r11157) | ||||
| * | cppcheck | Kris De Gussem | 2012-03-07 | 1 | -2/+2 |
| | | | | (bzr r11052) | ||||
| * | Add a tolerance-based hack, so that radial gradients with focus outside | Krzysztof Kosi??ski | 2011-11-14 | 1 | -3/+24 |
| | | | | | | | | | the outer circle work reliably. Fixes #845153 Fixed bugs: - https://launchpad.net/bugs/845153 (bzr r10740) | ||||
| * | Fix crash when previewing objectBoundingBox gradients | Krzysztof Kosi??ski | 2011-09-18 | 1 | -1/+1 |
| | | | | (bzr r10637) | ||||
| * | Remove NRRect from paint servers and temporary calculations | Krzysztof Kosi??ski | 2011-08-27 | 1 | -6/+6 |
| | | | | (bzr r10582.1.4) | ||||
| * | Merge from trunk | Krzysztof Kosi??ski | 2011-04-07 | 1 | -22/+23 |
| |\ | | | | | (bzr r9508.1.73) | ||||
| | * | NEW: Grayscale color display mode. (toggle assigned keybinding: Shift+keypad5) | Johan B. C. Engelen | 2011-02-21 | 1 | -7/+43 |
| | | | | | | | (bzr r10065) | ||||
| | * | Finished cleanup of outated SP_OBJECT_DOCUMENT C macro. | Jon A. Cruz | 2011-02-21 | 1 | -11/+11 |
| | | | | | | | (bzr r10060) | ||||
| | * | update to latest 2geom ! | Johan B. C. Engelen | 2011-02-02 | 1 | -30/+30 |
| | | | | | | | (bzr r10025) | ||||
| * | | Merge from trunk (again) | Krzysztof Kosi??ski | 2010-12-15 | 1 | -47/+44 |
| |\| | | | | | (bzr r9508.1.72) | ||||
| | * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -47/+44 |
| | |\ | | | | | | | (bzr r9945.1.1) | ||||
| | | * | SPObject c++ification finalized along with the beginning of XML ↵ | Abhishek Sharma Public | 2010-07-12 | 1 | -23/+23 |
| | | | | | | | | | | | | | | | | Privatisation tweaks (bzr r9546.1.6) | ||||
| | | * | another c++ification for sp-object.h/cpp and still in progress... | Abhishek Sharma Public | 2010-07-03 | 1 | -8/+8 |
| | | | | | | | | | | (bzr r9546.1.4) | ||||
| | | * | C++fied SPDocument added | Abhishek Sharma Public | 2010-07-01 | 1 | -2/+2 |
| | | | | | | | | | | (bzr r9546.1.2) | ||||
| * | | | Merge from trunk | Krzysztof Kosi??ski | 2010-11-25 | 1 | -1/+1 |
| |\| | | | | | | | | (bzr r9508.1.70) | ||||
| | * | | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 2010-11-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900) | ||||
| * | | | merge from trunk | Krzysztof Kosi??ski | 2010-08-08 | 1 | -195/+233 |
| |\| | | | | | | | | (bzr r9508.1.52) | ||||
| | * | | Correct behavior of gradient stops to extract color from swatch when color ↵ | Jon A. Cruz | 2010-07-18 | 1 | -38/+9 |
| | | | | | | | | | | | | | | | | is drag-n-drop'ed or selected. (bzr r9620) | ||||
| | * | | Stop setting of stops from getting url() reference colors. | Jon A. Cruz | 2010-07-11 | 1 | -0/+1 |
| | | | | | | | | | | (bzr r9606) | ||||
| | * | | Cleanup of gradient swatch property and collection policy. | Jon A. Cruz | 2010-07-09 | 1 | -21/+57 |
| | | | | | | | | | | (bzr r9602) | ||||
| | * | | Removed "Add" and enabled "Delete" for swatch context menu. Updated swatch ↵ | Jon A. Cruz | 2010-07-06 | 1 | -7/+25 |
| | | | | | | | | | | | | | | | | marker string. (bzr r9582) | ||||
| | * | | Rough pass of Fill-n-Stroke swatch conversion. | Jon A. Cruz | 2010-07-02 | 1 | -0/+12 |
| | |/ | | | | | (bzr r9553) | ||||
| | * | Partial C++-ification of SPGradient | Jon A. Cruz | 2010-06-28 | 1 | -231/+233 |
| | | | | | | | (bzr r9542) | ||||
| * | | Wholesale cruft removal part 2 | Krzysztof Kosi??ski | 2010-08-04 | 1 | -3/+0 |
| | | | | | | | (bzr r9508.1.45) | ||||
