| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add Mesh tool (experimental, requires Cario >= 1.11.4, disabled by default). | Tavmjong Bah | 2012-05-23 | 1 | -0/+6 |
| | | | | (bzr r11406) | ||||
| * | Next step in refactoring color management. More to come. | Jon A. Cruz | 2011-07-09 | 1 | -1/+1 |
| | | | | (bzr r10429) | ||||
| * | Merge from trunk | Krzysztof Kosi??ski | 2011-06-19 | 1 | -6/+2 |
| |\ | | | | | (bzr r9508.1.89) | ||||
| | * | Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of ↵ | Jon A. Cruz | 2011-06-04 | 1 | -6/+2 |
| | | | | | | | | | | | SP_ROOT() gtk type function/macro. (bzr r10254) | ||||
| * | | Merge from trunk (again) | Krzysztof Kosi??ski | 2010-12-15 | 1 | -3/+2 |
| |\| | | | | | (bzr r9508.1.72) | ||||
| | * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -3/+2 |
| | |\ | | | | | | | (bzr r9945.1.1) | ||||
| | | * | another c++ification for sp-object.h/cpp and still in progress... | Abhishek Sharma Public | 2010-07-03 | 1 | -1/+1 |
| | | | | | | | | | | (bzr r9546.1.4) | ||||
| * | | | 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 redundant *-fns.h into respective filter headers. | Krzysztof Kosi??ski | 2010-07-14 | 1 | -1/+1 |
| |/ | | | | | | Move gaussian blur to filters directory. Blend filter effect. (bzr r9508.1.16) | ||||
| * | Revert the inverted coordinate system fix. 3D Boxes and guides | Krzysztof Kosi??ski | 2010-04-06 | 1 | -9/+8 |
| | | | | | | | require an XML-level backwards compatibility mechanism to fix properly, and it's too late in the 0.48 cycle to introduce it. (bzr r9298) | ||||
| * | Coords: fix guidelines | Krzysztof Kosi??ski | 2010-04-04 | 1 | -8/+9 |
| | | | | (bzr r9281.1.14) | ||||
| * | 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) | |||||
