summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/odf.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* remove duplicate styles, add placeholders for opacitiesBob Jamison2006-04-201-1/+11
| | | (bzr r559)
* Use dual maps to remove duplicates in style tableBob Jamison2006-04-201-20/+89
| | | (bzr r558)
* Got images working correctlyBob Jamison2006-04-141-8/+14
| | | (bzr r526)
* Remove warningsBob Jamison2006-04-141-1/+1
| | | (bzr r524)
* Fixed desktop-to-doc Y flipBob Jamison2006-04-141-12/+18
| | | (bzr r521)
* Initial resultsBob Jamison2006-04-141-45/+126
| | | (bzr r519)
* Added curvesBob Jamison2006-04-141-18/+105
| | | (bzr r515)
* Added meta-info stubBob Jamison2006-04-131-2/+69
| | | (bzr r514)
* More WIP. Got all of the files generated. Now just work on content.xml to ↵Bob Jamison2006-04-131-66/+237
| | | | | get viable info into OO.org (bzr r513)
* wipBob Jamison2006-04-131-196/+195
| | | (bzr r508)
* add some sp_* stuffBob Jamison2006-04-121-0/+30
| | | (bzr r504)
* still WIP. added tree-descending codeBob Jamison2006-04-121-25/+48
| | | (bzr r503)
* WIP commitBob Jamison2006-04-121-1/+249
| | | (bzr r499)
* change include path for ziptoolBob Jamison2006-04-121-1/+1
| | | (bzr r484)
* First dependency on ziptoolBob Jamison2006-04-101-4/+4
| | | (bzr r471)
* Set svn:eol-style to native on all *.cpp *.h files (i.e. on the few .cpp/.h ↵Peter Moulder2006-03-131-154/+154
| | | | | files created since cvs2svn). (bzr r234)
* Add new placeholder for ODFBob Jamison2006-02-161-0/+154
(bzr r150)