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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge Andrew's new OCAL dialog and clean headers. Please test
Alex Valavanis
2012-02-27
1
-0
/
+2
|
\
*
|
cppcheck
Kris De Gussem
2012-02-15
1
-3
/
+0
|
/
*
Fixing more broken and split doc comments.
Jon A. Cruz
2011-10-27
1
-1
/
+1
*
cppcheck
Kris De Gussem
2011-10-15
1
-6
/
+6
*
Refactor SPItem bounding box methods: remove NRRect usage and make code
Krzysztof Kosi??ski
2011-08-27
1
-10
/
+5
*
- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...
Johan B. C. Engelen
2011-07-17
1
-3
/
+3
*
update to latest 2geom !
Johan B. C. Engelen
2011-02-02
1
-19
/
+19
*
Merge and cleanup of GSoC C++-ification project.
Jon A. Cruz
2010-12-12
1
-5
/
+6
|
\
|
*
SPShape c++ified to the extent it was possible and more changes done for XML ...
Abhishek Sharma Public
2010-07-14
1
-1
/
+1
|
*
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
-2
/
+2
*
|
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
2010-11-17
1
-1
/
+1
|
/
*
Initial F&S dialog setting of swatch colors.
Jon A. Cruz
2010-03-09
1
-1
/
+1
*
Cleanup of gradients and stops.
Jon A. Cruz
2010-03-08
1
-1
/
+1
*
New tab in Fill&Stroke dialog for swatch fills.
Jon A. Cruz
2010-03-06
1
-1
/
+1
*
Patches 3-11 from 488862 for a number of memleaks and allocation/deallocation...
Josh Andler
2009-12-16
1
-2
/
+2
*
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
2009-08-06
1
-1
/
+1
*
SPDocument->Document
johnce
2009-08-05
1
-1
/
+1
*
noop: Rename argument from uri to filename for Extension::...::save implement...
Peter Moulder
2009-04-06
1
-4
/
+6
*
Merge from fe-moved
Ted Gould
2008-11-21
1
-4
/
+4
*
Merge from trunk
Ted Gould
2008-11-01
1
-1
/
+1
*
Merging from trunk
Ted Gould
2008-10-11
1
-2
/
+2
*
NR:: to Geom:: for most of src/extension/
Johan B. C. Engelen
2008-08-12
1
-39
/
+41
*
remove many unnecessary to_2geom and from_2geom calls
Johan B. C. Engelen
2008-08-08
1
-2
/
+2
*
NR::Maybe => boost::optional
Johan B. C. Engelen
2008-08-05
1
-3
/
+3
*
Use is_straight_curve() instead of three separate dynamic casts
Diederik van Lierop
2008-08-05
1
-3
/
+2
*
update to 2geom rev. 1507
Johan B. C. Engelen
2008-07-25
1
-0
/
+2
*
2geomify ODF output
Johan B. C. Engelen
2008-07-14
1
-60
/
+49
*
Warning cleanup
Jon A. Cruz
2008-07-09
1
-1
/
+1
*
change some SP_CURVE_BPATH to get_bpath
Johan B. C. Engelen
2008-07-04
1
-1
/
+1
*
change NR::Matrix to Geom:: for many sp_item_xxx_affine functions
Johan B. C. Engelen
2008-06-12
1
-2
/
+1
*
a couple of trivial %d -> %u changes.
Peter Moulder
2008-06-05
1
-3
/
+3
*
struct SPCurve => class SPCurve
Johan B. C. Engelen
2008-05-05
1
-1
/
+1
*
r19076@shi: ted | 2008-04-21 15:42:45 -0700
Ted Gould
2008-04-21
1
-1
/
+1
*
Warning and whitespace cleanup
Jon A. Cruz
2008-02-24
1
-27
/
+27
*
Avoid string literal char* warnings on g++-4.2: change some functions to take...
Peter Moulder
2007-10-11
1
-4
/
+4
*
Refactoring SPColor to C++ and removing legacy CMYK implementation
Jon A. Cruz
2007-09-15
1
-4
/
+2
*
Purged fill type enum
Jon A. Cruz
2007-09-10
1
-3
/
+3
*
fix 64-bit issues with width of npos -- patch #1675697 from mellum
MenTaLguY
2007-03-18
1
-1
/
+1
*
fix 1679477
bulia byak
2007-03-16
1
-0
/
+3
*
Add null checks.
Bob Jamison
2007-03-13
1
-1
/
+7
*
Merge further bbox work
MenTaLguY
2007-03-10
1
-12
/
+18
*
save updates, and put to sleep for a while
Bob Jamison
2006-07-06
1
-236
/
+591
*
New placeholder code for gradients
Bob Jamison
2006-06-30
1
-6
/
+58
*
Add code for printf() to allow %#s as xml-escaped string (cool, eh?)
Bob Jamison
2006-06-26
1
-32
/
+5
*
Promote std::string to Glib::ustring. Start processing output strings for XM...
Bob Jamison
2006-06-25
1
-41
/
+69
*
Fix image transform when there is no rotate or scale
Bob Jamison
2006-06-25
1
-1
/
+8
*
Add metadata
Bob Jamison
2006-06-25
1
-7
/
+63
*
Fix <path> output. Apparently ODF is more picky about floats than SVG. They...
Bob Jamison
2006-06-25
1
-52
/
+78
*
patch [ 1503869 ] ODF formatting fix
Aaron Spike
2006-06-13
1
-3
/
+3
[next]