summaryrefslogtreecommitdiff
path: root/tools/source/generic
AgeCommit message (Expand)Author
2022-06-27tools Color: implement MSO-style luminance modulation/offset filterMiklos Vajna
2022-03-22tdf#113066 tdf#142204 EMF Implement SETARCDIRECTIONBartosz Kosiorek
2021-11-29speed up Fraction::operator*= a littleNoel Grandin
2021-11-19Drop F_PI1800/F_PI18000, and unify deg2rad/rad2deg conversionsMike Kaganski
2021-11-19Drop F_2PIMike Kaganski
2021-11-19Use M_PI* instead of F_PI*Mike Kaganski
2021-10-29Let's assume this is a bogus warningTor Lillqvist
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák
2021-09-17ensure that some basic geometry classes are trivially copyableLuboš Luňák
2021-09-16Revert "speedup rational_FromDouble"Noel Grandin
2021-09-15No need to check if nDX is 0 for atan2Mike Kaganski
2021-09-06tdf#144319 fix formula loadNoel Grandin
2021-09-06clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-17Rename SaturatingSet[XY] to SaturatingSetPos[XY]Mike Kaganski
2021-08-17Simplify and inline tools::Rectangle::JustifyMike Kaganski
2021-08-16Rename setX/setY to SetPosX/SetPosY, to align with SetPosMike Kaganski
2021-08-16Drop tools::Rectangle::getX/getY, which are just duplicates of Left/TopMike Kaganski
2021-08-15Simplify tools::Rectangle a bitMike Kaganski
2021-08-12Unify and simplify tools::Rectangle methods returning PointMike Kaganski
2021-08-05improve LOK notifyInvalidationNoel Grandin
2021-06-29ofz#35504 promote to double earlierCaolán McNamara
2021-06-28ofz#35504 Integer-overflowCaolán McNamara
2021-06-23ofz#35504 Integer-overflowCaolán McNamara
2021-06-20Revert "ofz#33769 Integer-overflow"Caolán McNamara
2021-06-03ofz#33769 Integer-overflowCaolán McNamara
2021-05-28no need to allocate these on the heapNoel Grandin
2021-05-21tdf#55007 tdf#142263 tdf#142268 EMF ARC, PIE, CHORD allow to draw circleBartosz Kosiorek
2021-05-20Simplify a bit: use one minmax in place of 3 min + 3 max callsMike Kaganski
2021-05-18tdf#55007 tdf#142263 tdf#142268 EMF Properly display ARC and CHORDBartosz Kosiorek
2021-05-03loplugin:unnecessaryparen small improvementNoel Grandin
2021-04-28ofz#33769 Integer-overflowCaolán McNamara
2021-04-27loplugin:moveoptNoel Grandin
2021-04-19use more string_view in OString APINoel Grandin
2021-04-14ofz#33235 Integer-overflowCaolán McNamara
2021-04-10ofz#32973 Integer-overflowCaolán McNamara
2021-04-09ofz#33038 Floating-point-exceptionCaolán McNamara
2021-04-07ofz#32965 move fpe fix of ofz#17212 into toRationalCaolán McNamara
2021-04-05Use std::gcd instead of boost versionMike Kaganski
2021-04-05ofz#32885 regard as invalid fractions that will FPE boost::integer::gcdCaolán McNamara
2021-04-02vcl: move Fraction reading/writing to GenericTypeSerializerTomaž Vajngerl
2021-01-15cid#1471704 workaroundNoel Grandin
2021-01-14cid#1471346 Uncaught exceptionCaolán McNamara
2021-01-06bIsBig member is redundantNoel Grandin
2021-01-06move the bigint based Scale() implementations to one central placeNoel Grandin
2020-12-24Revert "add sal*Int64 conversions to BigInt"Stephan Bergmann
2020-12-24add sal*Int64 conversions to BigIntNoel Grandin
2020-12-24custom literal for Degree10Noel Grandin
2020-12-20use CLZ intrinsic in tools::FractionNoel Grandin
2020-12-19speedup rational_FromDoubleNoel Grandin
2020-11-21Changes to the color classdante