summaryrefslogtreecommitdiff
path: root/vcl/win
AgeCommit message (Expand)AuthorFilesLines
2016-10-20Various loplugin warnings (clang-cl)Stephan Bergmann1-1/+1
2016-10-18Check SAL_USE_COMMON_LAYOUT envar in one placeKhaled Hosny1-1/+1
2016-10-18Cache HarfBuzz fontKhaled Hosny2-5/+5
2016-10-18GSoC: Speed up CommonSalLayout by caching hb_faceAkash Jain2-10/+41
2016-10-18GSoC: Move TextOutRenderer definition to winlayout.hxxAkash Jain1-96/+0
2016-10-18GSoC: Integrate new CommonSalLayout in win/ codeAkash Jain2-53/+86
2016-10-18GSoC: Modify DrawServerFontLayout and add DrawSalLayoutAkash Jain1-1/+1
2016-10-18GSoC: Move code from winlayout.cxx to winlayout.hxxAkash Jain1-184/+0
2016-10-18GSoC: Move winlayout header file to vcl/inc/winAkash Jain2-241/+1
2016-10-18GSoC: Add a generic GetTable function for WinFontFaceAkash Jain1-1/+13
2016-10-15clang-cl loplugin: vclStephan Bergmann18-1170/+1089
2016-10-10Expand some silly macrosStephan Bergmann1-89/+85
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek1-7/+7
2016-10-05InfoFont/Color is not used by vcl nowCaolán McNamara1-2/+0
2016-10-03Fix typosAndrea Gelmini1-1/+1
2016-09-30vcl: remove WNT ImplFontAttrCacheMichael Stahl2-160/+0
2016-09-29vcl: fix some mysterious WNT font cache fileMichael Stahl1-3/+3
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl1-1/+1
2016-09-07loplugin:constantparam in vcl..xmlscriptNoel Grandin1-1/+1
2016-09-06SalI18NImeStatus is stubbed the same way for everyone except...Caolán McNamara1-17/+0
2016-09-05convert DuplexMode to scoped enumNoel Grandin1-8/+8
2016-09-05convert Orientation to scoped enumNoel Grandin1-3/+3
2016-09-05convert OutDevSupportType to scoped enumNoel Grandin1-2/+2
2016-09-02boost::intrusive_ptr->tools::SvRefCaolán McNamara1-10/+8
2016-08-25-Werror,-Wswitch (clang-cl)Stephan Bergmann1-0/+1
2016-08-25-Werror,-Winconsistent-missing-override (clang-cl)Stephan Bergmann1-1/+1
2016-07-30Fix SolarMutex not locked when using IME on dropdown list.Mark Hung1-1/+7
2016-07-28tdf#101026 Create more correct replacement control vectorArmin Le Grand1-7/+6
2016-07-07tdf#82214 optimize PatternFillPrimitive and SVGArmin Le Grand1-41/+15
2016-07-07tdf#82214 optimize performance for primitivesArmin Le Grand1-48/+77
2016-07-04comphelper::OBaseMutex -> cppu::BaseMutexNoel Grandin1-2/+2
2016-07-04tdf#98710 check the font is bound, substitute FON fontsTomaž Vajngerl2-1/+21
2016-06-27loplugin:singlevalfields in vcl(part2)Noel Grandin1-4/+0
2016-06-24tdf#62525 vcl: use cow_wrapper for jobsetXisco Fauli1-97/+97
2016-06-20Convert PART to scoped enumNoel Grandin1-105/+105
2016-06-17convert DBG_ASSERT in vclNoel Grandin7-28/+28
2016-06-10tdf#96099 Remove various smart pointer typedefs in vclMark Page3-5/+5
2016-06-09tdf#96971 SetXORMode - remove un-needed parametermelikeyurtoglu3-4/+4
2016-06-08Convert ButtonValue to scoped enumNoel Grandin1-12/+12
2016-06-03Clean up Windows error reporting a bitTor Lillqvist2-37/+15
2016-06-02tdf#96099 Reduce number of typedefs used for trivial container typeskrishna keshav1-7/+5
2016-05-31Convert ControlType to scoped enumNoel Grandin1-79/+79
2016-05-25vcl: replace boost::dynamic_bitset with boost::optional<std::bitset>Michael Stahl1-3/+3
2016-05-25Convert BMP_FORMAT to scoped enumNoel Grandin1-22/+21
2016-05-25tdf#98792: This assertion is not neededTor Lillqvist1-1/+0
2016-05-25remove (un-)definitions of NDEBUG from source filesMichael Stahl1-4/+0
2016-05-25SAL_FALLTRHOUGH in Windows-only codeStephan Bergmann2-0/+2
2016-05-22Convert BitmapAccessMode to scoped enumNoel Grandin3-16/+16
2016-05-21split GLWindow into platform dependent parts and move to respective backendsCaolán McNamara1-13/+0
2016-05-14cppcheck: uninitialised members in vclJochen Nitschke1-0/+4