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
*
Use GStatBuf where appropriate to ensure usage of the correct type
Eduard Braun
2017-01-12
1
-1
/
+1
*
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
2016-08-03
1
-3
/
+0
*
Reverted changes to r15024 after many building problems
Adrian Boguszewski
2016-07-28
1
-0
/
+3
*
Removed unused includes, decrease compilation time
Adrian Boguszewski
2016-07-28
1
-3
/
+0
*
Backout last commit as it introduced subtle errors.
Tavmjong Bah
2016-04-29
1
-2
/
+0
*
SVG 2 allows 'href' without 'xlink:'. For now just read plain 'href'.
Tavmjong Bah
2016-04-29
1
-0
/
+2
*
create SPObject factory
Liam P. White
2015-02-25
1
-9
/
+0
*
Fix build (not pretty).
Liam P. White
2014-08-18
1
-0
/
+1
*
When an externally linked image is modified, mark it for update instead
Krzysztof Kosi??ski
2014-03-05
1
-3
/
+1
*
Fix 'preserveAspectRatio' attribute of bitmap images in EMF/WMF import/export...
David Mathog
2014-02-22
1
-33
/
+9
*
Added new base class to handle viewBox and preserveAspectRatio.
Tavmjong Bah
2014-02-06
1
-211
/
+136
*
Revert sp-image until the refactoring takes.
Martin Owens
2014-01-29
1
-43
/
+92
*
A partial refactor of sp-image.cpp, expect more.
Martin Owens
2014-01-25
1
-56
/
+33
*
Fix missing embeded image condition, kindly caught by suv in bug #1270334
Martin Owens
2014-01-18
1
-3
/
+8
*
More cleaning of the image tag handler and seperate filename from load.
Martin Owens
2014-01-17
1
-26
/
+24
*
Clean up sp-image's read_image, remove duplicate code
Martin Owens
2014-01-16
1
-43
/
+14
*
"fix" some "unused parameter" warnings
Kris De Gussem
2013-10-27
1
-2
/
+2
*
Added some consts.
Markus Engel
2013-10-26
1
-4
/
+4
*
if this->pixbuf check must come earlier to prevent crash
buliabyak
2013-10-03
1
-65
/
+67
*
fix one code path where fullname wasn't freed
buliabyak
2013-09-28
1
-1
/
+2
*
change names for displayName and detailedDescription, improve char code and r...
Martin Owens
2013-09-24
1
-1
/
+1
*
Drop unused static function declarations
Alex Valavanis
2013-09-21
1
-3
/
+0
*
Refactor status-bar text for multiple items, was very broken
Martin Owens
2013-09-20
1
-2
/
+6
*
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
[next]