Age | Commit message (Expand) | Author |
2023-11-06 | tdf#146619 Recheck include/t* with IWYU | Gabor Kelemen |
2023-08-17 | Simplify Point/Size/tools::Rectangle templates | Mike Kaganski |
2023-08-02 | Make RectangleTemplate comparison operators symmetric | Stephan Bergmann |
2023-08-02 | split Point/Size/Rectangle into AbsoluteScreenPixel* types | Noel Grandin |
2023-07-16 | editeng: Use Tools::Point::RotateAround instead of our own | Dr. David Alan Gilbert |
2022-08-24 | tools: rename Rectangle::Justify() to Rectangle::Normalize() | Chris Sherlock |
2022-08-19 | tools: use std::swap() in gen.hxx | Chris Sherlock |
2022-08-09 | tools: prefix member variables with an 'm' | Chris Sherlock |
2022-07-28 | tdf#143148 tools: Use pragma once instead of include guards | Chris Sherlock |
2022-07-11 | tools: rename getHeight/Width() to GetOpenHeight/Width() | Chris Sherlock |
2022-06-17 | Rectangle: split SetSize into SetWidth/SetHeight | Jan-Marek Glogowski |
2022-06-08 | VCL add vcl::WindowPosSize abstract class | Jan-Marek Glogowski |
2022-06-04 | Rectangle: move inline definition into functions | Jan-Marek Glogowski |
2022-04-12 | include OutputDevice MapMode in SalLayoutGlyphsCache key (tdf#148400) | Luboš Luňák |
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 |