aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2018-05-01Backport: Add IntegerRectangle to simplify drawing lines without casting.Neil7-112/+157
2018-05-01Backport: Remove cast that is not needed.Neil1-1/+1
2018-05-01Backport: Use round and floor instead of casts.Neil1-2/+2
2018-05-01Backport: Use RectFromPRectangle to avoid casts.Neil3-3/+7
2018-05-01Backport: Fix minor issues with AutoSurface, AutoLineLayout and SelectionText.Neil2-8/+8
2018-05-01Backport: Bug [#2012]. Use '0' instead of '0l'.Neil6-7/+7
2018-04-30Backport: Add conversion function from Scintilla Point to Win32 POINT.Neil2-51/+85
2018-04-30Backport: Use const where possible.Neil1-1/+1
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-30Backport: Feature [feature-requests:#1215]. Use Sci::clamp to shorten code.Neil1-6/+1
2018-04-30Backport: Feature [feature-requests:#1215]. Simplify RESearch::ChSetWithCase.Neil1-9/+4
2018-04-28Backport: Delete standard functions on classes where there could be attempts ...Neil16-9/+90
2018-04-28Backport: Rename method to avoid confusion between base and derived classes.Neil2-4/+4
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 nullptr for custom draw functions.Neil2-9/+10
2018-04-27Backport: Use floor instead of casts when centring bitmaps inside the given r...Neil1-4/+4
2018-04-27Backport: Avoid reinterpret_cast. Use size_t argument to UTF8Classify to avoi...Neil2-25/+23
2018-04-27Backport: Fix comments.Neil1-2/+2
2018-04-26Backport: Change type to avoid casts.Neil2-3/+3
2018-04-26Backport: Specify concrete class for ldTabstops and use directly instead of c...Neil2-8/+7
2018-04-26Backport: Remove cast that is not needed.Neil1-1/+1
2018-04-26Backport: Update dependencies for ElapsedPeriod.Neil Hodgson1-15/+15
2018-04-26Backport: Update dependencies for ElapsedPeriod.Neil1-6/+15
2018-05-06Removed ElapsedTime from curses platform.mitchell1-4/+0
2018-05-06Backport: Use <chrono> for platform-independent timing and remove ElapsedTime...mitchell11-172/+93
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.Neil3-8/+6
2018-04-25Backport: Use set of coercion functions for transforming WndProc parameters i...Neil6-58/+77
2018-04-25Backport: Standardized signature of TargetAsUTF8 and EncodedFromUTF8.Neil5-12/+12
2018-04-25Backport: Removed mention of class that no longer exists.Neil1-1/+0
2018-05-06Backport: Remove casts that are not needed since sptr_t and Sci::Position are...mitchell3-32/+31
2018-04-24Backport: Feature [feature-requests:#1215]. Make Action move constructor noex...Neil2-10/+1
2018-04-24Backport: Feature [feature-requests:#1215]. Make a parameter const.Neil2-2/+2
2018-04-23Backport: Remove include of Platform.h that is not used by the CoffeeScript l...Neil1-1/+0
2018-04-22Backport: Remove casts between char and unsigned char where possible.Neil9-24/+23
2018-04-22Backport: Fix problems with 64-bit positions by using types that expand to 64...Neil Hodgson3-32/+33
2018-04-22Backport: Reduce casts by moving casting from char* to UInt8* into QuartzText...Neil Hodgson2-12/+20
2018-04-21Backport: Code improvements - noexcept and intialization.Neil2-5/+5
2018-04-21Backport: Safety improvements for character code - drop reinterpret_cast, ens...Neil4-16/+14
2018-04-21Backport: Remove CallBackAction which was replaced by IListBoxDelegate.Neil1-5/+0
2018-04-21Backport: Use noexcept in basic data structures where reasonable.Neil7-46/+55
2018-04-21Backport: Tighten definition of regular expression iterators so they are noex...Neil11-120/+150
2018-05-06Backport: More const and cast avoidance.mitchell3-13/+14
2018-04-20Backport: Mark pointer to constant parameter as const.Neil4-4/+4
2018-04-20Backport: Use std::count to simplify code. Avoid NULL.Neil1-8/+2