summaryrefslogtreecommitdiff
path: root/vcl/unx/generic/gdi/cairotextrender.cxx
AgeCommit message (Expand)Author
2017-10-22Replace some lists by vectors (vcl)Julien Nabet
2017-07-18Clean up android specific template functions defined in std namespacebrainbreaker
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin
2017-06-17loplugin:unusedfields in vcl part3Noel Grandin
2017-04-25clang-tidy readability-simplify-boolean-expr in vclNoel Grandin
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-03-24shared_ptr->unique_ptrCaolán McNamara
2016-12-30Get rid of GlyphMetric classKhaled Hosny
2016-12-11sal_GlyphId is a simple glyph id nowKhaled Hosny
2016-12-11Don’t encode font fallback level in the glyph idKhaled Hosny
2016-12-11Don’t encode the vertical flag in the glyph idKhaled Hosny
2016-12-10Use GlyphItem in more placesKhaled Hosny
2016-12-10Pass GlyphItem aroundKhaled Hosny
2016-11-29Strip down GetEmbedFontData to what is really usedKhaled Hosny
2016-11-29SalGraphics::GetFontEncodingVector() is a noop nowKhaled Hosny
2016-11-29Drop assigned but never used parameterKhaled Hosny
2016-11-26ServerFontLayout is already goneKhaled Hosny
2016-11-26DisableGlyphProcessing flag is never set nowKhaled Hosny
2016-11-26Kill code for Type 1 fonts on UnixKhaled Hosny
2016-11-26Kill the old Unix layout enginesKhaled Hosny
2016-11-26Kill old Graphite layout enginesKhaled Hosny
2016-11-24move the FontConfigFontOptions out of FreetypeFontInstance nowCaolán McNamara
2016-11-23loplugin:externandnotdefinedStephan Bergmann
2016-11-23reorg a bit and ensure FontConfigFontOptions is always availableCaolán McNamara
2016-11-23with wayland scaling cairo is meddling with our fontCaolán McNamara
2016-11-17vcl: work around missing std::fmax() on AndroidMiklos Vajna
2016-11-16tdf#103784: Shift the upright glyphs like old codeKhaled Hosny
2016-11-16Fix thinko in previous commitKhaled Hosny
2016-11-15tdf#103785: Correctly position vertical glyphsKhaled Hosny
2016-10-30Rename ServerFont to FreetypeFontKhaled Hosny
2016-10-18Support vertical text in CommonSalLayoutKhaled Hosny
2016-10-18Check SAL_USE_COMMON_LAYOUT envar in one placeKhaled Hosny
2016-10-18GSoC: Add Graphite support for CommonSalLayoutAkash Jain
2016-10-18GSoC: Integrate new CommonSalLayout in unx/ codeAkash Jain
2016-10-18GSoC: Modify DrawServerFontLayout and add DrawSalLayoutAkash Jain
2016-09-02boost::intrusive_ptr->tools::SvRefCaolán McNamara
2016-08-29CairoFontsCache is only used in cairotextrender.cxxStephan Bergmann
2016-06-10tdf#96099 Remove various smart pointer typedefs in vclMark Page
2016-05-20loplugin:unusedmethods in vclNoel Grandin
2016-05-13clang-tidy modernize-loop-convert in vclNoel Grandin
2016-05-11remove unused return type from SalGraphics::SetFontNoel Grandin
2016-02-02move CairoTextRender cleanup to callersCaolán McNamara
2016-02-02rename drawSurface to releaseCairoContextCaolán McNamara
2016-01-27vcl: cairotextrender.hxx is a private Unix headerChris Sherlock
2016-01-19vcl: FontAttributes::GetSlantType() -> FontAttributes::GetItalic()Chris Sherlock
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud
2016-01-16vcl: FontAttributes::GetSlantType() -> FontAttributes::GetItalic()Chris Sherlock
2016-01-15vcl: fixup prefixes for ImplFontMetricDataPtr variablesChris Sherlock
2016-01-14vcl: change ImplFontMetricData to be reference counted via intrusive_ptrChris Sherlock
2016-01-14vcl: change ServerFont::FetchFontMetric to GetFontMetricChris Sherlock