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
*
- 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
|
\
|
|
*
Conditional code to handle data change in libpng > 1.5. Fixes bug #721029.
Jon A. Cruz
2011-02-21
1
-2
/
+6
|
*
Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.
Jon A. Cruz
2011-02-21
1
-9
/
+9
|
*
update to latest 2geom !
Johan B. C. Engelen
2011-02-02
1
-8
/
+8
*
|
Merge from trunk (again)
Krzysztof Kosi??ski
2010-12-15
1
-16
/
+23
|
\
|
|
*
Merge and cleanup of GSoC C++-ification project.
Jon A. Cruz
2010-12-12
1
-16
/
+23
|
|
\
|
|
*
SPObject c++ification finalized along with the beginning of XML Privatisation...
Abhishek Sharma Public
2010-07-12
1
-7
/
+7
|
|
*
C++ification of SPObject continued along with the onset of XML Privatisation....
Abhishek Sharma Public
2010-07-06
1
-3
/
+9
|
|
*
C++fied SPDocument added
Abhishek Sharma Public
2010-07-01
1
-2
/
+2
|
|
*
This is the first c++ification commit from me. It handles sp-line, sp-polylin...
Abhishek Sharma Public
2010-06-29
1
-3
/
+3
|
|
/
*
|
Fix performance regression when displaying large images
Krzysztof Kosi??ski
2010-08-09
1
-6
/
+12
*
|
Wholesale cruft removal part 2
Krzysztof Kosi??ski
2010-08-04
1
-14
/
+5
*
|
Handle preserveAspectRatio for images
Krzysztof Kosi??ski
2010-08-03
1
-117
/
+72
*
|
Fix icons
Krzysztof Kosi??ski
2010-06-29
1
-10
/
+6
*
|
Bitmap image rendering
Krzysztof Kosi??ski
2010-06-29
1
-5
/
+10
|
/
*
Fix snapping regression introduced by rev. #9118
Diederik van Lierop
2010-04-22
1
-1
/
+1
*
Fix loading of non-PNG images.
Jon A. Cruz
2010-03-17
1
-6
/
+3
*
Follow-on cleanup for bug #271401. Isolates setjmp(), removes early return, a...
Jon A. Cruz
2010-03-17
1
-184
/
+176
*
Always embed bitmap copies created with Alt+B.
Krzysztof Kosi??ski
2010-03-05
1
-0
/
+34
*
Fix crash when trying to import a corrupted PNG file.
Krzysztof Kosi??ski
2010-01-31
1
-0
/
+10
*
Refactoring the snapping API (making it easier to maintain and understand for...
Diederik van Lierop
2010-01-09
1
-9
/
+7
*
disable debug messages
buliabyak
2009-12-16
1
-1
/
+1
*
enabling all icc-color related debug messages
Felipe Corr??a da Silva Sanches
2009-08-01
1
-2
/
+9
*
Bitmap images with filters are now updated as the filter is modified
Niko Kiirala
2009-05-17
1
-0
/
+18
*
More accurate wording in snap tooltips
Diederik van Lierop
2009-02-27
1
-1
/
+1
*
Patch from Lubomir Rintel: fixes for GCC 4.4
Krzysztof Kosi??ski
2009-02-26
1
-1
/
+3
*
The snap indicator's tooltip now displays "A to B", whereas before it only di...
Diederik van Lierop
2009-02-20
1
-6
/
+8
*
More NR ==> Geom changes
Joshua L. Blocher
2008-12-28
1
-8
/
+8
*
bug #166885 (preserveAspectRatio="none" misinterpreted)
Thomas Holder
2008-12-11
1
-1
/
+1
*
Misc. cleanup
Jon A. Cruz
2008-12-05
1
-671
/
+676
*
From trunk
Ted Gould
2008-10-27
1
-7
/
+8
*
Merging from trunk
Ted Gould
2008-10-11
1
-14
/
+14
*
Next roud of NR ==> Geom conversion
Maximilian Albert
2008-09-18
1
-6
/
+6
*
NR:: to Geom:: for most of src/extension/
Johan B. C. Engelen
2008-08-12
1
-7
/
+7
*
remove many unnecessary to_2geom and from_2geom calls
Johan B. C. Engelen
2008-08-08
1
-1
/
+1
*
Implement snapping of clipping paths and masks
Diederik van Lierop
2008-07-21
1
-0
/
+1
*
2geomify SPCurve::new_from_rect
Johan B. C. Engelen
2008-07-08
1
-2
/
+4
*
change NR::Matrix to Geom:: for many sp_item_xxx_affine functions
Johan B. C. Engelen
2008-06-12
1
-1
/
+1
*
plumb XML::Documents in everywhere
MenTaLguY
2008-06-11
1
-4
/
+3
*
Added external image edit launch and refresh on changed
Jon A. Cruz
2008-05-17
1
-96
/
+173
*
struct SPCurve => class SPCurve
Johan B. C. Engelen
2008-05-05
1
-7
/
+7
[next]