summaryrefslogtreecommitdiff
path: root/vcl/quartz
AgeCommit message (Expand)AuthorFilesLines
2014-10-13vcl: Make ImplFontCharMap a pImpl and move functions to FontCharMapChris Sherlock1-12/+18
2014-10-06vcl: FontCharMap to use intrusive_ptr ImplFontCharMapChris Sherlock1-14/+9
2014-09-30fdo#82577: Handle RegionNoel Grandin1-1/+1
2014-09-15Missing GetImplFontCapabilities -> GetFontCapabilitiesStephan Bergmann1-2/+2
2014-09-15vcl: Rename GetImplFontCapabilities()Chris Sherlock1-1/+1
2014-09-13mac: clean-up obsolete conditional code based on old SDKNorbert Thiebaud2-16/+0
2014-09-12Revert "vcl: use DeviceCoordinate for GetCaretPositions in sallayout"Norbert Thiebaud1-5/+5
2014-09-12vcl: use DeviceCoordinate for GetCaretPositions in sallayoutNorbert Thiebaud1-5/+5
2014-09-03What is a ridiculous size in 32-bit code is also ridiculous in 64-bit codeTor Lillqvist1-1/+1
2014-09-03fdo#82818 vcl macosx. fix asian vertical ctlayoutNorbert Thiebaud1-109/+153
2014-09-03extra witdh for GetTextBreak is of DeviceCoordinateNorbert Thiebaud1-2/+2
2014-09-03SalLayout GetTextWidth return DeviceCoordinateNorbert Thiebaud1-12/+4
2014-08-14GetTextBreak takes a DeviceCoordinate as widthNorbert Thiebaud1-4/+10
2014-07-20vcl mac SDK issue with API manipulating RectNorbert Thiebaud1-1/+1
2014-07-20vcl quartz: restore old outline front drawingNorbert Thiebaud1-1/+2
2014-07-20vcl quartz: Add support back for DXArray tweakingNorbert Thiebaud3-127/+250
2014-07-20vcl quartz use the font size to approximate the position of the bulletNorbert Thiebaud1-1/+4
2014-07-20vcl quartz: draw 'bullet' manually for better controlNorbert Thiebaud1-42/+36
2014-07-20vcl use DeviceCoordinate got GetNextGlyphsNorbert Thiebaud1-2/+2
2014-07-20vcl consitent use of long for corrdinateNorbert Thiebaud1-4/+4
2014-07-20Use DeviceCorrdinate for DXArray in FillDXArray and ImplLayoutArgsNorbert Thiebaud1-3/+3
2014-07-15fdo#79673 quartz: draw 'bullet' for 'space' directly in one passNorbert Thiebaud1-0/+54
2014-07-07Add a few more SAL_INFOsTor Lillqvist1-0/+7
2014-07-01loplugin:stringconcatStephan Bergmann2-2/+2
2014-06-14workaround for kCTForegroundColorFromContextAttributeName unavailabilityDouglas Mencken1-1/+4
2014-06-03Related: #i125020# fix the calculation of the text-update rectangle...Herbert Dürr1-7/+9
2014-06-03#i125020# allow antialiasing on all update borders for Aqua graphicsHerbert Dürr1-2/+5
2014-06-03Resolves: #i124935# fix expanded/condensed text breaking...Herbert Dürr1-8/+27
2014-06-03#i125020# fix rounding error in AquaSalGraphics::RefreshRect()Herbert Dürr1-2/+2
2014-06-01fdo#68849: Add header guards to all include filesJens Carl1-0/+6
2014-05-29Resolves: #i124922# allow late setting of the font color...Herbert Dürr2-11/+12
2014-05-23Add SAL_INFO tracing for CoreText callsTor Lillqvist2-1/+15
2014-05-23Use CG_TRACE consistentlyTor Lillqvist1-2/+1
2014-05-23fdo#77993 actually impact 10.6 too apparentlyNorbert Thiebaud1-3/+3
2014-05-15AOO: #i124823# fix the calculation of leading metrics for CoreTextHerbert Dürr1-2/+5
2014-05-13vcl-quartz: fix for fdo#77993 (specific to OS X <10.6)Douglas Mencken1-1/+15
2014-05-09Handle all-space corner caseStephan Bergmann1-1/+2
2014-05-08Handle CTFontCreatePathForGlyph failureStephan Bergmann1-0/+3
2014-05-08fix memory leaks in vcl quartzPtyl Dragon2-0/+2
2014-04-24vcl-quartz: fix build of recently introduced DrawTextSpecial for OSX<10.6Douglas Mencken1-0/+4
2014-04-23Avoid integer overflowStephan Bergmann1-8/+23
2014-04-22CTRunData fix for exporting SPI stuff on OSX < 10.6Douglas Mencken1-0/+8
2014-04-12cppcheck: Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-1/+1
2014-04-11Put writing the CGImages behind the env var DBG_WRITE_CGIMAGESTor Lillqvist1-0/+3
2014-04-10ImageIO does not handle CGImageMasksTor Lillqvist1-1/+0
2014-04-10Avoid a couple of pointless constant variablesTor Lillqvist2-13/+5
2014-04-10More iOS-only debugging hackery: write CGImages out as PNGs for inspectionTor Lillqvist1-1/+37
2014-04-10Set mbPrinter anc mbVirDev for iOS, tooTor Lillqvist1-1/+1
2014-04-10Mention early exits in the verbose debugging logTor Lillqvist1-29/+32
2014-04-10CF_TRACE also the CFRetain to avoid confusionTor Lillqvist1-0/+1