index
:
scintilla-mirror
master
sciteco-dev-pre-v2.0.0
sciteco-rel-5-1-3
sciteco-rel-5-3-4
sciteco-rel-5-5-2
sciteco-rel-5-5-4
sciteco-rel-5-5-7
Git mirror of the Scintilla editor component. Referenced by the SciTECO repository.
Robin Haberkorn
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
win32
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-02
Updates for version 5.4.2.
rel-5-4-2
Neil
1
-2
/
+2
2024-02-28
Ensure keyboard-initiated context menu appears in multi-screen situations when
Neil
1
-12
/
+14
2024-02-28
Encapsulate LPARAM to POINT conversion. Make PointFromLParam constexpr.
Neil
1
-4
/
+8
2024-02-01
Move UndoHistory into its own module that is accessible from CellBuffer and
Neil
4
-0
/
+28
2024-01-18
Add const to avoid cppcheck 2.13 warning.
Markus Nißl
1
-1
/
+1
2024-01-18
Use the multi-threaded option to Direct2D to avoid crashes when Scintilla
Markus Nißl
1
-2
/
+2
2023-12-29
Avoid casts and warnings for clipboard format registration.
Neil
1
-8
/
+11
2023-12-22
Updates for version 5.4.1.
Neil
1
-2
/
+2
2023-11-18
Updates for version 5.4.0.
rel-5-4-0
Neil Hodgson
1
-2
/
+2
2023-11-07
Feature [feature-requests:#1501] More use of LineStartPosition, LineEndPosition.
Zufu Liu
1
-1
/
+1
2023-11-02
Updates for version 5.3.8.
Neil
1
-2
/
+2
2023-10-10
Share definition of colour used for IME indicators on most platforms.
Neil
1
-4
/
+4
2023-10-06
Fix COPY_INSTEAD_OF_MOVE performance warnings from Coverity.
Neil
1
-1
/
+1
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
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
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
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
2022-11-29
Bug [#2344]. When GDI scaling is active, ensure correct monitor used for
Neil
3
-4
/
+4
2022-11-26
Bug [#2344]. Avoid blurry display with DirectWrite in GDI scaling mode.
Markus Nißl
3
-18
/
+72
2022-10-29
Bug [#2344]. Use the top-level window to find the monitor for DirectWrite
Markus Nißl
3
-1
/
+27
2022-10-23
Feature [feature-requests:#1457] Reuse MouseWheelDelta for autocompletion lists.
Zufu Liu
3
-24
/
+18
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
2022-09-29
Create MouseWheelDelta class to accumulate mouse wheel movement. This will also
Zufu Liu
1
-9
/
+17
2022-09-29
Ensure page and step clicks on horizontal scroll bar do not overshoot documen...
Neil
1
-12
/
+25
2022-09-21
Feature [feature-requests:#1450] Implement horizontal scrolling mouse wheel
Markus Nißl
1
-24
/
+33
2022-09-17
Bug [#2344]. Limit render target to image area when drawing images with Direct2D
Markus Nißl
1
-6
/
+8
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
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
2022-07-31
Added change history which can display document changes (modified, saved, ...)
Neil
5
-1
/
+29
[next]