summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/gdkpixbuf-input.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* adds a layer to put things in when opening raster filesMarc Jeanmougin2016-09-151-1/+6
* Extensions: Use underscored variants of parameters / attribute names in inter...Eduard Braun2016-06-111-1/+1
* added comment + simpler roundingMarc Jeanmougin2015-12-041-2/+3
* Correct rounding when importing bitmapsMarc Jeanmougin2015-12-031-2/+6
* import images with dpi from file : xscale and yscale were not rounded but flo...Marc Jeanmougin2015-08-171-2/+2
* Fix regression: pasted bitmaps should be embeded. (Bug #855440)Tavmjong Bah2015-01-211-1/+1
* Change getDefaultUnit() to getDisplayUnit() to better reflect value returned ...Tavmjong Bah2014-11-261-1/+1
* Header cleanup: stop using Glib types where they aren't truly needed. Eases G...Liam P. White2014-08-311-7/+6
* Convert from 90px to inch to 96px to inch per SVG (CSS) specification.Tavmjong Bah2014-05-261-4/+4
* Image import dialog: add dpi option (from file or default), use compacter lay...su_v2014-02-121-5/+17
* Set 'preserveAspectRatio' to 'none' when importing an image.Tavmjong Bah2014-02-111-0/+6
* Add GUI for 'image-rendering'. Completes fix for blocker bug #1163449.Tavmjong Bah2013-11-191-15/+41
* fix bug "some of the locale-based templates cause objects to be resized when ...Johan B. C. Engelen2013-10-241-1/+1
* Fix adding viewBox to new documents.Matthew Petroff2013-09-221-0/+6
* Encapsulate the shared memory hack for Cairo and GdkPixbuf in a classKrzysztof Kosi??ski2013-09-191-14/+6
* Do not recompress images when embedding and generating PDFs.Krzysztof Kosi??ski2013-09-141-58/+23
* Eliminate "unit-constants.h".Matthew Petroff2013-07-311-2/+2
* Preferences. New Bitmap Override file resolution option, by Daniel Wagenaar.Nicolas Dufour2012-09-201-4/+5
* round-off incoming png resolution to 0.1 dpi (Bug 165952 comment 20)Alvin Penner2012-08-191-2/+2
* Bitmap. Fix for Bug #165952 (png resolution not imported) by Daniel Wagenaar.Nicolas Dufour2012-07-231-4/+29
* Warning cleanupJon A. Cruz2012-04-181-3/+3
* Import. Bitmap import improvements (see Bugs #171842 and #847374).Nicolas Dufour2012-03-181-15/+31
* Header cleaningAlex Valavanis2012-02-121-0/+2
* Minor UI fixKris De Gussem2011-07-201-2/+2
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-6/+6
|\
| * New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...Abhishek Sharma Public2010-07-021-3/+3
| * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-1/+1
| * This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public2010-06-291-1/+1
* | Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
* | i18n. Fix for bug #601522 (embedding prompt dialog's caption is not translated).Nicolas Dufour2010-07-131-3/+5
|/
* Changed the embed/link dialog to use radio buttons instead of a checkbox to m...Jon A. Cruz2010-03-181-4/+7
* make label more informativebuliabyak2010-03-171-1/+1
* Always embed bitmap copies created with Alt+B.Krzysztof Kosi??ski2010-03-051-21/+2
* Improve behavior when pasting, DnDing and importing bitmap imagesKrzysztof Kosi??ski2010-03-041-35/+78
* Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert2009-08-061-2/+2
* SPDocument->Documentjohnce2009-08-051-1/+1
* SPDocument->Documentjohnce2009-08-051-2/+2
* BUG 218090 opening of bitmap fails, now error messagetheAdib2009-05-101-1/+2
* using uri syntax while importing files using xlink:hrefAdib Taraben2009-05-051-1/+8
* extension/internal/gdkpixbuf-input.cpp: Don't bother creating a sodipodi:absr...Peter Moulder2009-04-071-2/+8
* Move Inkscape::IO::fixupHrefs to Inkscape::XML::rebase_hrefs in new file xml/...Peter Moulder2009-04-071-1/+1
* From trunkTed Gould2008-10-271-1/+0
* r19076@shi: ted | 2008-04-21 15:42:45 -0700Ted Gould2008-04-211-1/+1
* improved fix crash bug #197664Johan B. C. Engelen2008-03-021-5/+5
* fix crash bug #197664Johan B. C. Engelen2008-03-021-2/+3
* Warning cleanupJon A. Cruz2007-11-251-3/+3
* remove obsolete import-as-pattern optionbulia byak2007-09-261-33/+8
* don't try to relativate hrefs here - it never works anyway, because we don't ...bulia byak2007-03-111-6/+4
* continue switching sp_repr_new* over to XML::Document::create*Aaron Spike2007-01-221-4/+5
* gboolean -> bool conversion commit 1. Modifies code to do with getting the u...Michael G. Sloan2006-08-261-2/+3