aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32
AgeCommit message (Collapse)AuthorFilesLines
2019-04-17Updated version number for release.mitchell1-2/+2
2019-04-12Backport: Bug [#2093]. Improve efficiency with single byte character sets.Zufu Liu1-2/+2
Backport of changeset 7424:0d4b29e058f7.
2019-04-11Backport: Feature [feature-requests:#1277]. Support coloured text on Windows ↵Zufu Liu1-3/+15
8.1+. Backport of changeset 7419:76fcbb9c97a1.
2019-04-06Backport: Updated dependencies for change set 7401 adding UniqueString.cxx.Neil2-0/+6
Backport of changeset 7404:04d3bf0afce8.
2019-04-17Backport: Move UniqueStringCopy into its own source file UniqueString.cxx to ↵mitchell2-0/+2
hide the implementation. Backport of changeset 7402:751b76b567f9, but with an alternative to C++17's string_view.
2019-04-03Backport: Help static analyzers with assert.Neil1-0/+2
Backport of changeset 7399:0e816d5d66a3.
2019-04-01Backport: Switch generation of make dependencies to Python scripts DepGen.py.Neil5-1586/+3995
Dependencies files deps.mak and nmdeps.mak are formatted with one file per line as that makes it easier to examine differences between versions. Backport of changeset 7397:997e6203e270.
2019-03-29Backport: Include "CharacterCategory.h" in all files that include ↵Neil1-0/+1
"Document.h" as it will be needed for adding a CharacterCategory feature. Backport of changeset 7391:9d98d77e920f.
2019-03-27Backport: Updated dependencies for Win32.Neil2-70/+81
Backport of changeset 7347:cfccc84081f0.
2019-03-25Backport: Use generic std::abs instead of abs and fabs.Neil2-7/+7
Backport of changeset 7330:09e5fe965a79.
2019-03-31Backport: Use generic versions of ceil, floor, round, lround, trunc from ↵mitchell1-15/+15
<cmath>. Backport of changeset 7329:2662ef098d93, but without std::round and std::lround, since older Mac OSX SDKs may not have them.
2019-03-20Backport: Implement WStringFromUTF8 to simplify code that creates wstring ↵Neil1-4/+2
objects for regular expressions and calling the Win32 API. Backport of changeset 7325:6148329fb2f3, but replaced std::string_view usage with const char* and size_t components. Also used #ifdef instead of C++17 `if constexpr` at suggestion of Neil.
2019-03-19Backport: Make destructors public to avoid warnings.Neil1-1/+3
Backport of changeset 7323:09b4042d7092.
2019-03-18Backport: Add some operators to Point to simplify client code.Neil2-6/+5
Backport of changeset 7321:d488340e94c0.
2019-03-18Backport: Minor warnings fixed - uninitialized, nullptr, type agreement, ↵Neil1-3/+3
avoid casts. Backport of changeset 7320:304d26d7137f, but with without the C++17 multi-byte helper functions from a previous changeset.
2019-03-18Backport: Use noexcept where allowed, not inherited from base class, and not ↵Neil1-53/+53
a COM method. Backport of changeset 7319:6db11117d56f, but without the C++17 multi-byte helper functions from a previous changeset.
2019-03-05Backport: Implement QueueIdleWork on Win32.Neil1-1/+32
Backport fo changeset 7316:a726290d864a.
2019-03-05Backport: Validate window after FullPaint caused by abandoning paint.Neil1-0/+1
Backport of changeset 7314:300b837c9102.
2019-03-05Backport: Remove feature where WM_PAINT treated wParam as a PAINTSTRUCT*.Neil1-23/+10
Backport of changeset 7313:ce1a7e356dc7.
2019-03-09Updated version number for release.mitchell1-2/+2
2019-03-09Backport: Feature [feature-requests:#1265]. Common Intermediate Language ↵mitchell1-0/+3
(CIL) lexer. Backport of changeset 7283:aaeca7f7cf9d.
2019-03-09Backport: Use noexcept and constexpr where possible and reasonable.mitchell2-38/+36
Backport of changeset 7280:9cf6a15d6c85, but removed constexpr since it is not supported in C++11.
2019-02-24Backport: Remove font caching on Win32.Neil1-107/+7
Backport of changeset 7279:ad1559729b0f.
2019-01-13Backport: Replace the only use of a function from <cctype> with a Scintilla ↵Neil2-2/+0
function. Remove inclusion of <cctype> except in lexers as cctype functions often behave poorly and may crash for out of bounds arguments. Backport of changeset 7228:348e55f8107c.
2019-01-12Updates for version 3.10.2.mitchell1-2/+2
2019-01-06Backport: Bug [#2068]. Fix some clang-tidy warnings.Zufu Liu1-4/+4
Backport of changeset 7195:ce4394f12c76.
2018-12-07Backport: Feature [feature-requests:#1246]. Replace MAKELONG with ↵Zufu Liu1-3/+3
MAKELRESULT and MAKEWPARAM which are more specific. Backport of changeset 7183:3ca4517dc18f.
2018-11-21Backport: Feature [feature-requests:#1242]. Add lexer for NimJad Altahan1-0/+3
Backport of changeset 7173:3e6cf75864cc.
2018-10-31Updated for 3.10.1.rel-3-10-1mitchell1-2/+2
2018-10-17Backport: Use nullptr, default brace and member initialisation for some ↵Neil2-52/+42
simple cases. Backport of changeset 7119:32e2131e1f04.
2018-10-11Backport: Add SCI_SETCOMMANDEVENTS API to allow turning off command events.Neil1-3/+5
This can reduce the time taken to fold a document by half. Backport of changeset 7110:09c647755bed.
2018-08-09Backport: Avoid some casts.Neil1-3/+4
Backport of changeset 7072:557c1fa29581.
2018-07-10Backport: Use Select* macros from windowsx.h to avoid casts and for consistency.Neil1-8/+8
Backport of changeset 7062:5884391d3e4d.
2018-06-21Backport: Feature [feature-requests:#1185]. Add lexers for SAS and Stata.Luke Rasmussen1-0/+6
Backport of changeset 7056:974bc87e0696.
2018-06-30Updated for 3.10.0.rel-3-10-0mitchell1-2/+2
2018-05-24Backport: Fix warnings. Add const, constexpr, and noexcept. Initialize. ↵Neil3-74/+74
Standard methods. Replace 0 and NULL with nullptr for COM, DirectWrite and least ambiguous cases. Backport of changeset 6974:e99161ef7bdd.
2018-05-25Backport: Add GradientRectangle method to Surface to draw rectangles with ↵mitchell1-0/+58
vertical or horizontal gradients. Backport of changeset 6965:90c71d69e3b6.
2018-05-15Backport: Drop inclusion of StringCopy.h where possible.Neil1-1/+0
Backport of changeset 6951:b2a17a08a1f8.
2018-05-14Backport: Avoid using 0 as NULL pointer.Neil1-1/+1
Backport of changeset 6948:b75edf4d00d3.
2018-05-25Backport: Modernize Platform.h (3) - update Surface to delete WidthChar, use ↵mitchell1-34/+7
size_t for Polygon and delete the standard copy and assignment methods. Backport of changeset 6940:89fd29243232.
2018-05-14Backport: Modernize Platform.h (2) - noexcept, const, constexpr.Neil1-12/+12
ColourDesired is an int instead of long for consistency over different platforms. Changes made to Point, PRectangle, and ColourDesired. RoundXYPosition removed. Backport of changeset 6939:7441dcb96e6a.
2018-05-14Backport: Modernize Platform.h (1) - noexcept, const, standard methods.Neil2-12/+11
Changes made to FontParameters, Font, Window, ListBoxEvent, ListBox, Menu, DynamicLibrary, and Platform. Backport of changeset 6938:a42c7cc3254b.
2018-05-01Backport: Encapsulate conversions between WindowID and HWND and hoist cast ↵Neil1-26/+31
out of switch. Backport of changeset 6778:5bd8ddf6b651.
2018-05-01Backport: Update dependencies.Neil2-22/+31
Backport of changeset 6774:8ff9d5842dec.
2018-05-01Backport: Use RectFromPRectangle to avoid casts.Neil3-3/+7
Backport of changeset 6770:c14d2ee02108.
2018-05-01Backport: Bug [#2012]. Use '0' instead of '0l'.Neil1-2/+2
Backport of changeset 6768:afe3117ead02.
2018-04-30Backport: Add conversion function from Scintilla Point to Win32 POINT.Neil2-51/+85
Use namespaces more consistently. Fix typo. Backport of changeset 6767:0a0334bef5c9.
2018-04-30Backport: Use const where possible.Neil1-21/+21
Backport of changeset 6765:ec572b29a86f.
2018-04-30Backport: Use const for IME, code page and related code.Neil1-28/+27
Backport of changeset 6764:f29220418dd5.
2018-04-30Backport: Use Win32 types and avoid casting. Move code to avoid warnings.Neil2-15/+14
Use const where there is a benefit. Backport of changeset 6763:e9079a505ea8.