| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-04-07 | Backport: Use const as avoids warning. | Neil | 2 | -2/+2 | |
| Backport of changeset 8127:3558673f7706. | |||||
| 2020-04-07 | Backport: Bug [#1624]. Fix brace styling in Batch lexer so that brace ↵ | Yury Dubinsky | 3 | -382/+461 | |
| matching works. Bug [#1906], Bug [#1997], and Bug [#2065] also fixed. Backport of changeset 8126:57002ee9dccf. | |||||
| 2020-04-06 | Backport: Typo. | Neil | 1 | -1/+1 | |
| Backport of changeset 8125:e07adbc1fb4b. | |||||
| 2020-04-06 | Backport: Change log. | Neil | 1 | -0/+6 | |
| Backport of changeset 8124:3d5cc1c29738. | |||||
| 2020-04-06 | Backport: Bug [#2164]. Change line comments to terminate at next line start. | Neil | 3 | -273/+273 | |
| This changes the lexing test results a lot since line comments are common. Backport of changeset 8123:3f7f9e476cfb. | |||||
| 2020-04-07 | Fixed drawing of block caret in overtype mode. | mitchell | 1 | -1/+1 | |
| The overtype cursor was being displayed one cell behind the current position. | |||||
| 2020-04-05 | Updated BACKPORTING. | mitchell | 1 | -0/+2 | |
| 2020-04-05 | Enable autoscrolling when clicking and dragging the mouse to make selections. | mitchell | 1 | -1/+1 | |
| 2020-04-05 | Backport: Feature [feature-requests:1345]. Use ListBox_ macros in preference ↵ | Neil | 1 | -10/+10 | |
| to LB_ messages. Modify types to match. Backport of changeset 8111:d15f7fe3467b. | |||||
| 2020-04-05 | Backport: Feature [feature-requests:1345] Use more typesafe code to clear ↵ | Neil | 3 | -14/+9 | |
| window pointers, share implementation of window pointers between files, use GetWindowStyle. Backport of changeset 8110:33f16ac2c3ca. | |||||
| 2020-04-05 | Backport: Perform autoscroll when mouse on pixel just below window. | Mitchell Foral | 1 | -1/+1 | |
| This mostly helps the curses platform where a line of text is a single 'pixel'. Backport of changeset 8109:14e30b7917dd. | |||||
| 2020-04-05 | Backport: Pass argument as unique_ptr to show transfer of ownership. Add ↵ | mitchell | 3 | -6/+6 | |
| const and noexcept. Backport of changeset 8106:f26e186e80a9. | |||||
| 2020-03-27 | Backport: Avoid casts by returning size_t from GetExpanded. | Neil | 3 | -5/+5 | |
| Backport of changeset 8099:2228fb724ce7. | |||||
| 2020-04-05 | Backport: Widen types to size_t to match change from int to position of ↵ | mitchell | 5 | -83/+99 | |
| CallTipSetHlt in Scintilla.iface. Backport of changeset 8098:228c9f9aa839. | |||||
| 2020-04-02 | Fixed curses overlapping window drawing bug in Windows. | mitchell | 1 | -3/+4 | |
| A view could not draw autocompletion lists and calltips over itself, but it could draw over other views just fine. | |||||
| 2020-03-29 | Forgot a 0-to-1 conversion in r8093. | mitchell | 1 | -1/+1 | |
| 2020-03-29 | lexlua: Fixed incorrect grammar building for lexers that embed themselves. | mitchell | 2 | -1/+4 | |
| When there is no initial '*_whitespace' style, child lexers should prefer their parent's grammar rather than their own. | |||||
| 2020-03-29 | Backport: Extract arrow drawing to function. Use noexcept, const and other ↵ | Neil | 2 | -48/+60 | |
| minor changes to fix warnings before making widening types in the next change set. Backport of changeset 8097:06cbbf702640. | |||||
| 2020-03-29 | Backport: Update documentation to match changes in Scintilla.iface. | Neil | 1 | -13/+13 | |
| Backport of changeset 8096:e074c2becc5f. | |||||
| 2020-03-29 | Backport: Use correct wider types. | Mitchell Foral | 1 | -4/+4 | |
| Backport of changeset 8095:55f5243a2594. | |||||
| 2020-03-29 | Fixed bad backport r8078:742f17c763a4. | mitchell | 1 | -0/+5 | |
| Since C++11 does not support "static inline" initializers, the static members must still be defined elsewhere. | |||||
| 2020-03-28 | Switch to 1-based style numbers internally in Lua. | mitchell | 3 | -67/+64 | |
| 2020-03-27 | Updated BACKPORTING. | mitchell | 1 | -0/+50 | |
| 2020-03-26 | Backport: Fix spelling mistakes. | Neil | 13 | -26/+26 | |
| Backport of changeset 8028:78a688809e75. | |||||
| 2020-03-25 | Backport: Replace const with constexpr where possible. | Neil | 1 | -10/+6 | |
| Backport of changeset 8026:3d47c097aa3f. | |||||
| 2020-03-25 | Backport: Fix link warning by using incorrect subsystem value for 64-bit ↵ | Neil | 1 | -0/+6 | |
| Windows XP. Relies on Platform environment variable and defaults to 32-bit. Backport of changeset 8025:5a6e242072ae. | |||||
| 2020-03-25 | Backport: Replace static_cast with dynamic_cast for better type safety and ↵ | Neil | 1 | -1/+1 | |
| adherence to C++ Core Guidelines C.146. Backport of changeset 8024:5893c2efc0d8. | |||||
| 2020-03-24 | Backport: Use noexcept where possible. | Neil | 4 | -34/+38 | |
| Backport of changeset 8023:7e614e47074d. | |||||
| 2020-03-24 | Backport: Use noexcept where possible. | Neil | 2 | -21/+21 | |
| Backport of changeset 8022:658a23dc7b4e. | |||||
| 2020-03-23 | Backport: Use noexcept, const, and constexpr where possible. | Neil | 2 | -17/+17 | |
| Backport of changeset 8021:0dbef7a9205f. | |||||
| 2020-03-23 | Backport: Replace const with constexpr where possible. | Neil | 1 | -4/+4 | |
| Backport of changeset 8020:3f5593341a23. | |||||
| 2020-03-23 | Backport: perLineData is polymorphic so replace static_cast with ↵ | Neil | 1 | -5/+5 | |
| dynamic_cast for better type safety and adherence to C++ Core Guidelines C.146. Backport of changeset 8019:91a3db714f60. | |||||
| 2020-03-23 | Backport: Drop possibility of Sci_Position, Sci::Line, Sci::Position not ↵ | Neil | 1 | -8/+8 | |
| being ptrdiff_t. This reduces casting. Backport of changeset 8018:8bc54a095c2f. | |||||
| 2020-03-21 | Backport: Change log. | Zufu Liu | 1 | -0/+4 | |
| Backport of changeset 8017:600bb50532c5. | |||||
| 2020-03-21 | Backport: Bug [#2149]. Enable windowed IME on Wayland by setting as ↵ | Zufu Liu | 2 | -2/+13 | |
| transient for main. Backport of changeset 8016:b99cb7ebefbe. | |||||
| 2020-03-21 | Backport: Remove some casts that are not needed. | Zufu Liu | 1 | -3/+2 | |
| Backport of changeset 8015:d1071fa7574d. | |||||
| 2020-03-27 | Backport: Use dynamic_cast and assertion to make bugs more obvious. | mitchell | 3 | -46/+46 | |
| Use noexcept, namespace, const, constexpr, and static inline where reasonable. Avoid warnings in initializations. Backport of changeset 8014:5e621040222d. | |||||
| 2020-03-19 | Backport: Use noexcept in EditModel. | Neil | 2 | -2/+2 | |
| Backport of changeset 8013:77ef8e068676. | |||||
| 2020-03-19 | Backport: Minor improvements - noexcept, constexpr, cast removal. | Neil | 2 | -10/+8 | |
| Backport of changeset 8012:48f82fb06505. | |||||
| 2020-03-19 | Backport: Feature [feature-requests:1302] Simplify DrawCarets. | Zufu Liu | 1 | -5/+4 | |
| Backport of changeset 8011:bf8531a046ff. | |||||
| 2020-03-19 | Backport: Feature [feature-requests:1302] Add IsCaretVisible to simplify ↵ | Zufu Liu | 3 | -1/+6 | |
| DrawCarets. Backport of changeset 8010:4b365fa302a2. | |||||
| 2020-03-17 | Backport: Remove CRITICAL_SECTION by creating reverse arrow cursor at ↵ | Neil | 1 | -30/+17 | |
| initialization. InitializeCriticalSection inside DllMain can cause exceptions on old Windows. Backport of changeset 8009:ef650c1aa3ca. | |||||
| 2020-03-16 | Backport: Fail early if Python 3.x. | Neil | 1 | -0/+3 | |
| Backport of changeset 8008:e3dafff7afa5. | |||||
| 2020-03-27 | Backport: List headers in HeaderOrder.txt that are not used. | mitchell | 2 | -4/+6 | |
| Remove unused headers from HeaderOrder.txt. Backport of changeset 8007:a1bf5fa32baa. | |||||
| 2020-03-16 | Backport: Update Scintilla.h to match reordering of Scintilla.iface. | Neil | 1 | -9/+9 | |
| Backport of changeset 8006:80e7c6071c8b. | |||||
| 2020-03-15 | Backport: Bug [#2159]. SC_WRAP_CHAR is not supported for printing. | Neil | 1 | -5/+4 | |
| Backport of changeset 8005:97b76d46ea98. | |||||
| 2020-03-13 | Backport: Using constexpr in UniConversion and CaseConvert. | Neil | 4 | -7/+7 | |
| Backport of changeset 8004:7052c60ce1b2. | |||||
| 2020-03-13 | Backport: Mark ImmEscapeW as global. | Neil | 1 | -1/+1 | |
| Backport of changeset 8003:5cc508fe4b9c. | |||||
| 2020-03-11 | Backport: Handle Japanese IME input when both GCS_COMPSTR and GCS_RESULTSTR set. | Zufu Liu | 2 | -2/+8 | |
| Backport of changeset 8002:92d3ec579869. | |||||
| 2020-02-05 | Backport: Bug [#2153]. Reorder and add separating new lines to ease downstream. | Neil | 1 | -21/+39 | |
| Backport of changeset 8001:16b32ce4b801. | |||||
