summaryrefslogtreecommitdiffstats
path: root/src/sp-image.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2012-04-02Fix for 367607 : Remove deprecated GTK+ symbols - Deprecated *_unref symbols ...John Smith1-3/+3
2012-02-13Enable LCMS2 for other than OSX, where it still has some issues. Fixes bug #8...Jon A. Cruz1-15/+21
2012-01-08Warning and uninitialized variable cleanup.Jon A. Cruz1-8/+3
2011-10-02Warning cleanup.Jon A. Cruz1-1/+1
2011-08-27Remove NRRect use from the extension systemKrzysztof Kosi??ski1-2/+2
2011-08-27Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski1-15/+8
2011-08-22Refactoring of the snapping preferences; mainly about storing all toggles in ...Diederik van Lierop1-12/+14
2011-08-07Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski1-3/+3
2011-08-06Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski1-14/+15
2011-07-17- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...Johan B. C. Engelen1-1/+1
2011-07-16Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz1-3/+2
2011-07-10Refactored to abstract lcms usage more. Added CMSSystem class.Jon A. Cruz1-5/+5
2011-07-09Next step in refactoring color management. More to come.Jon A. Cruz1-0/+1
2011-06-23Remove more of libnrKrzysztof Kosi??ski1-1/+2
2011-05-06Adding initial cut of resource manager.Jon A. Cruz1-45/+26
2011-02-21Conditional code to handle data change in libpng > 1.5. Fixes bug #721029.Jon A. Cruz1-2/+6
2011-02-21Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.Jon A. Cruz1-9/+9
2011-02-02update to latest 2geom !Johan B. C. Engelen1-8/+8
2010-08-09Fix performance regression when displaying large imagesKrzysztof Kosi??ski1-6/+12
2010-08-04Wholesale cruft removal part 2Krzysztof Kosi??ski1-14/+5
2010-08-03Handle preserveAspectRatio for imagesKrzysztof Kosi??ski1-117/+72
2010-07-12SPObject c++ification finalized along with the beginning of XML Privatisation...Abhishek Sharma Public1-7/+7
2010-07-06C++ification of SPObject continued along with the onset of XML Privatisation....Abhishek Sharma Public1-3/+9
2010-07-01C++fied SPDocument addedAbhishek Sharma Public1-2/+2
2010-06-29Fix iconsKrzysztof Kosi??ski1-10/+6
2010-06-29Bitmap image renderingKrzysztof Kosi??ski1-5/+10
2010-06-29This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public1-3/+3
2010-04-22Fix snapping regression introduced by rev. #9118Diederik van Lierop1-1/+1
2010-03-17Fix loading of non-PNG images.Jon A. Cruz1-6/+3
2010-03-17Follow-on cleanup for bug #271401. Isolates setjmp(), removes early return, a...Jon A. Cruz1-184/+176
2010-03-05Always embed bitmap copies created with Alt+B.Krzysztof Kosi??ski1-0/+34
2010-01-31Fix crash when trying to import a corrupted PNG file.Krzysztof Kosi??ski1-0/+10
2010-01-09Refactoring the snapping API (making it easier to maintain and understand for...Diederik van Lierop1-9/+7
2009-12-16disable debug messagesbuliabyak1-1/+1
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-3/+3
2009-08-05SPDocument->Documentjohnce1-3/+3
2009-08-01enabling all icc-color related debug messagesFelipe Corr??a da Silva Sanches1-2/+9
2009-05-17Bitmap images with filters are now updated as the filter is modifiedNiko Kiirala1-0/+18
2009-02-27More accurate wording in snap tooltipsDiederik van Lierop1-1/+1
2009-02-26Patch from Lubomir Rintel: fixes for GCC 4.4Krzysztof Kosi??ski1-1/+3
2009-02-20The snap indicator's tooltip now displays "A to B", whereas before it only di...Diederik van Lierop1-6/+8
2008-12-28More NR ==> Geom changesJoshua L. Blocher1-8/+8
2008-12-11bug #166885 (preserveAspectRatio="none" misinterpreted)Thomas Holder1-1/+1
2008-12-05Misc. cleanupJon A. Cruz1-671/+676
2008-10-27From trunkTed Gould1-7/+8
2008-10-11Merging from trunkTed Gould1-14/+14
2008-09-18Next roud of NR ==> Geom conversionMaximilian Albert1-6/+6
2008-08-12NR:: to Geom:: for most of src/extension/Johan B. C. Engelen1-7/+7
2008-08-08remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen1-1/+1
2008-07-21Implement snapping of clipping paths and masksDiederik van Lierop1-0/+1