| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | add support for quadratic Bezier | Alvin Penner | 2008-12-23 | 1 | -1/+5 | |
| | | | | (bzr r7024) | |||||
| * | Some accuracy improvements for nr-filter-colormatrix (including some changes ↵ | Jasper van de Gronde | 2008-12-22 | 2 | -57/+100 | |
| | | | | | | to let it use premultiplied colors if possible) + author entry I forgot to add in revision 20391. (bzr r7023) | |||||
| * | fix crash bug 310206 | Johan B. C. Engelen | 2008-12-22 | 1 | -7/+7 | |
| | | | | (bzr r7022) | |||||
| * | convert LINE entity to LWPOLYLINE | Alvin Penner | 2008-12-21 | 1 | -7/+19 | |
| | | | | (bzr r7021) | |||||
| * | revert change of sp_item_i2d_affine in rev 20388, as it crashed command line use | Thomas Holder | 2008-12-21 | 1 | -2/+4 | |
| | | | | (bzr r7020) | |||||
| * | Some accuracy improvements for ComponentTransfer filters (should also be ↵ | Jasper van de Gronde | 2008-12-20 | 1 | -9/+26 | |
| | | | | | | somewhat faster). (bzr r7019) | |||||
| * | Fixes "disappearing gradients" problem discussed on mailing list and adds a ↵ | Jasper van de Gronde | 2008-12-20 | 2 | -2/+16 | |
| | | | | | | few g_warnings to component transfer type checks. (bzr r7018) | |||||
| * | propagate additional_affine into groups of clip/mask paths | Thomas Holder | 2008-12-20 | 1 | -1/+1 | |
| | | | | (bzr r7017) | |||||
| * | object-snapper.cpp | Thomas Holder | 2008-12-20 | 6 | -46/+20 | |
| | | | | | | | | | | | | | | | | | | | | * fix snapping to clip/mask with parent transform * replace matrix_to_desktop call sp-item.h sp-item.cpp * improve snapping to clip/mask with parent transform * remove matrix_to_desktop/matrix_from_desktop * use desktop->doc2dt() with sp_item_i2d_affine(...) desktop.h desktop.cpp * new method: dt2doc() selection-chemistry.cpp * remove awkward matrix_to_desktop(matrix_from_desktop(...)) calls (bzr r7016) | |||||
| * | lower limit on linewidth | Alvin Penner | 2008-12-19 | 1 | -0/+2 | |
| | | | | (bzr r7015) | |||||
| * | fix bug #166937 (with viewBox, simplify oversimplifies) | Thomas Holder | 2008-12-19 | 1 | -0/+3 | |
| | | | | (bzr r7014) | |||||
| * | Makes copy_n inline in nr-filter-gaussian. | Jasper van de Gronde | 2008-12-19 | 1 | -1/+1 | |
| | | | | (bzr r7013) | |||||
| * | fixed transform_mutliply for vector lpe parameter. | JF Barraud | 2008-12-17 | 1 | -1/+1 | |
| | | | | (bzr r7012) | |||||
| * | fix compile after rev 20377 | Johan B. C. Engelen | 2008-12-16 | 2 | -2/+2 | |
| | | | | (bzr r7011) | |||||
| * | * remove sp_item_i2root_affine and sp_item_i2r_affine and replace all calls by | Thomas Holder | 2008-12-16 | 9 | -78/+25 | |
| | | | | | | | | | | | | | sp_item_i2doc_affine or sp_item_i2d_affine respectively * remove sp_root_bbox, root->c2p was considered in the wrong place there * in sp_item_i2doc_affine do not consider SP_ITEM(object)->transform for root node, because <svg> node does not have a transform attribute * fix style scaling for boolean operations (with viewBox) * fix zoom to fit drawing (with viewBox) * fix export area size for "export drawing" (with viewBox) * fix simultaneous movement of clone + original (with viewBox) (bzr r7010) | |||||
| * | Added "Add" button to the SVG Fonts dialog. | Felipe Corr??a da Silva Sanches | 2008-12-16 | 2 | -6/+58 | |
| | | | | (bzr r7009) | |||||
| * | 1) snap midpoints of line segments (both as source and as target) | Diederik van Lierop | 2008-12-14 | 22 | -428/+493 | |
| | | | | | | 2) snap intersections within a single shape (as source; as target was already implemented) (bzr r7008) | |||||
| * | Filter quality setting revised, seems to not crash when viewing filters.svg | Niko Kiirala | 2008-12-14 | 3 | -45/+121 | |
| | | | | (bzr r7007) | |||||
| * | fixed part 2 of bug #168372 | Thomas Holder | 2008-12-14 | 1 | -0/+3 | |
| | | | | (bzr r7006) | |||||
| * | fix build for commit 20341 | Johan B. C. Engelen | 2008-12-13 | 1 | -1/+1 | |
| | | | | (bzr r7005) | |||||
| * | remove bezier-utils. now we use 2geom's one. | Johan B. C. Engelen | 2008-12-13 | 7 | -1756/+0 | |
| | | | | | | remove bezier-utils-test as well. (bzr r7004) | |||||
| * | remove bezier-util from tests | Johan B. C. Engelen | 2008-12-13 | 1 | -2/+0 | |
| | | | | (bzr r7003) | |||||
| * | remove 2geom transition code | Johan B. C. Engelen | 2008-12-13 | 1 | -12/+23 | |
| | | | | (bzr r7002) | |||||
| * | pencil sketching now allows for different smooth settings | Johan B. C. Engelen | 2008-12-13 | 2 | -29/+20 | |
| | | | | | | (sketch mode is still work in progress) (bzr r7001) | |||||
| * | fix LPE Sketch with new 2geom | Johan B. C. Engelen | 2008-12-13 | 1 | -3/+3 | |
| | | | | (bzr r7000) | |||||
| * | fix compile. | Johan B. C. Engelen | 2008-12-13 | 1 | -1/+1 | |
| | | | | | | re-enable decrepated 2geom function (bzr r6999) | |||||
| * | fix compile. | Johan B. C. Engelen | 2008-12-13 | 3 | -3/+3 | |
| | | | | | | re-enable decrepated 2geom functions. (bzr r6998) | |||||
| * | add missing files | Johan B. C. Engelen | 2008-12-13 | 3 | -0/+1081 | |
| | | | | (bzr r6997) | |||||
| * | update to 2geom rev.1723 | Johan B. C. Engelen | 2008-12-13 | 28 | -527/+452 | |
| | | | | (bzr r6996) | |||||
| * | add sketch mode to pencil tool | Johan B. C. Engelen | 2008-12-13 | 5 | -21/+172 | |
| | | | | (bzr r6995) | |||||
| * | scale Model Space to size A4 | Alvin Penner | 2008-12-13 | 1 | -3/+3 | |
| | | | | (bzr r6994) | |||||
| * | updated Catalan translation from Joaquim Perez Noguer | Alexandre Prokoudine | 2008-12-12 | 1 | -7177/+4088 | |
| | | | | (bzr r6993) | |||||
| * | updated ru.po | Alexandre Prokoudine | 2008-12-12 | 1 | -543/+630 | |
| | | | | (bzr r6992) | |||||
| * | fixed: getting pagecolor for bordercolor | Thomas Holder | 2008-12-12 | 1 | -1/+1 | |
| | | | | (bzr r6991) | |||||
| * | typo in xMaxYMid | Thomas Holder | 2008-12-12 | 3 | -3/+3 | |
| | | | | (bzr r6990) | |||||
| * | use iso-8859-1 | Alvin Penner | 2008-12-12 | 1 | -0/+1 | |
| | | | | (bzr r6989) | |||||
| * | bug #166885 (preserveAspectRatio="none" misinterpreted) | Thomas Holder | 2008-12-11 | 4 | -4/+4 | |
| | | | | (bzr r6988) | |||||
| * | fixed snapping of handles (broken since rev 20247) | Thomas Holder | 2008-12-11 | 1 | -5/+6 | |
| | | | | (bzr r6987) | |||||
| * | specify metric units | Alvin Penner | 2008-12-10 | 1 | -0/+4 | |
| | | | | (bzr r6986) | |||||
| * | - Fix bug #304405 (snapping to an intersection of lines at infinity is wrong) | Diederik van Lierop | 2008-12-10 | 4 | -396/+393 | |
| | | | | | | - Replace tabs by spaces (bzr r6985) | |||||
| * | * Removing the bitmap files that aren't being used. | Ted Gould | 2008-12-10 | 105 | -1327/+48 | |
| | | | | | | | | | | | | | | * Removing the filter files that haven't been used. * Adding a small little script to pull the strings out of the filters.svg file and pull them into a header file so that they can be translated. * Fix generate_POTFILES.sh so that it warns that it'll probably break things * Update POTFILES.in so that it matches the files better. * Making a bunch of .svg files not executable. * Patching the effects code so that the sorting of the menus is correct and the first entry is not ignored. (bzr r6984) | |||||
| * | use 2geom bezier fitting (is copy of inkscape's) | Johan B. C. Engelen | 2008-12-10 | 4 | -9/+8 | |
| | | | | (bzr r6983) | |||||
| * | nodepath: use 2geom bezier fitting (is copy of inkscape's) | Johan B. C. Engelen | 2008-12-10 | 1 | -2/+2 | |
| | | | | (bzr r6982) | |||||
| * | * [INTL: en_GB] British English update by Tim Sheridan | Ivan Mas??r | 2008-12-10 | 1 | -3581/+2340 | |
| | | | | (bzr r6981) | |||||
| * | fixed typo, removed obsolete entry, updated Russian translation a bit | Alexandre Prokoudine | 2008-12-10 | 3 | -787/+865 | |
| | | | | (bzr r6980) | |||||
| * | remove orphaned NRMatrix wrapper for sp_item_write_transform | Thomas Holder | 2008-12-09 | 2 | -14/+0 | |
| | | | | (bzr r6979) | |||||
| * | reworked ClipboardManagerImpl::_pasteDocument, code cleanup and finally ↵ | Thomas Holder | 2008-12-09 | 1 | -56/+30 | |
| | | | | | | fixing remaining issues with bug #234305 (bzr r6978) | |||||
| * | preferences.cpp: Remove an assert that causes problems with some | Krzysztof Kosi??ski | 2008-12-09 | 1 | -1/+2 | |
| | | | | | | input devices. (bzr r6977) | |||||
| * | Simplify "make check" makefile rules and remove most of the obsolete | Krzysztof Kosi??ski | 2008-12-09 | 22 | -1418/+102 | |
| | | | | | | utest-based tests. (bzr r6976) | |||||
| * | fix for Bug #234305 (paste into transformed groups) | Thomas Holder | 2008-12-08 | 1 | -0/+10 | |
| | | | | (bzr r6975) | |||||
