summaryrefslogtreecommitdiff
path: root/vcl/unx/generic/fontmanager
AgeCommit message (Expand)Author
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-03-08valgrind: fix leakCaolán McNamara
2017-03-08const this upCaolán McNamara
2017-02-12Get rid of "unicodes" in lower-case, tooTor Lillqvist
2017-02-09convert FontType to scoped enumNoel Grandin
2017-02-08This is only used within vclKhaled Hosny
2017-02-08drop unused enum TTCreationFlagsNoel Grandin
2017-01-23Change all Idle* LINKs to be Timer*Jan-Marek Glogowski
2017-01-10New loplugin:conststringvar: vclStephan Bergmann
2017-01-10loplugin:unusedfieldsNoel Grandin
2016-12-30Drop check for ancient FontConfig releasesKhaled Hosny
2016-12-30Simplify this a bitKhaled Hosny
2016-12-30Use SAL_INFOKhaled Hosny
2016-12-05convert FSysStyle to o3tl::typed_flagsNoel Grandin
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin
2016-12-02Simplify FontManager a bitKhaled Hosny
2016-12-02coverity#1396675 Dereference null return valueCaolán McNamara
2016-12-02Unused codeKhaled Hosny
2016-12-02Always use FontConfig in UNXKhaled Hosny
2016-12-02Drop font cache on UNXKhaled Hosny
2016-11-30More dead codeKhaled Hosny
2016-11-26There is one font file type nowKhaled Hosny
2016-11-26Dead codeKhaled Hosny
2016-11-26Kill code for Type 1 fonts on UnixKhaled Hosny
2016-11-26Kill the old Unix 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-10-25Skip font formats not supported by CommonSalLayoutKhaled Hosny
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-09-25avoid coverity#1371161 Missing move assignment operatorCaolán McNamara
2016-09-05convert FontAutoHint to scoped enumNoel Grandin
2016-09-05convert FontHinting to scoped enumNoel Grandin
2016-09-02boost::intrusive_ptr->tools::SvRefCaolán McNamara
2016-09-01std::list<sal_Unicode> to vectorNoel Grandin
2016-09-01std::list<int> to vectorNoel Grandin
2016-07-27improve passstuffbyref return analysisNoel Grandin
2016-06-17convert DBG_ASSERT in vclNoel Grandin
2016-06-10tdf#96099 Remove various smart pointer typedefs in vclMark Page
2016-06-03Convert whichOfficePath to scoped enumNoel Grandin
2016-05-26cppcheck: variable scopeCaolán McNamara
2016-05-25Convert FontHintStyle to scoped enumNoel Grandin
2016-05-19Resolve: "TODO(Q1): Make GetSystemData method virtual"Caolán McNamara
2016-05-19rename to two GetSystemData methods to find all call-sitesCaolán McNamara
2016-05-13only ever seen this with Khmer OS fonts, and their name is in ascii anywayCaolán McNamara
2016-05-13clang-tidy modernize-loop-convert in vclNoel Grandin
2016-05-10Silence Clang -Wimplicit-fallthrough in gperf-generated codeStephan Bergmann
2016-04-14Unit test hook for online / fonts.Michael Meeks
2016-04-13Stop assigning null to intrusive_ptrTakeshi Abe
2016-04-01tdf#97966 Drop 'static' keywordsWastack