| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Typos are fixed, text is improved, still a lot of work to do to make this ↵ | Alexandre Prokoudine | 2009-04-09 | 1 | -7/+7 | |
| | | | | | | extension look really good (bzr r7674) | |||||
| * | more one step for the extension tests | Aur??lio A. Heckert | 2009-04-09 | 5 | -4/+70 | |
| | | | | (bzr r7673) | |||||
| * | little name corretion "check_PROGRAMS" in HACKING.pt_BR.txt | Aur??lio A. Heckert | 2009-04-09 | 1 | -1/+1 | |
| | | | | (bzr r7672) | |||||
| * | comment out debug output | bulia byak | 2009-04-09 | 1 | -2/+2 | |
| | | | | (bzr r7671) | |||||
| * | correcting the inkweb.js version | Aur??lio A. Heckert | 2009-04-08 | 1 | -1/+1 | |
| | | | | (bzr r7670) | |||||
| * | group recognition to a more faster work with web-transmit-att extension. | Aur??lio A. Heckert | 2009-04-08 | 3 | -20/+44 | |
| | | | | (bzr r7669) | |||||
| * | Some filters and extensions translation updates | Nicolas Dufour | 2009-04-08 | 1 | -332/+341 | |
| | | | | (bzr r7668) | |||||
| * | Cleaning up some filters | Ivan Louette | 2009-04-08 | 1 | -57/+43 | |
| | | | | (bzr r7667) | |||||
| * | Fix feConvolveMatrix to use premultiplied color values (and semi-properly ↵ | Jasper van de Gronde | 2009-04-08 | 1 | -25/+59 | |
| | | | | | | use bias). (bzr r7666) | |||||
| * | Swap iterations over x and y coordinate to be more cache friendly (so the ↵ | Jasper van de Gronde | 2009-04-08 | 1 | -2/+2 | |
| | | | | | | inner loop iterates over x). (bzr r7665) | |||||
| * | noop: add todo | Johan B. C. Engelen | 2009-04-07 | 1 | -0/+1 | |
| | | | | (bzr r7664) | |||||
| * | is_straight_curve now also returns true for straight line quadratic and ↵ | Johan B. C. Engelen | 2009-04-07 | 1 | -3/+19 | |
| | | | | | | cubic curves. this fixes spiro LPE behavior (bzr r7663) | |||||
| * | Fix bug #356743 | Diederik van Lierop | 2009-04-07 | 2 | -4/+5 | |
| | | | | (bzr r7662) | |||||
| * | Some filters and extensions updates | Nicolas Dufour | 2009-04-07 | 1 | -34/+30 | |
| | | | | (bzr r7661) | |||||
| * | Fix crash: desktop does not always have an event_context attached to it! | Diederik van Lierop | 2009-04-07 | 1 | -3/+3 | |
| | | | | (bzr r7660) | |||||
| * | oops, fix a bug in that last commit (revealed by eps import; I don't think ↵ | Peter Moulder | 2009-04-07 | 1 | -2/+2 | |
| | | | | | | this bug occurred with skencil import). (bzr r7659) | |||||
| * | French translation update (mainly LPE) | Nicolas Dufour | 2009-04-07 | 1 | -41/+39 | |
| | | | | (bzr r7658) | |||||
| * | Changed to more accurate names for toolbar icon sizes (which normally map to ↵ | Jon A. Cruz | 2009-04-07 | 1 | -1/+1 | |
| | | | | | | large toolbar, small toolbar, and menu size) (bzr r7657) | |||||
| * | Use the new sp_document_change_uri_and_hrefs function. | Peter Moulder | 2009-04-07 | 2 | -9/+4 | |
| | | | | | | | The change to extension/system.cpp is a functional noop. The change to extension/implementation/script.cpp should fix importing of .ai files that contain images (or whatever ill2svg.pl creates png files for). The effect on any other scripts that create SVG files with relative hrefs is unknown. (bzr r7656) | |||||
| * | doc | Peter Moulder | 2009-04-07 | 1 | -3/+3 | |
| | | | | (bzr r7655) | |||||
| * | sp_document_change_uri_and_hrefs: New function. | Peter Moulder | 2009-04-07 | 2 | -27/+59 | |
| | | | | (bzr r7654) | |||||
| * | functional noop: Change prepend_current_dir_if_relative to return the result ↵ | Peter Moulder | 2009-04-07 | 3 | -10/+10 | |
| | | | | | | rather than taking a pointer to where to put the result. (Clarifies that the existing value isn't used.) (bzr r7653) | |||||
| * | noop: whitespace | Peter Moulder | 2009-04-07 | 1 | -47/+48 | |
| | | | | (bzr r7652) | |||||
| * | noop: In share/extensions: svn propset svn:eol-style native *.py *.inx | Peter Moulder | 2009-04-07 | 11 | -1213/+1213 | |
| | | | | | | In four cases, there were a mix of end-of-line styles. (bzr r7651) | |||||
| * | Ctor fixes and misc warning cleanups | Jon A. Cruz | 2009-04-07 | 4 | -44/+46 | |
| | | | | (bzr r7650) | |||||
| * | noop: Set svn:eol-style to native on all .cpp and .h files under src. (find ↵ | Peter Moulder | 2009-04-07 | 9 | -3365/+3365 | |
| | | | | | | \( -name '*.cpp' -o -name '*.h' \) -print0 | xargs -0 svn propset svn:eol-style native) (bzr r7649) | |||||
| * | noop: svg/svg-path-geom-test.h: Change to consistent end-of-line separators, ↵ | Peter Moulder | 2009-04-07 | 1 | -626/+626 | |
| | | | | | | and do svn propset svn:eol-style native on it. (bzr r7648) | |||||
| * | (sp_selection_create_bitmap_copy): Fix: Set xlink:href relative to the ↵ | Peter Moulder | 2009-04-07 | 1 | -2/+8 | |
| | | | | | | correct directory. (bzr r7647) | |||||
| * | noop: rename a local var | Peter Moulder | 2009-04-07 | 1 | -6/+9 | |
| | | | | (bzr r7646) | |||||
| * | noop: whitespace | Peter Moulder | 2009-04-07 | 1 | -280/+280 | |
| | | | | (bzr r7645) | |||||
| * | extension/internal/gdkpixbuf-input.cpp: Don't bother creating a ↵ | Peter Moulder | 2009-04-07 | 1 | -2/+8 | |
| | | | | | | sodipodi:absref attribute with the same value as an existing xlink:href attribute. (bzr r7644) | |||||
| * | Move Inkscape::IO::fixupHrefs to Inkscape::XML::rebase_hrefs in new file ↵ | Peter Moulder | 2009-04-07 | 12 | -157/+465 | |
| | | | | | | | | | | xml/rebase-hrefs.*. Give it the old and new base directory, so that it can change hrefs without relying on sodipodi:absref. Also create a new function sp_repr_save_rebased_file that changes all xlink:href attributes as it writes them, so that we don't need to modify the owning document. (Especially useful for "Save a copy" or exporting.) extension/system.cpp: (Inkscape::Extension::save): Don't call sp_document_set_uri even temporarily other than at the same time as calling rebase_hrefs. (Otherwise, existing relative hrefs will point nowhere.) When exporting plain SVG, change the relative hrefs according to the destination filename. (bzr r7643) | |||||
| * | functional noop: Clarify g_strcanon behaviour by not redundantly reassigning ↵ | Peter Moulder | 2009-04-07 | 1 | -1/+1 | |
| | | | | | | back to argument. (bzr r7642) | |||||
| * | functional noop: xml/repr-io.cpp: (sp_repr_save_writer): Mark static. ↵ | Peter Moulder | 2009-04-06 | 1 | -8/+8 | |
| | | | | | | Slight shortening of implementation. (bzr r7641) | |||||
| * | Remove trivial wrapper function sp_repr_print that hasn't been used in years. | Peter Moulder | 2009-04-06 | 3 | -14/+1 | |
| | | | | (bzr r7640) | |||||
| * | doc | Peter Moulder | 2009-04-06 | 1 | -3/+3 | |
| | | | | (bzr r7639) | |||||
| * | update 2geom. big commit as it has been a while. (2geom svn rev. 1870, i think) | Johan B. C. Engelen | 2009-04-06 | 27 | -1661/+2076 | |
| | | | | | | i turned some optional compilation stuff *on* per default, to help building inkscape. (bzr r7638) | |||||
| * | noop: Rename argument from uri to filename for Extension::...::save ↵ | Peter Moulder | 2009-04-06 | 18 | -52/+63 | |
| | | | | | | | | implementations, given that that's how it's used at present. Add a couple of fixme comments to do with use of this argument. (bzr r7637) | |||||
| * | functional noop: (EmfWin32::save): Remove an unneeded strdup operation. | Peter Moulder | 2009-04-06 | 1 | -6/+3 | |
| | | | | (bzr r7636) | |||||
| * | Improved and more realistic Watercolor Texture and some minor settings ↵ | Ivan Louette | 2009-04-06 | 1 | -10/+11 | |
| | | | | | | changes in other filters (bzr r7635) | |||||
| * | po/fr.po: Small corrections. | Peter Moulder | 2009-04-06 | 1 | -4/+4 | |
| | | | | (bzr r7634) | |||||
| * | Fix for bug #338521 - align node buttons did not match 0.46 ordering or ↵ | Ed Halley | 2009-04-06 | 4 | -69/+69 | |
| | | | | | | names. IDs got swapped. (bzr r7633) | |||||
| * | functional noop: xml/repr-io.cpp: Simplify a calculation. | Peter Moulder | 2009-04-05 | 1 | -12/+6 | |
| | | | | (bzr r7632) | |||||
| * | noop: whitespace (and localize one var) | Peter Moulder | 2009-04-05 | 1 | -23/+25 | |
| | | | | (bzr r7631) | |||||
| * | functional noop: extension/system.cpp: g_strdup handles NULL fine, so don't ↵ | Peter Moulder | 2009-04-05 | 1 | -13/+11 | |
| | | | | | | bother checking with an extra function call. (bzr r7630) | |||||
| * | Some Textures and Materials polishing again | Ivan Louette | 2009-04-05 | 1 | -101/+101 | |
| | | | | (bzr r7629) | |||||
| * | Reverts "fix" of offset in the displacement map code (and adds a comment to ↵ | Jasper van de Gronde | 2009-04-05 | 1 | -13/+9 | |
| | | | | | | prevent another misunderstanding). (bzr r7628) | |||||
| * | Fixes some wrong uses of CLAMP_D_TO_U8 in filtering code (mostly based on my ↵ | Jasper van de Gronde | 2009-04-05 | 8 | -17/+25 | |
| | | | | | | misunderstanding of this clamp function that actually does round+clamp). Plus some extra comments to warn of this behaviour. (bzr r7627) | |||||
| * | Fixed offset in interpolation in nr-filter-displacement-map | Niko Kiirala | 2009-04-05 | 1 | -6/+13 | |
| | | | | (bzr r7626) | |||||
| * | Fix a divide-by-zero problem apparently introduced in r21012. | Peter Moulder | 2009-04-05 | 1 | -28/+43 | |
| | | | | (bzr r7625) | |||||
