summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/javafx-out.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Removed unused function.Jon A. Cruz2012-04-111-15/+0
| | | (bzr r11218)
* cppcheckKris De Gussem2012-03-071-0/+13
| | | (bzr r11052)
* Merge Andrew's new OCAL dialog and clean headers. Please testAlex Valavanis2012-02-271-0/+1
|\ | | | | (bzr r11027)
* | add underscores to some member variables.Johan B. C. Engelen2012-01-171-4/+3
|/ | | | | add some const stuff (bzr r10900)
* cppcheckKris De Gussem2011-10-201-2/+2
| | | (bzr r10686)
* cppcheckKris De Gussem2011-10-181-1/+1
| | | (bzr r10681)
* - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is ↵Johan B. C. Engelen2011-07-171-4/+4
| | | | | | | item-to-desktop, not item-to-document. This should make it easier to spot bugs. - tag some instances where the document-to-desktop transform has been hardcoded (bzr r10466)
* Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of ↵Jon A. Cruz2011-06-041-3/+3
| | | | | SP_ROOT() gtk type function/macro. (bzr r10254)
* Finished cleanup of outdated SP_OBJECT_STYLE C macro.Jon A. Cruz2011-02-221-7/+6
| | | (bzr r10066)
* update to latest 2geom !Johan B. C. Engelen2011-02-021-2/+2
| | | (bzr r10025)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-2/+3
|\ | | | | (bzr r9945.1.1)
| * This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public2010-06-291-2/+2
| | | | | | | | | | sp-polyline, sp-item and marks the onset of document c++ification as well. Users can check performace increase with [/usr/bin/time -v inkscape_binary_with_commandline_options]. (bzr r9546.1.1)
* | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
* | Correct behavior of gradient stops to extract color from swatch when color ↵Jon A. Cruz2010-07-181-2/+2
|/ | | | | is drag-n-drop'ed or selected. (bzr r9620)
* Extensions. JavaFX output fix by ycswyw.Nicolas Dufour2010-04-191-1/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/439270 (bzr r9355)
* Cleanup on id access.Jon A. Cruz2010-03-021-4/+4
| | | (bzr r9127)
* Maximum value of alpha is 255 (not 256).Tavmjong Bah2009-08-111-1/+1
| | | (bzr r8467)
* 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 r8408)
* Updated to successfully compile in JavaFX v 1.2. Fixes bug #253869Jon A. Cruz2009-06-171-24/+12
| | | (bzr r8098)
* Warning and whitespace cleanupJon A. Cruz2009-06-171-51/+83
| | | (bzr r8097)
* noop: Set svn:eol-style to native on all .cpp and .h files under src. (find ↵Peter Moulder2009-04-071-975/+975
| | | | | \( -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-7/+15
| | | | | | | 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)
* Improved version reporting. Add SVN revision and custom status to Krzysztof Kosi??ski2009-01-131-2/+2
| | | | | version string on Linux. (bzr r7123)
* Merge from fe-movedTed Gould2008-11-211-13/+28
| | | (bzr r6891)
* clean up code slightlyBob Jamison2008-08-101-18/+26
| | | (bzr r6604)
* merge silveiro's and my changesBob Jamison2008-08-091-102/+342
| | | (bzr r6601)
* change javafx output to 1.0 compiler syntaxBob Jamison2008-08-071-140/+72
| | | (bzr r6586)
* Use is_straight_curve() instead of three separate dynamic castsDiederik van Lierop2008-08-051-3/+2
| | | (bzr r6564)
* remove many needless references to n-art-bpath.hJohan B. C. Engelen2008-08-031-1/+0
| | | (bzr r6540)
* initial impl of gradients and opacitiesBob Jamison2008-08-021-62/+274
| | | (bzr r6525)
* finally got transforms right. flip Y and translateBob Jamison2008-08-011-17/+61
| | | (bzr r6519)
* make redundant. use correct fields of cubic bezier point arrayBob Jamison2008-08-011-168/+170
| | | (bzr r6514)
* un-remove applying item transform to each pointBob Jamison2008-08-011-1/+1
| | | (bzr r6504)
* Add item transformsBob Jamison2008-08-011-29/+53
| | | (bzr r6496)
* Get to compile in javafxBob Jamison2008-07-301-32/+50
| | | (bzr r6482)
* add placeholder for expert contributorsBob Jamison2008-07-301-0/+474
(bzr r6474)