aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/ScintillaWin.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-07-17Backport: Feature [feature-requests:#1300] part 3. Stop candidate window movi...johnsonj1-2/+5
2019-07-17Backport: Feature [feature-requests:#1300] part 2. Position candidate window ...Zufu Liu1-1/+5
2019-07-17Backport: Bug [#2120]. Avoid candidate window obscuring text when near bottom...Neil1-2/+8
2019-07-11Backport: Bug [#2038]. Source of input reported in SCN_CHARADDED.mitchell1-15/+12
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-05-29Backport: Bug [#2104]. Use 'l' long format length sub-specifier for HRESULT a...Neil1-3/+3
2019-05-08Backport: Use value-initialization and nullptr (for true pointers) to avoid '...Neil1-29/+18
2019-04-28Backport: Fix analysis warnings for GlobalMemory class.Neil1-5/+5
2019-04-03Backport: Help static analyzers with assert.Neil1-0/+2
2019-03-29Backport: Include "CharacterCategory.h" in all files that include "Document.h...Neil1-0/+1
2019-03-25Backport: Use generic std::abs instead of abs and fabs.Neil1-2/+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.Neil1-3/+4
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-01-13Backport: Replace the only use of a function from <cctype> with a Scintilla f...Neil1-1/+0
2018-12-07Backport: Feature [feature-requests:#1246]. Replace MAKELONG with MAKELRESULT...Zufu Liu1-3/+3
2018-10-17Backport: Use nullptr, default brace and member initialisation for some simpl...Neil1-13/+13
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-05-24Backport: Fix warnings. Add const, constexpr, and noexcept. Initialize. Stand...Neil1-20/+20
2018-05-14Backport: Modernize Platform.h (1) - noexcept, const, standard methods.Neil1-2/+3
2018-05-01Backport: Use RectFromPRectangle to avoid casts.Neil1-2/+2
2018-05-01Backport: Bug [#2012]. Use '0' instead of '0l'.Neil1-2/+2
2018-04-30Backport: Add conversion function from Scintilla Point to Win32 POINT.Neil1-23/+49
2018-04-30Backport: Use const where possible.Neil1-21/+21
2018-04-30Backport: Use const for IME, code page and related code.Neil1-28/+27
2018-04-30Backport: Use Win32 types and avoid casting. Move code to avoid warnings.Neil1-8/+7
2018-04-30Backport: Use message parameter access macros provided by Windows instead of ...Neil1-30/+8
2018-04-30Backport: Use C++ casts in preference to C casts. Use nullptr instead of 0.Neil1-1/+2
2018-04-28Backport: Delete standard functions on classes where there could be attempts ...Neil1-0/+12
2018-04-28Backport: Remove unused definition and replace 0 with nullptr.Neil1-2/+1
2018-04-28Backport:Initialize timers in definition instead of looping to avoid cast and...Neil1-4/+1
2018-05-06Backport: Use <chrono> for platform-independent timing and remove ElapsedTime...mitchell1-2/+4
2018-04-25Backport: Use set of coercion functions for transforming WndProc parameters i...Neil1-7/+7
2018-04-25Backport: Standardized signature of TargetAsUTF8 and EncodedFromUTF8.Neil1-2/+2
2018-05-06Backport: Remove casts that are not needed since sptr_t and Sci::Position are...mitchell1-1/+1
2018-04-22Backport: Remove casts between char and unsigned char where possible.Neil1-4/+4
2018-04-19Backport: Casting changed in many places, due to change to 64-bit variables f...Neil1-13/+13
2018-04-05Backport: Backed out changeset: 7402342dc7a3 Caching client rectangle on Edit...Neil1-2/+2
2018-04-04Backport: Remove automatic detection of Direct2D support during build.Neil1-1/+1
2018-04-04Backport: Move DLL entry points DllMain and Scintilla_DirectFunction into Sci...Neil1-22/+12
2018-04-04Backport: Cache client rectangle on EditView so it can be used easily inside ...Neil1-2/+2
2018-03-15Backport: Use forward class definitions of XPM and RGBAImage so only code tha...Neil1-1/+0