summaryrefslogtreecommitdiffstats
path: root/src/sp-image.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* create SPObject factoryLiam P. White2015-02-251-9/+0
* Fix build (not pretty).Liam P. White2014-08-181-0/+1
* When an externally linked image is modified, mark it for update insteadKrzysztof Kosi??ski2014-03-051-3/+1
* Fix 'preserveAspectRatio' attribute of bitmap images in EMF/WMF import/export...David Mathog2014-02-221-33/+9
* Added new base class to handle viewBox and preserveAspectRatio.Tavmjong Bah2014-02-061-211/+136
* Revert sp-image until the refactoring takes.Martin Owens2014-01-291-43/+92
* A partial refactor of sp-image.cpp, expect more.Martin Owens2014-01-251-56/+33
* Fix missing embeded image condition, kindly caught by suv in bug #1270334Martin Owens2014-01-181-3/+8
* More cleaning of the image tag handler and seperate filename from load.Martin Owens2014-01-171-26/+24
* Clean up sp-image's read_image, remove duplicate codeMartin Owens2014-01-161-43/+14
* "fix" some "unused parameter" warningsKris De Gussem2013-10-271-2/+2
* Added some consts.Markus Engel2013-10-261-4/+4
* if this->pixbuf check must come earlier to prevent crashbuliabyak2013-10-031-65/+67
* fix one code path where fullname wasn't freedbuliabyak2013-09-281-1/+2
* change names for displayName and detailedDescription, improve char code and r...Martin Owens2013-09-241-1/+1
* Drop unused static function declarationsAlex Valavanis2013-09-211-3/+0
* Refactor status-bar text for multiple items, was very brokenMartin Owens2013-09-201-2/+6
* Fix serious potential bug in SPImage::printKrzysztof Kosi??ski2013-09-191-1/+1
* Remove a warning when embedding an image with a mimetype which is notKrzysztof Kosi??ski2013-09-191-5/+1
* Merge C++ification of the SP tree by Markus EngelKrzysztof Kosi??ski2013-09-191-252/+215
|\
| * Merged from trunk (r12517).Markus Engel2013-09-141-473/+137
| |\
| * \ Merged from trunk (r12488).Markus Engel2013-08-301-0/+1
| |\ \
| * \ \ Merged from trunk (r12419).Markus Engel2013-07-141-2/+6
| |\ \ \
| * | | | Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel2013-04-071-2/+0
| * | | | Merged Item.Markus Engel2013-04-051-9/+7
| * | | | merged from trunk (r12265)Markus Engel2013-04-051-6/+13
| |\ \ \ \
| * | | | | Merged FlowX classes.Markus Engel2013-04-051-247/+217
| * | | | | Registered classes with new factory. Hkern, Vkern and FeFuncX have to be rewr...Markus Engel2013-04-021-0/+11
| * | | | | Added constructors to SP classes.Markus Engel2013-04-011-3/+11
| * | | | | Prepared exchange of casting macros.Markus Engel2013-03-311-0/+1
| * | | | | Renamed virtual function names.Markus Engel2013-03-291-19/+19
| * | | | | merged from trunkMarkus Engel2013-03-291-182/+22
| |\ \ \ \ \
| * | | | | | Removed function pointers from SPObject and subclasses.Markus Engel2013-03-291-5/+5
| * | | | | | Various changes.Markus Engel2013-03-141-1/+1
| * | | | | | Added virtual pad to SPFlowtext; removed old calls to virtual SPItem methods.Markus Engel2012-10-061-6/+6
| * | | | | | Added "virtual pad" to SPImage.Markus Engel2012-08-191-39/+117
* | | | | | | Encapsulate the shared memory hack for Cairo and GdkPixbuf in a classKrzysztof Kosi??ski2013-09-191-285/+58
| |_|_|_|_|/ |/| | | | |
* | | | | | fix windows buildJohan B. C. Engelen2013-09-141-2/+4
* | | | | | Do not recompress images when embedding and generating PDFs.Krzysztof Kosi??ski2013-09-141-448/+118
* | | | | | Improve the functions which create GdkPixbuf from Cairo surfaceKrzysztof Kosi??ski2013-09-131-27/+20
| |_|_|_|/ |/| | | |
* | | | | better memory leak fix (fixes bug 986271: memory leaks associated with images)Kris De Gussem2013-08-211-0/+1
| |_|_|/ |/| | |
* | | | Fix for 871563 : JPG images are recompressed with lower quality when embeddedJohn Smith2013-05-111-2/+6
| |_|/ |/| |
* | | Checking file presence before calling lstat (should fix Bug #785701 Inkscape ...Kris De Gussem2013-04-031-6/+13
| |/ |/|
* | Clean up more GObject type definitionsAlex Valavanis2013-01-231-43/+15
* | Warning and dead code cleanup.Jon A. Cruz2013-01-111-12/+0
* | Fix for Bug #768149 (Incorrect Image URL can cause Loop) by Kris.Nicolas Dufour2012-11-201-36/+8
* | code cleanup: add own includes to cpp files or make the functions static if t...Campbell Barton2012-10-041-4/+4
|/
* Fix for 367607 : Remove deprecated GTK+ symbols - Deprecated *_unref symbols ...John Smith2012-04-021-3/+3
* Enable LCMS2 for other than OSX, where it still has some issues. Fixes bug #8...Jon A. Cruz2012-02-131-15/+21
* Warning and uninitialized variable cleanup.Jon A. Cruz2012-01-081-8/+3