Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-02-05 | Updates for 5.2.0.rel-5-2-0 | Neil | 1 | -2/+2 | |
2022-02-02 | Add Supports::ThreadSafeMeasureWidths for platforms to indicate if they support | Neil | 1 | -0/+1 | |
concurrent calls to MeasureWidths. | |||||
2022-01-31 | Place CaseFolderDBCS in unnamed namespace to avoid one definition rule warnings | Neil Hodgson | 1 | -0/+4 | |
(ctuOneDefinitionRuleViolation) from Cppcheck. | |||||
2022-01-13 | Feature [feature-requests:#1427] Make SurfaceD2D::MeasureWidths and | Zufu Liu | 1 | -61/+60 | |
MeasureWidthsUTF8 reentrant so they can be called safely from multiple threads. | |||||
2022-01-13 | Remove tests for pD2DFactory and pIDWriteFactory that can not fail. | Zufu Liu | 2 | -12/+12 | |
Use constexpr. | |||||
2022-01-11 | Correct comment about dependency generation. | Neil | 2 | -2/+2 | |
2022-01-11 | Bug [#2306] Allow choice of object file directory with makefile by setting ↵ | Arkadiusz Michalski | 3 | -75/+79 | |
DIR_O. | |||||
2021-12-03 | Updates for 5.1.5. | Neil | 1 | -2/+2 | |
2021-12-03 | Remove comment that is no longer correct. | Neil | 1 | -1/+0 | |
2021-11-22 | Make const where correct. | Neil | 1 | -2/+2 | |
2021-11-22 | Move common Win32 functions for releasing IUnknown* and DLL function access into | Neil | 7 | -46/+68 | |
new WinType.h header. | |||||
2021-11-22 | Bug [#2295] Fix potential memory leak with Korean language input. | Zufu Liu | 3 | -61/+69 | |
2021-11-16 | Remove some casts that are not needed and a long-disused assertion. | Neil | 1 | -3/+2 | |
2021-11-03 | Updates for 5.1.4. | Neil | 1 | -2/+2 | |
2021-10-19 | Extract ChangeScrollRange from common scroll range setting code. | Neil | 1 | -32/+18 | |
2021-10-18 | Normalize indentation whitespace. | Neil | 1 | -3/+3 | |
2021-10-16 | Bug [#2288] When window wider than scroll width, compute horizEndPreferred | Derek | 1 | -2/+2 | |
correctly so that SetScrollInfo is not called nor dwell end notified unnecessarily. | |||||
2021-10-12 | Feature [feature-requests:#1416] Drop static in unnamed namespace. | Neil | 1 | -1/+1 | |
2021-10-06 | Update dependencies. | Neil | 2 | -0/+2 | |
2021-09-30 | Bug [#2283] Make resource rule more generic. | Ivan Ustûžanin | 1 | -2/+2 | |
2021-09-30 | Bug [#2283] Remove ScintillaDLL.o and ScintRes.o from static library as only | Ivan Ustûžanin | 2 | -4/+8 | |
needed by DLL. | |||||
2021-09-29 | Feature [feature-requests:#1416] Shorten code. | Zufu Liu | 1 | -3/+2 | |
2021-09-29 | Feature [feature-requests:#1416] Shorten code and avoid cppcheck warning. | Zufu Liu | 1 | -7/+1 | |
2021-09-29 | Updates for 5.1.3.rel-5-1-3 | Neil | 1 | -2/+2 | |
2021-09-28 | Widen styleNumber in PositionCacheEntry from 8 to 16 bits to allow styles | Neil | 1 | -0/+1 | |
larger than 255 to be represented. Before this, it may have been possible but extremely rare for a cache entry to wrongly match a styled lexeme and produce incorrect layout. Using uint16_t from cstdint instead of a bit field as tools perform more checking on that. | |||||
2021-09-20 | Updates for 5.1.2. | Neil | 1 | -2/+2 | |
2021-09-15 | Move colour mixing implementations into implementation file. | Neil | 1 | -13/+1 | |
Avoids some warnings but drops constexpr. Use MixedWith in PlatWin for GDI instead of local implementation. Add unit tests for Geometry. | |||||
2021-08-28 | Delete standard operations on classes that can not be copied. | Neil | 1 | -0/+6 | |
2021-08-24 | Remove line end white space. | Neil | 1 | -1/+1 | |
2021-08-14 | Cache the client rectangle to avoid system calls during intensive operations. | Neil | 1 | -0/+7 | |
2021-07-23 | Feature [feature-requests:#1411] Implement WM_SETREDRAW to turn off scroll bar | Neil | 1 | -0/+22 | |
updates. | |||||
2021-07-20 | Updates for 5.1.1 release. | Neil | 1 | -2/+2 | |
2021-07-17 | Add SCI_AUTOCSETOPTIONS to allow choosing a non-resizeable autocompletion list | Neil | 1 | -5/+7 | |
on Win32. This also avoids a header rectangle above the list. | |||||
2021-07-17 | Updated dependencies. | Neil | 2 | -0/+2 | |
2021-07-06 | Feature [feature-requests:#1408] For DBCS on Win32, change WM_GETTEXTLENGTH and | Neil | 1 | -15/+45 | |
WM_GETTEXT to not use CountUTF16 or GetRelativePositionUTF16, instead using the Win32 API MultiByteToWideChar for consistency between reported length and text as UTF-16. | |||||
2021-07-03 | Remove remnants of support for including lexers in Scintilla. | Neil | 6 | -142/+7 | |
2021-06-25 | Feature [feature-requests:#1400] Set buffering when technology set. | Zufu Liu | 1 | -0/+1 | |
2021-06-18 | Updated for stable version 5.1.0. | Neil | 1 | -2/+2 | |
2021-06-17 | Add SciFnDirectStatus, a direct access function which also returns status so can | Neil | 1 | -2/+18 | |
improve performance for client code that called SCI_GETSTATUS after every API to check for failure. | |||||
2021-06-09 | Reduce casts by defining methods for common conversions. | Neil | 2 | -4/+4 | |
2021-06-05 | Bug [#2259]. Fix gcc link-time-optimization compilation. | Neil | 3 | -0/+4 | |
2021-05-29 | Updates for 5.0.3. | Neil | 1 | -2/+2 | |
2021-05-28 | Better exception handling for noexcept methods. More accurate noexcept marking. | Neil | 1 | -1/+6 | |
2021-05-28 | Merge init into ScintillaWin constructor as not called from anywhere else. | Neil | 2 | -30/+15 | |
Ensure variables initialised. Remove dead code. | |||||
2021-05-25 | Update dependencies. | Neil | 2 | -128/+126 | |
2021-05-24 | Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.h | Neil | 8 | -306/+323 | |
and ScintillaStructures.h using scoped enumerations. Use these headers instead of Scintilla.h internally. External definitions go in the Scintilla namespace and internal definitio0ns in Scintilla::Internal. | |||||
2021-05-22 | Rename ColourAlpha to ColourRGBA to avoid clashes when a ColourAlpha typedef | Neil | 2 | -48/+48 | |
will be published in externally visible header. | |||||
2021-05-17 | Fix issues reported by Coverity and Visual C++ Analysis. | Neil | 2 | -21/+31 | |
Throw when (impossible) dynamic_cast failures occur as it isn't reasonable to recover. That removes 'noexcept' from some methods. Cast to avoid 'sub-expression overflow' warnings. Add default initializations and noexcept where safe. Move DropRenderTarget out of #if to avoid some preprocessor use. | |||||
2021-05-16 | Remove untenable noexcept as RGBAImageSet constructor can throw. | Neil | 1 | -1/+1 | |
2021-05-11 | Implement UpdateBaseElements on Win32 to update colours to match current system | Neil | 1 | -0/+21 | |
settings. Trigger UpdateBaseElements when system settings change. |