summaryrefslogtreecommitdiff
path: root/basegfx/source
AgeCommit message (Expand)AuthorFilesLines
2013-07-28fdo#60282 fdo#66745 i#122509 Corrected typo in basegfxArmin Le Grand1-1/+1
2013-05-19Related: #120642# streamlined a little bitArmin Le Grand1-5/+4
2013-05-19Resolves: #i120642# expand target to maximum edge not to diagonalRegina Henschel1-5/+5
2013-05-19Resolves: #i120596# Optimized grid primitiveArmin Le Grand1-0/+77
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist1-1/+1
2013-05-12Resolves: fdo#49508# #i120539# Fixed visualisation of gradient 'square'Armin Le Grand1-4/+11
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-23/+4
2013-04-11Small vector calculation correctionArmin Le Grand1-1/+1
2013-04-01Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-1/+1
2013-04-01Add assert nCount <= vector.size() (Thank you Markus!)Julien Nabet1-0/+1
2013-04-01Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-21/+19
2013-03-20Fix loplugin warning.Thorsten Behrens2-174/+182
2013-03-09fdo#43460: use isEmpty()Thomas Arnhold1-1/+1
2013-03-04fix buildDavid Ostrovsky1-0/+39
2013-03-04doubled includesThomas Arnhold1-1/+0
2013-03-04it's surely a bad idea to not crash in dbgutil mode but crash in product modeCaolán McNamara1-39/+0
2013-02-25loplugin: unused variablesThomas Arnhold1-2/+0
2013-02-17coverity#984038 Uninitialized scalar variableCaolán McNamara1-1/+1
2012-12-30Revert "SVG: add check if polygon is closed"Chr. Rossmanith1-4/+0
2012-12-08SVG: add check if polygon is closedChr. Rossmanith1-0/+4
2012-11-18Move #include to appropriate headerTakeshi Abe1-1/+0
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks44-1182/+1203
2012-10-31::rtl::OUString -> OUString in basegfxRicardo Montania3-38/+36
2012-08-08reduce ascii noise and useless commentsThomas Arnhold1-2/+0
2012-08-07drop bogus eof linesThomas Arnhold37-98/+0
2012-07-03sprinkle explicit over constructorsDavid Tardon7-9/+9
2012-06-19re-base on ALv2 code.Michael Meeks14-308/+209
2012-06-06Some cppcheck cleaningJulien Nabet6-10/+10
2012-06-02targeted string re-workNorbert Thiebaud1-2/+2
2012-05-31targetted minor size vs. empty reversionMichael Meeks1-2/+2
2012-05-15fdo#48068 fix parsing of path d-attributeChr. Rossmanith1-2/+5
2012-05-14fdo#48070 more on parsing of arc pathsPetr Mladek1-7/+0
2012-05-11unusedcode: basegfx::tools::equalMatúš Kukan2-70/+0
2012-05-11fdo#48070 fix parsing of arc pathsChr. Rossmanith1-17/+18
2012-05-04Fix fdo#49508 incorrect square gradients in slideshow.Thorsten Behrens1-4/+10
2012-04-14Clean up basegfx's polygon tools codeGábor Stefanik3-107/+0
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-1/+1
2012-03-26Compatibility option for incorrect relative moves after closePath (fdo#47406)Fridrich Štrba1-2/+2
2012-03-20removed zoomtools int functionsTim Hardeck1-21/+0
2012-03-10Add more values that zoom shouldn't skipStefan Knorr (astron)1-2/+8
2012-03-05callcatcher: update listCaolán McNamara1-132/+0
2012-03-05Remove unused codeElton Chung1-172/+0
2012-03-01Remove unused codeElton Chung3-60/+0
2012-03-01WaE: unused function 'liangBarskyClipT'Tor Lillqvist1-75/+0
2012-02-25Remove unused code in basegfx, comphelperElton Chung9-403/+0
2012-02-21WaE: duplicateBranchThomas Arnhold1-22/+2
2012-02-20Remove unused codeElton Chung6-511/+0
2012-02-19Remove unused codeElton Chung2-63/+0
2012-02-16Removed unused code.Björgvin Ragnarsson1-146/+0
2012-02-15Fix fdo#45779 - accessing empty polygon.Thorsten Behrens1-55/+58