summaryrefslogtreecommitdiff
path: root/src/gui_dwrite.cpp
Commit message (Collapse)AuthorAgeFilesLines
* patch 7.4.1610v7.4.1610Bram Moolenaar2016-03-191-1/+7
| | | | | Problem: Compiler warnings for non-virtual destructor. Solution: Mark the classe final. (Ken Takata)
* patch 7.4.1428v7.4.1428Bram Moolenaar2016-02-271-2/+3
| | | | | Problem: Compiler warning for non-virtual destructor. Solution: Make it virtual. (Yasuhiro Matsumoto)
* patch 7.4.1074v7.4.1074Bram Moolenaar2016-01-101-1/+1
| | | | | Problem: Warning from VX2015 compiler. Solution: Add a type cast. (Mike Williams)
* updated for version 7.4.398v7.4.398Bram Moolenaar2014-08-071-1/+1
| | | | | | Problem: Gcc error for the argument of InterlockedIncrement() and InterlockedDecrement(). (Axel Bender) Solution: Remove "unsigned" from the cRefCount_ declaration.
* updated for version 7.4.393v7.4.393Bram Moolenaar2014-08-061-0/+901
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)