summaryrefslogtreecommitdiff
path: root/canvas/source/cairo/cairo_textlayout.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-04-21clang-tidy modernize-loop-convert in c*Noel Grandin1-3/+3
2016-04-21new plugin stylepoliceNoel Grandin1-4/+4
2016-04-18- Removed the only-used-once FontLevelVector typedefRyan McCoskrie1-4/+3
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock1-4/+4
2016-01-17vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock1-1/+1
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud1-1/+1
2016-01-16vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock1-1/+1
2016-01-13vcl: Create accessor and mutator for int and ext leading in FontMetricChris Sherlock1-1/+1
2015-12-21Resolves: tdf#93703 0 scaling is CAIRO_STATUS_INVALID_MATRIXCaolán McNamara1-5/+8
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-3/+3
2015-08-11stop inclduing canvas/verbosetraces.hxx and canvas/debug.hxxNorbert Thiebaud1-7/+7
2015-08-10remove VERBOSE use from canvaNorbert Thiebaud1-12/+10
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-2/+2
2015-06-11Cleanup crossplatform cairoMox Soini1-93/+4
2015-06-08cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-06-05Revert "Cleanup crossplatform cairo"Jan Holesovsky1-4/+93
2015-06-04Cleanup crossplatform cairoMox Soini1-93/+4
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks1-1/+1
2015-04-10Fix OutputDevice members / stack allocation: chart, canvas, cui.Michael Meeks1-5/+5
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-1/+1
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-2/+2
2015-03-23move cairo helpers to vcl and make per-plugCaolán McNamara1-1/+1
2015-03-19move ucs4toindexCaolán McNamara1-1/+42
2015-03-18we don't need any xlib things here, but we do need freetype supportCaolán McNamara1-3/+2
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann1-18/+18
2014-12-07mpSurface->getCairo() == mpCairoCaolán McNamara1-3/+1
2014-12-07cairo_restore without matching cairo_saveCaolán McNamara1-2/+0
2014-09-18fdo#82577: Handle FontNoel Grandin1-1/+1
2014-08-20vcl: use enum for complex text layout constantsNoel Grandin1-6/+4
2014-07-20vcl consitent use of long for corrdinateNorbert Thiebaud1-2/+2
2014-06-18rtl::Reference fits just fine hereStephan Bergmann1-2/+2
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni1-1/+1
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-20/+20
2014-01-31cairo canvas: Zero font's width means "the same as height".Jan Holesovsky1-1/+5
2014-01-16fdo#54938: Convert canvas to cppu::supportsServiceMarcos Paulo de Souza1-6/+4
2013-06-10Fix memory leak in cairo TextLayout::draw.Mark Wielaard1-0/+1
2013-01-13Remove unused function useFontJulien Nabet1-9/+0
2013-01-11QUARTZ is equivalent to MACOSXTor Lillqvist1-2/+2
2012-11-27::rtl prefix removal in canvasRicardo Montania1-12/+12
2012-11-12unusedcode.ease cleanupJosé Guilherme Vanz1-24/+0
2012-11-09bnc#681110: Fix squashed glyphs with Cairo canvas.Jan Holesovsky1-23/+2
2012-10-26Resolves: fdo#47432 Improve the "faux bold" in cairo canvasFlex Liu1-2/+3
2012-10-08re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-04-15Nah, don't obscure the right type with void*Tor Lillqvist1-1/+1
2012-04-15Copy and adapt current state of Norbert's CoreText work for iOSTor Lillqvist1-1/+5
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-1/+1
2012-03-16Cleanup formatting in cairocanvasThorsten Behrens1-36/+46
2011-12-06fix annoying debugging-mode crashCaolán McNamara1-1/+3
2011-11-27remove include of pch header in canvasNorbert Thiebaud1-2/+0