summaryrefslogtreecommitdiffstats
path: root/src/sp-image.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* | Warning and dead code cleanup.Jon A. Cruz2013-01-111-12/+0
| | | | | | (bzr r12014)
* | Fix for Bug #768149 (Incorrect Image URL can cause Loop) by Kris.Nicolas Dufour2012-11-201-36/+8
| | | | | | (bzr r11885)
* | code cleanup: add own includes to cpp files or make the functions static if ↵Campbell Barton2012-10-041-4/+4
|/ | | | | they are not used elsewhere. (bzr r11735)
* Fix for 367607 : Remove deprecated GTK+ symbols - Deprecated *_unref symbols ↵John Smith2012-04-021-3/+3
| | | | | replaced with g_object_unref (bzr r11139)
* Enable LCMS2 for other than OSX, where it still has some issues. Fixes bug ↵Jon A. Cruz2012-02-131-15/+21
| | | | | | | | #885324. Fixed bugs: - https://launchpad.net/bugs/885324 (bzr r10969)
* Warning and uninitialized variable cleanup.Jon A. Cruz2012-01-081-8/+3
| | | (bzr r10860)
* Warning cleanup.Jon A. Cruz2011-10-021-1/+1
| | | (bzr r10655)
* Remove NRRect use from the extension systemKrzysztof Kosi??ski2011-08-271-2/+2
| | | (bzr r10582.1.2)
* Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-271-15/+8
| | | | | using them more obvious. Fix filter region computation. (bzr r10582.1.1)
* Merge rendering cache branch (GSoC 2011)Krzysztof Kosi??ski2011-08-251-14/+15
|\ | | | | (bzr r10579)
| * Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski2011-08-071-3/+3
| | | | | | | | | | methods on the Drawing rather than on the root DrawingItem. (bzr r10347.1.25)
| * Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski2011-08-061-14/+15
| | | | | | (bzr r10347.1.21)
* | Refactoring of the snapping preferences; mainly about storing all toggles in ↵Diederik van Lierop2011-08-221-12/+14
|/ | | | | a single array, instead of each having its own member variable (bzr r10569)
* - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is ↵Johan B. C. Engelen2011-07-171-1/+1
| | | | | | | item-to-desktop, not item-to-document. This should make it easier to spot bugs. - tag some instances where the document-to-desktop transform has been hardcoded (bzr r10466)
* Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz2011-07-161-3/+2
| | | (bzr r10461)
* Merge from trunk to pull in fix for LP #806105Krzysztof Kosi??ski2011-07-131-4/+5
|\ | | | | (bzr r10347.1.13)
| * Refactored to abstract lcms usage more. Added CMSSystem class.Jon A. Cruz2011-07-101-5/+5
| | | | | | (bzr r10437)
| * Next step in refactoring color management. More to come.Jon A. Cruz2011-07-091-0/+1
| | | | | | (bzr r10429)
* | Remove more of libnrKrzysztof Kosi??ski2011-06-231-1/+2
|/ | | (bzr r10347.1.2)
* Merge from trunkKrzysztof Kosi??ski2011-06-191-45/+26
|\ | | | | (bzr r9508.1.89)
| * Merge gtk header cleanup by Alex Valavanis. Fixes bug #709847, bug #747512, ↵Jon A. Cruz2011-06-041-1/+1
| | | | | | | | | | | | | | | | | | | | bug #792263. Fixed bugs: - https://launchpad.net/bugs/709847 - https://launchpad.net/bugs/747512 - https://launchpad.net/bugs/792263 (bzr r10255)
| * Adding initial cut of resource manager.Jon A. Cruz2011-05-061-45/+26
| | | | | | (bzr r10198)
* | Merge from trunkKrzysztof Kosi??ski2011-04-071-19/+23
|\| | | | | (bzr r9508.1.73)