aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/PlatWin.h
AgeCommit message (Collapse)AuthorFilesLines
2019-03-09Backport: Use noexcept and constexpr where possible and reasonable.mitchell1-1/+5
Backport of changeset 7280:9cf6a15d6c85, but removed constexpr since it is not supported in C++11.
2018-05-24Backport: Fix warnings. Add const, constexpr, and noexcept. Initialize. ↵Neil1-1/+1
Standard methods. Replace 0 and NULL with nullptr for COM, DirectWrite and least ambiguous cases. Backport of changeset 6974:e99161ef7bdd.
2018-05-01Backport: Use RectFromPRectangle to avoid casts.Neil1-0/+2
Backport of changeset 6770:c14d2ee02108.
2017-09-11Backport: The Scintilla namespace is always active for internal symbols and ↵Neil1-4/+0
for the lexer and document interfaces. Backport of changeset 6388:d62863ae40a3.
2015-01-11Support removed for Windows 95, 98, and ME.Neil1-1/+0
2014-05-26Bug [#1602]. Bug [#1603]. Fix hangs and crashes at shutdown.Neil1-1/+1
2013-07-21Standardising header guards and namespaces.Neil1-0/+13
2011-09-25Allow choice of D2D on compiler command line.nyamatongwe1-1/+1
2011-09-24Mingw32 doesn't have Direct2D or DirectWrite headers so turn off usenyamatongwe1-0/+3
of these libraries except when compiling with Visual C++.
2011-08-07Dynamically loading Direct2D and DirectWrite at run time so can run on ↵nyamatongwe1-0/+13
Windows XP.