index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
extension
/
internal
/
odf.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2009-04-06
noop: Rename argument from uri to filename for Extension::...::save implement...
Peter Moulder
1
-4
/
+6
2008-11-21
Merge from fe-moved
Ted Gould
1
-4
/
+4
2008-11-01
Merge from trunk
Ted Gould
1
-1
/
+1
2008-10-11
Merging from trunk
Ted Gould
1
-2
/
+2
2008-08-12
NR:: to Geom:: for most of src/extension/
Johan B. C. Engelen
1
-39
/
+41
2008-08-08
remove many unnecessary to_2geom and from_2geom calls
Johan B. C. Engelen
1
-2
/
+2
2008-08-05
NR::Maybe => boost::optional
Johan B. C. Engelen
1
-3
/
+3
2008-08-05
Use is_straight_curve() instead of three separate dynamic casts
Diederik van Lierop
1
-3
/
+2
2008-07-25
update to 2geom rev. 1507
Johan B. C. Engelen
1
-0
/
+2
2008-07-14
2geomify ODF output
Johan B. C. Engelen
1
-60
/
+49
2008-07-09
Warning cleanup
Jon A. Cruz
1
-1
/
+1
2008-07-04
change some SP_CURVE_BPATH to get_bpath
Johan B. C. Engelen
1
-1
/
+1
2008-06-12
change NR::Matrix to Geom:: for many sp_item_xxx_affine functions
Johan B. C. Engelen
1
-2
/
+1
2008-06-05
a couple of trivial %d -> %u changes.
Peter Moulder
1
-3
/
+3
2008-05-05
struct SPCurve => class SPCurve
Johan B. C. Engelen
1
-1
/
+1
2008-04-21
r19076@shi: ted | 2008-04-21 15:42:45 -0700
Ted Gould
1
-1
/
+1
2008-02-24
Warning and whitespace cleanup
Jon A. Cruz
1
-27
/
+27
2007-10-11
Avoid string literal char* warnings on g++-4.2: change some functions to take...
Peter Moulder
1
-4
/
+4
2007-09-15
Refactoring SPColor to C++ and removing legacy CMYK implementation
Jon A. Cruz
1
-4
/
+2
2007-09-10
Purged fill type enum
Jon A. Cruz
1
-3
/
+3
2007-03-18
fix 64-bit issues with width of npos -- patch #1675697 from mellum
MenTaLguY
1
-1
/
+1
2007-03-16
fix 1679477
bulia byak
1
-0
/
+3
2007-03-13
Add null checks.
Bob Jamison
1
-1
/
+7
2007-03-10
Merge further bbox work
MenTaLguY
1
-12
/
+18
2006-07-06
save updates, and put to sleep for a while
Bob Jamison
1
-236
/
+591
2006-06-30
New placeholder code for gradients
Bob Jamison
1
-6
/
+58
2006-06-26
Add code for printf() to allow %#s as xml-escaped string (cool, eh?)
Bob Jamison
1
-32
/
+5
2006-06-25
Promote std::string to Glib::ustring. Start processing output strings for XM...
Bob Jamison
1
-41
/
+69
2006-06-25
Fix image transform when there is no rotate or scale
Bob Jamison
1
-1
/
+8
2006-06-25
Add metadata
Bob Jamison
1
-7
/
+63
2006-06-25
Fix <path> output. Apparently ODF is more picky about floats than SVG. They...
Bob Jamison
1
-52
/
+78
2006-06-13
patch [ 1503869 ] ODF formatting fix
Aaron Spike
1
-3
/
+3
2006-05-31
Fixing crash on odg save
Jon A. Cruz
1
-18
/
+35
2006-05-09
eliminate direct accesses to SPCurve::bpath
MenTaLguY
1
-1
/
+1
2006-05-03
fix a typo. add more comments.
Bob Jamison
1
-7
/
+55
2006-05-03
add gradient comments
Bob Jamison
1
-2
/
+28
2006-04-29
remove warnings
Bob Jamison
1
-3
/
+3
2006-04-27
Placemark for gradient export
Bob Jamison
1
-1
/
+19
2006-04-27
use svd for better matrix analysis
Bob Jamison
1
-302
/
+457
2006-04-26
Got handedness-reversal to work. Yaay. Images look good now
Bob Jamison
1
-19
/
+96
2006-04-23
svd hacks
Bob Jamison
1
-30
/
+117
2006-04-22
Native paths and relative path resolution
Bob Jamison
1
-8
/
+656
2006-04-21
Minor cleanup. Sort styleTable.
Bob Jamison
1
-66
/
+21
2006-04-20
remove duplicate styles, add placeholders for opacities
Bob Jamison
1
-1
/
+11
2006-04-20
Use dual maps to remove duplicates in style table
Bob Jamison
1
-20
/
+89
2006-04-14
Got images working correctly
Bob Jamison
1
-8
/
+14
2006-04-14
Remove warnings
Bob Jamison
1
-1
/
+1
2006-04-14
Fixed desktop-to-doc Y flip
Bob Jamison
1
-12
/
+18
2006-04-14
Initial results
Bob Jamison
1
-45
/
+126
2006-04-14
Added curves
Bob Jamison
1
-18
/
+105
[next]