aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32
AgeCommit message (Expand)AuthorFilesLines
2018-05-24Backport: Fix warnings. Add const, constexpr, and noexcept. Initialize. Stand...Neil3-74/+74
2018-05-25Backport: Add GradientRectangle method to Surface to draw rectangles with ver...mitchell1-0/+58
2018-05-15Backport: Drop inclusion of StringCopy.h where possible.Neil1-1/+0
2018-05-14Backport: Avoid using 0 as NULL pointer.Neil1-1/+1
2018-05-25Backport: Modernize Platform.h (3) - update Surface to delete WidthChar, use ...mitchell1-34/+7
2018-05-14Backport: Modernize Platform.h (2) - noexcept, const, constexpr.Neil1-12/+12
2018-05-14Backport: Modernize Platform.h (1) - noexcept, const, standard methods.Neil2-12/+11
2018-05-01Backport: Encapsulate conversions between WindowID and HWND and hoist cast ou...Neil1-26/+31
2018-05-01Backport: Update dependencies.Neil2-22/+31
2018-05-01Backport: Use RectFromPRectangle to avoid casts.Neil3-3/+7
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.Neil2-51/+85
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.Neil2-15/+14
2018-04-30Backport: Use message parameter access macros provided by Windows instead of ...Neil2-35/+11
2018-04-30Backport: Use C++ casts in preference to C casts. Use nullptr instead of 0.Neil2-4/+5
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-04-27Backport: Use floor instead of casts when centring bitmaps inside the given r...Neil1-4/+4
2018-04-26Backport: Update dependencies for ElapsedPeriod.Neil1-6/+15
2018-05-06Backport: Use <chrono> for platform-independent timing and remove ElapsedTime...mitchell3-64/+20
2018-04-26Backport: Update deps for LexCoffeeScript not using Platform.h.Neil1-4/+4
2018-04-25Backport: Remove variables and casts that are not needed.Neil1-4/+2
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-20Backport: Remove test that is always true.Neil1-1/+1
2018-04-20Backport: Fix warnings from MSVC analyze and reduce casts.Neil1-84/+100
2018-05-06Backport: Feature [feature-requests:#1215]. Use standard functions in prferen...mitchell1-18/+5
2018-04-19Backport: Use ColourDesired constructor explicitly to make more obvious.Neil1-3/+3
2018-04-19Backport: Casting changed in many places, due to change to 64-bit variables f...Neil1-13/+13
2018-04-15Backport: Feature [feature-requests:#1215]. Stop warning about virtual call i...Neil1-4/+14
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.Neil6-21/+4
2018-04-04Backport: Move DLL entry points DllMain and Scintilla_DirectFunction into Sci...Neil7-82/+74
2018-04-04Backport: Cache client rectangle on EditView so it can be used easily inside ...Neil1-2/+2
2018-03-31Backport: Make clang 6.0 build without warnings. Requires clang to be on the ...Neil1-4/+6
2018-03-31Backport: Match struct initialization exactly to declaration to avoid warning...Neil1-3/+5
2018-03-24Backport: Removed unwanted include.Neil2-3/+2
2018-05-05Backport: Feature [feature-requests:#1212]. Move Unicode conversions into Uni...mitchell2-97/+131
2018-05-05Backport: Feature [feature-requests:#1211]. Use pre-computed table for UTF8By...mitchell2-12/+9
2018-03-22Updating for 3.8.0.mitchell1-2/+2
2018-03-16Backport: Remove line-end white space.Neil1-1/+1
2018-03-15Backport: Use forward class definitions of XPM and RGBAImage so only code tha...Neil1-1/+0
2018-03-08Backport: Create static library libscintilla.a or libscintilla.lib on Windows.Neil2-33/+46
2018-03-06Backport: Feature [feature-requests:#1210]. Maxima lexer added.Gunter Königsmann2-0/+8
2018-02-22Backport: Bug [#1993]. Fix building on Mingw/MSYS to perform file copies and ...Tobias Kühne1-1/+1