summaryrefslogtreecommitdiffstats
path: root/src/extension (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Don't open 'Save as ...' dialog inside the application bundle on OS X when ↵Maximilian Albert2009-08-121-4/+6
| | | | | it is invoked for the first time (bzr r8472)
* Maximum value of alpha is 255 (not 256).Tavmjong Bah2009-08-111-1/+1
| | | (bzr r8467)
* Fix remaining glitches in the behaviour of the Save dialogs (w.r.t. ↵Maximilian Albert2009-08-094-27/+154
| | | | | remembering the last file type and folder). As part of the cleanup inkscape:output_extension was removed, too. (bzr r8454)
* Change "canvas" to "page" to be consistent with use in all other dialogs andTavmjong Bah2009-08-072-10/+10
| | | | | menus. '-C' is kept, as '-P' is used for PostScript export. (bzr r8438)
* Make PDF, PS, and EPS dialogs consistent.Tavmjong Bah2009-08-062-6/+6
| | | | | Change "Canvas" to "Page" to be consistent with other dialogs and menu items. (bzr r8423)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-0682-229/+229
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-1/+1
| | | (bzr r8416)
* SPDocument->Documentjohnce2009-08-052-4/+4
| | | (bzr r8409)
* SPDocument->Documentjohnce2009-08-0535-107/+107
| | | (bzr r8408)
* SPDocument->Documentjohnce2009-08-0530-73/+73
| | | (bzr r8407)
* SPDocument->Documentjohnce2009-08-057-22/+22
| | | (bzr r8406)
* SPDocument->Documentjohnce2009-08-058-23/+23
| | | (bzr r8405)
* FIX 309856 353847 in case save_as fails the document uri is revertedtheAdib2009-08-021-10/+23
| | | (bzr r8387)
* FIX 309856 353847: correctly advertise exception leads to error message dialogueAdib Taraben2009-08-014-11/+32
| | | (bzr r8380)
* fix a small memleakbulia byak2009-07-121-0/+1
| | | (bzr r8265)
* better fix, and prevent any further crashes; now tested on windows toobulia byak2009-06-291-4/+8
| | | (bzr r8184)
* fix imagemagick effects for file:// urisbulia byak2009-06-291-1/+4
| | | (bzr r8183)
* fix obvious typo, patch 340311bulia byak2009-06-221-1/+1
| | | (bzr r8145)
* Updated to successfully compile in JavaFX v 1.2. Fixes bug #253869Jon A. Cruz2009-06-171-24/+12
| | | (bzr r8098)
* Warning and whitespace cleanupJon A. Cruz2009-06-171-51/+83
| | | (bzr r8097)
* imitate black fill for objects with unset fill on exportbulia byak2009-06-051-1/+6
| | | (bzr r8009)
* * [INTL:*] translator comments for all context strings addedIvan Mas??r2009-06-031-0/+2
| | | (bzr r7985)
* BUG 284680 convert text to paths on cairo outputtheAdib2009-05-121-3/+9
| | | (bzr r7872)
* BUG 218090 opening of bitmap fails, now error messagetheAdib2009-05-102-2/+3
| | | (bzr r7844)
* Patch 337357 by Lubomir Rintel: GCC 4.4 compilation & start fix (woohoo, ↵Josh Andler2009-05-071-1/+1
| | | | | happy on Karmic now) (bzr r7831)
* * [INTL:*] fixed typos (by Yuri Chornoivan)Ivan Mas??r2009-05-062-2/+2
| | | (bzr r7827)
* using uri syntax while importing files using xlink:hrefAdib Taraben2009-05-051-1/+8
| | | (bzr r7826)
* Warning cleanupJon A. Cruz2009-05-031-5/+2
| | | (bzr r7813)
* BUG 322116, PDF export does not use the highest quality for rasterized filtertheAdib2009-05-011-0/+1
| | | (bzr r7808)
* copyedit labels, expand rangebulia byak2009-04-302-3/+3
| | | (bzr r7802)
* apply printing w32 patch ↵Adib Taraben2009-04-242-5/+7
| | | | | https://bugs.launchpad.net/inkscape/+bug/179988/comments/174 (bzr r7767)
* patch 179589 with UI added: optionally, try to replace a font name specified ↵bulia byak2009-04-154-7/+103
| | | | | in PDF with the closest-named local installed font (since we do not extract any fonts, nor can we embed them into svg) (bzr r7718)
* Use the new sp_document_change_uri_and_hrefs function.Peter Moulder2009-04-072-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)
* noop: Set svn:eol-style to native on all .cpp and .h files under src. (find ↵Peter Moulder2009-04-072-1128/+1128
| | | | | \( -name '*.cpp' -o -name '*.h' \) -print0 | xargs -0 svn propset svn:eol-style native) (bzr r7649)
* extension/internal/gdkpixbuf-input.cpp: Don't bother creating a ↵Peter Moulder2009-04-071-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 Moulder2009-04-074-18/+19
| | | | | | | | | 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)
* Remove trivial wrapper function sp_repr_print that hasn't been used in years.Peter Moulder2009-04-061-2/+0
| | | (bzr r7640)
* noop: Rename argument from uri to filename for Extension::...::save ↵Peter Moulder2009-04-0618-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 Moulder2009-04-061-6/+3
| | | (bzr r7636)
* noop: whitespace (and localize one var)Peter Moulder2009-04-051-23/+25
| | | (bzr r7631)
* functional noop: extension/system.cpp: g_strdup handles NULL fine, so don't ↵Peter Moulder2009-04-051-13/+11
| | | | | bother checking with an extra function call. (bzr r7630)
* noop: comment spellingPeter Moulder2009-04-041-2/+2
| | | (bzr r7618)
* We don't really need two separate "Shadows" and "Shadows and glows" ↵Alexandre Prokoudine2009-03-041-2/+2
| | | | | submenus, do we? :) (bzr r7416)
* Removing the polyline simplification. Fix for bug #335437 + bug #307783 ↵Ulf Erikson2009-03-021-9/+2
| | | | | (missing characters in emf export) (bzr r7400)
* copyeditbulia byak2009-02-281-1/+1
| | | (bzr r7392)
* Fix bug #168979 and clean up some pointer-to-ustring sillynessKrzysztof Kosi??ski2009-02-261-33/+27
| | | (bzr r7377)
* Move files from the src/dialogs/ directory to the places where they Krzysztof Kosi??ski2009-02-211-1/+1
| | | | | should be. Build libinkscape.a - should reduce link time. (bzr r7337)
* Only build static libraries for subdirs than actually contain libraries, Krzysztof Kosi??ski2009-02-204-33/+6
| | | | | rather than for every subdirectory. (bzr r7336)
* trying to fix the filters placementbulia byak2009-02-181-1/+1
| | | (bzr r7325)
* Remove last remnants of ancient plugin support. Tidy up acinclude.m4.Krzysztof Kosi??ski2009-02-132-16/+0
| | | (bzr r7278)