summaryrefslogtreecommitdiffstats
path: root/vcl/quartz
Commit message (Expand)AuthorAgeFilesLines
* vcl: remove some commented-out codeThorsten Behrens2016-06-211-5/+1
* convert DBG_ASSERT in vclNoel Grandin2016-06-176-17/+17
* tdf#96099 Remove various smart pointer typedefs in vclMark Page2016-06-102-10/+9
* tdf#96971 SetXORMode - remove un-needed parametermelikeyurtoglu2016-06-091-2/+2
* vcl: replace boost::shared_array with std::shared_ptrMichael Stahl2016-05-261-24/+25
* vcl: replace boost::dynamic_bitset with boost::optional<std::bitset>Michael Stahl2016-05-251-4/+4
* Convert BMP_FORMAT to scoped enumNoel Grandin2016-05-251-9/+8
* Convert BitmapAccessMode to scoped enumNoel Grandin2016-05-221-1/+1
* cppcheck: uninitialised members in vclJochen Nitschke2016-05-141-3/+9
* Missing SAL_FALLTHROUGH (see comment above)Stephan Bergmann2016-05-121-0/+1
* simplify SalGraphics::copyArea flags argumentNoel Grandin2016-05-121-2/+2
* remove unused return type from SalGraphics::SetFontNoel Grandin2016-05-111-4/+2
* Convert SAL_INVERT to scoped enumNoel Grandin2016-05-101-4/+4
* convert SAL_ROP to scoped enumNoel Grandin2016-05-101-1/+1
* fix copy&paste errorJochen Nitschke2016-05-011-1/+1
* tdf#48066 render stroke-miterlimit correctly in SVG importRegina Henschel2016-04-261-2/+5
* loplugin:commaoperatorStephan Bergmann2016-02-261-4/+8
* vcl: include vcl headers via triangular brackets instead of quotesChris Sherlock2016-02-131-2/+2
* mysterious OutDevSupport_B2DClip is unusedCaolán McNamara2016-02-051-1/+0
* remove B2DLineJoin::MiddleCaolán McNamara2016-02-021-1/+0
* windows impl doesn't care if drawPolyLine LineWidth y != xCaolán McNamara2016-02-021-7/+0
* vcl: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl2016-01-221-17/+18
* vcl: FontAttributes::GetSlantType() -> FontAttributes::GetItalic()Chris Sherlock2016-01-192-4/+4
* basebmp now only used from vcl/headless codeCaolán McNamara2016-01-183-5/+0
* vcl: change ImplFontMetricData to be reference counted via intrusive_ptrChris Sherlock2016-01-142-11/+11
* vcl: resplit FontAttributes from ImplFontMetricDataChris Sherlock2016-01-122-12/+14
* vcl: put FontConfigFontOptions into Unix headerChris Sherlock2016-01-121-1/+0
* vcl: split off ImplFontCharMap into it's own header fileChris Sherlock2016-01-121-0/+1
* Fix typosAndrea Gelmini2016-01-101-1/+1
* Cleanup FontCharMapPtr variable prefixesChris Sherlock2016-01-101-21/+21
* vcl: promote ImplFontAttributes to FontAttributesChris Sherlock2016-01-104-9/+9
* vcl: (OS X only) Change CoreTextFontData to CoreTextFontFaceChris Sherlock2016-01-103-27/+27
* vcl: change ImplFontEntry to LogicalFontInstanceChris Sherlock2016-01-081-3/+3
* vcl: rename outfont.hxx to fontentry.hxxChris Sherlock2016-01-071-1/+1
* vcl: split classes out of metric.hxxChris Sherlock2016-01-041-0/+1
* vcl: split out ImplFontAttributes into own headerChris Sherlock2016-01-031-0/+1
* vcl: rename variables from metric names to font attribute namesChris Sherlock2016-01-032-11/+11
* vcl: merge ImplFontMetricData with ImplFontAttributesChris Sherlock2016-01-032-3/+3
* vcl: convert ImplFontMetricData to accessor functionsChris Sherlock2016-01-032-12/+12
* vcl: remove poor-man's RTTI in PhysicalFontFaceChris Sherlock2016-01-011-1/+1
* vcl: merge ImplDevFontAttributes with ImplFontAttributesChris Sherlock2015-12-314-6/+6
* vcl: create accessor functions for ImplDevFontAttributesChris Sherlock2015-12-312-7/+7
* Get rid of :: prefix for basegfx in include/vcl and vclTor Lillqvist2015-12-151-6/+6
* VirtualDevices either match another device depth, or are 1 bitCaolán McNamara2015-11-231-0/+2
* establish that Virtual Devices either match Physical Device depth or ...Caolán McNamara2015-11-231-7/+18
* Add ImplFontMetricData::mbTrueTypeFontTor Lillqvist2015-11-191-0/+1
* com::sun::star->css in vcl/Noel Grandin2015-11-181-1/+1
* Don't assume sal_Unicode is unsigned shortStephan Bergmann2015-11-173-8/+9
* loplugin:nullptr (automatic rewrite; Mac-specific code)Stephan Bergmann2015-11-108-140/+140
* Comment the quartz off-screen buffering code.Michael Meeks2015-11-051-0/+9