summaryrefslogtreecommitdiff
path: root/basegfx/source
AgeCommit message (Expand)AuthorFilesLines
2012-02-08use boost::noncopyableCaolán McNamara1-5/+0
2012-02-08Recover some methods needed by windows directxKorrawit Pruegsanusak2-0/+12
2012-02-06Change the zoom factor to 2^(1/6), hopefully it fits all :-)Jan Holesovsky1-3/+3
2012-02-01unusedcode.easy: Removed unused codeAlexander Bergmann16-232/+0
2012-01-28unusedcode.easy: Removed unused code (basegfx::B2DHomPoint)Alexander Bergmann1-260/+0
2012-01-28Actually apply substance of previous unused code removalAlexander Bergmann2-115/+0
2012-01-27unusedcode.easy: Removed unused code (basegfx::B3DPolygon, basegfx::B3DPolyPo...Alexander Bergmann2-68/+0
2012-01-25optimized zoom to use more common intervalsTim Hardeck1-0/+150
2012-01-25Removing unused code (basegfx).Alexander Bergmann3-280/+0
2012-01-21Improve checking for emptinessThomas Arnhold4-9/+9
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann1-1/+2
2012-01-20Code clean up.Stephan Bergmann1-3/+2
2012-01-19remove unused methodsThomas Arnhold2-116/+0
2012-01-18decompose() should return the original rotation angle and scales.Thorsten Behrens1-0/+8
2012-01-18Fix error in handling 'z' for svg:d string parsingThorsten Behrens1-0/+10
2012-01-17callcatcher: remove recently unused codeCaolán McNamara2-36/+0
2012-01-10callcatcher: update listCaolán McNamara2-70/+0
2012-01-08callcatcher: Remove unused codeAugust Sodora4-404/+0
2012-01-06Fix "Same expression on both sides of '&&'" (reported by cppcheck)Julien Nabet1-2/+2
2011-12-22unusedcode: remove various unused classesMatúš Kukan3-810/+0
2011-12-19Remove DebugPlotterAugust Sodora1-416/+0
2011-12-13Fix abort from stl debug iterators' invalid access.Thorsten Behrens2-4/+8
2011-12-13More efficient insertion of B3DPolygonsThorsten Behrens2-34/+56
2011-12-01Remove uses of charAtAugust Sodora1-2/+2
2011-11-07Remove two more unused headers from basegfxJoseph Powers2-1082/+0
2011-11-05Why build empty objects.Joseph Powers3-120/+0
2011-11-05precompiled_basegfx.hxx is empty, so don't include it.Joseph Powers63-150/+0
2011-11-02Move BitmapDevice to use B2IBox instead of B2IRange.Thorsten Behrens1-0/+9
2011-09-30add mode-lines to .m files and last round of merged files, etc.Caolán McNamara1-0/+3
2011-09-21OSL_TRACE: Remove trailing newlinesThomas Arnhold1-2/+2
2011-09-06callcatcher: various unused methodsCaolán McNamara1-58/+0
2011-07-26callcatcher: remove unused methodsThomas Arnhold1-5/+0
2011-07-26callcatcher: remove unused methodsThomas Arnhold3-103/+0
2011-07-21resyncing to masterBjoern Michaelsen5-121/+270
2011-07-14callcatcher: remove unused basegfx::B3DHomPoint::implHomogenizeThomas Arnhold2-48/+0
2011-07-14callcatcher: remove unused basegfx::B3DHomMatrix::FooThomas Arnhold1-54/+0
2011-07-124 minutes 27 seconds -> 11 secondsCaolán McNamara1-15/+4
2011-06-22Use the sweep flag to determine the drawing directionFridrich Štrba1-5/+2
2011-06-22Teach LibreOffice proper svg:d supportThorsten Behrens2-1/+266
2011-06-19Merge branch 'master' into feature/gnumake4Bjoern Michaelsen69-65/+264
2011-06-16CWS gnumake4: some more changes for basebmp and basegfx [hg:412eb2845cc4]Mathias Bauer12-610/+0
2011-05-04Some cppcheck cleaningJulien Nabet3-12/+12
2011-04-22cppcheck inefficient checking for emptinessKayo Hamid1-2/+2
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky1-34/+33
2011-03-16WaE: enable exceptions for new containersCaolán McNamara2-0/+4
2011-03-14Related: rhbz#684477 make sure this is thread safeCaolán McNamara1-12/+22
2011-03-12Move OSL_ENSURE(false,...) to OSL_FAIL(...)Thomas Arnhold5-8/+6
2011-03-11Merge commit 'ooo/DEV300_m101' into intm101Jan Holesovsky1-34/+33
2011-03-01avoid implicit castCaolán McNamara1-4/+4
2011-02-16clear windows warning, struct vs classCaolán McNamara1-1/+1