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
2013-09-19
Fix serious potential bug in SPImage::print
Krzysztof Kosi??ski
1
-1
/
+1
2013-09-19
Remove a warning when embedding an image with a mimetype which is not
Krzysztof Kosi??ski
1
-5
/
+1
2013-09-19
Encapsulate the shared memory hack for Cairo and GdkPixbuf in a class
Krzysztof Kosi??ski
1
-285
/
+58
2013-09-14
fix windows build
Johan B. C. Engelen
1
-2
/
+4
2013-09-14
Do not recompress images when embedding and generating PDFs.
Krzysztof Kosi??ski
1
-448
/
+118
2013-09-13
Improve the functions which create GdkPixbuf from Cairo surface
Krzysztof Kosi??ski
1
-27
/
+20
2013-08-21
better memory leak fix (fixes bug 986271: memory leaks associated with images)
Kris De Gussem
1
-0
/
+1
2013-06-19
changes_2013_05_22a.patch:
David Mathog
1
-0
/
+1
2013-05-11
Fix for 871563 : JPG images are recompressed with lower quality when embedded
John Smith
1
-2
/
+6
2013-04-07
Merge Object and subclasses. Merging of SP- and C-classes complete.
Markus Engel
1
-2
/
+0
2013-04-05
Merged Item.
Markus Engel
1
-9
/
+7
2013-04-05
Merged FlowX classes.
Markus Engel
1
-247
/
+217
2013-04-03
Checking file presence before calling lstat (should fix Bug #785701 Inkscape ...
Kris De Gussem
1
-6
/
+13
2013-04-02
Registered classes with new factory. Hkern, Vkern and FeFuncX have to be rewr...
Markus Engel
1
-0
/
+11
2013-04-01
Added constructors to SP classes.
Markus Engel
1
-3
/
+11
2013-03-31
Prepared exchange of casting macros.
Markus Engel
1
-0
/
+1
2013-03-29
Renamed virtual function names.
Markus Engel
1
-19
/
+19
2013-03-29
Removed function pointers from SPObject and subclasses.
Markus Engel
1
-5
/
+5
2013-03-14
Various changes.
Markus Engel
1
-1
/
+1
2013-01-23
Clean up more GObject type definitions
Alex Valavanis
1
-43
/
+15
2013-01-11
Warning and dead code cleanup.
Jon A. Cruz
1
-12
/
+0
2012-11-20
Fix for Bug #768149 (Incorrect Image URL can cause Loop) by Kris.
Nicolas Dufour
1
-36
/
+8
2012-10-06
Added virtual pad to SPFlowtext; removed old calls to virtual SPItem methods.
Markus Engel
1
-6
/
+6
2012-10-04
code cleanup: add own includes to cpp files or make the functions static if t...
Campbell Barton
1
-4
/
+4
2012-09-25
revert changes not strictly required for EMF support
su_v
1
-1
/
+0
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
[next]