Age | Commit message (Expand) | Author |
2021-11-03 | Introduce 'scale' to Point/Size/Rectangle, to simplify anisotropic scaling | Mike Kaganski |
2021-09-20 | clean up ambiguous confusing rectangle APIs like IsInside() | Luboš Luňák |
2021-08-26 | add back getX()/getY() to tools::Rectangle | Luboš Luňák |
2021-08-19 | Fix typo | Andrea Gelmini |
2021-08-17 | Fix o3tl::convert for Rectangle, to operate on right/bottom values | Mike Kaganski |
2021-08-17 | Rename SaturatingSet[XY] to SaturatingSetPos[XY] | Mike Kaganski |
2021-08-17 | Simplify and inline tools::Rectangle::Justify | Mike Kaganski |
2021-08-17 | Fix ctor taking Point and Size, to properly handle regative sizes | Mike Kaganski |
2021-08-16 | Rename setX/setY to SetPosX/SetPosY, to align with SetPos | Mike Kaganski |
2021-08-16 | Drop tools::Rectangle::getX/getY, which are just duplicates of Left/Top | Mike Kaganski |
2021-08-15 | Simplify tools::Rectangle a bit | Mike Kaganski |
2021-08-12 | Unify and simplify tools::Rectangle methods returning Point | Mike Kaganski |
2021-07-30 | tools: use upper case GetWidth/GetHeight for Rect for repr. string | Tomaž Vajngerl |
2021-04-26 | Simplify center calculation | Mike Kaganski |
2021-04-26 | Add unit conversion for Point, Size and Rectangle | Tomaž Vajngerl |
2021-04-07 | implement operators +,-,*,/ for tools::Size | Luboš Luňák |
2021-04-07 | make tools::Point/Size/Rectangle/etc. constructors constexpr | Luboš Luňák |
2020-11-11 | make tools::Long 64-bit on Windows platform | Noel Grandin |
2020-10-21 | new tools::Degree10 strong typedef | Noel Grandin |
2020-10-19 | add tools::Long typedef and use it in tools | Noel |
2020-09-26 | revert recent Polygon commits | Noel Grandin |
2020-09-26 | tools::PolyPolygon -> basegfx in canvas | Noel Grandin |
2020-09-26 | tools::PolyPolygon -> basegfx in filter | Noel Grandin |
2020-08-03 | tdf#42949 Fix IWYU warnings in include/[t-x]*/*hxx | Gabor Kelemen |
2020-05-03 | use more compact namespace syntax in /include | Noel Grandin |
2020-04-20 | add tools::Rectangle::Justify | Noel Grandin |
2020-04-15 | add an IsEmpty method to tools::Size and use it | Noel Grandin |
2020-03-06 | mark some more classes hidden in --enable-mergelibs mode | Noel Grandin |
2019-09-29 | Move Rectangle,Point,Size serialization to GenericTypeSerializer | Tomaž Vajngerl |
2019-07-15 | make tools::Rectangle::getBottom return 0 when empty | Noel Grandin |
2019-07-15 | make tools::Rectangle::getWidth return 0 when empty | Noel Grandin |
2019-07-12 | make tools::Rectangle::Bottom return Top when empty | Noel Grandin |
2019-07-12 | make tools::Rectangle::Right return Left when empty | Noel Grandin |
2019-07-10 | make tools::Rectangle::setY respect empty state | Noel Grandin |
2019-07-10 | make tools::Rectangle::setX respect empty state | Noel Grandin |
2019-07-10 | make tools::Rectangle::AdjustBottom respect empty state | Noel Grandin |
2019-07-10 | make tools::Rectangle::AdjustRight respect empty state | Noel Grandin |
2019-07-09 | make tools::Rectangle::shrink respect empty state | Noel Grandin |
2019-07-08 | make tools::Rectangle::expandBy respect empty state | Noel Grandin |
2019-06-12 | Revert "improve empty tools::Rectangle (width)" | Noel Grandin |
2019-06-07 | improve empty tools::Rectangle (width) | Noel Grandin |
2019-04-03 | tdf#124155 change "gradient tab page" - increment & angle slider | Tomaž Vajngerl |
2018-10-17 | tdf#42949 Fix IWYU warnings in include/tools/* | Gabor Kelemen |
2018-05-19 | Revert "tools: test Pair" | Noel Grandin |
2018-05-16 | tools: test Pair | Chris Sherlock |
2018-04-07 | Revert "long->sal_Int32 in tools/gen.hxx" | Stephan Bergmann |
2018-04-03 | long->sal_Int32 in tools/gen.hxx | Noel Grandin |
2018-03-13 | ofz#6843 Integer-overflow | Caolán McNamara |
2018-03-08 | loplugin:unusedmethods | Noel Grandin |
2018-03-05 | drop long& returning methods in Point | Noel Grandin |