summaryrefslogtreecommitdiffstats
path: root/src/sp-image.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Warning cleanup.Jon A. Cruz2011-10-021-1/+1
* Remove NRRect use from the extension systemKrzysztof Kosi??ski2011-08-271-2/+2
* Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-271-15/+8
* Merge rendering cache branch (GSoC 2011)Krzysztof Kosi??ski2011-08-251-14/+15
|\
| * Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski2011-08-071-3/+3
| * Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski2011-08-061-14/+15
* | Refactoring of the snapping preferences; mainly about storing all toggles in ...Diederik van Lierop2011-08-221-12/+14
|/
* - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...Johan B. C. Engelen2011-07-171-1/+1
* Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz2011-07-161-3/+2
* Merge from trunk to pull in fix for LP #806105Krzysztof Kosi??ski2011-07-131-4/+5
|\
| * Refactored to abstract lcms usage more. Added CMSSystem class.Jon A. Cruz2011-07-101-5/+5
| * Next step in refactoring color management. More to come.Jon A. Cruz2011-07-091-0/+1
* | Remove more of libnrKrzysztof Kosi??ski2011-06-231-1/+2
|/
* Merge from trunkKrzysztof Kosi??ski2011-06-191-45/+26
|\
| * Merge gtk header cleanup by Alex Valavanis. Fixes bug #709847, bug #747512, b...Jon A. Cruz2011-06-041-1/+1
| * Adding initial cut of resource manager.Jon A. Cruz2011-05-061-45/+26
* | Merge from trunkKrzysztof Kosi??ski2011-04-071-19/+23
|\|