Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-05-24 | Fix warnings. Add const, constexpr, and noexcept. Initialize. Standard methods. | Neil | 1 | -1/+1 | |
Replace 0 and NULL with nullptr for COM, DirectWrite and least ambiguous cases. | |||||
2018-05-01 | Use RectFromPRectangle to avoid casts. | Neil | 1 | -0/+2 | |
2017-09-11 | The Scintilla namespace is always active for internal symbols and for the lexer | Neil | 1 | -4/+0 | |
interfaces ILexer4 and IDocument. | |||||
2015-01-11 | Support removed for Windows 95, 98, and ME. | Neil | 1 | -1/+0 | |
2014-05-26 | Bug [#1602]. Bug [#1603]. Fix hangs and crashes at shutdown. | Neil | 1 | -1/+1 | |
2013-07-21 | Standardising header guards and namespaces. | Neil | 1 | -0/+13 | |
2011-09-25 | Allow choice of D2D on compiler command line. | nyamatongwe | 1 | -1/+1 | |
2011-09-24 | Mingw32 doesn't have Direct2D or DirectWrite headers so turn off use | nyamatongwe | 1 | -0/+3 | |
of these libraries except when compiling with Visual C++. | |||||
2011-08-07 | Dynamically loading Direct2D and DirectWrite at run time so can run on ↵ | nyamatongwe | 1 | -0/+13 | |
Windows XP. |