summaryrefslogtreecommitdiff
path: root/vcl/inc/unx/glyphcache.hxx
AgeCommit message (Expand)Author
2018-11-29tdf#42949 Fix IWYU warnings in include/vcl/[i-m]*Gabor Kelemen
2018-11-15loplugin:staticmethods in vclNoel Grandin
2018-10-30Move SalGraphics glyph functions into FontInstanceJan-Marek Glogowski
2018-10-06UNX use font cache based glyph rect cacheJan-Marek Glogowski
2018-10-06Add GlyphCache instance to GenericUnixSalDataJan-Marek Glogowski
2018-10-06UNX merge FreetypeManager into GlyphCacheJan-Marek Glogowski
2018-09-17loplugin:staticconstfield improvementsNoel Grandin
2018-09-14loplugin:constfields in vclNoel Grandin
2018-08-24Fix int vs sal_GlyphIdDon Lewis
2018-08-22turn the cache around to work on LogicalFontInstanceCaolán McNamara
2018-08-21CreateFont from LogicalFontInstance instead of FontSelectPatternCaolán McNamara
2018-08-15loplugin:useuniqueptr in GlyphCacheNoel Grandin
2018-06-08hold LogicalFontInstance with rtl::ReferenceNoel Grandin
2018-05-17loplugin:unusedfields in vclNoel Grandin
2018-05-10loplugin:unnecessaryvirtual improvementsNoel Grandin
2018-05-08Refactor CommonSalLayout font handlingJan-Marek Glogowski
2018-01-17loplugin:useuniqueptr in GlyphCacheNoel Grandin
2017-12-15Protect all LogicalFontInstance constructorsJan-Marek Glogowski
2017-11-06QT5 fix build issues & cleanupsJan-Marek Glogowski
2017-10-23loplugin:includeform: vclStephan Bergmann
2017-07-28loplugin:constparams handle constructorsNoel Grandin
2017-07-18loplugin:constparams in vclNoel Grandin
2017-06-17loplugin:unusedfields in vcl part2Noel Grandin
2017-04-28loplugin:checkunusedparams in configmgr and vclNoel Grandin
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-03-24ofz: explicitly release fontconfig options on every iterationCaolán McNamara
2017-03-24shared_ptr->unique_ptrCaolán McNamara
2017-01-10loplugin:unusedfieldsNoel Grandin
2016-12-30Get rid of GlyphMetric classKhaled Hosny
2016-12-23loplugin:unusedmethodsNoel Grandin
2016-12-11Don’t encode the vertical flag in the glyph idKhaled Hosny
2016-12-10Use GlyphItem in more placesKhaled Hosny
2016-12-01Unused codeKhaled Hosny
2016-11-29Drop assigned but never used parameterKhaled 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-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-23fold GetGlyphMetric and GetGlyphData togetherCaolán McNamara
2016-11-23GetGlyphData is only used by GetGlyphMetric so can be privateCaolán McNamara
2016-11-04loplugin:unnnecessaryvirtual in vclNoel Grandin
2016-10-30Rename ServerFont to FreetypeFontKhaled Hosny
2016-10-26loplugin:expandablemethods in vclNoel Grandin
2016-10-18Cache HarfBuzz fontKhaled Hosny
2016-10-18GSoC: Speed up CommonSalLayout by caching hb_faceAkash Jain
2016-09-30loplugin:constantparamNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-09-02boost::intrusive_ptr->tools::SvRefCaolán McNamara