summaryrefslogtreecommitdiff
path: root/include/basegfx/tuple
AgeCommit message (Expand)AuthorFilesLines
2023-10-08Drop temporary aliases from Tuple2D and Tuple3DMike Kaganski4-91/+68
2023-07-13basegfx: replace typedef with a class B2ISize based on Size2DTomaž Vajngerl1-0/+2
2023-06-21tdf#155735: Add tests in basegfxXisco Fauli1-1/+3
2022-09-11basegfx: replace typedef with a class B2DSize based on Size2DTomaž Vajngerl1-1/+1
2022-09-10basegfx: add Size2D template class - subclass Tuple2DTomaž Vajngerl2-0/+117
2022-09-10basegfx: simplify Tuple2D, B2DPoint, B2DVector, B2DTupleTomaž Vajngerl2-36/+44
2022-01-12make it easier to adjust the value of a basegfx Tuple2DCaolán McNamara1-0/+6
2021-12-15Recheck include/[a-d]* with IWYUGabor Kelemen4-9/+0
2021-07-29Fix --enable-mergelibs `make check`Stephan Bergmann1-1/+1
2021-06-17basegfx: change template param to use int instead bool - Tuple2DTomaž Vajngerl1-8/+4
2021-06-17basegfx: generalise tuples with template class Tuple2D and Tuple3DTomaž Vajngerl7-512/+325
2020-05-12use pragma once in include/basegfx headersTomaž Vajngerl5-20/+5
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen2-5/+5
2020-03-23make more classes private in mergedlibs modeNoel Grandin1-1/+2
2020-03-06basegfx: B2DTuple replace operator[] with "get" and Axis2D enumTomaž Vajngerl1-15/+11
2019-06-29Fix typoAndrea Gelmini1-1/+1
2019-06-29Fix typoAndrea Gelmini1-1/+1
2019-06-29Fix typoAndrea Gelmini1-1/+1
2019-06-29Fix typoAndrea Gelmini1-1/+1
2019-06-26Fix typoAndrea Gelmini1-1/+1
2018-10-15tdf#42949 Fix IWYU warnings in include/basegfx/*Gabor Kelemen5-6/+0
2017-11-10loplugin:finalclasses in basic,basegfxNoel Grandin1-2/+1
2017-01-24loplugin: unnecessary destructor: basctl..codemakerNoel Grandin1-3/+0
2017-01-07default copy ctor and assignment operator are good enoughCaolán McNamara1-20/+0
2017-01-03default copy ctor and assignment operator are good enoughCaolán McNamara3-64/+0
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2016-01-22loplugin:fpcomparison in basegfxNoel Grandin2-5/+5
2015-12-10Fix order of SAL_WARN_UNUSED and DLLPUBLIC for clang-clStephan Bergmann4-4/+4
2015-10-27loplugin:unusedmethodsNoel Grandin5-365/+0
2015-07-06loplugin:unusedmethods sax,shell,stoc,basegfxNoel Grandin2-32/+0
2015-07-03Revert "loplugin:unusedmethods sax,shell,stoc,basegfx"Michael Stahl2-0/+32
2015-07-03loplugin:unusedmethods sax,shell,stoc,basegfxNoel Grandin2-32/+0
2015-06-05Removed B{2,3}DTuple's custom treshold equal() and equalZero() methodsZsolt Bölöny2-31/+0
2015-05-26Remove B3I64Tuple, it's not used by anythingZsolt Bölöny1-346/+0
2015-04-30Bin some pointless comments and reduce some vertical whitespaceTor Lillqvist2-2/+0
2014-05-30New loplugin:inlinevisible to flag inline functions marked DLLEXPORTStephan Bergmann1-8/+8
2014-03-01Remove visual noise from includeAlexander Wilms6-14/+14
2013-10-23fixincludeguards.sh: include/{basegfx,basic}Thomas Arnhold6-18/+18
2013-08-14Resolves: #i122149# Corrected stuff around polygon-based clip regionsArmin Le Grand2-4/+4
2013-06-11Related: #i120604# corrected 3d gradientsArmin Le Grand6-140/+246
2013-04-23execute move of global headersBjoern Michaelsen6-0/+1957