summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/odf.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge Andrew's new OCAL dialog and clean headers. Please testAlex Valavanis2012-02-271-0/+2
|\
* | cppcheckKris De Gussem2012-02-151-3/+0
|/
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-271-1/+1
* cppcheckKris De Gussem2011-10-151-6/+6
* Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-271-10/+5
* - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...Johan B. C. Engelen2011-07-171-3/+3
* update to latest 2geom !Johan B. C. Engelen2011-02-021-19/+19
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-5/+6
|\
| * SPShape c++ified to the extent it was possible and more changes done for XML ...Abhishek Sharma Public2010-07-141-1/+1
| * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-2/+2
| * This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public2010-06-291-2/+2
* | Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
|/
* Initial F&S dialog setting of swatch colors.Jon A. Cruz2010-03-091-1/+1
* Cleanup of gradients and stops.Jon A. Cruz2010-03-081-1/+1
* New tab in Fill&Stroke dialog for swatch fills.Jon A. Cruz2010-03-061-1/+1
* Patches 3-11 from 488862 for a number of memleaks and allocation/deallocation...Josh Andler2009-12-161-2/+2
* Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert2009-08-061-1/+1
* SPDocument->Documentjohnce2009-08-051-1/+1
* noop: Rename argument from uri to filename for Extension::...::save implement...Peter Moulder2009-04-061-4/+6
* Merge from fe-movedTed Gould2008-11-211-4/+4
* Merge from trunkTed Gould2008-11-011-1/+1
* Merging from trunkTed Gould2008-10-111-2/+2
* NR:: to Geom:: for most of src/extension/Johan B. C. Engelen2008-08-121-39/+41
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-081-2/+2
* NR::Maybe => boost::optionalJohan B. C. Engelen2008-08-051-3/+3
* Use is_straight_curve() instead of three separate dynamic castsDiederik van Lierop2008-08-051-3/+2
* update to 2geom rev. 1507Johan B. C. Engelen2008-07-251-0/+2
* 2geomify ODF outputJohan B. C. Engelen2008-07-141-60/+49
* Warning cleanupJon A. Cruz2008-07-091-1/+1
* change some SP_CURVE_BPATH to get_bpathJohan B. C. Engelen2008-07-041-1/+1
* change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen2008-06-121-2/+1
* a couple of trivial %d -> %u changes.Peter Moulder2008-06-051-3/+3
* struct SPCurve => class SPCurveJohan B. C. Engelen2008-05-051-1/+1
* r19076@shi: ted | 2008-04-21 15:42:45 -0700Ted Gould2008-04-211-1/+1
* Warning and whitespace cleanupJon A. Cruz2008-02-241-27/+27
* Avoid string literal char* warnings on g++-4.2: change some functions to take...Peter Moulder2007-10-111-4/+4
* Refactoring SPColor to C++ and removing legacy CMYK implementationJon A. Cruz2007-09-151-4/+2
* Purged fill type enumJon A. Cruz2007-09-101-3/+3
* fix 64-bit issues with width of npos -- patch #1675697 from mellumMenTaLguY2007-03-181-1/+1
* fix 1679477bulia byak2007-03-161-0/+3
* Add null checks.Bob Jamison2007-03-131-1/+7
* Merge further bbox workMenTaLguY2007-03-101-12/+18
* save updates, and put to sleep for a whileBob Jamison2006-07-061-236/+591
* New placeholder code for gradientsBob Jamison2006-06-301-6/+58
* Add code for printf() to allow %#s as xml-escaped string (cool, eh?)Bob Jamison2006-06-261-32/+5
* Promote std::string to Glib::ustring. Start processing output strings for XM...Bob Jamison2006-06-251-41/+69
* Fix image transform when there is no rotate or scaleBob Jamison2006-06-251-1/+8
* Add metadataBob Jamison2006-06-251-7/+63
* Fix <path> output. Apparently ODF is more picky about floats than SVG. They...Bob Jamison2006-06-251-52/+78
* patch [ 1503869 ] ODF formatting fixAaron Spike2006-06-131-3/+3