| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2018-05-04 | Backport: Add -large command line option for testing large document option. | Neil | 1 | -1/+6 | |
| Backport of changeset 6791:1bb0b468a5a8. | |||||
| 2018-05-03 | Backport: Use Range and Position in more cases to avoid casts. | Neil | 2 | -17/+20 | |
| Backport of changeset 6790:cb56d38e7800. | |||||
| 2018-05-03 | Backport: Ensure all 4 byte characters will work in MapRepresentation by ↵ | Neil | 2 | -10/+17 | |
| using unsigned int. Use variable assignments to avoid casts. Backport of changeset 6789:35c415d8e7d4. | |||||
| 2018-05-03 | Backport: Simplify PropSetSimple, avoid casts, use nullptr. | Neil | 4 | -15/+19 | |
| Backport of changeset 6788:e9f6386c89d4. | |||||
| 2018-05-03 | Backport: Avoid casts. | Neil | 3 | -10/+12 | |
| Backport of changeset 6787:b690b9e1e111. | |||||
| 2018-05-03 | Backport: Eliminate XFromPosition overload for Sci::Position as ↵ | Neil | 2 | -8/+2 | |
| SelectionPosition overload can always be used. Backport of changeset 6785:161efa2f1972. | |||||
| 2018-05-02 | Backport: Replace NULL and 0 with nullptr. | Neil Hodgson | 1 | -41/+20 | |
| Backport of changeset 6784:0638e9fb5942. | |||||
| 2018-05-02 | Backport: Define ListBoxImpl::GetWidget method to avoid casts. | Neil Hodgson | 1 | -55/+37 | |
| Backport of changeset 6783:ebfb3ad01111. | |||||
| 2018-05-02 | Backport: Decrease use of casts and replace reinterpret_cast with static_cast. | Neil Hodgson | 4 | -26/+28 | |
| Backport of changeset 6782:8b447827f7a6. | |||||
| 2018-05-02 | Backport: Add "change team" and "endteam" folding terms. | darmar | 2 | -1/+7 | |
| Backport of changeset 6781:6ededeebe34c. | |||||
| 2018-05-01 | Backport: Encapsulate conversions between WindowID and HWND and hoist cast ↵ | Neil | 1 | -26/+31 | |
| out of switch. Backport of changeset 6778:5bd8ddf6b651. | |||||
| 2018-05-01 | Backport: Remove dead function and unnecessary casts. Convert C casts to C++ ↵ | Neil Hodgson | 2 | -30/+15 | |
| casts. Use nullptr where unambiguous and is C++ as distinct from Objective C. Backport of changeset 6777:cc47e21d83ea. | |||||
| 2018-05-01 | Backport: Hoist conversion between NSEvent time and Editor method time into ↵ | Neil Hodgson | 1 | -5/+19 | |
| function. Backport of changeset 6776:21643ea8bb67. | |||||
| 2018-05-01 | Backport: Updated dependencies. | Neil Hodgson | 1 | -29/+31 | |
| Backport of changeset 6775:c9895510ded6. | |||||
| 2018-05-01 | Backport: Update dependencies. | Neil | 2 | -22/+31 | |
| Backport of changeset 6774:8ff9d5842dec. | |||||
| 2018-05-01 | Backport: Add IntegerRectangle to simplify drawing lines without casting. | Neil | 7 | -112/+157 | |
| Backport of changeset 6773:9a027c16f8c3. | |||||
| 2018-05-01 | Backport: Remove cast that is not needed. | Neil | 1 | -1/+1 | |
| Backport of changeset 6772:30f7bf6f6bca. | |||||
| 2018-05-01 | Backport: Use round and floor instead of casts. | Neil | 1 | -2/+2 | |
| Backport of changeset 6771:d0170ad7383b. | |||||
| 2018-05-01 | Backport: Use RectFromPRectangle to avoid casts. | Neil | 3 | -3/+7 | |
| Backport of changeset 6770:c14d2ee02108. | |||||
| 2018-05-01 | Backport: Fix minor issues with AutoSurface, AutoLineLayout and SelectionText. | Neil | 2 | -8/+8 | |
| Backport of changeset 6769:b8ae2860861f. | |||||
| 2018-05-01 | Backport: Bug [#2012]. Use '0' instead of '0l'. | Neil | 6 | -7/+7 | |
| Backport of changeset 6768:afe3117ead02. | |||||
| 2018-04-30 | Backport: Add conversion function from Scintilla Point to Win32 POINT. | Neil | 2 | -51/+85 | |
| Use namespaces more consistently. Fix typo. Backport of changeset 6767:0a0334bef5c9. | |||||
| 2018-04-30 | Backport: Use const where possible. | Neil | 1 | -1/+1 | |
| Backport of changeset 6766:506946ccc604. | |||||
| 2018-04-30 | Backport: Use const where possible. | Neil | 1 | -21/+21 | |
| Backport of changeset 6765:ec572b29a86f. | |||||
| 2018-04-30 | Backport: Use const for IME, code page and related code. | Neil | 1 | -28/+27 | |
| Backport of changeset 6764:f29220418dd5. | |||||
| 2018-04-30 | Backport: Use Win32 types and avoid casting. Move code to avoid warnings. | Neil | 2 | -15/+14 | |
| Use const where there is a benefit. Backport of changeset 6763:e9079a505ea8. | |||||
| 2018-04-30 | Backport: Use message parameter access macros provided by Windows instead of ↵ | Neil | 2 | -35/+11 | |
| casting. Backport of changeset 6762:addd3229350b. | |||||
| 2018-04-30 | Backport: Use C++ casts in preference to C casts. Use nullptr instead of 0. | Neil | 2 | -4/+5 | |
| Backport of changeset 6761:3d5f0669be84. | |||||
| 2018-04-30 | Backport: Feature [feature-requests:#1215]. Use Sci::clamp to shorten code. | Neil | 1 | -6/+1 | |
| Backport of changeset 6760:e94cd333a5a9. | |||||
| 2018-04-30 | Backport: Feature [feature-requests:#1215]. Simplify RESearch::ChSetWithCase. | Neil | 1 | -9/+4 | |
| Backport of changeset 6759:a4ec3a347298. | |||||
| 2018-04-28 | Backport: Delete standard functions on classes where there could be attempts ↵ | Neil | 16 | -9/+90 | |
| to copy. Backport of changeset 6756:29866b0927e0. | |||||
| 2018-04-28 | Backport: Rename method to avoid confusion between base and derived classes. | Neil | 2 | -4/+4 | |
| Backport of changeset 6755:fbf0bafc51db. | |||||
| 2018-04-28 | Backport: Remove unused definition and replace 0 with nullptr. | Neil | 1 | -2/+1 | |
| Backport of changeset 6754:e62ae5a8a587. | |||||
| 2018-04-28 | Backport:Initialize timers in definition instead of looping to avoid cast ↵ | Neil | 1 | -4/+1 | |
| and warning. Backport of changeset 6753:2950b9c35ecc. | |||||
| 2018-04-27 | Backport: Use nullptr for custom draw functions. | Neil | 2 | -9/+10 | |
| Backport of changeset 6752:ad7b3c0b64e3. | |||||
| 2018-04-27 | Backport: Use floor instead of casts when centring bitmaps inside the given ↵ | Neil | 1 | -4/+4 | |
| rectangle. Backport of changeset 6751:23a8e12e4b3d. | |||||
| 2018-04-27 | Backport: Avoid reinterpret_cast. Use size_t argument to UTF8Classify to ↵ | Neil | 2 | -25/+23 | |
| avoid casts. Backport of changeset 6750:f42f27b2daf5. | |||||
| 2018-04-27 | Backport: Fix comments. | Neil | 1 | -2/+2 | |
| Backport of changeset 6748:584479379ccb. | |||||
| 2018-04-26 | Backport: Change type to avoid casts. | Neil | 2 | -3/+3 | |
| Backport of changeset 6747:6f6113f848b1. | |||||
| 2018-04-26 | Backport: Specify concrete class for ldTabstops and use directly instead of ↵ | Neil | 2 | -8/+7 | |
| copying value of .get() before use. Backport of changeset 6745:f8cf44b26722. | |||||
| 2018-04-26 | Backport: Remove cast that is not needed. | Neil | 1 | -1/+1 | |
| Backport of changeset 6744:1e9563e79132. | |||||
| 2018-04-26 | Backport: Update dependencies for ElapsedPeriod. | Neil Hodgson | 1 | -15/+15 | |
| Backport of changeset 6743:7a9d4d15b8d3. | |||||
| 2018-04-26 | Backport: Update dependencies for ElapsedPeriod. | Neil | 1 | -6/+15 | |
| Backport of changeset 6742:dd1d32f7b814. | |||||
| 2018-05-06 | Removed ElapsedTime from curses platform. | mitchell | 1 | -4/+0 | |
| 2018-05-06 | Backport: Use <chrono> for platform-independent timing and remove ↵ | mitchell | 11 | -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-26 | Backport: Update deps for LexCoffeeScript not using Platform.h. | Neil | 1 | -4/+4 | |
| Backport of changeset 6740:3ef8bf667a7d. | |||||
| 2018-04-25 | Backport: Remove variables and casts that are not needed. | Neil | 3 | -8/+6 | |
| Backport of changeset 6739:e204054d5d07. | |||||
| 2018-04-25 | Backport: Use set of coercion functions for transforming WndProc parameters ↵ | Neil | 6 | -58/+77 | |
| into pointers. Backport of changeset 6738:5b39367ee7da. | |||||
| 2018-04-25 | Backport: Standardized signature of TargetAsUTF8 and EncodedFromUTF8. | Neil | 5 | -12/+12 | |
| Backport of changeset 6737:5c4aea8a1e8a. | |||||
| 2018-04-25 | Backport: Removed mention of class that no longer exists. | Neil | 1 | -1/+0 | |
| Backport of changeset 6736:06391d094c6a. | |||||
