summaryrefslogtreecommitdiff
path: root/vcl/quartz
AgeCommit message (Expand)AuthorFilesLines
2016-05-25vcl: replace boost::dynamic_bitset with boost::optional<std::bitset>Michael Stahl1-4/+4
2016-05-25Convert BMP_FORMAT to scoped enumNoel Grandin1-9/+8
2016-05-22Convert BitmapAccessMode to scoped enumNoel Grandin1-1/+1
2016-05-14cppcheck: uninitialised members in vclJochen Nitschke1-3/+9
2016-05-12Missing SAL_FALLTHROUGH (see comment above)Stephan Bergmann1-0/+1
2016-05-12simplify SalGraphics::copyArea flags argumentNoel Grandin1-2/+2
2016-05-11remove unused return type from SalGraphics::SetFontNoel Grandin1-4/+2
2016-05-10Convert SAL_INVERT to scoped enumNoel Grandin1-4/+4
2016-05-10convert SAL_ROP to scoped enumNoel Grandin1-1/+1
2016-05-01fix copy&paste errorJochen Nitschke1-1/+1
2016-04-26tdf#48066 render stroke-miterlimit correctly in SVG importRegina Henschel1-2/+5
2016-02-26loplugin:commaoperatorStephan Bergmann1-4/+8
2016-02-13vcl: include vcl headers via triangular brackets instead of quotesChris Sherlock1-2/+2
2016-02-05mysterious OutDevSupport_B2DClip is unusedCaolán McNamara1-1/+0
2016-02-02remove B2DLineJoin::MiddleCaolán McNamara1-1/+0
2016-02-02windows impl doesn't care if drawPolyLine LineWidth y != xCaolán McNamara1-7/+0
2016-01-22vcl: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-17/+18
2016-01-19vcl: FontAttributes::GetSlantType() -> FontAttributes::GetItalic()Chris Sherlock2-4/+4
2016-01-18basebmp now only used from vcl/headless codeCaolán McNamara3-5/+0
2016-01-14vcl: change ImplFontMetricData to be reference counted via intrusive_ptrChris Sherlock2-11/+11
2016-01-12vcl: resplit FontAttributes from ImplFontMetricDataChris Sherlock2-12/+14
2016-01-12vcl: put FontConfigFontOptions into Unix headerChris Sherlock1-1/+0
2016-01-12vcl: split off ImplFontCharMap into it's own header fileChris Sherlock1-0/+1
2016-01-10Fix typosAndrea Gelmini1-1/+1
2016-01-10Cleanup FontCharMapPtr variable prefixesChris Sherlock1-21/+21
2016-01-10vcl: promote ImplFontAttributes to FontAttributesChris Sherlock4-9/+9
2016-01-10vcl: (OS X only) Change CoreTextFontData to CoreTextFontFaceChris Sherlock3-27/+27
2016-01-08vcl: change ImplFontEntry to LogicalFontInstanceChris Sherlock1-3/+3
2016-01-07vcl: rename outfont.hxx to fontentry.hxxChris Sherlock1-1/+1
2016-01-04vcl: split classes out of metric.hxxChris Sherlock1-0/+1
2016-01-03vcl: split out ImplFontAttributes into own headerChris Sherlock1-0/+1
2016-01-03vcl: rename variables from metric names to font attribute namesChris Sherlock2-11/+11
2016-01-03vcl: merge ImplFontMetricData with ImplFontAttributesChris Sherlock2-3/+3
2016-01-03vcl: convert ImplFontMetricData to accessor functionsChris Sherlock2-12/+12
2016-01-01vcl: remove poor-man's RTTI in PhysicalFontFaceChris Sherlock1-1/+1
2015-12-31vcl: merge ImplDevFontAttributes with ImplFontAttributesChris Sherlock4-6/+6
2015-12-31vcl: create accessor functions for ImplDevFontAttributesChris Sherlock2-7/+7
2015-12-15Get rid of :: prefix for basegfx in include/vcl and vclTor Lillqvist1-6/+6
2015-11-23VirtualDevices either match another device depth, or are 1 bitCaolán McNamara1-0/+2
2015-11-23establish that Virtual Devices either match Physical Device depth or ...Caolán McNamara1-7/+18
2015-11-19Add ImplFontMetricData::mbTrueTypeFontTor Lillqvist1-0/+1
2015-11-18com::sun::star->css in vcl/Noel Grandin1-1/+1
2015-11-17Don't assume sal_Unicode is unsigned shortStephan Bergmann3-8/+9
2015-11-10loplugin:nullptr (automatic rewrite; Mac-specific code)Stephan Bergmann8-140/+140
2015-11-05Comment the quartz off-screen buffering code.Michael Meeks1-0/+9
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2-40/+40
2015-10-07afl-eventtesting: creating OUString from super long sal_Unicode* is slowCaolán McNamara1-3/+6
2015-10-02-Werror,-Wdeprecated-declarationsStephan Bergmann1-0/+2
2015-10-01Fix typosAndrea Gelmini2-2/+2
2015-09-17make CalcMaskShift a verifiable operationCaolán McNamara1-10/+36