summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/odf.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2012-11-11cppcheck: Convert more C-style pointer casts to GObject or C++Alex Valavanis1-1/+1
2012-06-07cppcheckKris De Gussem1-3/+7
2012-02-15cppcheckKris De Gussem1-3/+0
2011-10-27Fixing more broken and split doc comments.Jon A. Cruz1-1/+1
2011-10-15cppcheckKris De Gussem1-6/+6
2011-08-27Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski1-10/+5
2011-07-17- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...Johan B. C. Engelen1-3/+3
2011-02-02update to latest 2geom !Johan B. C. Engelen1-19/+19
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-07-14SPShape c++ified to the extent it was possible and more changes done for XML ...Abhishek Sharma Public1-1/+1
2010-07-01C++fied SPDocument addedAbhishek Sharma Public1-2/+2
2010-06-29This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public1-2/+2
2010-03-09Initial F&S dialog setting of swatch colors.Jon A. Cruz1-1/+1
2010-03-08Cleanup of gradients and stops.Jon A. Cruz1-1/+1
2010-03-06New tab in Fill&Stroke dialog for swatch fills.Jon A. Cruz1-1/+1
2009-12-16Patches 3-11 from 488862 for a number of memleaks and allocation/deallocation...Josh Andler1-2/+2
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-1/+1
2009-08-05SPDocument->Documentjohnce1-1/+1
2009-04-06noop: Rename argument from uri to filename for Extension::...::save implement...Peter Moulder1-4/+6
2008-11-21Merge from fe-movedTed Gould1-4/+4
2008-11-01Merge from trunkTed Gould1-1/+1
2008-10-11Merging from trunkTed Gould1-2/+2
2008-08-12NR:: to Geom:: for most of src/extension/Johan B. C. Engelen1-39/+41
2008-08-08remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen1-2/+2
2008-08-05NR::Maybe => boost::optionalJohan B. C. Engelen1-3/+3
2008-08-05Use is_straight_curve() instead of three separate dynamic castsDiederik van Lierop1-3/+2
2008-07-25update to 2geom rev. 1507Johan B. C. Engelen1-0/+2
2008-07-142geomify ODF outputJohan B. C. Engelen1-60/+49
2008-07-09Warning cleanupJon A. Cruz1-1/+1
2008-07-04change some SP_CURVE_BPATH to get_bpathJohan B. C. Engelen1-1/+1
2008-06-12change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen1-2/+1
2008-06-05a couple of trivial %d -> %u changes.Peter Moulder1-3/+3
2008-05-05struct SPCurve => class SPCurveJohan B. C. Engelen1-1/+1
2008-04-21r19076@shi: ted | 2008-04-21 15:42:45 -0700Ted Gould1-1/+1
2008-02-24Warning and whitespace cleanupJon A. Cruz1-27/+27
2007-10-11Avoid string literal char* warnings on g++-4.2: change some functions to take...Peter Moulder1-4/+4
2007-09-15Refactoring SPColor to C++ and removing legacy CMYK implementationJon A. Cruz1-4/+2
2007-09-10Purged fill type enumJon A. Cruz1-3/+3
2007-03-18fix 64-bit issues with width of npos -- patch #1675697 from mellumMenTaLguY1-1/+1
2007-03-16fix 1679477bulia byak1-0/+3
2007-03-13Add null checks.Bob Jamison1-1/+7
2007-03-10Merge further bbox workMenTaLguY1-12/+18
2006-07-06save updates, and put to sleep for a whileBob Jamison1-236/+591
2006-06-30New placeholder code for gradientsBob Jamison1-6/+58
2006-06-26Add code for printf() to allow %#s as xml-escaped string (cool, eh?)Bob Jamison1-32/+5
2006-06-25Promote std::string to Glib::ustring. Start processing output strings for XM...Bob Jamison1-41/+69
2006-06-25Fix image transform when there is no rotate or scaleBob Jamison1-1/+8
2006-06-25Add metadataBob Jamison1-7/+63
2006-06-25Fix <path> output. Apparently ODF is more picky about floats than SVG. They...Bob Jamison1-52/+78
2006-06-13patch [ 1503869 ] ODF formatting fixAaron Spike1-3/+3