summaryrefslogtreecommitdiff
path: root/basegfx/source/workbench
AgeCommit message (Expand)AuthorFilesLines
2022-09-15tdf#148251 Use std::swap() instead of using temporary valuesRadhey Parekh1-5/+1
2022-03-29tdf#147906 change sqrt(a * a + b * b) occurences to std::hypot(a, b)Bartosz Kosiorek1-1/+1
2022-03-15Update basegfx workbenchHossein2-104/+95
2022-01-19tdf#145614 Convert #define to enum or constexprVaibhavMalik41871-1/+1
2021-04-01tdf#124176 Use pragma once instead of include guardsrounak1-4/+1
2020-10-23tdf#124176 Using pragma once instead of include guardsgizemozgun1-4/+1
2019-02-19Fix typoAndrea Gelmini1-1/+1
2018-05-20Fix typosAndrea Gelmini1-1/+1
2017-10-10basegfx: consistently use "" and <> in include directivesMike Kaganski2-3/+3
2017-07-07C++11 remove std::binary_function bases from functorsJochen Nitschke1-2/+1
2017-02-15Drop :: prefix from std in [a-b]*/Tor Lillqvist3-37/+37
2016-12-06cppcheck unreadVariable: curr_OffsetTibor Móger1-1/+0
2016-02-05Fix typosAndrea Gelmini1-1/+1
2015-05-18cppunit: noExplicitConstructorCaolán McNamara1-1/+1
2015-01-07fdo#39440 reduce scope of local variablesŁukasz Hryniuk1-10/+10
2014-07-06remove unnecessary whitespaces in basegfxMarkus Mohrhard3-49/+0
2014-05-30fdo#68849: Add header guards to all include filesJens Carl1-0/+6
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold1-3/+3
2014-04-14typo: implicitely -> implicitlyThomas Arnhold1-1/+1
2014-02-25Remove visual noise from basegfxAlexander Wilms1-46/+46
2014-02-23Remove unneccessary commentsAlexander Wilms2-17/+17
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks1-23/+14
2012-06-19re-base on ALv2 code.Michael Meeks4-69/+60
2012-06-06Some cppcheck cleaningJulien Nabet1-1/+2
2011-11-05precompiled_basegfx.hxx is empty, so don't include it.Joseph Powers2-6/+0
2011-02-09Trying to remove the stlport mention from the codeFridrich Štrba1-1/+1
2010-12-05Replace all occured, occurance etc.Takeshi Abe1-1/+1
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth4-0/+12
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien4-16/+4
2008-04-10INTEGRATION: CWS changefileheader (1.4.88); FILE MERGEDRüdiger Timm1-23/+18
2008-04-10INTEGRATION: CWS changefileheader (1.5.60); FILE MERGEDRüdiger Timm2-46/+36
2008-04-10INTEGRATION: CWS changefileheader (1.5.88); FILE MERGEDRüdiger Timm1-23/+18
2006-09-17INTEGRATION: CWS pchfix02 (1.4.36); FILE MERGEDOliver Bolte2-4/+10
2005-09-07INTEGRATION: CWS ooo19126 (1.3.62); FILE MERGEDRüdiger Timm2-95/+42
2005-09-07INTEGRATION: CWS ooo19126 (1.4.62); FILE MERGEDRüdiger Timm1-47/+21
2005-09-07INTEGRATION: CWS ooo19126 (1.3.62); FILE MERGEDRüdiger Timm1-47/+21
2004-02-16#110496# Made headers gcc-Wall clean, added some Canvas-related toolingThorsten Behrens1-3/+3
2004-01-16#110496# Added integer point, size and rectangle classes, needed for the new ...Thorsten Behrens4-54/+54
2003-11-05Added PolyPolygonTools, Added PolygonTool functionality, changed bool to sal_...Armin Weiss4-54/+54
2003-03-06Evaluation of bezier clipping, not for production useThorsten Behrens5-0/+2682