summaryrefslogtreecommitdiffstats
path: root/src/sp-image.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use GStatBuf where appropriate to ensure usage of the correct typeEduard Braun2017-01-121-1/+1
| | | | | (fixes compilation with i686-w64-mingw32) (bzr r15414)
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-3/+0
| | | (bzr r15034)
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+3
| | | (bzr r15027)
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-3/+0
| | | (bzr r15025)
* Backout last commit as it introduced subtle errors.Tavmjong Bah2016-04-291-2/+0
| | | (bzr r14864)
* SVG 2 allows 'href' without 'xlink:'. For now just read plain 'href'.Tavmjong Bah2016-04-291-0/+2
| | | (bzr r14863)
* create SPObject factoryLiam P. White2015-02-251-9/+0
| | | (bzr r13939.1.1)
* Fix build (not pretty).Liam P. White2014-08-181-0/+1
| | | (bzr r13341.1.146)
* When an externally linked image is modified, mark it for update insteadKrzysztof Kosi??ski2014-03-051-3/+1
| | | | | | | | | | of directly calling update() with a bogus ctx parameter. Prevents crash and fixes LP Bug #1278571. Fixed bugs: - https://launchpad.net/bugs/1278571 (bzr r13117)
* Fix 'preserveAspectRatio' attribute of bitmap images in EMF/WMF ↵David Mathog2014-02-221-33/+9
| | | | | | | | import/export (bug #1278645). Fixed bugs: - https://launchpad.net/bugs/1278645 (bzr r13049)
* Added new base class to handle viewBox and preserveAspectRatio.Tavmjong Bah2014-02-061-211/+136
| | | | | | Updated sp-root, sp-symbol, sp-image, sp-pattern, marker to use new class. Fixed some viewport issues when % used. (bzr r13002)
* Revert sp-image until the refactoring takes.Martin Owens2014-01-291-43/+92
| | | (bzr r12984)
* A partial refactor of sp-image.cpp, expect more.Martin Owens2014-01-251-56/+33
| | | (bzr r12978)
* Fix missing embeded image condition, kindly caught by suv in bug #1270334Martin Owens2014-01-181-3/+8
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1270334 (bzr r12954)
* More cleaning of the image tag handler and seperate filename from load.Martin Owens2014-01-171-26/+24
| | | (bzr r12945)
* Clean up sp-image's read_image, remove duplicate codeMartin Owens2014-01-161-43/+14
| | | (bzr r12942)
* "fix" some "unused parameter" warningsKris De Gussem2013-10-271-2/+2
| | | (bzr r12736)
* Added some consts.Markus Engel2013-10-261-4/+4
| | | (bzr r12729)
* if this->pixbuf check must come earlier to prevent crashbuliabyak2013-10-031-65/+67
| | | (bzr r12653)
* fix one code path where fullname wasn't freedbuliabyak2013-09-281-1/+2
| | | (bzr r12614)
* change names for displayName and detailedDescription, improve char code and ↵Martin Owens2013-09-241-1/+1
| | | | | remove const. (bzr r12584)
* Drop unused static function declarationsAlex Valavanis2013-09-211-3/+0
| | | (bzr r12565)
* Refactor status-bar text for multiple items, was very brokenMartin Owens2013-09-201-2/+6
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1199192 (bzr r12550)
* Fix serious potential bug in SPImage::printKrzysztof Kosi??ski2013-09-191-1/+1
| | | (bzr r12543)
* Remove a warning when embedding an image with a mimetype which is notKrzysztof Kosi??ski2013-09-191-5/+1
| | | | | directly handled by Cairo (bzr r12542)
* Merge C++ification of the SP tree by Markus EngelKrzysztof Kosi??ski2013-09-191-252/+215
|\ | | | | (bzr r12532)
| * Merged from trunk (r12517).Markus Engel2013-09-141-473/+137
| |\ | | | | | | (bzr r11608.1.121)
| * \ Merged from trunk (r12488).Markus Engel2013-08-301-0/+1
| |\ \ | | | | | | | | (bzr r11608.1.120)
| * \ \ Merged from trunk (r12419).Markus Engel2013-07-141-2/+6
| |\ \ \ | | | | | | | | | | (bzr r11608.1.107)
| * | | | Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel2013-04-071-2/+0
| | | | | | | | | | | | | | | (bzr r11608.1.86)
| * | | | Merged Item.Markus Engel2013-04-051-9/+7
| | | | | | | | | | | | | | | (bzr r11608.1.81)
| * | | | merged from trunk (r12265)Markus Engel2013-04-051-6/+13
| |\ \ \ \ | | | | | | | | | | | | (bzr r11608.1.80)
| * | | | | Merged FlowX classes.Markus Engel2013-04-051-247/+217
| | | | | | | | | | | | | | | | | | (bzr r11608.1.79)
| * | | | | Registered classes with new factory. Hkern, Vkern and FeFuncX have to be ↵Markus Engel2013-04-021-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rewritten, as they aren't real classes. (bzr r11608.1.69)
| * | | | | Added constructors to SP classes.Markus Engel2013-04-011-3/+11
| | | | | | | | | | | | | | | | | | (bzr r11608.1.67)
| * | | | | Prepared exchange of casting macros.Markus Engel2013-03-311-0/+1
| | | | | | | | | | | | | | | | | | (bzr r11608.1.63)
| * | | | | Renamed virtual function names.Markus Engel2013-03-291-19/+19
| | | | | | | | | | | | | | | | | | (bzr r11608.1.57)
| * | | | | merged from trunkMarkus Engel2013-03-291-182/+22
| |\ \ \ \ \ | | | | | | | | | | | | | | (bzr r11608.1.56)
| * | | | | | Removed function pointers from SPObject and subclasses.Markus Engel2013-03-291-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added some missing virtual pads for classes that were hidden by preprocessor macros. (bzr r11608.1.55)
| * | | | | | Various changes.Markus Engel2013-03-141-1/+1
| | | | | | | | | | | | | | | | | | | | | (bzr r11608.1.48)
| * | | | | | Added virtual pad to SPFlowtext; removed old calls to virtual SPItem methods.Markus Engel2012-10-061-6/+6
| | | | | | | | | | | | | | | | | | | | | (bzr r11608.1.46)
| * | | | | | Added "virtual pad" to SPImage.Markus Engel2012-08-191-39/+117
| | | | | | | | | | | | | | | | | | | | | (bzr r11608.1.25)
* | | | | | | Encapsulate the shared memory hack for Cairo and GdkPixbuf in a classKrzysztof Kosi??ski2013-09-191-285/+58
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | called Inkscape::Pixbuf. Replace usage in the code as appropriate. (bzr r12531)
* | | | | | fix windows buildJohan B. C. Engelen2013-09-141-2/+4
| | | | | | | | | | | | | | | | | | (bzr r12517)
* | | | | | Do not recompress images when embedding and generating PDFs.Krzysztof Kosi??ski2013-09-141-448/+118
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes blocker bug #871563. Fixed bugs: - https://launchpad.net/bugs/871563 (bzr r12516)
* | | | | | Improve the functions which create GdkPixbuf from Cairo surfaceKrzysztof Kosi??ski2013-09-131-27/+20
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and vice versa. Simplifies some code. Also introduce proper refcounting into svg_preview_cache.cpp and fix its users. (bzr r12512)
* | | | | better memory leak fix (fixes bug 986271: memory leaks associated with images)Kris De Gussem2013-08-211-0/+1
| |_|_|/ |/| | | | | | | | | | | | | | | Patch by David Mathog, including revert of former fix in rev 11268 (bzr r12482)
* | | | Fix for 871563 : JPG images are recompressed with lower quality when embeddedJohn Smith2013-05-111-2/+6
| |_|/ |/| | | | | (bzr r12325)
* | | Checking file presence before calling lstat (should fix Bug #785701 Inkscape ↵Kris De Gussem2013-04-031-6/+13
| |/ |/| | | | | | | freezes at opening) (bzr r12263)
* | Clean up more GObject type definitionsAlex Valavanis2013-01-231-43/+15
| | | | | | (bzr r12055)