summaryrefslogtreecommitdiffstats
path: root/vcl/quartz
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-122-40/+40
* afl-eventtesting: creating OUString from super long sal_Unicode* is slowCaolán McNamara2015-10-071-3/+6
* -Werror,-Wdeprecated-declarationsStephan Bergmann2015-10-021-0/+2
* Fix typosAndrea Gelmini2015-10-012-2/+2
* make CalcMaskShift a verifiable operationCaolán McNamara2015-09-171-10/+36
* cosmetic: clean-up vcl/quartzNorbert Thiebaud2015-08-129-573/+854
* loplugin:unusedmethods vclNoel Grandin2015-07-082-16/+0
* tdf#88941 Revert "vcl quartz: Add support back for DXArray tweaking"Norbert Thiebaud2015-07-043-213/+61
* cppcheck:redundantAssignmentNoel Grandin2015-06-151-3/+1
* Cleanup crossplatform cairoMox Soini2015-06-114-458/+0
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-084-5/+5
* Revert "Cleanup crossplatform cairo"Jan Holesovsky2015-06-052-0/+128
* Cleanup crossplatform cairoMox Soini2015-06-042-128/+0
* convert B2DLineJoin to scoped enumNoel Grandin2015-06-041-7/+7
* loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann2015-06-021-1/+1
* cppcheck: noExplicitConstructorCaolán McNamara2015-05-251-3/+3