summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/javafx-out.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove support for saving as JavaFX 1.x script (*.fx)Karl Cheng2019-05-101-155/+0
| | | | | | | | | | | | | JavaFX 1.x is long obsolete (since 2012-12-20) and the code for it has not been maintained. There have been no end user comments/reports since 2012 and a few bugs that would be important remain unfixed. Given that this is not an import format, the impact of removing this should be extremely low. Refs: https://www.oracle.com/technetwork/java/javafx/overview/faq-1446554.html#8 Refs: http://web.archive.org/web/20170316051832/http://blogs.oracle.com/javafx/entry/javafx_1_2_and_javafx Refs: https://stackoverflow.com/q/18865774/2074608
* Clarify licensesMax Gaukler2018-11-081-1/+2
| | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
* Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot2018-06-191-2/+2
|
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-3/+3
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-2/+3
| | | | A lot of header clean-up.
* cppcheckKris De Gussem2012-03-071-2/+2
| | | (bzr r11052)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-5/+5
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-5/+5
| | | (bzr r8407)
* noop: Set svn:eol-style to native on all .cpp and .h files under src. (find ↵Peter Moulder2009-04-071-153/+153
| | | | | \( -name '*.cpp' -o -name '*.h' \) -print0 | xargs -0 svn propset svn:eol-style native) (bzr r7649)
* noop: Rename argument from uri to filename for Extension::...::save ↵Peter Moulder2009-04-061-3/+3
| | | | | | | implementations, given that that's how it's used at present. Add a couple of fixme comments to do with use of this argument. (bzr r7637)
* merge silveiro's and my changesBob Jamison2008-08-091-2/+6
| | | (bzr r6601)
* change javafx output to 1.0 compiler syntaxBob Jamison2008-08-071-5/+2
| | | (bzr r6586)
* initial impl of gradients and opacitiesBob Jamison2008-08-021-11/+33
| | | (bzr r6525)
* make redundant. use correct fields of cubic bezier point arrayBob Jamison2008-08-011-1/+8
| | | (bzr r6514)
* Get to compile in javafxBob Jamison2008-07-301-3/+3
| | | (bzr r6482)
* add placeholder for expert contributorsBob Jamison2008-07-301-0/+123
(bzr r6474)