summaryrefslogtreecommitdiff
path: root/vcl/quartz
AgeCommit message (Expand)AuthorFilesLines
2016-10-18Rewrite AquaSalGraphics::DrawSalLayout()Khaled Hosny1-22/+67
2016-10-18Support font fallback on macOS for CommonSalLayoutKhaled Hosny2-30/+107
2016-10-18Check SAL_USE_COMMON_LAYOUT envar in one placeKhaled Hosny1-1/+1
2016-10-18Cache HarfBuzz fontKhaled Hosny1-3/+3
2016-10-18GSoC: Speed up CommonSalLayout by caching hb_faceAkash Jain1-0/+3
2016-10-18GSoC: Integrate new CommonSalLayout in quartz/ codeAkash Jain4-40/+41
2016-10-18GSoC: Modify DrawServerFontLayout and add DrawSalLayoutAkash Jain1-1/+2
2016-10-18GSoC: Add new CommonSalLayout classAkash Jain1-0/+1
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek1-4/+4
2016-09-23tdf#100994: use CGContextStrokePath insteadJulien Nabet1-2/+2
2016-09-14loplugin:overrideStephan Bergmann1-1/+1
2016-09-05convert OutDevSupportType to scoped enumNoel Grandin1-2/+2
2016-09-02boost::intrusive_ptr->tools::SvRefCaolán McNamara2-8/+8
2016-08-17Massage ifdefs etc for iOS to avoid undefinedsTor Lillqvist1-4/+4
2016-08-14loplugin:overrideparamStephan Bergmann1-1/+1
2016-08-08loplugin:overrideparamStephan Bergmann1-3/+3
2016-06-21vcl: remove some commented-out codeThorsten Behrens1-5/+1
2016-06-17convert DBG_ASSERT in vclNoel Grandin6-17/+17
2016-06-10tdf#96099 Remove various smart pointer typedefs in vclMark Page2-10/+9
2016-06-09tdf#96971 SetXORMode - remove un-needed parametermelikeyurtoglu1-2/+2
2016-05-26vcl: replace boost::shared_array with std::shared_ptrMichael Stahl1-24/+25
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