summaryrefslogtreecommitdiff
path: root/canvas/source/cairo/cairo_textlayout.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-10-30tdf#42949 Fix IWYU warnings in canvas/source/*/*hxxGabor Kelemen1-0/+2
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): canvasStephan Bergmann1-1/+1
2019-06-11Use hasElements to check Sequence emptiness in accessibility..canvasArkadiy Illarionov1-6/+6
2019-05-22New loplugin:dataStephan Bergmann1-2/+2
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin1-1/+1
2018-10-23clang-tidy performance-unnecessary-copy-init in canvas..cuiNoel Grandin1-1/+1
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin1-1/+1
2018-07-09Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-02-27Use for-range loops (canvas)Julien Nabet1-14/+8
2018-01-25loplugin:unused-returns in basegfx..cppcanvasNoel Grandin1-7/+4
2018-01-12More loplugin:cstylecast: canvasStephan Bergmann1-2/+2
2017-09-11clang-tidy modernize-use-emplace in c*Noel Grandin1-2/+2
2017-07-24cairo_canvas: shape clipping box doesn't match where its text is renderedCaolán McNamara1-1/+1
2017-07-20loplugin:constparams in canvasNoel Grandin1-1/+1
2017-07-06use more begin()/end() for SequenceNoel Grandin1-2/+2
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist1-2/+2
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-20/+20
2016-12-11canvas: remove useless MutexGuardsArnaud Versini1-22/+0
2016-08-24tdf#96505 get rid of long integer literals 'L'Asela Dasanayaka1-1/+1
2016-08-04tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMuhammet Kara1-3/+1
2016-06-03Convert ComplexTextLayoutMode to scoped enumNoel Grandin1-5/+5
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