summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/gdkpixbuf-input.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Preferences. New Bitmap Override file resolution option, by Daniel Wagenaar.Nicolas Dufour2012-09-201-4/+5
| | | (bzr r11681)
* round-off incoming png resolution to 0.1 dpi (Bug 165952 comment 20)Alvin Penner2012-08-191-2/+2
| | | (bzr r11613)
* Bitmap. Fix for Bug #165952 (png resolution not imported) by Daniel Wagenaar.Nicolas Dufour2012-07-231-4/+29
| | | (bzr r11567)
* Warning cleanupJon A. Cruz2012-04-181-3/+3
| | | (bzr r11265)
* Import. Bitmap import improvements (see Bugs #171842 and #847374).Nicolas Dufour2012-03-181-15/+31
| | | (bzr r11097)
* Header cleaningAlex Valavanis2012-02-121-0/+2
| | | (bzr r10963)
* Minor UI fixKris De Gussem2011-07-201-2/+2
| | | (bzr r10484)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-6/+6
|\ | | | | (bzr r9945.1.1)
| * New Class SPDocumentUndo created which takes care of c++fying some non ↵Abhishek Sharma Public2010-07-021-3/+3
| | | | | | | | | | SPDocument based methods (bzr r9546.1.3)
| * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-1/+1
| | | | | | (bzr r9546.1.2)
| * This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public2010-06-291-1/+1
| | | | | | | | | | sp-polyline, sp-item and marks the onset of document c++ification as well. Users can check performace increase with [/usr/bin/time -v inkscape_binary_with_commandline_options]. (bzr r9546.1.1)
* | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-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)
* | i18n. Fix for bug #601522 (embedding prompt dialog's caption is not translated).Nicolas Dufour2010-07-131-3/+5
|/ | | (bzr r9614)
* Changed the embed/link dialog to use radio buttons instead of a checkbox to ↵Jon A. Cruz2010-03-181-4/+7
| | | | | make the link/embed effect clearer. (bzr r9202)
* make label more informativebuliabyak2010-03-171-1/+1
| | | (bzr r9198)
* Always embed bitmap copies created with Alt+B.Krzysztof Kosi??ski2010-03-051-21/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/169108 (bzr r9144)
* Improve behavior when pasting, DnDing and importing bitmap imagesKrzysztof Kosi??ski2010-03-041-35/+78
| | | (bzr r9143)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-2/+2
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-1/+1
| | | (bzr r8416)
* SPDocument->Documentjohnce2009-08-051-2/+2
| | | (bzr r8408)
* BUG 218090 opening of bitmap fails, now error messagetheAdib2009-05-101-1/+2
| | | (bzr r7844)
* using uri syntax while importing files using xlink:hrefAdib Taraben2009-05-051-1/+8
| | | (bzr r7826)
* 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-071-1/+1
| | | | | | | | | 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)
* From trunkTed Gould2008-10-271-1/+0
| | | (bzr r6885)
* r19076@shi: ted | 2008-04-21 15:42:45 -0700Ted Gould2008-04-211-1/+1
| | | | | | | | | Core of having a real namespace for Inkscape extensions. r19077@shi: ted | 2008-04-21 15:50:12 -0700 First layer of adding NS r19078@shi: ted | 2008-04-21 15:56:03 -0700 Whew, doing the rest of them. (bzr r5483)
* improved fix crash bug #197664Johan B. C. Engelen2008-03-021-5/+5
| | | (bzr r4922)
* fix crash bug #197664Johan B. C. Engelen2008-03-021-2/+3
| | | (bzr r4921)
* Warning cleanupJon A. Cruz2007-11-251-3/+3
| | | (bzr r4133)
* remove obsolete import-as-pattern optionbulia byak2007-09-261-33/+8
| | | (bzr r3807)
* don't try to relativate hrefs here - it never works anyway, because we don't ↵bulia byak2007-03-111-6/+4
| | | | | have the document's base dir (the temporary doc created here has docbase == NULL) (bzr r2608)
* continue switching sp_repr_new* over to XML::Document::create*Aaron Spike2007-01-221-4/+5
| | | (bzr r2257)
* gboolean -> bool conversion commit 1. Modifies code to do with getting the ↵Michael G. Sloan2006-08-261-2/+3
| | | | | | | undo system to ignore actions, as well as SVG/XML save/load. Shouldn't cause problems though. (bzr r1639)
* fit_canvas_to_drawing when opening imagesAaron Spike2006-04-241-0/+3
| | | (bzr r581)
* r10820@tres: ted | 2006-01-29 16:56:50 -0800Ted Gould2006-01-301-1/+2
| | | | | | | | Making it so all the important strings in the INX files are translateable. Also added in a 'clear-n_.h' to change the N_() macro from an inline function to a pure macro. Lastly, added in submenus for the effects. (bzr r55)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+176
(bzr r1)