Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-03-09 | Updated version number for release. | mitchell | 1 | -2/+2 | |
2019-03-09 | Backport: Feature [feature-requests:#1265]. Common Intermediate Language ↵ | mitchell | 1 | -0/+3 | |
(CIL) lexer. Backport of changeset 7283:aaeca7f7cf9d. | |||||
2019-03-09 | Backport: Use noexcept and constexpr where possible and reasonable. | mitchell | 2 | -38/+36 | |
Backport of changeset 7280:9cf6a15d6c85, but removed constexpr since it is not supported in C++11. | |||||
2019-02-24 | Backport: Remove font caching on Win32. | Neil | 1 | -107/+7 | |
Backport of changeset 7279:ad1559729b0f. | |||||
2019-01-13 | Backport: Replace the only use of a function from <cctype> with a Scintilla ↵ | Neil | 2 | -2/+0 | |
function. Remove inclusion of <cctype> except in lexers as cctype functions often behave poorly and may crash for out of bounds arguments. Backport of changeset 7228:348e55f8107c. | |||||
2019-01-12 | Updates for version 3.10.2. | mitchell | 1 | -2/+2 | |
2019-01-06 | Backport: Bug [#2068]. Fix some clang-tidy warnings. | Zufu Liu | 1 | -4/+4 | |
Backport of changeset 7195:ce4394f12c76. | |||||
2018-12-07 | Backport: Feature [feature-requests:#1246]. Replace MAKELONG with ↵ | Zufu Liu | 1 | -3/+3 | |
MAKELRESULT and MAKEWPARAM which are more specific. Backport of changeset 7183:3ca4517dc18f. | |||||
2018-11-21 | Backport: Feature [feature-requests:#1242]. Add lexer for Nim | Jad Altahan | 1 | -0/+3 | |
Backport of changeset 7173:3e6cf75864cc. | |||||
2018-10-31 | Updated for 3.10.1.rel-3-10-1 | mitchell | 1 | -2/+2 | |
2018-10-17 | Backport: Use nullptr, default brace and member initialisation for some ↵ | Neil | 2 | -52/+42 | |
simple cases. Backport of changeset 7119:32e2131e1f04. | |||||
2018-10-11 | Backport: Add SCI_SETCOMMANDEVENTS API to allow turning off command events. | Neil | 1 | -3/+5 | |
This can reduce the time taken to fold a document by half. Backport of changeset 7110:09c647755bed. | |||||
2018-08-09 | Backport: Avoid some casts. | Neil | 1 | -3/+4 | |
Backport of changeset 7072:557c1fa29581. | |||||
2018-07-10 | Backport: Use Select* macros from windowsx.h to avoid casts and for consistency. | Neil | 1 | -8/+8 | |
Backport of changeset 7062:5884391d3e4d. | |||||
2018-06-21 | Backport: Feature [feature-requests:#1185]. Add lexers for SAS and Stata. | Luke Rasmussen | 1 | -0/+6 | |
Backport of changeset 7056:974bc87e0696. | |||||
2018-06-30 | Updated for 3.10.0.rel-3-10-0 | mitchell | 1 | -2/+2 | |
2018-05-24 | Backport: Fix warnings. Add const, constexpr, and noexcept. Initialize. ↵ | Neil | 3 | -74/+74 | |
Standard methods. Replace 0 and NULL with nullptr for COM, DirectWrite and least ambiguous cases. Backport of changeset 6974:e99161ef7bdd. | |||||
2018-05-25 | Backport: Add GradientRectangle method to Surface to draw rectangles with ↵ | mitchell | 1 | -0/+58 | |
vertical or horizontal gradients. Backport of changeset 6965:90c71d69e3b6. | |||||
2018-05-15 | Backport: Drop inclusion of StringCopy.h where possible. | Neil | 1 | -1/+0 | |
Backport of changeset 6951:b2a17a08a1f8. | |||||
2018-05-14 | Backport: Avoid using 0 as NULL pointer. | Neil | 1 | -1/+1 | |
Backport of changeset 6948:b75edf4d00d3. | |||||
2018-05-25 | Backport: Modernize Platform.h (3) - update Surface to delete WidthChar, use ↵ | mitchell | 1 | -34/+7 | |
size_t for Polygon and delete the standard copy and assignment methods. Backport of changeset 6940:89fd29243232. | |||||
2018-05-14 | Backport: Modernize Platform.h (2) - noexcept, const, constexpr. | Neil | 1 | -12/+12 | |
ColourDesired is an int instead of long for consistency over different platforms. Changes made to Point, PRectangle, and ColourDesired. RoundXYPosition removed. Backport of changeset 6939:7441dcb96e6a. | |||||
2018-05-14 | Backport: Modernize Platform.h (1) - noexcept, const, standard methods. | Neil | 2 | -12/+11 | |
Changes made to FontParameters, Font, Window, ListBoxEvent, ListBox, Menu, DynamicLibrary, and Platform. Backport of changeset 6938:a42c7cc3254b. | |||||
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: Update dependencies. | Neil | 2 | -22/+31 | |
Backport of changeset 6774:8ff9d5842dec. | |||||
2018-05-01 | Backport: Use RectFromPRectangle to avoid casts. | Neil | 3 | -3/+7 | |
Backport of changeset 6770:c14d2ee02108. | |||||
2018-05-01 | Backport: Bug [#2012]. Use '0' instead of '0l'. | Neil | 1 | -2/+2 | |
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 | -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-28 | Backport: Delete standard functions on classes where there could be attempts ↵ | Neil | 1 | -0/+12 | |
to copy. Backport of changeset 6756:29866b0927e0. | |||||
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 floor instead of casts when centring bitmaps inside the given ↵ | Neil | 1 | -4/+4 | |
rectangle. Backport of changeset 6751:23a8e12e4b3d. | |||||
2018-04-26 | Backport: Update dependencies for ElapsedPeriod. | Neil | 1 | -6/+15 | |
Backport of changeset 6742:dd1d32f7b814. | |||||
2018-05-06 | Backport: Use <chrono> for platform-independent timing and remove ↵ | mitchell | 3 | -64/+20 | |
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 | 1 | -4/+2 | |
Backport of changeset 6739:e204054d5d07. | |||||
2018-04-25 | Backport: Use set of coercion functions for transforming WndProc parameters ↵ | Neil | 1 | -7/+7 | |
into pointers. Backport of changeset 6738:5b39367ee7da. | |||||
2018-04-25 | Backport: Standardized signature of TargetAsUTF8 and EncodedFromUTF8. | Neil | 1 | -2/+2 | |
Backport of changeset 6737:5c4aea8a1e8a. | |||||
2018-05-06 | Backport: Remove casts that are not needed since sptr_t and Sci::Position ↵ | mitchell | 1 | -1/+1 | |
are the same type. Backport of changeset 6735:ed52dd761341. | |||||
2018-04-22 | Backport: Remove casts between char and unsigned char where possible. | Neil | 1 | -4/+4 | |
Backport of changeset 6731:8e06234817c0. | |||||
2018-04-20 | Backport: Remove test that is always true. | Neil | 1 | -1/+1 | |
Backport of changeset 6718:a2bd7f9f0c47. | |||||
2018-04-20 | Backport: Fix warnings from MSVC analyze and reduce casts. | Neil | 1 | -84/+100 | |
Backport of changeset 6716:d3dfe9e0c75b. | |||||
2018-05-06 | Backport: Feature [feature-requests:#1215]. Use standard functions in ↵ | mitchell | 1 | -18/+5 | |
prference to RoundXYPosition, XYMinimum, and XYMaximum. Backport of changeset 6713:fadc4c551b6d. | |||||
2018-04-19 | Backport: Use ColourDesired constructor explicitly to make more obvious. | Neil | 1 | -3/+3 | |
Constructor not marked explicit as may be used in external platform layers. Backport of changeset 6706:73c8bc321f62. | |||||
2018-04-19 | Backport: Casting changed in many places, due to change to 64-bit variables ↵ | Neil | 1 | -13/+13 | |
for 64-bit builds. Some of the changes ensure no truncation while others remove casts that are no longer needed because the externally visible Sci_Position is now identical to Sci::Position. Some extra methods (CellBuffer::UCharAt and Document::SciLineFromPosition) added to avoid casting in client code. Sci::Line is currently identical to Sci::Position but it could be made smaller so lines have Sci::Line types and are cast. Some arguments widened. Backport of changeset 6705:5c0a80740b8c. |