aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2025-06-08Updated release date.rel-5-5-7Neil2-3/+3
2025-06-03Updates for version 5.5.7.Neil9-20/+20
2025-06-01Add SCI_SCROLLVERTICAL API.Neil15-4/+84
2025-05-29Recreate all pixmaps if any null as this may better handle cases where someNeil3-10/+6
2025-05-29Minor validity fixes.Neil1-3/+3
2025-05-28Bug [#2481]. Refresh pixmaps later inside Paint so non-null when dereferenced inNeil2-3/+6
2025-05-25Feature [feature-requests:#1557]. Simplify LineLayout deallocation.Zufu Liu2-25/+3
2025-05-24Remove line end space.Zufu Liu8-8/+8
2025-05-24Change the line wrap memory growth strategy to handle huge documents better.Zufu Liu1-2/+2
2025-05-20Feature [feature-requests:#1557]. Simplify line wrapping.Zufu Liu1-15/+7
2025-05-18Modify wrapping fix to be more efficient.Zufu Liu2-7/+4
2025-05-16Feature [feature-requests:#1488]. Update IME cursor position inside retrievejohnsonj2-0/+11
2025-05-16Fix wrapping bug for UTF-8 where \r\n could wrap between the characters.Neil2-0/+10
2025-05-16Silence warning with intermediate constant.Neil1-1/+2
2025-05-15Remove else after return when that clarifies code.Neil1-104/+90
2025-05-13Remove directories no longer included in Scintilla and document Qt.Neil1-2/+2
2025-05-12Add SCI_AUTOC{G,S}ETIMAGESCALE and implement for Qt and GTK.orbitalquark15-14/+97
2025-05-12Fix building for Qt on Linux. Was broken by change 9738 (0327fa0f000b).Neil Hodgson1-1/+1
2025-05-11Feature [feature-requests:#1476]. Fix IME delete surrounding when tentativejohnsonj2-0/+8
2025-05-10Change CallTipPosStart to a 'get' to match CallTipSetPosStart.Mitchell Foral1-1/+1
2025-05-06Feature [feature-requests:#1476]. Simplify code for retrieve surrounding text.johnsonj1-17/+2
2025-05-05Bug [#2416]. Reset vertical scroll bar synchronously in SCI_SETDOCPOINTER to fixNeil Hodgson2-0/+7
2025-05-03Use noexcept, emplace_back, avoid a cast, and simplify code.Neil2-9/+10
2025-05-03Remove else after return when that clarifies code.Neil1-61/+42
2025-04-27Added a table for virtual space options.Neil1-1/+30
2025-04-26For Korean IME VK_HANJA key, simplify code and avoid duplication and warnings.Neil1-19/+14
2025-04-23Encapsulate IME input context fully in IMContext class. All access to HIMC goesNeil1-71/+86
2025-04-23Fix inaccuracy in description of margin 2 which hasn't defaulted to showingNeil1-3/+3
2025-04-23Added link to video on writing a lexer and using wxStyledTextCtrl.Neil1-0/+2
2025-04-22Silence warnings for else-after, no default in switch, default destructor,Neil1-26/+18
2025-04-22Move common IME code from platform layers to ScintillaBase.Neil7-89/+34
2025-04-19Decrease warnings for reinterpret_cast since it is a common Win32 idiom to passNeil1-6/+6
2025-04-19Move most of the implementation of the static ListBoxX::ControlWndProc to theNeil1-22/+25
2025-04-18Control restoring vertical scroll position for undo withNeil7-4/+21
2025-04-17Tweak SC_MARK_BAR to be slightly wider.Neil2-1/+12
2025-04-10Avoid 'magic' number with constexpr and add comments.Neil1-8/+12
2025-04-08Simplify code and fix impossible INTEGER_OVERFLOW warning from Coverity.Neil1-4/+4
2025-04-08Fix impossible INTEGER_OVERFLOW warning from Coverity.Neil1-1/+1
2025-04-08Fix COPY_INSTEAD_OF_MOVE performance warning from Coverity.Neil1-1/+1
2025-04-08Silence warning.Neil1-2/+1
2025-04-04Indent makefile more consistently to help clarify structure.Neil1-9/+9
2025-04-03Turn on type conversion warnings for GCC and fix them.Neil13-41/+48
2025-04-03Silence 'magic' number clang-tidy warning where there is intense use of literalNeil5-0/+34
2025-04-02Added tag rel-5-5-6 for changeset 68ddcf0a91eeNeil1-0/+1
2025-03-30Bug [#2468]. Update documentation of which notifications use each field.rel-5-5-6Neil3-18/+29
2025-03-29Updates for version 5.5.6.Neil9-20/+20
2025-03-29Updated make dependencies.Neil2-0/+2
2025-03-29Add note for change set 9715.Neil1-0/+3
2025-03-29Use emplace_back to shorten code and avoid warning.Neil1-1/+1
2025-03-29Use constant definitions to avoid warnings.Neil2-6/+14