summaryrefslogtreecommitdiff
path: root/vcl/quartz
AgeCommit message (Expand)AuthorFilesLines
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
2015-08-12cosmetic: clean-up vcl/quartzNorbert Thiebaud9-573/+854
2015-07-08loplugin:unusedmethods vclNoel Grandin2-16/+0
2015-07-04tdf#88941 Revert "vcl quartz: Add support back for DXArray tweaking"Norbert Thiebaud3-213/+61
2015-06-15cppcheck:redundantAssignmentNoel Grandin1-3/+1
2015-06-11Cleanup crossplatform cairoMox Soini4-458/+0
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann4-5/+5
2015-06-05Revert "Cleanup crossplatform cairo"Jan Holesovsky2-0/+128
2015-06-04Cleanup crossplatform cairoMox Soini2-128/+0
2015-06-04convert B2DLineJoin to scoped enumNoel Grandin1-7/+7
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann1-1/+1
2015-05-25cppcheck: noExplicitConstructorCaolán McNamara1-3/+3