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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix serious potential bug in SPImage::print
Krzysztof Kosi??ski
2013-09-19
1
-1
/
+1
*
Remove a warning when embedding an image with a mimetype which is not
Krzysztof Kosi??ski
2013-09-19
1
-5
/
+1
*
Merge C++ification of the SP tree by Markus Engel
Krzysztof Kosi??ski
2013-09-19
1
-252
/
+215
|
\
|
*
Merged from trunk (r12517).
Markus Engel
2013-09-14
1
-473
/
+137
|
|
\
|
*
\
Merged from trunk (r12488).
Markus Engel
2013-08-30
1
-0
/
+1
|
|
\
\
|
*
\
\
Merged from trunk (r12419).
Markus Engel
2013-07-14
1
-2
/
+6
|
|
\
\
\
|
*
|
|
|
Merge Object and subclasses. Merging of SP- and C-classes complete.
Markus Engel
2013-04-07
1
-2
/
+0
|
*
|
|
|
Merged Item.
Markus Engel
2013-04-05
1
-9
/
+7
|
*
|
|
|
merged from trunk (r12265)
Markus Engel
2013-04-05
1
-6
/
+13
|
|
\
\
\
\
|
*
|
|
|
|
Merged FlowX classes.
Markus Engel
2013-04-05
1
-247
/
+217
|
*
|
|
|
|
Registered classes with new factory. Hkern, Vkern and FeFuncX have to be rewr...
Markus Engel
2013-04-02
1
-0
/
+11
|
*
|
|
|
|
Added constructors to SP classes.
Markus Engel
2013-04-01
1
-3
/
+11
|
*
|
|
|
|
Prepared exchange of casting macros.
Markus Engel
2013-03-31
1
-0
/
+1
|
*
|
|
|
|
Renamed virtual function names.
Markus Engel
2013-03-29
1
-19
/
+19
|
*
|
|
|
|
merged from trunk
Markus Engel
2013-03-29
1
-182
/
+22
|
|
\
\
\
\
\
|
*
|
|
|
|
|
Removed function pointers from SPObject and subclasses.
Markus Engel
2013-03-29
1
-5
/
+5
|
*
|
|
|
|
|
Various changes.
Markus Engel
2013-03-14
1
-1
/
+1
|
*
|
|
|
|
|
Added virtual pad to SPFlowtext; removed old calls to virtual SPItem methods.
Markus Engel
2012-10-06
1
-6
/
+6
|
*
|
|
|
|
|
Added "virtual pad" to SPImage.
Markus Engel
2012-08-19
1
-39
/
+117
*
|
|
|
|
|
|
Encapsulate the shared memory hack for Cairo and GdkPixbuf in a class
Krzysztof Kosi??ski
2013-09-19
1
-285
/
+58
|
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
|
|
fix windows build
Johan B. C. Engelen
2013-09-14
1
-2
/
+4
*
|
|
|
|
|
Do not recompress images when embedding and generating PDFs.
Krzysztof Kosi??ski
2013-09-14
1
-448
/
+118
*
|
|
|
|
|
Improve the functions which create GdkPixbuf from Cairo surface
Krzysztof Kosi??ski
2013-09-13
1
-27
/
+20
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
|
|
better memory leak fix (fixes bug 986271: memory leaks associated with images)
Kris De Gussem
2013-08-21
1
-0
/
+1
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Fix for 871563 : JPG images are recompressed with lower quality when embedded
John Smith
2013-05-11
1
-2
/
+6
|
|
_
|
/
|
/
|
|
*
|
|
Checking file presence before calling lstat (should fix Bug #785701 Inkscape ...
Kris De Gussem
2013-04-03
1
-6
/
+13
|
|
/
|
/
|
*
|
Clean up more GObject type definitions
Alex Valavanis
2013-01-23
1
-43
/
+15
*
|
Warning and dead code cleanup.
Jon A. Cruz
2013-01-11
1
-12
/
+0
*
|
Fix for Bug #768149 (Incorrect Image URL can cause Loop) by Kris.
Nicolas Dufour
2012-11-20
1
-36
/
+8
*
|
code cleanup: add own includes to cpp files or make the functions static if t...
Campbell Barton
2012-10-04
1
-4
/
+4
|
/
*
Fix for 367607 : Remove deprecated GTK+ symbols - Deprecated *_unref symbols ...
John Smith
2012-04-02
1
-3
/
+3
*
Enable LCMS2 for other than OSX, where it still has some issues. Fixes bug #8...
Jon A. Cruz
2012-02-13
1
-15
/
+21
*
Warning and uninitialized variable cleanup.
Jon A. Cruz
2012-01-08
1
-8
/
+3
*
Warning cleanup.
Jon A. Cruz
2011-10-02
1
-1
/
+1
*
Remove NRRect use from the extension system
Krzysztof Kosi??ski
2011-08-27
1
-2
/
+2
*
Refactor SPItem bounding box methods: remove NRRect usage and make code
Krzysztof Kosi??ski
2011-08-27
1
-15
/
+8
*
Merge rendering cache branch (GSoC 2011)
Krzysztof Kosi??ski
2011-08-25
1
-14
/
+15
|
\
|
*
Rewrite NRArena -> Inkscape::Drawing. Call render and update
Krzysztof Kosi??ski
2011-08-07
1
-3
/
+3
|
*
Rewrite NRArenaItem hierarchy into C++
Krzysztof Kosi??ski
2011-08-06
1
-14
/
+15
*
|
Refactoring of the snapping preferences; mainly about storing all toggles in ...
Diederik van Lierop
2011-08-22
1
-12
/
+14
|
/
*
- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...
Johan B. C. Engelen
2011-07-17
1
-1
/
+1
*
Cleanup of oudated/redundant SP_ITEM() macro use.
Jon A. Cruz
2011-07-16
1
-3
/
+2
*
Merge from trunk to pull in fix for LP #806105
Krzysztof Kosi??ski
2011-07-13
1
-4
/
+5
|
\
|
*
Refactored to abstract lcms usage more. Added CMSSystem class.
Jon A. Cruz
2011-07-10
1
-5
/
+5
|
*
Next step in refactoring color management. More to come.
Jon A. Cruz
2011-07-09
1
-0
/
+1
*
|
Remove more of libnr
Krzysztof Kosi??ski
2011-06-23
1
-1
/
+2
|
/
*
Merge from trunk
Krzysztof Kosi??ski
2011-06-19
1
-45
/
+26
|
\
|
*
Merge gtk header cleanup by Alex Valavanis. Fixes bug #709847, bug #747512, b...
Jon A. Cruz
2011-06-04
1
-1
/
+1
|
*
Adding initial cut of resource manager.
Jon A. Cruz
2011-05-06
1
-45
/
+26
*
|
Merge from trunk
Krzysztof Kosi??ski
2011-04-07
1
-19
/
+23
|
\
|
[next]