aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2018-05-01Backport: Update dependencies.Neil2-22/+31
Backport of changeset 6774:8ff9d5842dec.
2018-05-01Backport: Add IntegerRectangle to simplify drawing lines without casting.Neil7-112/+157
Backport of changeset 6773:9a027c16f8c3.
2018-05-01Backport: Remove cast that is not needed.Neil1-1/+1
Backport of changeset 6772:30f7bf6f6bca.
2018-05-01Backport: Use round and floor instead of casts.Neil1-2/+2
Backport of changeset 6771:d0170ad7383b.
2018-05-01Backport: Use RectFromPRectangle to avoid casts.Neil3-3/+7
Backport of changeset 6770:c14d2ee02108.
2018-05-01Backport: Fix minor issues with AutoSurface, AutoLineLayout and SelectionText.Neil2-8/+8
Backport of changeset 6769:b8ae2860861f.
2018-05-01Backport: Bug [#2012]. Use '0' instead of '0l'.Neil6-7/+7
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-1/+1
Backport of changeset 6766:506946ccc604.
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.
2018-04-30Backport: Use message parameter access macros provided by Windows instead of ↵Neil2-35/+11
casting. Backport of changeset 6762:addd3229350b.
2018-04-30Backport: Use C++ casts in preference to C casts. Use nullptr instead of 0.Neil2-4/+5
Backport of changeset 6761:3d5f0669be84.
2018-04-30Backport: Feature [feature-requests:#1215]. Use Sci::clamp to shorten code.Neil1-6/+1
Backport of changeset 6760:e94cd333a5a9.
2018-04-30Backport: Feature [feature-requests:#1215]. Simplify RESearch::ChSetWithCase.Neil1-9/+4
Backport of changeset 6759:a4ec3a347298.
2018-04-28Backport: Delete standard functions on classes where there could be attempts ↵Neil16-9/+90
to copy. Backport of changeset 6756:29866b0927e0.
2018-04-28Backport: Rename method to avoid confusion between base and derived classes.Neil2-4/+4
Backport of changeset 6755:fbf0bafc51db.
2018-04-28Backport: Remove unused definition and replace 0 with nullptr.Neil1-2/+1
Backport of changeset 6754:e62ae5a8a587.
2018-04-28Backport:Initialize timers in definition instead of looping to avoid cast ↵Neil1-4/+1
and warning. Backport of changeset 6753:2950b9c35ecc.
2018-04-27Backport: Use nullptr for custom draw functions.Neil2-9/+10
Backport of changeset 6752:ad7b3c0b64e3.
2018-04-27Backport: Use floor instead of casts when centring bitmaps inside the given ↵Neil1-4/+4
rectangle. Backport of changeset 6751:23a8e12e4b3d.
2018-04-27Backport: Avoid reinterpret_cast. Use size_t argument to UTF8Classify to ↵Neil2-25/+23
avoid casts. Backport of changeset 6750:f42f27b2daf5.
2018-04-27Backport: Fix comments.Neil1-2/+2
Backport of changeset 6748:584479379ccb.
2018-04-26Backport: Change type to avoid casts.Neil2-3/+3
Backport of changeset 6747:6f6113f848b1.
2018-04-26Backport: Specify concrete class for ldTabstops and use directly instead of ↵Neil2-8/+7
copying value of .get() before use. Backport of changeset 6745:f8cf44b26722.
2018-04-26Backport: Remove cast that is not needed.Neil1-1/+1
Backport of changeset 6744:1e9563e79132.
2018-04-26Backport: Update dependencies for ElapsedPeriod.Neil Hodgson1-15/+15
Backport of changeset 6743:7a9d4d15b8d3.
2018-04-26Backport: Update dependencies for ElapsedPeriod.Neil1-6/+15
Backport of changeset 6742:dd1d32f7b814.
2018-05-06Removed ElapsedTime from curses platform.mitchell1-4/+0
2018-05-06Backport: Use <chrono> for platform-independent timing and remove ↵mitchell11-172/+93
ElapsedTime. Also use #if for painting measurement as there are 7 sections of code to enable. Backport of changeset 6741:af5d9064c25c.
2018-04-26Backport: Update deps for LexCoffeeScript not using Platform.h.Neil1-4/+4
Backport of changeset 6740:3ef8bf667a7d.
2018-04-25Backport: Remove variables and casts that are not needed.Neil3-8/+6
Backport of changeset 6739:e204054d5d07.
2018-04-25Backport: Use set of coercion functions for transforming WndProc parameters ↵Neil6-58/+77
into pointers. Backport of changeset 6738:5b39367ee7da.
2018-04-25Backport: Standardized signature of TargetAsUTF8 and EncodedFromUTF8.Neil5-12/+12
Backport of changeset 6737:5c4aea8a1e8a.
2018-04-25Backport: Removed mention of class that no longer exists.Neil1-1/+0
Backport of changeset 6736:06391d094c6a.
2018-05-06Backport: Remove casts that are not needed since sptr_t and Sci::Position ↵mitchell3-32/+31
are the same type. Backport of changeset 6735:ed52dd761341.
2018-04-24Backport: Feature [feature-requests:#1215]. Make Action move constructor ↵Neil2-10/+1
noexcept and use default implementation. Backport of changeset 6734:e852ad4d15ff.
2018-04-24Backport: Feature [feature-requests:#1215]. Make a parameter const.Neil2-2/+2
Backport of changeset 6733:f6be8941c4b8.
2018-04-23Backport: Remove include of Platform.h that is not used by the CoffeeScript ↵Neil1-1/+0
lexer as that makes it more difficult to change Platform.h. Backport of changeset 6732:6bdd215bedf9.
2018-04-22Backport: Remove casts between char and unsigned char where possible.Neil9-24/+23
Backport of changeset 6731:8e06234817c0.
2018-04-22Backport: Fix problems with 64-bit positions by using types that expand to ↵Neil Hodgson3-32/+33
64-bits and removing casts to int. Backport of changeset 6730:990e4d71ecb3.
2018-04-22Backport: Reduce casts by moving casting from char* to UInt8* into ↵Neil Hodgson2-12/+20
QuartzTextLayout::SetText and adding helper TextStyleFromFont to cast from Font to QuartzTextStyle. Backport of changeset 6729:2d72313a7d6d.
2018-04-21Backport: Code improvements - noexcept and intialization.Neil2-5/+5
Backport of changeset 6728:08bed3a35b28.
2018-04-21Backport: Safety improvements for character code - drop reinterpret_cast, ↵Neil4-16/+14
ensure more variables are initialized, specify noexcept when safe. Backport of changeset 6727:8f4de063e95c.
2018-04-21Backport: Remove CallBackAction which was replaced by IListBoxDelegate.Neil1-5/+0
Backport of changeset 6726:436141741e4f.
2018-04-21Backport: Use noexcept in basic data structures where reasonable.Neil7-46/+55
Declare the standard member functions in more classes Backport of changeset 6725:2864bc1b748a.
2018-04-21Backport: Tighten definition of regular expression iterators so they are ↵Neil11-120/+150
noexcept and define all the standard member functions. This cascades to all methods called by the iterators, affecting Document, CellBuffer, Partitioning, SplitVector and UTF-8 and DBCS functions. Other trivial functions declared noexcept. Backport of changeset 6724:f2dfdc0dddd3.
2018-05-06Backport: More const and cast avoidance.mitchell3-13/+14
Backport of changeset 6722:9a20edc44615.
2018-04-20Backport: Mark pointer to constant parameter as const.Neil4-4/+4
Backport of changeset 6721:33bf16396488.