Age | Commit message (Expand) | Author |
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::SaturatingSetX/Y respect empty state | 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-09 | Fix Android build after commit fc0850d2784eaa79257cf1ea8c5d078c5241b5bf | Mike Kaganski |
2019-07-09 | fix android build - fallback getCpuId only had one parameter | Tomaž Vajngerl |
2019-07-09 | CPU intrinsics detection (SSE, AVX) | Tomaž Vajngerl |
2019-07-08 | make tools::Rectangle::expandBy respect empty state | Noel Grandin |
2019-06-28 | tdf#126121: WebDAV redirection detection | Mike Kaganski |
2019-06-25 | improve loplugin:simplifyconstruct | Noel Grandin |
2019-06-25 | tdf#94677 Calc is slow opening large CSV, improve tools::Fraction | Noel Grandin |
2019-06-21 | Add test clarifying behavior of INetURLObject::setName on empty path | Stephan Bergmann |
2019-06-21 | Extend INetURLObject::setName and drop INetURLObject::SetName | Mike Kaganski |
2019-06-18 | loplugin:logexceptionnicely in toolkit..unoxml | Noel Grandin |
2019-06-12 | Revert "improve empty tools::Rectangle (width)" | Noel Grandin |
2019-06-07 | improve empty tools::Rectangle (width) | Noel Grandin |
2019-05-22 | New loplugin:data | Stephan Bergmann |
2019-05-14 | Switch everyone to stricter GetColorError | Jan-Marek Glogowski |
2019-05-13 | Make BitmapColor inherit from / merge into Color | Jan-Marek Glogowski |
2019-05-12 | regenerate PCH headers | Luboš Luňák |
2019-05-10 | Remove temporary config.ini after the test | Aurimas Fišeras |
2019-05-09 | regenerate PCH headers for the 4 new levels | Luboš Luňák |
2019-05-08 | AddressSanitizer: alloc-dealloc-mismatch (malloc vs operator delete) | Stephan Bergmann |
2019-05-07 | fix leak in exceptionToString | Noel Grandin |
2019-04-30 | tdf#42949 Fix IWYU warnings in tools/ | Gabor Kelemen |
2019-04-30 | improve loplugin:stringconstant | Noel Grandin |
2019-04-27 | Decouple reading/writing of Color into GenericTypeSerializer | Tomaž Vajngerl |
2019-04-22 | cleanup and rename COLORDATA_RGB to color::extractRGB | Tomaž Vajngerl |
2019-04-22 | Replace compile time test with a static_assert | Tomaž Vajngerl |
2019-04-21 | rework Color to have R,G,B,A public variables | Tomaž Vajngerl |
2019-04-17 | Fix uses of variables before their lifetimes begin | Stephan Bergmann |
2019-04-15 | improve loplugin simplifyconstruct | Noel Grandin |
2019-04-15 | loplugin:sequentialassign in test..tools | Noel Grandin |
2019-04-03 | Revert "add more append methods to *StringBuffer" | Noel Grandin |
2019-04-03 | add more append methods to *StringBuffer | Noel Grandin |
2019-03-06 | loplugin:unnecessaryparen improve member expression | Noel Grandin |
2019-02-21 | loplugin:indentation (macOS) | Stephan Bergmann |
2019-02-19 | pretty up logging of exceptions | Noel Grandin |
2019-02-11 | loplugin:indentation in lingucomponent..tools | Noel Grandin |
2019-02-09 | move and extend primitive2dxmldump to drawinglayer | Tomaž Vajngerl |
2019-02-08 | o3tl::make_unique -> std::make_unique in tools..xmloff | Gabor Kelemen |
2019-02-05 | Move dubious file: -> smb: conversion from INetURLObject to file UCP | Stephan Bergmann |
2019-02-02 | tools: use std::swap() in Rectangle::Justify() | Miklos Vajna |
2019-01-31 | loplugin:unnecessaryparen (clang-cl) | Stephan Bergmann |
2019-01-25 | Disable test for Linux x86 CXXFLAGS=-O1 corner case | Stephan Bergmann |
2019-01-23 | Test for XmlWalker to check it parses the xml as expected | Tomaž Vajngerl |