aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2015-07-22 23:09:03 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2015-07-22 23:09:03 +0200
commita5a05d3ca61aac9ab9f3cbd772ebafe97a6882c8 (patch)
tree891cab3f8cb32d6de847915f778314599f1f7178
parent3b079429a27b80700c8f89d0ee4d735c812bbdf2 (diff)
Version 4.4.5.2, tag libreoffice-4.4.5.2 libreoffice-4.4.5.2
Change-Id: Iea809ccc02ccdc4cf06225bcef93a4beac118d77
0 files changed, 0 insertions, 0 deletions
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/basegfx/test
AgeCommit message (Expand)Author
2021-11-19Use M_PI* instead of F_PI*Mike Kaganski
2021-08-18loplugin:sequenceloop also check for B2DPolyPolygonNoel Grandin
2021-06-17basegfx: generalise tuples with template class Tuple2D and Tuple3DTomaž Vajngerl
2021-06-11Simplify vector initializationsJulien Nabet
2021-02-08Improve loplugin:cppunitassertequal for CPPUNIT_ASSERT(a && b)Stephan Bergmann
2021-02-02Added Unit test to BColorModifierDeb Barkley-Yeung
2021-01-09fix coverity parse errorsCaolán McNamara
2020-12-26New loplugin:stringliteralvarStephan Bergmann
2020-11-13tdf#123936 Formatting files in module basegfx with clang-formatPhilipp Hofer
2020-10-30tdf#124176 Using pragma once instead of inclusive guardsdiwanshu885
2020-09-03Add unit tests to B2DPointDeb Barkley-Yeung
2020-07-16merge needlessly split polygons back in Skia drawing (tdf#133016)Luboš Luňák
2020-06-02basegfx: test of coordinate system conversionTomaž Vajngerl
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen
2020-03-30remove Matrix class from basegfx, convert B2DHomMatrix testsTomaž Vajngerl
2020-03-29basegfx: test B2DHomMatrix and Matrix togetherTomaž Vajngerl
2019-12-26Test for B2DRangeTomaž Vajngerl
2019-07-28unit test for B2DPointTomaž Vajngerl
2019-06-28add appendQuadraticBezierSegment to B2DPolygonTomaž Vajngerl
2019-05-14Revert "drawinglayer: avoid AA for hairline polygons built from ...Miklos Vajna
2019-05-11Fix typoAndrea Gelmini
2019-05-09drawinglayer: avoid AA for hairline polygons built from hori/vert lines onlyMiklos Vajna
2019-05-08Fix typoAndrea Gelmini
2019-03-16Simplify containers iterations in basctl, basegfx, basic, bridgesArkadiy Illarionov
2019-03-08new loplugin constvarsNoel Grandin
2019-02-18tdf#42949 Fix IWYU warnings in basegfx/Gabor Kelemen
2019-01-28split basegfx 2d tests to separate files (one per tested class)Tomaž Vajngerl
2018-11-25Fix typoAndrea Gelmini
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin
2018-10-15tdf#42949 Fix IWYU warnings in include/basegfx/*Gabor Kelemen
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-09-17New loplugin:externalStephan Bergmann
2018-08-04Use more basegfx deg<->rad functions, instead of direct formulasMike Kaganski
2018-05-20coverity#1435682 Unchecked return valueCaolán McNamara
2018-04-05fix bug in b2dpolypolygon::testTrapezoidHelperNoel Grandin