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
/
javafx-out.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-05-10
Remove support for saving as JavaFX 1.x script (*.fx)
Karl Cheng
1
-984
/
+0
2019-01-02
modernize loops
Marc Jeanmougin
1
-4
/
+2
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-11-05
remove Inkscape::URI::toString
Thomas Holder
1
-3
/
+1
2018-10-01
Remove #include "config.h" wherever possible
Eduard Braun
1
-5
/
+0
2018-09-23
fix .odg and .fx export with inverted y-axis
Thomas Holder
1
-4
/
+2
2018-08-05
Refactor with Tav help
Jabier Arraiza
1
-2
/
+2
2018-08-05
Revert changes
Jabier Arraiza
1
-28
/
+3
2018-08-05
Allow inkscape handle units and percent in dasharray and dashoffset. Add pref...
Jabier Arraiza
1
-3
/
+28
2018-06-19
Run clang-tidy’s modernize-redundant-void-arg pass.
Emmanuel Gil Peyrot
1
-1
/
+1
2018-06-18
Run clang-tidy’s modernize-deprecated-headers pass.
Emmanuel Gil Peyrot
1
-2
/
+2
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-4
/
+4
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-15
/
+15
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-15
/
+15
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-5
/
+6
2017-11-07
Misc. typos
Unknown
1
-1
/
+1
2017-03-20
Implement rotation via desktop to window affine.
Tavmjong Bah
1
-7
/
+2
2016-11-05
Add exporters
Jabier Arraiza Cenoz
1
-2
/
+7
2016-07-14
Renamed children list in SPObject
Adrian Boguszewski
1
-2
/
+2
2016-07-13
Second part of new SPObject children list
Adrian Boguszewski
1
-4
/
+4
2015-04-27
2Geom sync - initial commit
Krzysztof Kosi??ski
1
-6
/
+3
2014-03-11
Change stroke-dasharray and stroke-dashoffset handling to match other propert...
Tavmjong Bah
1
-10
/
+8
2014-03-03
More memory leak fixes (Bug #1275170)
Kris De Gussem
1
-1
/
+3
2013-02-11
A couple of forward declarations
Alex Valavanis
1
-0
/
+2
2012-04-11
Removed unused function.
Jon A. Cruz
1
-15
/
+0
2012-03-07
cppcheck
Kris De Gussem
1
-0
/
+13
2012-01-17
add underscores to some member variables.
Johan B. C. Engelen
1
-4
/
+3
2011-10-20
cppcheck
Kris De Gussem
1
-2
/
+2
2011-10-18
cppcheck
Kris De Gussem
1
-1
/
+1
2011-07-17
- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...
Johan B. C. Engelen
1
-4
/
+4
2011-06-04
Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...
Jon A. Cruz
1
-3
/
+3
2011-02-22
Finished cleanup of outdated SP_OBJECT_STYLE C macro.
Jon A. Cruz
1
-7
/
+6
2011-02-02
update to latest 2geom !
Johan B. C. Engelen
1
-2
/
+2
2010-11-17
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
1
-1
/
+1
2010-07-18
Correct behavior of gradient stops to extract color from swatch when color is...
Jon A. Cruz
1
-2
/
+2
2010-06-29
This is the first c++ification commit from me. It handles sp-line, sp-polylin...
Abhishek Sharma Public
1
-2
/
+2
2010-04-19
Extensions. JavaFX output fix by ycswyw.
Nicolas Dufour
1
-1
/
+2
2010-03-02
Cleanup on id access.
Jon A. Cruz
1
-4
/
+4
2009-08-11
Maximum value of alpha is 255 (not 256).
Tavmjong Bah
1
-1
/
+1
2009-08-06
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
1
-5
/
+5
2009-08-05
SPDocument->Document
johnce
1
-5
/
+5
2009-06-17
Updated to successfully compile in JavaFX v 1.2. Fixes bug #253869
Jon A. Cruz
1
-24
/
+12
2009-06-17
Warning and whitespace cleanup
Jon A. Cruz
1
-51
/
+83
2009-04-07
noop: Set svn:eol-style to native on all .cpp and .h files under src. (find ...
Peter Moulder
1
-975
/
+975
2009-04-06
noop: Rename argument from uri to filename for Extension::...::save implement...
Peter Moulder
1
-7
/
+15
2009-01-13
Improved version reporting. Add SVN revision and custom status to
Krzysztof Kosi??ski
1
-2
/
+2
2008-11-21
Merge from fe-moved
Ted Gould
1
-13
/
+28
2008-08-10
clean up code slightly
Bob Jamison
1
-18
/
+26
2008-08-09
merge silveiro's and my changes
Bob Jamison
1
-102
/
+342
2008-08-07
change javafx output to 1.0 compiler syntax
Bob Jamison
1
-140
/
+72
[next]