summaryrefslogtreecommitdiffstats
path: root/vcl/unx/generic/gdi/cairotextrender.cxx
Commit message (Expand)AuthorAgeFilesLines
* loplugin:unusedfields in vcl part3Noel Grandin2017-06-171-2/+0
* clang-tidy readability-simplify-boolean-expr in vclNoel Grandin2017-04-251-4/+1
* tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna2017-03-311-2/+2
* shared_ptr->unique_ptrCaolán McNamara2017-03-241-1/+1
* Get rid of GlyphMetric classKhaled Hosny2016-12-301-2/+1
* sal_GlyphId is a simple glyph id nowKhaled Hosny2016-12-111-1/+1
* Don’t encode font fallback level in the glyph idKhaled Hosny2016-12-111-2/+2
* Don’t encode the vertical flag in the glyph idKhaled Hosny2016-12-111-9/+4
* Use GlyphItem in more placesKhaled Hosny2016-12-101-8/+6
* Pass GlyphItem aroundKhaled Hosny2016-12-101-4/+5
* Strip down GetEmbedFontData to what is really usedKhaled Hosny2016-11-291-2/+2
* SalGraphics::GetFontEncodingVector() is a noop nowKhaled Hosny2016-11-291-5/+0
* Drop assigned but never used parameterKhaled Hosny2016-11-291-4/+1
* ServerFontLayout is already goneKhaled Hosny2016-11-261-1/+3
* DisableGlyphProcessing flag is never set nowKhaled Hosny2016-11-261-9/+4
* Kill code for Type 1 fonts on UnixKhaled Hosny2016-11-261-8/+2
* Kill the old Unix layout enginesKhaled Hosny2016-11-261-33/+9
* Kill old Graphite layout enginesKhaled Hosny2016-11-261-26/+1
* move the FontConfigFontOptions out of FreetypeFontInstance nowCaolán McNamara2016-11-241-35/+3
* loplugin:externandnotdefinedStephan Bergmann2016-11-231-2/+0
* reorg a bit and ensure FontConfigFontOptions is always availableCaolán McNamara2016-11-231-3/+3
* with wayland scaling cairo is meddling with our fontCaolán McNamara2016-11-231-5/+2
* vcl: work around missing std::fmax() on AndroidMiklos Vajna2016-11-171-0/+10
* tdf#103784: Shift the upright glyphs like old codeKhaled Hosny2016-11-161-1/+1
* Fix thinko in previous commitKhaled Hosny2016-11-161-1/+2
* tdf#103785: Correctly position vertical glyphsKhaled Hosny2016-11-151-4/+11
* Rename ServerFont to FreetypeFontKhaled Hosny2016-10-301-29/+29
* Support vertical text in CommonSalLayoutKhaled Hosny2016-10-181-0/+5
* Check SAL_USE_COMMON_LAYOUT envar in one placeKhaled Hosny2016-10-181-1/+1
* GSoC: Add Graphite support for CommonSalLayoutAkash Jain2016-10-181-9/+13
* GSoC: Integrate new CommonSalLayout in unx/ codeAkash Jain2016-10-181-1/+5
* GSoC: Modify DrawServerFontLayout and add DrawSalLayoutAkash Jain2016-10-181-2/+1
* boost::intrusive_ptr->tools::SvRefCaolán McNamara2016-09-021-3/+3
* CairoFontsCache is only used in cairotextrender.cxxStephan Bergmann2016-08-291-2/+36
* tdf#96099 Remove various smart pointer typedefs in vclMark Page2016-06-101-1/+1
* loplugin:unusedmethods in vclNoel Grandin2016-05-201-17/+0
* clang-tidy modernize-loop-convert in vclNoel Grandin2016-05-131-2/+2
* remove unused return type from SalGraphics::SetFontNoel Grandin2016-05-111-7/+2
* move CairoTextRender cleanup to callersCaolán McNamara2016-02-021-2/+0
* rename drawSurface to releaseCairoContextCaolán McNamara2016-02-021-1/+1
* vcl: cairotextrender.hxx is a private Unix headerChris Sherlock2016-01-271-1/+1
* vcl: FontAttributes::GetSlantType() -> FontAttributes::GetItalic()Chris Sherlock2016-01-191-1/+1
* revert vcl patch series that brok Mac and WindowsNorbert Thiebaud2016-01-161-1/+1
* vcl: FontAttributes::GetSlantType() -> FontAttributes::GetItalic()Chris Sherlock2016-01-161-1/+1
* vcl: fixup prefixes for ImplFontMetricDataPtr variablesChris Sherlock2016-01-151-2/+2
* vcl: change ImplFontMetricData to be reference counted via intrusive_ptrChris Sherlock2016-01-141-2/+2
* vcl: change ServerFont::FetchFontMetric to GetFontMetricChris Sherlock2016-01-141-1/+1
* vcl: resplit FontAttributes from ImplFontMetricDataChris Sherlock2016-01-121-2/+3
* vcl: put FontConfigFontOptions into Unix headerChris Sherlock2016-01-121-0/+1
* vcl: move vcl/generic/app/ files to vcl/unx/generic/appChris Sherlock2016-01-111-1/+1