summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/javafx-out.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove support for saving as JavaFX 1.x script (*.fx)Karl Cheng2019-05-101-984/+0
* modernize loopsMarc Jeanmougin2019-01-021-4/+2
* Clarify licensesMax Gaukler2018-11-081-1/+2
* remove Inkscape::URI::toStringThomas Holder2018-11-051-3/+1
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-5/+0
* fix .odg and .fx export with inverted y-axisThomas Holder2018-09-231-4/+2
* Refactor with Tav helpJabier Arraiza2018-08-051-2/+2
* Revert changesJabier Arraiza2018-08-051-28/+3
* Allow inkscape handle units and percent in dasharray and dashoffset. Add pref...Jabier Arraiza2018-08-051-3/+28
* Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot2018-06-191-1/+1
* Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot2018-06-181-2/+2
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-4/+4
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-15/+15
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-15/+15
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-5/+6
* Misc. typosUnknown2017-11-071-1/+1
* Implement rotation via desktop to window affine.Tavmjong Bah2017-03-201-7/+2
* Add exportersJabier Arraiza Cenoz2016-11-051-2/+7
* Renamed children list in SPObjectAdrian Boguszewski2016-07-141-2/+2
* Second part of new SPObject children listAdrian Boguszewski2016-07-131-4/+4
* 2Geom sync - initial commitKrzysztof Kosi??ski2015-04-271-6/+3
* Change stroke-dasharray and stroke-dashoffset handling to match other propert...Tavmjong Bah2014-03-111-10/+8
* More memory leak fixes (Bug #1275170)Kris De Gussem2014-03-031-1/+3
* A couple of forward declarationsAlex Valavanis2013-02-111-0/+2
* Removed unused function.Jon A. Cruz2012-04-111-15/+0
* cppcheckKris De Gussem2012-03-071-0/+13
* Merge Andrew's new OCAL dialog and clean headers. Please testAlex Valavanis2012-02-271-0/+1
|\
* | add underscores to some member variables.Johan B. C. Engelen2012-01-171-4/+3
|/
* cppcheckKris De Gussem2011-10-201-2/+2
* cppcheckKris De Gussem2011-10-181-1/+1
* - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...Johan B. C. Engelen2011-07-171-4/+4
* Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...Jon A. Cruz2011-06-041-3/+3
* Finished cleanup of outdated SP_OBJECT_STYLE C macro.Jon A. Cruz2011-02-221-7/+6
* update to latest 2geom !Johan B. C. Engelen2011-02-021-2/+2
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-2/+3
|\
| * This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public2010-06-291-2/+2
* | Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
* | Correct behavior of gradient stops to extract color from swatch when color is...Jon A. Cruz2010-07-181-2/+2
|/
* Extensions. JavaFX output fix by ycswyw.Nicolas Dufour2010-04-191-1/+2
* Cleanup on id access.Jon A. Cruz2010-03-021-4/+4
* Maximum value of alpha is 255 (not 256).Tavmjong Bah2009-08-111-1/+1
* Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert2009-08-061-5/+5
* SPDocument->Documentjohnce2009-08-051-5/+5
* Updated to successfully compile in JavaFX v 1.2. Fixes bug #253869Jon A. Cruz2009-06-171-24/+12
* Warning and whitespace cleanupJon A. Cruz2009-06-171-51/+83
* noop: Set svn:eol-style to native on all .cpp and .h files under src. (find ...Peter Moulder2009-04-071-975/+975
* noop: Rename argument from uri to filename for Extension::...::save implement...Peter Moulder2009-04-061-7/+15
* Improved version reporting. Add SVN revision and custom status to Krzysztof Kosi??ski2009-01-131-2/+2
* Merge from fe-movedTed Gould2008-11-211-13/+28
* clean up code slightlyBob Jamison2008-08-101-18/+26