summaryrefslogtreecommitdiff
path: root/vcl/unx/generic/gdi/cairotextrender.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-10-18GSoC: Modify DrawServerFontLayout and add DrawSalLayoutAkash Jain1-2/+1
2016-09-02boost::intrusive_ptr->tools::SvRefCaolán McNamara1-3/+3
2016-08-29CairoFontsCache is only used in cairotextrender.cxxStephan Bergmann1-2/+36
2016-06-10tdf#96099 Remove various smart pointer typedefs in vclMark Page1-1/+1
2016-05-20loplugin:unusedmethods in vclNoel Grandin1-17/+0
2016-05-13clang-tidy modernize-loop-convert in vclNoel Grandin1-2/+2
2016-05-11remove unused return type from SalGraphics::SetFontNoel Grandin1-7/+2
2016-02-02move CairoTextRender cleanup to callersCaolán McNamara1-2/+0
2016-02-02rename drawSurface to releaseCairoContextCaolán McNamara1-1/+1
2016-01-27vcl: cairotextrender.hxx is a private Unix headerChris Sherlock1-1/+1
2016-01-19vcl: FontAttributes::GetSlantType() -> FontAttributes::GetItalic()Chris Sherlock1-1/+1
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud1-1/+1
2016-01-16vcl: FontAttributes::GetSlantType() -> FontAttributes::GetItalic()Chris Sherlock1-1/+1
2016-01-15vcl: fixup prefixes for ImplFontMetricDataPtr variablesChris Sherlock1-2/+2
2016-01-14vcl: change ImplFontMetricData to be reference counted via intrusive_ptrChris Sherlock1-2/+2
2016-01-14vcl: change ServerFont::FetchFontMetric to GetFontMetricChris Sherlock1-1/+1
2016-01-12vcl: resplit FontAttributes from ImplFontMetricDataChris Sherlock1-2/+3
2016-01-12vcl: put FontConfigFontOptions into Unix headerChris Sherlock1-0/+1
2016-01-11vcl: move vcl/generic/app/ files to vcl/unx/generic/appChris Sherlock1-1/+1
2016-01-11vcl: move vcl/generic/print files to vcl/unx/generic/printChris Sherlock1-2/+2
2016-01-11vcl: move all glyph files from generic to unxChris Sherlock1-1/+1
2016-01-10Cleanup FontCharMapPtr variable prefixesChris Sherlock1-2/+2
2016-01-10vcl: promote ImplFontAttributes to FontAttributesChris Sherlock1-4/+4
2016-01-09vcl: Rename ImplServerFontEntry to ServerFontInstanceChris Sherlock1-2/+2
2016-01-08vcl: change ImplFontEntry to LogicalFontInstanceChris Sherlock1-1/+1
2016-01-04vcl: split classes out of metric.hxxChris Sherlock1-0/+1
2016-01-03vcl: rename variables from metric names to font attribute namesChris Sherlock1-2/+2
2016-01-03vcl: merge ImplFontMetricData with ImplFontAttributesChris Sherlock1-1/+1
2016-01-03vcl: convert ImplFontMetricData to accessor functionsChris Sherlock1-1/+1
2015-12-31vcl: merge ImplDevFontAttributes with ImplFontAttributesChris Sherlock1-1/+1
2015-12-31vcl: create accessor functions for ImplDevFontAttributesChris Sherlock1-1/+1
2015-12-21avoid the same thing ever happening in the vcl cairo text rendererCaolán McNamara1-5/+7
2015-12-15Get rid of :: prefix for basegfx in include/vcl and vclTor Lillqvist1-1/+1
2015-12-02valgrind: scary warning that the cairo font options were deleted before useCaolán McNamara1-6/+6
2015-11-23Do all svp text rendering with cairoCaolán McNamara1-0/+2
2015-11-16this is pure cairo, no xlib foo hereCaolán McNamara1-2/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-10/+10
2015-10-07loplugin:mergeclassesNoel Grandin1-4/+4
2015-08-18tdf#832525 - Wrong punctuation direction after Chinese characters inMark Hung1-1/+1
2015-06-22Re-factor AddTempDevFont to share it with headless backend.Michael Meeks1-32/+1
2015-05-20convert SAL_LAYOUT flags to scoped enumNoel Grandin1-1/+1
2015-05-18add missing includesDavid Tardon1-0/+2
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-1/+1
2015-04-01loplugin:staticfunctionNoel Grandin1-2/+1
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-3/+3
2015-03-18ctor takes care of this initialization alreadyCaolán McNamara1-2/+0
2015-03-11flush surface for all backendsCaolán McNamara1-0/+1
2015-03-02tweak to return a cairo_context instead of a cairo_surfaceCaolán McNamara1-8/+6
2015-02-19bPrinter is always false, simplifyCaolán McNamara1-12/+7