summaryrefslogtreecommitdiffstats
path: root/src/sp-image.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
|\|
| * Conditional code to handle data change in libpng > 1.5. Fixes bug #721029.Jon A. Cruz2011-02-211-2/+6
| * Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.Jon A. Cruz2011-02-211-9/+9
| * update to latest 2geom !Johan B. C. Engelen2011-02-021-8/+8
* | Merge from trunk (again)Krzysztof Kosi??ski2010-12-151-16/+23
|\|
| * Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-16/+23
| |\
| | * SPObject c++ification finalized along with the beginning of XML Privatisation...Abhishek Sharma Public2010-07-121-7/+7
| | * C++ification of SPObject continued along with the onset of XML Privatisation....Abhishek Sharma Public2010-07-061-3/+9
| | * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-2/+2
| | * This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public2010-06-291-3/+3
| |/
* | Fix performance regression when displaying large imagesKrzysztof Kosi??ski2010-08-091-6/+12
* | Wholesale cruft removal part 2Krzysztof Kosi??ski2010-08-041-14/+5
* | Handle preserveAspectRatio for imagesKrzysztof Kosi??ski2010-08-031-117/+72
* | Fix iconsKrzysztof Kosi??ski2010-06-291-10/+6
* | Bitmap image renderingKrzysztof Kosi??ski2010-06-291-5/+10
|/
* Fix snapping regression introduced by rev. #9118Diederik van Lierop2010-04-221-1/+1
* Fix loading of non-PNG images.Jon A. Cruz2010-03-171-6/+3
* Follow-on cleanup for bug #271401. Isolates setjmp(), removes early return, a...Jon A. Cruz2010-03-171-184/+176
* Always embed bitmap copies created with Alt+B.Krzysztof Kosi??ski2010-03-051-0/+34
* Fix crash when trying to import a corrupted PNG file.Krzysztof Kosi??ski2010-01-311-0/+10
* Refactoring the snapping API (making it easier to maintain and understand for...Diederik van Lierop2010-01-091-9/+7
* disable debug messagesbuliabyak2009-12-161-1/+1
* enabling all icc-color related debug messagesFelipe Corr??a da Silva Sanches2009-08-011-2/+9
* Bitmap images with filters are now updated as the filter is modifiedNiko Kiirala2009-05-171-0/+18
* More accurate wording in snap tooltipsDiederik van Lierop2009-02-271-1/+1
* Patch from Lubomir Rintel: fixes for GCC 4.4Krzysztof Kosi??ski2009-02-261-1/+3
* The snap indicator's tooltip now displays "A to B", whereas before it only di...Diederik van Lierop2009-02-201-6/+8
* More NR ==> Geom changesJoshua L. Blocher2008-12-281-8/+8