aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2020-03-27Updated BACKPORTING.mitchell1-0/+50
2020-03-26Backport: Fix spelling mistakes.Neil13-26/+26
Backport of changeset 8028:78a688809e75.
2020-03-25Backport: Replace const with constexpr where possible.Neil1-10/+6
Backport of changeset 8026:3d47c097aa3f.
2020-03-25Backport: Fix link warning by using incorrect subsystem value for 64-bit ↵Neil1-0/+6
Windows XP. Relies on Platform environment variable and defaults to 32-bit. Backport of changeset 8025:5a6e242072ae.
2020-03-25Backport: Replace static_cast with dynamic_cast for better type safety and ↵Neil1-1/+1
adherence to C++ Core Guidelines C.146. Backport of changeset 8024:5893c2efc0d8.
2020-03-24Backport: Use noexcept where possible.Neil4-34/+38
Backport of changeset 8023:7e614e47074d.
2020-03-24Backport: Use noexcept where possible.Neil2-21/+21
Backport of changeset 8022:658a23dc7b4e.
2020-03-23Backport: Use noexcept, const, and constexpr where possible.Neil2-17/+17
Backport of changeset 8021:0dbef7a9205f.
2020-03-23Backport: Replace const with constexpr where possible.Neil1-4/+4
Backport of changeset 8020:3f5593341a23.
2020-03-23Backport: perLineData is polymorphic so replace static_cast with ↵Neil1-5/+5
dynamic_cast for better type safety and adherence to C++ Core Guidelines C.146. Backport of changeset 8019:91a3db714f60.
2020-03-23Backport: Drop possibility of Sci_Position, Sci::Line, Sci::Position not ↵Neil1-8/+8
being ptrdiff_t. This reduces casting. Backport of changeset 8018:8bc54a095c2f.
2020-03-21Backport: Change log.Zufu Liu1-0/+4
Backport of changeset 8017:600bb50532c5.
2020-03-21Backport: Bug [#2149]. Enable windowed IME on Wayland by setting as ↵Zufu Liu2-2/+13
transient for main. Backport of changeset 8016:b99cb7ebefbe.
2020-03-21Backport: Remove some casts that are not needed.Zufu Liu1-3/+2
Backport of changeset 8015:d1071fa7574d.
2020-03-27Backport: Use dynamic_cast and assertion to make bugs more obvious.mitchell3-46/+46
Use noexcept, namespace, const, constexpr, and static inline where reasonable. Avoid warnings in initializations. Backport of changeset 8014:5e621040222d.
2020-03-19Backport: Use noexcept in EditModel.Neil2-2/+2
Backport of changeset 8013:77ef8e068676.
2020-03-19Backport: Minor improvements - noexcept, constexpr, cast removal.Neil2-10/+8
Backport of changeset 8012:48f82fb06505.
2020-03-19Backport: Feature [feature-requests:1302] Simplify DrawCarets.Zufu Liu1-5/+4
Backport of changeset 8011:bf8531a046ff.
2020-03-19Backport: Feature [feature-requests:1302] Add IsCaretVisible to simplify ↵Zufu Liu3-1/+6
DrawCarets. Backport of changeset 8010:4b365fa302a2.
2020-03-17Backport: Remove CRITICAL_SECTION by creating reverse arrow cursor at ↵Neil1-30/+17
initialization. InitializeCriticalSection inside DllMain can cause exceptions on old Windows. Backport of changeset 8009:ef650c1aa3ca.
2020-03-16Backport: Fail early if Python 3.x.Neil1-0/+3
Backport of changeset 8008:e3dafff7afa5.
2020-03-27Backport: List headers in HeaderOrder.txt that are not used.mitchell2-4/+6
Remove unused headers from HeaderOrder.txt. Backport of changeset 8007:a1bf5fa32baa.
2020-03-16Backport: Update Scintilla.h to match reordering of Scintilla.iface.Neil1-9/+9
Backport of changeset 8006:80e7c6071c8b.
2020-03-15Backport: Bug [#2159]. SC_WRAP_CHAR is not supported for printing.Neil1-5/+4
Backport of changeset 8005:97b76d46ea98.
2020-03-13Backport: Using constexpr in UniConversion and CaseConvert.Neil4-7/+7
Backport of changeset 8004:7052c60ce1b2.
2020-03-13Backport: Mark ImmEscapeW as global.Neil1-1/+1
Backport of changeset 8003:5cc508fe4b9c.
2020-03-11Backport: Handle Japanese IME input when both GCS_COMPSTR and GCS_RESULTSTR set.Zufu Liu2-2/+8
Backport of changeset 8002:92d3ec579869.
2020-02-05Backport: Bug [#2153]. Reorder and add separating new lines to ease downstream.Neil1-21/+39
Backport of changeset 8001:16b32ce4b801.
2020-03-11Backport: Modernize and simplify script. Now requires Python 3.Neil1-45/+27
Backport of changeset 8000:08dceb6c481f.
2020-03-11Backport: Add or update #! lines of Python scripts to use python3.Neil7-4/+9
Backport of changeset 7999:7422719fcc68.
2020-03-01Backport: Add menu at top.Neil1-0/+18
Backport of changeset 7993:3bcb1bdd4f6a.
2020-03-01Backport: Feature [feature-requests:497] Remove dead bug from bugs page.Neil1-6/+0
Backport of changeset 7992:65e1f5374651.
2020-02-29Backport: Add const and noexcept where they make sense.Neil2-8/+8
Backport of changeset 7991:d7d83db0457a.
2020-02-27Backport: Feature [feature-requests:497] Structure caret policy data and ↵Neil2-71/+68
pass policy for dragging instead of manipulating global state.. Backport of changeset 7990:9716682f5120.
2020-02-21Backport: Feature [feature-requests:497] Automatically scroll while dragging ↵McLoo2-0/+19
text. Added automatic scrolling when text dragged near edge of window. Backport of changeset 7989:e98f6731bd39.
2020-02-18Backport: Bug [#2156]. Move IME method declarations together.Neil1-5/+4
Backport of changeset 7988:2fe0730cf4d7.
2020-02-15Backport: Extract image conversion from RGBA to BGRA premultiplied into ↵Neil4-31/+28
common function. Backport of changeset 7987:beeac488af4d.
2020-02-15Backport: Bug [#2138]. For pixmap, balance call to BeginDraw with EndDraw.Neil1-0/+2
This avoids a warning when Direct2D debugging turned on. Backport of changeset 7986:8c409393be53.
2020-02-15Backport: Bug [#2138]. Potential fix to Direct2D crash when updating driver.Mat Berchtold2-1/+11
Backport of changeset 7985:0ffb5afdbd7f.
2020-03-27Backport: Use dynamic_cast and assertion instead of static_cast to fail ↵mitchell1-13/+20
earlier if there is a bug. Backport of changeset 7984:0f23c38fa1ac.
2020-02-12Backport: Bug [#2156]. Process IME messages that were broken by [983d35].Neil1-7/+19
Move WM_INPUTLANGCHANGE[REQUEST] into IMEMessage. Backport of changeset 7982:5205bdd9c737.
2020-02-09Backport: Standardise header guard names and use.Neil5-7/+12
Backport of changeset 7981:098231fb9d66.
2020-02-09Backport: Use uniform initialization for resetting GDI handles to avoid ↵Neil2-25/+25
NULL/0 warnings. Changed HDC, HPEN, HBRUSH, HFONT, HRGN, and HBITMAP. Backport of changeset 7980:587c0b6a5317.
2020-02-09Backport: Add noexcept to avoid warning.Neil1-2/+2
Backport of changeset 7979:d4834f824a9a.
2020-02-09Backport: Add a size to timer enumeration to avoid warnings.Neil1-1/+1
Backport of changeset 7978:d8030b757ed7.
2020-02-09Backport: Feature [feature-requests:#1340] Use Win32 types for EM_ messages.Zufu Liu1-9/+9
Backport of changeset 7977:508b5f6afbbc.
2020-02-09Backport: Feature [feature-requests:#1340] Move and use Point functions to ↵Zufu Liu4-16/+17
avoid casting. Backport of changeset 7976:4ba647207671.
2020-02-05Backport: Feature [feature-requests:#1335] Archive just the repository files ↵Neil1-0/+5
to scintilla.tgz. Backport of changeset 7975:aa81f6feabfd.
2020-02-05Backport: Spelling and grammar in comment.Neil1-1/+2
Backport of changeset 7974:1c2ef1972813.
2020-02-03Backport: Add link to ScintillaTest GTK sample.Neil1-1/+3
Backport of changeset 7970:14af8a707c86.