summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/odf.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix stream class locationsAlexander Valavanis2018-11-181-1/+0
|
* Clarify licensesMax Gaukler2018-11-081-16/+6
| | | | | | - 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
* fix bug 1793940 ODG image exportThomas Holder2018-11-071-0/+2
| | | | | Fixes handling of relative image URIs and data URIs for OpenDocument drawing (*.odg) export.
* Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot2018-06-191-1/+1
|
* Run clang-tidy’s modernize-use-bool-literals pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | | This makes it clearer whether an integer or a boolean has to be passed in this specific call.
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-3/+3
| | | | | This replaces empty constructors and destructors with the default keyword.
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-2/+2
| | | | | 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/+2
| | | | A lot of header clean-up.
* Fix handling of filenames of linked images in .odg exportEduard Braun2018-01-241-2/+0
| | | | | | | | | | | | | | | - export of .odg files was completely broken on Windows as "documentUri = Inkscape::URI(filename);" always failed (Windows paths are never valid URIs because of '\') - Linked images did not seem to be working on any OS (probably regression in 6f844ef457690c841b0be91d70b1e54b61c04812) I assume support for linked images is still sketchy but seems to work in the most common cases; support for embedded images seems to be non-existent, though. Fixed bug: - https://bugs.launchpad.net/inkscape/+bug/1654034
* Remove DOM directory and reduce size of inkscape. Use Inkscape::URI and save ↵Martin Owens2014-02-261-6/+3
| | | | | ziptool to utils. (bzr r13047.1.5)
* minor odg export updateKris De Gussem2013-04-201-1/+1
| | | (bzr r12285.1.1)
* odg export: some work on gradientsKris De Gussem2013-04-121-2/+2
| | | (bzr r12276)
* odf export: code clean up and preparatory work to allow gradients in export. ↵Kris De Gussem2013-04-031-4/+2
| | | | | | | Now only linear fill gradients are shown (not taking orientation and position into account). part of bug #474956 (odg export still doesn't work) (bzr r12264)
* Fix Glibmm inclusions for Gtk+ 3 builds and implement a Gtk+ 3 compatible ↵Alex Valavanis2013-03-261-3/+2
| | | | | | | | | check for X11 backend Fixed bugs: - https://launchpad.net/bugs/1160252 - https://launchpad.net/bugs/1122774 (bzr r12247)
* Drop duplicate io code ( Bug #1120585 )Kris De Gussem2013-03-111-4/+3
| | | (bzr r12192)
* various minor thingsKris De Gussem2012-03-011-1/+1
| | | (bzr r11036)
* variable initialisationKris De Gussem2011-11-191-1/+1
| | | (bzr r10746)
* Cleanup pass on documentation that was dumping garbage into doxygen output.Jon A. Cruz2011-10-251-11/+12
| | | (bzr r10696)
* update to latest 2geom !Johan B. C. Engelen2011-02-021-1/+1
| | | (bzr r10025)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-1/+2
|\ | | | | (bzr r9945.1.1)
| * This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public2010-06-291-1/+1
|/ | | | | 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)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-1/+1
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-1/+1
| | | (bzr r8407)
* noop: Rename argument from uri to filename for Extension::...::save ↵Peter Moulder2009-04-061-1/+1
| | | | | | | 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)
* NR:: to Geom:: for most of src/extension/Johan B. C. Engelen2008-08-121-1/+1
| | | (bzr r6612)
* save updates, and put to sleep for a whileBob Jamison2006-07-061-2/+55
| | | (bzr r1363)
* Promote std::string to Glib::ustring. Start processing output strings for ↵Bob Jamison2006-06-251-15/+15
| | | | | XML entities. (bzr r1292)
* Add metadataBob Jamison2006-06-251-0/+3
| | | (bzr r1287)
* use svd for better matrix analysisBob Jamison2006-04-271-0/+95
| | | (bzr r593)
* Native paths and relative path resolutionBob Jamison2006-04-221-1/+5
| | | (bzr r575)
* Minor cleanup. Sort styleTable.Bob Jamison2006-04-211-1/+4
| | | (bzr r563)
* Use dual maps to remove duplicates in style tableBob Jamison2006-04-201-59/+38
| | | (bzr r558)
* Added meta-info stubBob Jamison2006-04-131-0/+2
| | | (bzr r514)
* More WIP. Got all of the files generated. Now just work on content.xml to ↵Bob Jamison2006-04-131-3/+41
| | | | | get viable info into OO.org (bzr r513)
* wipBob Jamison2006-04-131-7/+82
| | | (bzr r508)
* still WIP. added tree-descending codeBob Jamison2006-04-121-0/+1
| | | (bzr r503)
* WIP commitBob Jamison2006-04-121-6/+26
| | | (bzr r499)
* Set svn:eol-style to native on all *.cpp *.h files (i.e. on the few .cpp/.h ↵Peter Moulder2006-03-131-72/+72
| | | | | files created since cvs2svn). (bzr r234)
* Add new placeholder for ODFBob Jamison2006-02-161-0/+72
(bzr r150)