index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
sp-image.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-09-23
Fixes bug #986271: memory leak with bitmap images
su_v
1
-0
/
+1
2012-08-19
Added "virtual pad" to SPImage.
Markus Engel
1
-39
/
+117
2012-04-02
Fix for 367607 : Remove deprecated GTK+ symbols - Deprecated *_unref symbols ...
John Smith
1
-3
/
+3
2012-02-13
Enable LCMS2 for other than OSX, where it still has some issues. Fixes bug #8...
Jon A. Cruz
1
-15
/
+21
2012-01-08
Warning and uninitialized variable cleanup.
Jon A. Cruz
1
-8
/
+3
2011-10-02
Warning cleanup.
Jon A. Cruz
1
-1
/
+1
2011-08-27
Remove NRRect use from the extension system
Krzysztof Kosi??ski
1
-2
/
+2
2011-08-27
Refactor SPItem bounding box methods: remove NRRect usage and make code
Krzysztof Kosi??ski
1
-15
/
+8
2011-08-22
Refactoring of the snapping preferences; mainly about storing all toggles in ...
Diederik van Lierop
1
-12
/
+14
2011-08-07
Rewrite NRArena -> Inkscape::Drawing. Call render and update
Krzysztof Kosi??ski
1
-3
/
+3
2011-08-06
Rewrite NRArenaItem hierarchy into C++
Krzysztof Kosi??ski
1
-14
/
+15
2011-07-17
- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...
Johan B. C. Engelen
1
-1
/
+1
2011-07-16
Cleanup of oudated/redundant SP_ITEM() macro use.
Jon A. Cruz
1
-3
/
+2
2011-07-10
Refactored to abstract lcms usage more. Added CMSSystem class.
Jon A. Cruz
1
-5
/
+5
2011-07-09
Next step in refactoring color management. More to come.
Jon A. Cruz
1
-0
/
+1
2011-06-23
Remove more of libnr
Krzysztof Kosi??ski
1
-1
/
+2
2011-05-06
Adding initial cut of resource manager.
Jon A. Cruz
1
-45
/
+26
2011-02-21
Conditional code to handle data change in libpng > 1.5. Fixes bug #721029.
Jon A. Cruz
1
-2
/
+6
2011-02-21
Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.
Jon A. Cruz
1
-9
/
+9
2011-02-02
update to latest 2geom !
Johan B. C. Engelen
1
-8
/
+8
2010-08-09
Fix performance regression when displaying large images
Krzysztof Kosi??ski
1
-6
/
+12
2010-08-04
Wholesale cruft removal part 2
Krzysztof Kosi??ski
1
-14
/
+5
2010-08-03
Handle preserveAspectRatio for images
Krzysztof Kosi??ski
1
-117
/
+72
2010-07-12
SPObject c++ification finalized along with the beginning of XML Privatisation...
Abhishek Sharma Public
1
-7
/
+7
2010-07-06
C++ification of SPObject continued along with the onset of XML Privatisation....
Abhishek Sharma Public
1
-3
/
+9
2010-07-01
C++fied SPDocument added
Abhishek Sharma Public
1
-2
/
+2
2010-06-29
Fix icons
Krzysztof Kosi??ski
1
-10
/
+6
2010-06-29
Bitmap image rendering
Krzysztof Kosi??ski
1
-5
/
+10
2010-06-29
This is the first c++ification commit from me. It handles sp-line, sp-polylin...
Abhishek Sharma Public
1
-3
/
+3
2010-04-22
Fix snapping regression introduced by rev. #9118
Diederik van Lierop
1
-1
/
+1
2010-03-17
Fix loading of non-PNG images.
Jon A. Cruz
1
-6
/
+3
2010-03-17
Follow-on cleanup for bug #271401. Isolates setjmp(), removes early return, a...
Jon A. Cruz
1
-184
/
+176
2010-03-05
Always embed bitmap copies created with Alt+B.
Krzysztof Kosi??ski
1
-0
/
+34
2010-01-31
Fix crash when trying to import a corrupted PNG file.
Krzysztof Kosi??ski
1
-0
/
+10
2010-01-09
Refactoring the snapping API (making it easier to maintain and understand for...
Diederik van Lierop
1
-9
/
+7
2009-12-16
disable debug messages
buliabyak
1
-1
/
+1
2009-08-06
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
1
-3
/
+3
2009-08-05
SPDocument->Document
johnce
1
-3
/
+3
2009-08-01
enabling all icc-color related debug messages
Felipe Corr??a da Silva Sanches
1
-2
/
+9
2009-05-17
Bitmap images with filters are now updated as the filter is modified
Niko Kiirala
1
-0
/
+18
2009-02-27
More accurate wording in snap tooltips
Diederik van Lierop
1
-1
/
+1
2009-02-26
Patch from Lubomir Rintel: fixes for GCC 4.4
Krzysztof Kosi??ski
1
-1
/
+3
2009-02-20
The snap indicator's tooltip now displays "A to B", whereas before it only di...
Diederik van Lierop
1
-6
/
+8
2008-12-28
More NR ==> Geom changes
Joshua L. Blocher
1
-8
/
+8
2008-12-11
bug #166885 (preserveAspectRatio="none" misinterpreted)
Thomas Holder
1
-1
/
+1
2008-12-05
Misc. cleanup
Jon A. Cruz
1
-671
/
+676
2008-10-27
From trunk
Ted Gould
1
-7
/
+8
2008-10-11
Merging from trunk
Ted Gould
1
-14
/
+14
2008-09-18
Next roud of NR ==> Geom conversion
Maximilian Albert
1
-6
/
+6
2008-08-12
NR:: to Geom:: for most of src/extension/
Johan B. C. Engelen
1
-7
/
+7
[prev]
[next]