summaryrefslogtreecommitdiff
path: root/vcl/unx/generic/gdi/cairotextrender.cxx
AgeCommit message (Expand)Author
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-01loplugin:staticfunctionNoel Grandin
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-18ctor takes care of this initialization alreadyCaolán McNamara
2015-03-11flush surface for all backendsCaolán McNamara
2015-03-02tweak to return a cairo_context instead of a cairo_surfaceCaolán McNamara
2015-02-19bPrinter is always false, simplifyCaolán McNamara
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara
2015-01-27these are const inputs, we fill widths from pGlyphIds via pEncodingCaolán McNamara
2015-01-27rhbz#1177022: vcl: fix PDF embedding of Type 1 fontsMichael Stahl
2015-01-27add a length arg to GetEmbedFontDataCaolán McNamara
2015-01-24Revert "vcl: Reduce OpenGLX11CairoTextRender surface area to size of text bou...Chris Sherlock
2015-01-24vcl: Reduce OpenGLX11CairoTextRender surface area to size of text boundsChris Sherlock
2015-01-10vcl: CairoTextRender::nTextColor_ to mnTextColorChris Sherlock
2014-12-11vcl: Limit Cairo surface size to the clipping region to improve performanceLouis-Francis Ratté-Boulianne
2014-11-10implementation for OpenGL text rendering in the unx backendMarkus Mohrhard
2014-11-10move the abstract cairo text render code out of the unx dirMarkus Mohrhard
2014-11-10extract cairo rendering and abstract platform bitsMarkus Mohrhard