summaryrefslogtreecommitdiff
path: root/vcl/quartz/ctfonts.cxx
AgeCommit message (Expand)Author
2016-09-02boost::intrusive_ptr->tools::SvRefCaolán McNamara
2016-06-17convert DBG_ASSERT in vclNoel Grandin
2016-05-12Missing SAL_FALLTHROUGH (see comment above)Stephan Bergmann
2016-01-19vcl: FontAttributes::GetSlantType() -> FontAttributes::GetItalic()Chris Sherlock
2016-01-14vcl: change ImplFontMetricData to be reference counted via intrusive_ptrChris Sherlock
2016-01-12vcl: resplit FontAttributes from ImplFontMetricDataChris Sherlock
2016-01-10vcl: promote ImplFontAttributes to FontAttributesChris Sherlock
2016-01-10vcl: (OS X only) Change CoreTextFontData to CoreTextFontFaceChris Sherlock
2016-01-08vcl: change ImplFontEntry to LogicalFontInstanceChris Sherlock
2016-01-07vcl: rename outfont.hxx to fontentry.hxxChris Sherlock
2016-01-03vcl: split out ImplFontAttributes into own headerChris Sherlock
2016-01-03vcl: rename variables from metric names to font attribute namesChris Sherlock
2016-01-03vcl: merge ImplFontMetricData with ImplFontAttributesChris Sherlock
2016-01-03vcl: convert ImplFontMetricData to accessor functionsChris Sherlock
2015-12-31vcl: merge ImplDevFontAttributes with ImplFontAttributesChris Sherlock
2015-12-31vcl: create accessor functions for ImplDevFontAttributesChris Sherlock
2015-11-19Add ImplFontMetricData::mbTrueTypeFontTor Lillqvist
2015-11-17Don't assume sal_Unicode is unsigned shortStephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite; Mac-specific code)Stephan Bergmann
2015-10-02-Werror,-Wdeprecated-declarationsStephan Bergmann
2015-08-12cosmetic: clean-up vcl/quartzNorbert Thiebaud
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann
2015-05-08Remove trivial CoreTextFontData::CreateTextStyle wrapperStephan Bergmann
2015-04-28tdf#71034: [OS X] Ugly (too heavy) fake boldKhaled Hosny
2015-04-26tdf#90822: Descenders croppedThorsten Wagner
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-03-29loplugin:cstylecastStephan Bergmann
2015-01-28loplugin:cstylecast (Mac OS X)Stephan Bergmann
2015-01-04vcl/osx boost::unordered_map->std::unordered_mapCaolán McNamara
2014-12-04vcl (Mac): loplugin:cstylecastStephan Bergmann
2014-10-16MAC_OS_X_VERSION_MAX_ALLOWED is always >= 1080 nowTor Lillqvist
2014-09-13mac: clean-up obsolete conditional code based on old SDKNorbert Thiebaud
2014-06-14workaround for kCTForegroundColorFromContextAttributeName unavailabilityDouglas Mencken
2014-05-29Resolves: #i124922# allow late setting of the font color...Herbert Dürr
2014-05-15AOO: #i124823# fix the calculation of leading metrics for CoreTextHerbert Dürr
2014-05-08Handle CTFontCreatePathForGlyph failureStephan Bergmann
2014-05-08fix memory leaks in vcl quartzPtyl Dragon
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist
2014-03-20cosmetic: split PhysicalFontFamily/Collection out of outdev3.cxxNorbert Thiebaud
2014-03-20rename ImplDevFontList to PhysicalFontCollectionNorbert Thiebaud
2014-02-26Remove visual noise from vclAlexander Wilms
2014-02-23CoreText SDK 10.5 compatibilityDouglas Mencken
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-20vcl: try to fix the Mac build a bitMichael Stahl
2014-02-18fix SIGBUS on mac due to Font Attribute not always availableNorbert Thiebaud
2014-02-18Fix iOS fallout from cda903f83831341f44833b94e7d38e598f5a7198Tor Lillqvist
2014-02-18fdo#72042: Fix for "Font names are not localized (Mac OS X)"Tomofumi Yagi
2014-01-28Resolves: #i124121# prevent italic emulation with ITALIC_DONTKNOW fontsHerbert Dürr
2014-01-06Resolves: #i123840# add and use the sal_GlyphId typeHerbert Dürr