summaryrefslogtreecommitdiff
path: root/vcl/inc/unx/glyphcache.hxx
AgeCommit message (Expand)AuthorFilesLines
2019-05-13hold LogicalFontInstance with rtl::ReferenceNoel Grandin1-2/+3
2018-05-17loplugin:unusedfields in vclNoel Grandin1-1/+0
2018-05-10loplugin:unnecessaryvirtual improvementsNoel Grandin1-1/+1
2018-05-08Refactor CommonSalLayout font handlingJan-Marek Glogowski1-8/+4
2018-01-17loplugin:useuniqueptr in GlyphCacheNoel Grandin1-1/+1
2017-12-15Protect all LogicalFontInstance constructorsJan-Marek Glogowski1-14/+1
2017-11-06QT5 fix build issues & cleanupsJan-Marek Glogowski1-1/+1
2017-10-23loplugin:includeform: vclStephan Bergmann1-3/+3
2017-07-28loplugin:constparams handle constructorsNoel Grandin1-1/+1
2017-07-18loplugin:constparams in vclNoel Grandin1-2/+2
2017-06-17loplugin:unusedfields in vcl part2Noel Grandin1-1/+0
2017-04-28loplugin:checkunusedparams in configmgr and vclNoel Grandin1-2/+2
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-4/+4
2017-03-24ofz: explicitly release fontconfig options on every iterationCaolán McNamara1-0/+2
2017-03-24shared_ptr->unique_ptrCaolán McNamara1-2/+2
2017-01-10loplugin:unusedfieldsNoel Grandin1-5/+1
2016-12-30Get rid of GlyphMetric classKhaled Hosny1-25/+4
2016-12-23loplugin:unusedmethodsNoel Grandin1-3/+0
2016-12-11Don’t encode the vertical flag in the glyph idKhaled Hosny1-1/+1
2016-12-10Use GlyphItem in more placesKhaled Hosny1-3/+3
2016-12-01Unused codeKhaled Hosny1-11/+1
2016-11-29Drop assigned but never used parameterKhaled Hosny1-1/+1
2016-11-26Kill the old Unix layout enginesKhaled Hosny1-43/+0
2016-11-26Kill old Graphite layout enginesKhaled Hosny1-7/+0
2016-11-24move the FontConfigFontOptions out of FreetypeFontInstance nowCaolán McNamara1-4/+0
2016-11-23reorg a bit and ensure FontConfigFontOptions is always availableCaolán McNamara1-1/+1
2016-11-23with wayland scaling cairo is meddling with our fontCaolán McNamara1-0/+1
2016-11-23fold GetGlyphMetric and GetGlyphData togetherCaolán McNamara1-3/+1
2016-11-23GetGlyphData is only used by GetGlyphMetric so can be privateCaolán McNamara1-1/+1
2016-11-04loplugin:unnnecessaryvirtual in vclNoel Grandin1-2/+2
2016-10-30Rename ServerFont to FreetypeFontKhaled Hosny1-23/+23
2016-10-26loplugin:expandablemethods in vclNoel Grandin1-1/+0
2016-10-18Cache HarfBuzz fontKhaled Hosny1-3/+3
2016-10-18GSoC: Speed up CommonSalLayout by caching hb_faceAkash Jain1-0/+4
2016-09-30loplugin:constantparamNoel Grandin1-1/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-09-02boost::intrusive_ptr->tools::SvRefCaolán McNamara1-2/+2
2016-04-14loplugin:passstuffbyref in vclNoel Grandin1-3/+3
2016-04-12clang-tidy performance-unnecessary-value-param in vclNoel Grandin1-1/+1
2016-01-18basebmp now only used from vcl/headless codeCaolán McNamara1-1/+0
2016-01-18loplugin: unused return values in vcl/Noel Grandin1-2/+2
2016-01-14vcl: change ImplFontMetricData to be reference counted via intrusive_ptrChris Sherlock1-1/+1
2016-01-14vcl: change ServerFont::FetchFontMetric to GetFontMetricChris Sherlock1-1/+1
2016-01-12vcl: resplit FontAttributes from ImplFontMetricDataChris Sherlock1-7/+8
2016-01-11vcl: move all glyph files from generic to unxChris Sherlock1-0/+300
2011-10-25generic: re-structure generic code to increase re-use between backendsMichael Meeks1-428/+0
2011-08-29valgrind: various unused codeCaolán McNamara1-1/+0
2011-08-19now cairo is the only way to render text under XCaolán McNamara1-1/+1
2011-08-19Merge FreetypeServerFont and ServerFont now its split out into unxCaolán McNamara1-34/+61