summaryrefslogtreecommitdiffstats
path: root/src/extension/implementation/xslt.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-10-14Extensions: Switch .xslt file look-up to dependency logic as wellPatrick Storz1-20/+4
2019-08-31cleanup includes a bitPatrick Storz1-7/+14
2019-05-10Remove support for saving as JavaFX 1.x script (*.fx)Karl Cheng1-1/+12
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
2019-02-20Give more descriptive names to document file related variables and functions.Tavmjong Bah1-1/+1
Makes searching through code for them easier.
2019-01-02modernize loopsMarc Jeanmougin1-4/+4
2018-11-08Clarify licensesMax Gaukler1-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
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-4/+0
2018-06-19Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot1-1/+1
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-19/+19
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-5/+5
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-5/+5
2017-10-19Drop obsolete wrapper around Glib::file_open_tmpStefano Facchini1-2/+2
2017-07-02Move directory scanners to new get_filenames(...) callsMartin Owens1-19/+3
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-3/+1
(bzr r15034)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-1/+3
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-3/+1
(bzr r15025)
2014-08-10Export. Fix for Bug #1166184 (XAML export not compatible with Silverlight).Nicolas Dufour1-15/+25
Fixed bugs: - https://launchpad.net/bugs/1166184 (bzr r13505)
2014-01-22Protect against infinate looping of new included hrefsMartin Owens1-1/+1
(bzr r12970)
2012-01-03Janitorial tasks: get rid of deprecated repr wrapper functionsKris De Gussem1-7/+7
(bzr r10830)
2011-03-04Extensions. Fix for Bug #341353 (The user must know about a XSLT problem).Nicolas Dufour1-2/+5
Fixed bugs: - https://launchpad.net/bugs/341353 (bzr r10079)
2010-12-21Indent support for XSLT extensions output.Nicolas Dufour1-1/+7
(bzr r9971)
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan1-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)
2010-07-01C++fied SPDocument addedAbhishek Sharma Public1-1/+1
(bzr r9546.1.2)
2010-05-04Extension. Fix XAML export crash (Bug #282421).Nicolas Dufour1-1/+1
Fixed bugs: - https://launchpad.net/bugs/282421 (bzr r9394)
2009-08-06Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert1-3/+3
which cannot be fixed easily. (bzr r8422)
2009-08-05SPDocument->Documentjohnce1-3/+3
(bzr r8408)
2009-04-07Move Inkscape::IO::fixupHrefs to Inkscape::XML::rebase_hrefs in new file ↵Peter Moulder1-6/+4
xml/rebase-hrefs.*. Give it the old and new base directory, so that it can change hrefs without relying on sodipodi:absref. Also create a new function sp_repr_save_rebased_file that changes all xlink:href attributes as it writes them, so that we don't need to modify the owning document. (Especially useful for "Save a copy" or exporting.) extension/system.cpp: (Inkscape::Extension::save): Don't call sp_document_set_uri even temporarily other than at the same time as calling rebase_hrefs. (Otherwise, existing relative hrefs will point nowhere.) When exporting plain SVG, change the relative hrefs according to the destination filename. (bzr r7643)
2009-01-13Improved version reporting. Add SVN revision and custom status to Krzysztof Kosi??ski1-0/+2
version string on Linux. (bzr r7123)
2008-04-21r19076@shi: ted | 2008-04-21 15:42:45 -0700Ted Gould1-2/+2
Core of having a real namespace for Inkscape extensions. r19077@shi: ted | 2008-04-21 15:50:12 -0700 First layer of adding NS r19078@shi: ted | 2008-04-21 15:56:03 -0700 Whew, doing the rest of them. (bzr r5483)
2008-03-13BUG 168896, fix BUG_168896_refactor_tempfile.patch problems with Vista ↵Albin Sunnanbo1-1/+1
tempfiles breaks some extensions (including Save as XAML) (bzr r5082)
2007-11-10Warning cleanupJon A. Cruz1-4/+4
(bzr r4052)
2007-09-12change from <io.h> to <unistd.h> to define closeAdib Taraben1-1/+1
(bzr r3739)
2007-09-12NEW: XSLT Input/output extension support fix for: close not definedAdib Taraben1-0/+1
(bzr r3735)
2007-09-12r16525@tres: ted | 2007-09-11 20:49:47 -0700Ted Gould1-2/+191
Adding in code to XSLT. (bzr r3729)
2006-05-02r11467@tres: ted | 2006-04-19 21:49:02 -0700Ted Gould1-16/+23
Adding in the basic support for having an xslt implementation. (bzr r675)
2006-05-02r11138@tres: ted | 2006-03-27 21:15:14 -0800Ted Gould1-2/+2
Switching things to be more Node based. This makes more sense as the parameters are really more node based. (bzr r656)
2006-05-02r11137@tres: ted | 2006-03-23 21:35:18 -0800Ted Gould1-12/+25
Adding the basis for a path effect extension type (bzr r655)
2006-01-30r10820@tres: ted | 2006-01-29 16:56:50 -0800Ted Gould1-0/+32
Making it so all the important strings in the INX files are translateable. Also added in a 'clear-n_.h' to change the N_() macro from an inline function to a pure macro. Lastly, added in submenus for the effects. (bzr r55)