summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/odf.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* struct SPCurve => class SPCurveJohan B. C. Engelen2008-05-051-1/+1
| | | | | change all sp_curve_methods functions to SPCurve::methods. (bzr r5609)
* r19076@shi: ted | 2008-04-21 15:42:45 -0700Ted Gould2008-04-211-1/+1
| | | | | | | | | 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)
* Warning and whitespace cleanupJon A. Cruz2008-02-241-27/+27
| | | (bzr r4838)
* Avoid string literal char* warnings on g++-4.2: change some functions to ↵Peter Moulder2007-10-111-4/+4
| | | | | take char const* rather than char*. (bzr r3874)
* Refactoring SPColor to C++ and removing legacy CMYK implementationJon A. Cruz2007-09-151-4/+2
| | | (bzr r3753)
* Purged fill type enumJon A. Cruz2007-09-101-3/+3
| | | (bzr r3706)
* fix 64-bit issues with width of npos -- patch #1675697 from mellumMenTaLguY2007-03-181-1/+1
| | | | | (Falk Hueffner) (bzr r2695)
* fix 1679477bulia byak2007-03-161-0/+3
| | | (bzr r2674)
* Add null checks.Bob Jamison2007-03-131-1/+7
| | | (bzr r2634)
* Merge further bbox workMenTaLguY2007-03-101-12/+18
| | | (bzr r2596)
* save updates, and put to sleep for a whileBob Jamison2006-07-061-236/+591
| | | (bzr r1363)
* New placeholder code for gradientsBob Jamison2006-06-301-6/+58
| | | (bzr r1325)
* Add code for printf() to allow %#s as xml-escaped string (cool, eh?)Bob Jamison2006-06-261-32/+5
| | | (bzr r1296)
* Promote std::string to Glib::ustring. Start processing output strings for ↵Bob Jamison2006-06-251-41/+69
| | | | | XML entities. (bzr r1292)
* Fix image transform when there is no rotate or scaleBob Jamison2006-06-251-1/+8
| | | (bzr r1288)
* Add metadataBob Jamison2006-06-251-7/+63
| | | (bzr r1287)
* Fix <path> output. Apparently ODF is more picky about floats than SVG. ↵Bob Jamison2006-06-251-52/+78
| | | | | They do not like .nnn . Must be 0.nnn (bzr r1281)
* patch [ 1503869 ] ODF formatting fixAaron Spike2006-06-131-3/+3
| | | (bzr r1209)
* Fixing crash on odg saveJon A. Cruz2006-05-311-18/+35
| | | (bzr r1094)
* eliminate direct accesses to SPCurve::bpathMenTaLguY2006-05-091-1/+1
| | | (bzr r787)
* fix a typo. add more comments.Bob Jamison2006-05-031-7/+55
| | | (bzr r717)
* add gradient commentsBob Jamison2006-05-031-2/+28
| | | (bzr r715)
* remove warningsBob Jamison2006-04-291-3/+3
| | | (bzr r616)
* Placemark for gradient exportBob Jamison2006-04-271-1/+19
| | | (bzr r595)
* use svd for better matrix analysisBob Jamison2006-04-271-302/+457
| | | (bzr r593)
* Got handedness-reversal to work. Yaay. Images look good nowBob Jamison2006-04-261-19/+96
| | | (bzr r589)
* svd hacksBob Jamison2006-04-231-30/+117
| | | (bzr r577)
* Native paths and relative path resolutionBob Jamison2006-04-221-8/+656
| | | (bzr r575)
* Minor cleanup. Sort styleTable.Bob Jamison2006-04-211-66/+21
| | | (bzr r563)