summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/odf.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement rotation via desktop to window affine.Tavmjong Bah2017-03-201-8/+1
| | | | | | Remove rotation via viewbox. Still some work to do... (bzr r15603)
* Add exportersJabier Arraiza Cenoz2016-11-051-1/+8
| | | (bzr r15142.1.32)
* Use M_PI, M_PI_2. We use these constants everywhere so if they are not ↵Tavmjong Bah2016-08-171-4/+1
| | | | | | | defined we are already in trouble. No need to define them ourselves (except maybe in shared libraries). (bzr r15063)
* 2Geom sync - initial commitKrzysztof Kosi??ski2015-04-271-3/+2
| | | (bzr r14059.2.1)
* Remove DOM directory and reduce size of inkscape. Use Inkscape::URI and save ↵Martin Owens2014-02-261-13/+6
| | | | | ziptool to utils. (bzr r13047.1.5)
* Merge from trunk.Matthew Petroff2013-09-201-1/+1
|\ | | | | (bzr r12475.1.29)
| * Cleaned up.Markus Engel2013-08-031-1/+1
| | | | | | (bzr r11608.1.117)
* | Added viewBox implement document unit support.Matthew Petroff2013-08-271-1/+2
|/ | | (bzr r12475.1.2)
* odf metadata - let's begin with a first step to full ODF compatibilityKris De Gussem2013-06-211-17/+27
| | | (bzr r12383)
* minor odg export updateKris De Gussem2013-04-201-37/+32
| | | (bzr r12285.1.1)
* odg export: some work on gradientsKris De Gussem2013-04-121-53/+34
| | | (bzr r12276)
* odf export: code clean up and preparatory work to allow gradients in export. ↵Kris De Gussem2013-04-031-661/+374
| | | | | | | 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)
* Drop duplicate io code ( Bug #1120585 )Kris De Gussem2013-03-111-11/+7
| | | (bzr r12192)
* fix build warnings / cppcheck ( Bug #1120585 )Kris De Gussem2013-03-111-34/+42
| | | (bzr r12191)
* Preparation to merge /dom/io and /io code (bug #1120585 )Kris De Gussem2013-03-081-44/+68
| | | (bzr r12184)
* ODF output: write correct Inkscape version number to metadataKris De Gussem2013-03-031-26/+6
| | | (bzr r12169)
* cppcheck: Convert more C-style pointer casts to GObject or C++Alex Valavanis2012-11-111-1/+1
| | | (bzr r11867)
* cppcheckKris De Gussem2012-06-071-3/+7
| | | (bzr r11465)
* Merge Andrew's new OCAL dialog and clean headers. Please testAlex Valavanis2012-02-271-0/+2
|\ | | | | (bzr r11027)
* | cppcheckKris De Gussem2012-02-151-3/+0
|/ | | (bzr r10977)
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-271-1/+1
| | | (bzr r10697)
* cppcheckKris De Gussem2011-10-151-6/+6
| | | (bzr r10678)
* Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-271-10/+5
| | | | | using them more obvious. Fix filter region computation. (bzr r10582.1.1)
* - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is ↵Johan B. C. Engelen2011-07-171-3/+3
| | | | | | | 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)
* update to latest 2geom !Johan B. C. Engelen2011-02-021-19/+19
| | | (bzr r10025)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-5/+6
|\ | | | | (bzr r9945.1.1)
| * SPShape c++ified to the extent it was possible and more changes done for XML ↵Abhishek Sharma Public2010-07-141-1/+1
| | | | | | | | | | privatisation. Major changes yet to come. (bzr r9546.1.7)
| * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-2/+2
| | | | | | (bzr r9546.1.2)
| * 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)
* Initial F&S dialog setting of swatch colors.Jon A. Cruz2010-03-091-1/+1
| | | (bzr r9169)
* Cleanup of gradients and stops.Jon A. Cruz2010-03-081-1/+1
| | | (bzr r9163)
* New tab in Fill&Stroke dialog for swatch fills.Jon A. Cruz2010-03-061-1/+1
| | | (bzr r9153)
* Patches 3-11 from 488862 for a number of memleaks and ↵Josh Andler2009-12-161-2/+2
| | | | | allocation/deallocation issues. (bzr r8891)
* 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 r8408)
* noop: Rename argument from uri to filename for Extension::...::save ↵Peter Moulder2009-04-061-4/+6
| | | | | | | 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 from fe-movedTed Gould2008-11-211-4/+4
| | | (bzr r6891)
* Merge from trunkTed Gould2008-11-011-1/+1
| | | (bzr r6890)
* Merging from trunkTed Gould2008-10-111-2/+2
| | | (bzr r6884)
* NR:: to Geom:: for most of src/extension/Johan B. C. Engelen2008-08-121-39/+41
| | | (bzr r6612)
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-081-2/+2
| | | (bzr r6593)
* NR::Maybe => boost::optionalJohan B. C. Engelen2008-08-051-3/+3
| | | (bzr r6569)
* Use is_straight_curve() instead of three separate dynamic castsDiederik van Lierop2008-08-051-3/+2
| | | (bzr r6564)
* update to 2geom rev. 1507Johan B. C. Engelen2008-07-251-0/+2
| | | (bzr r6416)
* 2geomify ODF outputJohan B. C. Engelen2008-07-141-60/+49
| | | (bzr r6299)
* Warning cleanupJon A. Cruz2008-07-091-1/+1
| | | (bzr r6241)
* change some SP_CURVE_BPATH to get_bpathJohan B. C. Engelen2008-07-041-1/+1
| | | (bzr r6155)
* change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen2008-06-121-2/+1
| | | (bzr r5915)
* a couple of trivial %d -> %u changes.Peter Moulder2008-06-051-3/+3
| | | | | snprintf size arg includes \0, so pass sizeof(buf) instead of that minus 1. (bzr r5812)