summaryrefslogtreecommitdiffstats
path: root/src/gui_dwrite.cpp
AgeCommit message (Collapse)Author
2016-03-19patch 7.4.1610v7.4.1610Bram Moolenaar
Problem: Compiler warnings for non-virtual destructor. Solution: Mark the classe final. (Ken Takata)
2016-02-27patch 7.4.1428v7.4.1428Bram Moolenaar
Problem: Compiler warning for non-virtual destructor. Solution: Make it virtual. (Yasuhiro Matsumoto)
2016-01-10patch 7.4.1074v7.4.1074Bram Moolenaar
Problem: Warning from VX2015 compiler. Solution: Add a type cast. (Mike Williams)
2014-08-07updated for version 7.4.398v7.4.398Bram Moolenaar
Problem: Gcc error for the argument of InterlockedIncrement() and InterlockedDecrement(). (Axel Bender) Solution: Remove "unsigned" from the cRefCount_ declaration.
2014-08-06updated for version 7.4.393v7.4.393Bram Moolenaar
Problem: Text drawing on newer MS-Windows systems is suboptimal. Some multi-byte characters are not displayed, even though the same font in Notepad can display them. (Srinath Avadhanula) Solution: Add the 'renderoptions' option to enable Direct-X drawing. (Taro Muraoka)