Age | Commit message (Expand) | Author |
2022-02-28 | check if cast is to the right type | Caolán McNamara |
2022-01-26 | avoid Xlib cairo surfaces for small virtual devices (bsc#1183308) | Luboš Luňák |
2021-11-24 | tdf#145874: fix "Drop deg2rad/rad2deg conversions" for gradient export in a pdf | Julien Nabet |
2021-11-23 | tdf#145538 Use range based for loops in EnhancedShapeDumper.cxx | Harjot |
2021-11-23 | tdf#145538 Use range based for loops | Henrik Palomäki |
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-10 | Removed useless semicolons | Andrea Gelmini |
2021-11-10 | osl::Mutex->std::mutex in TubeBuffer | Noel Grandin |
2021-11-09 | rtl::Static to thread-safe static | Noel Grandin |
2021-11-08 | extend XML dumpig for primitives to support fontwork objects | Tomaž Vajngerl |
2021-10-31 | crashtesting: failure on conversion of fdo74498-1.doc to pdf | Caolán McNamara |
2021-10-31 | add o3tl::span ctor from std::vector | Luboš Luňák |
2021-10-30 | tools::Long->sal_Int32 in GetCaretPositions | Noel Grandin |
2021-10-30 | tools::Long->sal_Int32 in the DX arrays | Noel Grandin |
2021-10-29 | Prepare for removal of non-const operator[] from Sequence in drawinglayer | Mike Kaganski |
2021-10-29 | pass DX array around using o3tl::span instead of pointer | Noel Grandin |
2021-10-27 | Move variable declaration to its use in if() condition | Mike Kaganski |
2021-10-19 | Use range based for loops | Hossein |
2021-10-16 | Simplify vector initialization in drawinglayer | Julien Nabet |
2021-10-12 | loplugin:moveparam in various | Noel Grandin |
2021-10-07 | Clean StringFormatFlags() in emfpstringformat.cxx | Hossein |
2021-10-06 | loplugin:moveparam in drawinglayer | Noel Grandin |
2021-10-03 | drop 'using namespace std' in drawinglayer | Julien Nabet |
2021-10-02 | new loplugin:moveparam | Noel Grandin |
2021-10-01 | loplugin:constmethod | Noel Grandin |
2021-09-28 | gives names to all the Idles and Tasks | Noel Grandin |
2021-09-28 | vcl: rename OutDevState to Stack | Chris Sherlock |
2021-09-26 | recursive_mutex -> mutex in BasePrimitive2DImplBase | Noel Grandin |
2021-09-24 | reduce copying in drawinglayer | Noel Grandin |
2021-09-23 | Related: tdf#144091 svx: fix interaction of transp cell fill and transp shadow | Miklos Vajna |
2021-09-22 | reduce copying in BufferedDecompositionPrimitive2D | Noel Grandin |
2021-09-21 | reduce cost of BasePrimitive2D (tdf#125892) | Noel Grandin |
2021-09-20 | tdf#144091 svx: fix unwanted blur of shadow from table cell fill | Miklos Vajna |
2021-09-20 | clean up ambiguous confusing rectangle APIs like IsInside() | Luboš Luňák |
2021-09-11 | clang:optin.performance.Padding | Noel Grandin |
2021-09-09 | fix std::move same object more than once | Noel Grandin |
2021-09-09 | tdf#144052 reduce Primitive2D copying | Noel Grandin |
2021-09-08 | no need to call expand() here | Noel Grandin |
2021-09-04 | use std::vector for fetching DX array data | Noel Grandin |
2021-09-03 | Remove some unused includes | Miklos Vajna |
2021-08-31 | clang-tidy:readability-redundant-member-init | Noel Grandin |
2021-08-27 | tdf#101083 speed up SVG rendering with pattern fill | Noel Grandin |
2021-08-22 | no need to use unique_ptr for ViewInformation3D | Noel Grandin |
2021-08-20 | -Werror,-Wunused-private-field | Stephan Bergmann |
2021-08-20 | loplugin:unusedmethods | Noel Grandin |
2021-08-20 | loplugin:unusedfields | Noel Grandin |
2021-08-18 | use visitor callback to avoid container construction (tdf#105575) | Noel Grandin |
2021-08-18 | undo changes to TextAlign | Caolán McNamara |