Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-09-18 | Updates for version 5.3.7. | Neil | 1 | -2/+2 | |
2023-08-29 | Bug [#2400]. Fix building with non-English environment. | Neil | 2 | -1/+2 | |
2023-07-23 | Updates for version 5.3.6.rel-5-3-6 | Neil | 1 | -2/+2 | |
2023-07-14 | Feature [feature-requests:#1488] Stop aligning IME candidate window to target on | johnsonj | 1 | -5/+0 | |
Win32 and Qt. | |||||
2023-06-28 | Replace c-style cast with c++ explicit reinterpret_cast. | Neil | 1 | -1/+1 | |
2023-06-23 | Ensure local variable initialised. | Neil | 1 | -1/+1 | |
2023-06-22 | Bug [#2382]. Fix reverse arrow cursor when scaled. | Markus Nißl | 3 | -46/+100 | |
2023-06-08 | Bug [#2333]. Hide cursor when typing if SPI_GETMOUSEVANISH system setting is on. | johnsonj | 1 | -8/+27 | |
2023-05-27 | Updates for version 5.3.5.rel-5-3-5 | Neil | 1 | -2/+2 | |
2023-05-06 | Feature [feature-requests:#1310] Implement IME context with IMR_DOCUMENTFEED. | johnsonj | 1 | -0/+48 | |
2023-04-09 | Feature [feature-requests:#1485] Follow rule-of-zero to omit standard methods. | Zufu Liu | 1 | -9/+3 | |
2023-04-09 | Feature [feature-requests:#1485] Change COM class implementation from C to C++. | Zufu Liu | 1 | -166/+139 | |
2023-03-27 | Bug [#1923]. Remove dependence on MSIMG32.DLL on Win32 by replacing AlphaBlend | Mat Berchtold | 4 | -6/+6 | |
by GdiAlphaBlend. | |||||
2023-03-27 | Declare const where possible. | Neil | 2 | -11/+11 | |
2023-03-04 | Updates for version 5.3.4.rel-5-3-4 | Neil | 1 | -2/+2 | |
2023-02-22 | Remove _CRT_SECURE_NO_DEPRECATE. | Neil | 4 | -5/+4 | |
Replace [v]sprintf with bounds checked [v]snprintf. | |||||
2023-02-13 | Updated dependencies as PositionCache.cxx now uses DBCS.h. | Neil | 2 | -0/+2 | |
2023-02-04 | Updates for version 5.3.3. | Neil | 1 | -2/+2 | |
2022-12-02 | Updates for version 5.3.2.rel-5-3-2 | Neil | 1 | -2/+2 | |
2022-12-01 | Change release compilation optimization option to favour speed over space. | Mitchell Foral | 2 | -2/+2 | |
-O2 for MSVC and -O3 for gcc and clang. Change code in Editor.cxx to avoid a warning that occurs with gcc -O3. | |||||
2022-11-29 | Bug [#2344]. When GDI scaling is active, ensure correct monitor used for | Neil | 3 | -4/+4 | |
determining scale factor. Function name changed to avoid possibility of confusion with Win32 API. | |||||
2022-11-26 | Bug [#2344]. Avoid blurry display with DirectWrite in GDI scaling mode. | Markus Nißl | 3 | -18/+72 | |
https://sourceforge.net/p/scintilla/code/merge-requests/28/ | |||||
2022-10-29 | Bug [#2344]. Use the top-level window to find the monitor for DirectWrite | Markus Nißl | 3 | -1/+27 | |
rendering parameters. Temporarily switch DPI awareness to find correct monitor in GDI scaling mode. https://sourceforge.net/p/scintilla/code/merge-requests/34/ | |||||
2022-10-23 | Feature [feature-requests:#1457] Reuse MouseWheelDelta for autocompletion lists. | Zufu Liu | 3 | -24/+18 | |
This code triggers when wheel rotated and mouse is outside list. | |||||
2022-10-09 | Update version number to 5.3.1. | Neil | 1 | -2/+2 | |
2022-09-29 | Feature [feature-requests:#749] Implement horizontal scrolling with Shift + | Zufu Liu | 1 | -32/+40 | |
mouse wheel. Also feature [feature-requests:#1451]. | |||||
2022-09-29 | Create MouseWheelDelta class to accumulate mouse wheel movement. This will also | Zufu Liu | 1 | -9/+17 | |
be used for horizontal scrolling. | |||||
2022-09-29 | Ensure page and step clicks on horizontal scroll bar do not overshoot ↵ | Neil | 1 | -12/+25 | |
document width. | |||||
2022-09-21 | Feature [feature-requests:#1450] Implement horizontal scrolling mouse wheel | Markus Nißl | 1 | -24/+33 | |
through WM_MOUSEHWHEEL. | |||||
2022-09-17 | Bug [#2344]. Limit render target to image area when drawing images with Direct2D | Markus Nißl | 1 | -6/+8 | |
for autocompletion lists. This prevents the text appearing blurred with GDI scaling. | |||||
2022-09-15 | Enable extra warnings with g++ on Win32. | Neil | 1 | -1/+1 | |
2022-09-05 | Add const where reasonable. | Neil | 1 | -1/+1 | |
2022-08-24 | Updates for 5.3.0 release. | Neil | 1 | -2/+2 | |
2022-08-02 | Hoist common DirectWrite position measuring code into MeasurePositions function. | Neil | 1 | -43/+32 | |
Ensure works on text longer than stackBufferLength. | |||||
2022-08-01 | Avoid some warnings from Code Analysis. | Neil | 1 | -3/+9 | |
2022-08-01 | Improve drawing of rounded rectangles with Direct2D. | Neil | 1 | -10/+20 | |
Treat case where outline and fill are same colour as single fill call for more uniform appearance. In thin rectangles, shift to semi-circular ends when no room for full rounded corners. Use different radius for fill and stroke for more uniform appearance. | |||||
2022-07-31 | Added change history which can display document changes (modified, saved, ...) | Neil | 5 | -1/+29 | |
in the margin or in the text. | |||||
2022-07-06 | Updates for 5.2.4 release.rel-5-2-4 | Neil | 1 | -2/+2 | |
2022-05-17 | Updates for 5.2.3 release. | Neil | 1 | -2/+2 | |
2022-04-29 | Update make dependencies. | Neil | 2 | -0/+2 | |
2022-04-22 | Bug [#2324] Fix ARM64 builds with Visual C++ due to unsupported CETCOMPAT flag. | Mat Berchtold | 1 | -1/+4 | |
2022-04-10 | Feature [feature-requests:#1435] Fix problem with horizontally inverted glyphs | Neil | 1 | -1/+1 | |
with buffered drawing and WS_EX_LAYOUTRTL set on Win32 GDI. | |||||
2022-04-08 | Feature [feature-requests:#1389] Initialize CaseFolderTable to ASCII so | Neil | 1 | -2/+0 | |
subclasses do not need to call StandardASCII. Avoid some lint warnings. | |||||
2022-03-27 | Updates for 5.2.2 release. | Neil | 1 | -2/+2 | |
2022-03-15 | Feature [feature-requests:#1432] Always redraw for WM_SETTINGCHANGE. | Zufu Liu | 1 | -2/+1 | |
2022-03-12 | Feature [feature-requests:#1432] Support per-monitor text rendering parameters | Neil | 3 | -35/+100 | |
and update when changed by user. Includes code from Zufu Liu. | |||||
2022-03-05 | Feature [feature-requests:#1432] Simplify setting surface modes with | Zufu Liu | 1 | -1/+1 | |
EditModel::CurrentSurfaceMode. | |||||
2022-03-05 | Feature [feature-requests:#1432] Remove redundant calls to DropGraphics. | Zufu Liu | 1 | -2/+0 | |
InvalidateStyleRedraw calls DropGraphics and the unique_ptr destructors will ensure that the pixmaps are destroyed when Editor is destroyed. | |||||
2022-03-04 | Feature [feature-requests:#1432] Cosmetic - comment position and trailing space. | Zufu Liu | 1 | -1/+1 | |
2022-03-03 | Bug [#2295] Fix warnings from Coverity and Visual C++. | Neil | 1 | -15/+37 | |
Replace UniqueBSTR which was a unique_ptr with ScopedBSTR as Coverity has strict rules about the BSTR type and would show COM.BSTR.CONV for all attempts at wrapping BSTR with unique_ptr. Includes code from Zufu Liu. |