| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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. | |||||
| 2020-03-11 | Backport: Modernize and simplify script. Now requires Python 3. | Neil | 1 | -45/+27 | |
| Backport of changeset 8000:08dceb6c481f. | |||||
| 2020-03-11 | Backport: Add or update #! lines of Python scripts to use python3. | Neil | 7 | -4/+9 | |
| Backport of changeset 7999:7422719fcc68. | |||||
| 2020-03-01 | Backport: Add menu at top. | Neil | 1 | -0/+18 | |
| Backport of changeset 7993:3bcb1bdd4f6a. | |||||
| 2020-03-01 | Backport: Feature [feature-requests:497] Remove dead bug from bugs page. | Neil | 1 | -6/+0 | |
| Backport of changeset 7992:65e1f5374651. | |||||
| 2020-02-29 | Backport: Add const and noexcept where they make sense. | Neil | 2 | -8/+8 | |
| Backport of changeset 7991:d7d83db0457a. | |||||
| 2020-02-27 | Backport: Feature [feature-requests:497] Structure caret policy data and ↵ | Neil | 2 | -71/+68 | |
| pass policy for dragging instead of manipulating global state.. Backport of changeset 7990:9716682f5120. | |||||
| 2020-02-21 | Backport: Feature [feature-requests:497] Automatically scroll while dragging ↵ | McLoo | 2 | -0/+19 | |
| text. Added automatic scrolling when text dragged near edge of window. Backport of changeset 7989:e98f6731bd39. | |||||
| 2020-02-18 | Backport: Bug [#2156]. Move IME method declarations together. | Neil | 1 | -5/+4 | |
| Backport of changeset 7988:2fe0730cf4d7. | |||||
| 2020-02-15 | Backport: Extract image conversion from RGBA to BGRA premultiplied into ↵ | Neil | 4 | -31/+28 | |
| common function. Backport of changeset 7987:beeac488af4d. | |||||
| 2020-02-15 | Backport: Bug [#2138]. For pixmap, balance call to BeginDraw with EndDraw. | Neil | 1 | -0/+2 | |
| This avoids a warning when Direct2D debugging turned on. Backport of changeset 7986:8c409393be53. | |||||
| 2020-02-15 | Backport: Bug [#2138]. Potential fix to Direct2D crash when updating driver. | Mat Berchtold | 2 | -1/+11 | |
| Backport of changeset 7985:0ffb5afdbd7f. | |||||
| 2020-03-27 | Backport: Use dynamic_cast and assertion instead of static_cast to fail ↵ | mitchell | 1 | -13/+20 | |
| earlier if there is a bug. Backport of changeset 7984:0f23c38fa1ac. | |||||
| 2020-02-12 | Backport: Bug [#2156]. Process IME messages that were broken by [983d35]. | Neil | 1 | -7/+19 | |
| Move WM_INPUTLANGCHANGE[REQUEST] into IMEMessage. Backport of changeset 7982:5205bdd9c737. | |||||
| 2020-02-09 | Backport: Standardise header guard names and use. | Neil | 5 | -7/+12 | |
| Backport of changeset 7981:098231fb9d66. | |||||
| 2020-02-09 | Backport: Use uniform initialization for resetting GDI handles to avoid ↵ | Neil | 2 | -25/+25 | |
| NULL/0 warnings. Changed HDC, HPEN, HBRUSH, HFONT, HRGN, and HBITMAP. Backport of changeset 7980:587c0b6a5317. | |||||
| 2020-02-09 | Backport: Add noexcept to avoid warning. | Neil | 1 | -2/+2 | |
| Backport of changeset 7979:d4834f824a9a. | |||||
| 2020-02-09 | Backport: Add a size to timer enumeration to avoid warnings. | Neil | 1 | -1/+1 | |
| Backport of changeset 7978:d8030b757ed7. | |||||
| 2020-02-09 | Backport: Feature [feature-requests:#1340] Use Win32 types for EM_ messages. | Zufu Liu | 1 | -9/+9 | |
| Backport of changeset 7977:508b5f6afbbc. | |||||
| 2020-02-09 | Backport: Feature [feature-requests:#1340] Move and use Point functions to ↵ | Zufu Liu | 4 | -16/+17 | |
| avoid casting. Backport of changeset 7976:4ba647207671. | |||||
| 2020-02-05 | Backport: Feature [feature-requests:#1335] Archive just the repository files ↵ | Neil | 1 | -0/+5 | |
| to scintilla.tgz. Backport of changeset 7975:aa81f6feabfd. | |||||
| 2020-02-05 | Backport: Spelling and grammar in comment. | Neil | 1 | -1/+2 | |
| Backport of changeset 7974:1c2ef1972813. | |||||
| 2020-02-03 | Backport: Add link to ScintillaTest GTK sample. | Neil | 1 | -1/+3 | |
| Backport of changeset 7970:14af8a707c86. | |||||
