Age | Commit message (Expand) | Author |
2024-04-17 | Drop FRound, and use generalized basegfx::fround | Mike Kaganski |
2024-04-15 | Generalize basegfx::fround for templated return type | Mike Kaganski |
2022-10-31 | tdf#143377 Correct maximum Skew for TextOrientation in Calc | Armin Le Grand (allotropia) |
2022-09-07 | Use exactly two comparisons in fround | Mike Kaganski |
2021-11-19 | Drop F_PI1800/F_PI18000, and unify deg2rad/rad2deg conversions | Mike Kaganski |
2021-11-19 | Drop F_2PI | Mike Kaganski |
2021-11-19 | Use M_PI* instead of F_PI* | Mike Kaganski |
2021-11-18 | Drop F_PI180 | Mike Kaganski |
2021-11-18 | Drop obsolete comment | Mike Kaganski |
2021-06-17 | basegfx: change template param to use int instead bool | Tomaž Vajngerl |
2021-06-16 | basegfx: use namespace for "ftools", make sure input is FP number | Tomaž Vajngerl |
2021-03-15 | Drop obsolete comments | Mike Kaganski |
2020-04-22 | tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/ | Gabor Kelemen |
2020-01-26 | tdf#124176: Use pragma once instead of header guard | Pelin Kuran |
2020-01-25 | tdf#130137 Replace remaining uses of WNT define checks with _WIN32 | A_GAN |
2018-08-17 | Consolidate: basegfx::clamp -> o3tl::clamp | Stephan Bergmann |
2018-08-04 | Use more basegfx deg<->rad functions, instead of direct formulas | Mike Kaganski |
2018-04-07 | SOSAW080: Added first bunch of basic changes to helpers | Armin Le Grand |
2018-04-06 | Revert "SOSAW080: Added first bunch of basic changes to helpers" | Armin Le Grand |
2018-04-06 | SOSAW080: Added first bunch of basic changes to helpers | Armin Le Grand |
2018-01-15 | convert a<b?a:b to std::min(a,b) | Noel Grandin |
2018-01-11 | convert (a>b?a:b) to std::max(a,b) | Noel Grandin |
2017-11-18 | RotateFlyFrame3: Initial support added | Armin Le Grand |
2017-10-29 | ofz#3883 Integer-overflow | Caolán McNamara |
2017-10-09 | ofz+ubsan: limit double range to sal_Int32 limits | Caolán McNamara |
2017-10-04 | Revert "check for unnecessary DLLPUBLIC annotations" | Stephan Bergmann |
2017-09-29 | check for unnecessary DLLPUBLIC annotations | Noel Grandin |
2015-10-22 | coverity#1326120 try and silence Constant expression result | Caolán McNamara |
2015-05-21 | Revert "fTools::getSmallValue() is not used anymore" | Caolán McNamara |
2015-05-21 | fTools::getSmallValue() is not used anymore | Zsolt Bölöny |
2014-04-22 | Remove unused basegfx::copySign | Miklos Vajna |
2014-03-28 | Merge back branch alg_writerframes to trunk | Armin Le Grand |
2014-03-01 | Remove visual noise from include | Alexander Wilms |
2014-02-26 | we can do away with mfSmallValue | Caolán McNamara |
2014-02-26 | callcatcher: update unused code | Caolán McNamara |
2014-02-25 | remove unused code basegfx::snapToNearestMultiple(double, double) | Noel Grandin |
2014-02-25 | remove unused code basegfx::snapToRange(double, double, double) | Noel Grandin |
2013-10-23 | fixincludeguards.sh: include/{basegfx,basic} | Thomas Arnhold |
2013-05-19 | Resolves: #i120596# Optimized grid primitive | Armin Le Grand |
2013-04-23 | execute move of global headers | Bjoern Michaelsen |