summaryrefslogtreecommitdiff
path: root/vcl/win
AgeCommit message (Expand)Author
2016-11-04opengl: change from BGRA to RGBA color arrangement on WindowsTomaž Vajngerl
2016-11-04Font features are not a Graphite-only featureKhaled Hosny
2016-11-02tdf#71603: Create a new DC for the font fallbackKhaled Hosny
2016-11-01tdf#71603: Improve font fallback on Windows a bitKhaled Hosny
2016-11-01Use the font language instead of guessing itKhaled Hosny
2016-11-01Misplaced #if ENABLE_GRAPHITEKhaled Hosny
2016-10-31fix MSVC 2015 build Error C2397lbenes
2016-10-31Omit comparator which is the same as default std::less<key_type>Takeshi Abe
2016-10-31Avoid excessive text clipping on WindowsKhaled Hosny
2016-10-31Reduce number of argumentsKhaled Hosny
2016-10-30ENABLE_GRAPHITE_DWRITE is always set to 1Khaled Hosny
2016-10-28tdf#98879: Fix vertical text on Windows for the new layoutKhaled Hosny
2016-10-28tdf#103514: Always ignore bitmap fonts on WindowsKhaled Hosny
2016-10-25Skip font formats not supported by CommonSalLayoutKhaled Hosny
2016-10-22Simplify CommonSalLayout constructor on WindowsKhaled Hosny
2016-10-21tdf#103365: Try to fix Windows OpenGL renderingKhaled Hosny
2016-10-20Incapsulate WinSalVirtualDevice betterMike Kaganski
2016-10-20Various loplugin warnings (clang-cl)Stephan Bergmann
2016-10-18Check SAL_USE_COMMON_LAYOUT envar in one placeKhaled Hosny
2016-10-18Cache HarfBuzz fontKhaled Hosny
2016-10-18GSoC: Speed up CommonSalLayout by caching hb_faceAkash Jain
2016-10-18GSoC: Move TextOutRenderer definition to winlayout.hxxAkash Jain
2016-10-18GSoC: Integrate new CommonSalLayout in win/ codeAkash Jain
2016-10-18GSoC: Modify DrawServerFontLayout and add DrawSalLayoutAkash Jain
2016-10-18GSoC: Move code from winlayout.cxx to winlayout.hxxAkash Jain
2016-10-18GSoC: Move winlayout header file to vcl/inc/winAkash Jain
2016-10-18GSoC: Add a generic GetTable function for WinFontFaceAkash Jain
2016-10-15clang-cl loplugin: vclStephan Bergmann
2016-10-10Expand some silly macrosStephan Bergmann
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek
2016-10-05InfoFont/Color is not used by vcl nowCaolán McNamara
2016-10-03Fix typosAndrea Gelmini
2016-09-30vcl: remove WNT ImplFontAttrCacheMichael Stahl
2016-09-29vcl: fix some mysterious WNT font cache fileMichael Stahl
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl
2016-09-07loplugin:constantparam in vcl..xmlscriptNoel Grandin
2016-09-06SalI18NImeStatus is stubbed the same way for everyone except...Caolán McNamara
2016-09-05convert DuplexMode to scoped enumNoel Grandin
2016-09-05convert Orientation to scoped enumNoel Grandin
2016-09-05convert OutDevSupportType to scoped enumNoel Grandin
2016-09-02boost::intrusive_ptr->tools::SvRefCaolán McNamara
2016-08-25-Werror,-Wswitch (clang-cl)Stephan Bergmann
2016-08-25-Werror,-Winconsistent-missing-override (clang-cl)Stephan Bergmann
2016-07-30Fix SolarMutex not locked when using IME on dropdown list.Mark Hung
2016-07-28tdf#101026 Create more correct replacement control vectorArmin Le Grand
2016-07-07tdf#82214 optimize PatternFillPrimitive and SVGArmin Le Grand
2016-07-07tdf#82214 optimize performance for primitivesArmin Le Grand
2016-07-04comphelper::OBaseMutex -> cppu::BaseMutexNoel Grandin
2016-07-04tdf#98710 check the font is bound, substitute FON fontsTomaž Vajngerl
2016-06-27loplugin:singlevalfields in vcl(part2)Noel Grandin