aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32
AgeCommit message (Expand)AuthorFilesLines
2019-06-22Backport: Feature [feature-requests:#1297] Update to use INDICATOR_ instead o...Neil1-5/+5
2019-07-11Backport: Feature [feature-requests:#1293]. InsertCharacter replaces AddCharUTF.mitchell1-3/+3
2019-06-17Backport: Fix trailing space.Neil1-1/+1
2019-07-11Backport: Bug [#2110]. Limit text returned from WM_GETTEXT to length specifie...mitchell1-21/+18
2019-07-11Backport: Feature [feature-requests:#1295]. Lexer added for DataFlex.mitchell3-0/+25
2019-06-05Preparing for 3.10.6 release.mitchell1-2/+2
2019-05-29Backport: Bug [#2104]. Use 'l' long format length sub-specifier for HRESULT a...Neil2-4/+4
2019-05-11Backport: Feature [feature-requests:#1283]. Standardise spelling - "color" ->...Neil1-7/+7
2019-05-08Backport: Use value-initialization and nullptr (for true pointers) to avoid '...Neil3-41/+25
2019-05-27Backport: Feature [feature-requests:#1280]. Lexer added for X12.mitchell3-0/+17
2019-04-28Backport: Use const and noexcept for private methods.Neil1-6/+6
2019-04-28Backport: Fix analysis warnings for GlobalMemory class.Neil1-5/+5
2019-04-27Backport: Feature [feature-requests:#1279]. Removed invalid check when avoidi...Neil1-12/+7
2019-05-09Updated version number for release.rel-3-10-5mitchell1-2/+2
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
2019-04-11Backport: Feature [feature-requests:#1277]. Support coloured text on Windows ...Zufu Liu1-3/+15
2019-04-06Backport: Updated dependencies for change set 7401 adding UniqueString.cxx.Neil2-0/+6
2019-04-17Backport: Move UniqueStringCopy into its own source file UniqueString.cxx to ...mitchell2-0/+2
2019-04-03Backport: Help static analyzers with assert.Neil1-0/+2
2019-04-01Backport: Switch generation of make dependencies to Python scripts DepGen.py.Neil5-1586/+3995
2019-03-29Backport: Include "CharacterCategory.h" in all files that include "Document.h...Neil1-0/+1
2019-03-27Backport: Updated dependencies for Win32.Neil2-70/+81
2019-03-25Backport: Use generic std::abs instead of abs and fabs.Neil2-7/+7
2019-03-31Backport: Use generic versions of ceil, floor, round, lround, trunc from <cma...mitchell1-15/+15
2019-03-20Backport: Implement WStringFromUTF8 to simplify code that creates wstring obj...Neil1-4/+2
2019-03-19Backport: Make destructors public to avoid warnings.Neil1-1/+3
2019-03-18Backport: Add some operators to Point to simplify client code.Neil2-6/+5
2019-03-18Backport: Minor warnings fixed - uninitialized, nullptr, type agreement, avoi...Neil1-3/+3
2019-03-18Backport: Use noexcept where allowed, not inherited from base class, and not ...Neil1-53/+53
2019-03-05Backport: Implement QueueIdleWork on Win32.Neil1-1/+32
2019-03-05Backport: Validate window after FullPaint caused by abandoning paint.Neil1-0/+1
2019-03-05Backport: Remove feature where WM_PAINT treated wParam as a PAINTSTRUCT*.Neil1-23/+10
2019-03-09Updated version number for release.mitchell1-2/+2
2019-03-09Backport: Feature [feature-requests:#1265]. Common Intermediate Language (CIL...mitchell1-0/+3
2019-03-09Backport: Use noexcept and constexpr where possible and reasonable.mitchell2-38/+36
2019-02-24Backport: Remove font caching on Win32.Neil1-107/+7
2019-01-13Backport: Replace the only use of a function from <cctype> with a Scintilla f...Neil2-2/+0
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
2018-12-07Backport: Feature [feature-requests:#1246]. Replace MAKELONG with MAKELRESULT...Zufu Liu1-3/+3
2018-11-21Backport: Feature [feature-requests:#1242]. Add lexer for NimJad Altahan1-0/+3
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 simpl...Neil2-52/+42
2018-10-11Backport: Add SCI_SETCOMMANDEVENTS API to allow turning off command events.Neil1-3/+5
2018-08-09Backport: Avoid some casts.Neil1-3/+4
2018-07-10Backport: Use Select* macros from windowsx.h to avoid casts and for consistency.Neil1-8/+8
2018-06-21Backport: Feature [feature-requests:#1185]. Add lexers for SAS and Stata.Luke Rasmussen1-0/+6
2018-06-30Updated for 3.10.0.rel-3-10-0mitchell1-2/+2
2018-05-24Backport: Fix warnings. Add const, constexpr, and noexcept. Initialize. Stand...Neil3-74/+74