| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Cleanup of gradients and stops. | Jon A. Cruz | 2010-03-08 | 1 | -1/+1 |
| | | | | (bzr r9163) | ||||
| * | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 2009-08-06 | 1 | -1/+1 |
| | | | | | | which cannot be fixed easily. (bzr r8422) | ||||
| * | SPDocument->Document | johnce | 2009-08-05 | 1 | -1/+1 |
| | | | | (bzr r8404) | ||||
| * | Merge from fe-moved | Ted Gould | 2008-11-21 | 1 | -20/+20 |
| | | | | (bzr r6891) | ||||
| * | Support for title and desc elements when serializing as Plain SVG. | Jeff Schiller | 2008-08-23 | 1 | -0/+4 |
| | | | | (bzr r6709) | ||||
| * | initial handling of <script> tag | Felipe Corr??a da Silva Sanches | 2008-07-22 | 1 | -0/+2 |
| | | | | | | | | | Some people develope SVG files that contain javascript. We should not erase their script nodes! Also, we could develop a scripting IDE in inkscape. Look at http://wiki.inkscape.org/wiki/index.php/BlueprintScriptingIDE (bzr r6391) | ||||
| * | * add rule in configure.ac so that only who has cairo > 1.6.4 (currently ↵ | Felipe Corr??a da Silva Sanches | 2008-05-25 | 1 | -5/+12 |
| | | | | | | | | cairo git master branch) will compile SVGFonts (experimental) support. * First code for SVGFonts rendering. Renders in a separate window because we still dont have pango integration. (bzr r5753) | ||||
| * | attribute loading for font-face tag | Felipe Corr??a da Silva Sanches | 2008-05-10 | 1 | -0/+2 |
| | | | | | | first draft. Still incomplete. (bzr r5644) | ||||
| * | distinguish between hkern and vkern tags | Felipe Corr??a da Silva Sanches | 2008-05-08 | 1 | -1/+2 |
| | | | | (bzr r5628) | ||||
| * | Starting Summer of Code: SVG Fonts | Felipe Corr??a da Silva Sanches | 2008-05-08 | 1 | -0/+2 |
| | | | | | | * hkern and vkern: parameter loading. (bzr r5624) | ||||
| * | a bit more boilerplate code for SVGFonts | Felipe Corr??a da Silva Sanches | 2008-02-28 | 1 | -0/+2 |
| | | | | | | added <missing-glyph> (bzr r4890) | ||||
| * | more boilerplate code for SVGFonts | Felipe Corr??a da Silva Sanches | 2008-02-27 | 1 | -0/+2 |
| | | | | | | <glyph> node parameter loading (bzr r4879) | ||||
| * | more SVGFonts boilerplate code | Felipe Corr??a da Silva Sanches | 2008-02-26 | 1 | -0/+2 |
| | | | | (bzr r4867) | ||||
| * | Offline work done during weekend: | Felipe Corr??a da Silva Sanches | 2008-02-11 | 1 | -0/+5 |
| | | | | | | | | | | | * handle fefuncR, fefuncG, fefuncB and fefuncA nodes * implement fecomponenttransfer renderer ** identity and gamma modes render perfectly ** linear and table modes are rendering with very slight imperfections This commit still mantains feComponentTransfer out of UI (still not implemented) (bzr r4704) | ||||
| * | Fundamentally reworked version of the 3D box tool (among many other things, ↵ | Maximilian Albert | 2007-12-13 | 1 | -2/+5 |
| | | | | | | this fixes bugs #168900 and #168868). See mailing list for details. Sorry for this single large commit but it was unfeasible to keep the history. (bzr r4224) | ||||
| * | Commit LivePathEffect branch to trunk! | Johan B. C. Engelen | 2007-08-14 | 1 | -1/+4 |
| | | | | | | (disabled extension/internal/bitmap/*.* in build.xml to fix compilation) (bzr r3472) | ||||
| * | Added support for feMerge filter priitive | Niko Kiirala | 2007-07-26 | 1 | -0/+2 |
| | | | | (bzr r3308) | ||||
| * | Patch from Jean-René Reinhard: support for feDiffuseLighting and | Niko Kiirala | 2007-07-20 | 1 | -0/+6 |
| | | | | | | feSpecularLighting filter primitives (bzr r3269) | ||||
| * | bug 1243190: add tref element support; limited editing support thus far ↵ | Richard Hughes | 2007-07-11 | 1 | -0/+2 |
| | | | | | | (patch by gbanaszk) (bzr r3227) | ||||
| * | First (very limited) version of the 3D box tool; allows for drawing of new ↵ | Maximilian Albert | 2007-06-21 | 1 | -1/+4 |
| | | | | | | boxes in a fixed perspective without any live interaction. (bzr r3084) | ||||
| * | Renaming sp-marker.* to marker.* | Bryce Harrington | 2006-12-06 | 1 | -1/+1 |
| | | | | (bzr r2077) | ||||
| * | Work on filters. spFilterPrimitive structure added. Blur slider updated. ↵ | Hugo Rodrigues | 2006-08-14 | 1 | -16/+16 |
| | | | | | | Fixed sp-object-repr.cpp typos (bzr r1598) | ||||
| * | Added skeleton files for other filter primitives' SP-objects. Added blur ↵ | Hugo Rodrigues | 2006-08-02 | 1 | -1/+31 |
| | | | | | | slider on fill/stroke dialog (uncomment on object-properties.cpp). (bzr r1542) | ||||
| * | svg-filters branch merged back to head | Niko Kiirala | 2006-06-21 | 1 | -0/+4 |
| | | | | (bzr r1252) | ||||
| * | SVG 1.1 Conditional Processing Module rendering support (<switch> element, ↵ | Andrius Ramanauskas | 2006-04-20 | 1 | -1/+2 |
| | | | | | | | | requiredReatures/requiredExtensions/systemLanguage attributes). Two more W3C SVG Test Suite testes pass after this change. (bzr r556) | ||||
| * | Adding support for <color-profile> element | Jon A. Cruz | 2006-04-02 | 1 | -0/+2 |
| | | | | (bzr r401) | ||||
| * | moving trunk for module inkscape | MenTaLguY | 2006-01-16 | 1 | -0/+208 |
| (bzr r1) | |||||
