summaryrefslogtreecommitdiffstats
path: root/src/object/sp-image.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-11-04Image HTTP supportThomas Holder1-0/+8
2018-11-03Inkscape::URI API enhancementsThomas Holder1-39/+8
2018-10-07Fix for e9de1bbc (Thanks @spelo3)Marc Jeanmougin1-1/+1
2018-10-07Fix crash when viewing an image with invalid coords (NaN or inf)Marc Jeanmougin1-1/+5
2018-10-06SPAttributeEnum typed function argumentsThomas Holder1-1/+1
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-1/+1
2018-09-13Fix DPI wrong code pointed by McJabiertxof1-9/+9
2018-09-13Add per embed/linked SVG a DPI valueJabiertxof1-20/+55
2018-06-21Move global functions into SPImage methods.Emmanuel Gil Peyrot1-9/+9
2018-06-21Move global functions into SPPrintContext methods.Emmanuel Gil Peyrot1-1/+1
2018-06-18Run clang-tidy’s modernize-use-emplace pass.Emmanuel Gil Peyrot1-4/+4
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-2/+1
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-34/+34
2018-05-13Fix bug embeding SVG as PNGJabier Arraiza1-23/+72
2018-05-12Allow embed on SVG importsJabier Arraiza1-19/+21
2018-05-12Fixes bugs: #1770760, #1770761, #1770763, #1770769 related to linked SVGJabier Arraiza1-0/+20
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-10/+10
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-10/+10
2018-04-23Remove some documents updatesJabier Arraiza1-2/+0
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-0/+0
2017-10-05Extract a base class, SPDimensions.Shlomi Fish1-16/+1
2017-01-12Use GStatBuf where appropriate to ensure usage of the correct typeEduard Braun1-1/+1
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-3/+0
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+3
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-3/+0
2016-04-29Backout last commit as it introduced subtle errors.Tavmjong Bah1-2/+0
2016-04-29SVG 2 allows 'href' without 'xlink:'. For now just read plain 'href'.Tavmjong Bah1-0/+2
2015-02-25create SPObject factoryLiam P. White1-9/+0
2014-08-18Fix build (not pretty).Liam P. White1-0/+1
2014-03-05When an externally linked image is modified, mark it for update insteadKrzysztof Kosi??ski1-3/+1
2014-02-22Fix 'preserveAspectRatio' attribute of bitmap images in EMF/WMF import/export...David Mathog1-33/+9
2014-02-06Added new base class to handle viewBox and preserveAspectRatio.Tavmjong Bah1-211/+136
2014-01-29Revert sp-image until the refactoring takes.Martin Owens1-43/+92
2014-01-25A partial refactor of sp-image.cpp, expect more.Martin Owens1-56/+33
2014-01-18Fix missing embeded image condition, kindly caught by suv in bug #1270334Martin Owens1-3/+8
2014-01-17More cleaning of the image tag handler and seperate filename from load.Martin Owens1-26/+24
2014-01-16Clean up sp-image's read_image, remove duplicate codeMartin Owens1-43/+14
2013-10-27"fix" some "unused parameter" warningsKris De Gussem1-2/+2
2013-10-26Added some consts.Markus Engel1-4/+4
2013-10-03if this->pixbuf check must come earlier to prevent crashbuliabyak1-65/+67
2013-09-28fix one code path where fullname wasn't freedbuliabyak1-1/+2
2013-09-24change names for displayName and detailedDescription, improve char code and r...Martin Owens1-1/+1
2013-09-21Drop unused static function declarationsAlex Valavanis1-3/+0
2013-09-20Refactor status-bar text for multiple items, was very brokenMartin Owens1-2/+6
2013-09-19Fix serious potential bug in SPImage::printKrzysztof Kosi??ski1-1/+1
2013-09-19Remove a warning when embedding an image with a mimetype which is notKrzysztof Kosi??ski1-5/+1
2013-09-19Encapsulate the shared memory hack for Cairo and GdkPixbuf in a classKrzysztof Kosi??ski1-285/+58
2013-09-14fix windows buildJohan B. C. Engelen1-2/+4
2013-09-14Do not recompress images when embedding and generating PDFs.Krzysztof Kosi??ski1-448/+118
2013-09-13Improve the functions which create GdkPixbuf from Cairo surfaceKrzysztof Kosi??ski1-27/+20