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
sciteco-rel-5-5-8
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
2021-03-05
Update version number to 5.0.0.
Neil
1
-2
/
+2
2021-01-29
Update build dependencies
start-5
Neil
2
-3132
/
+44
2020-11-02
Drop building of SciLexer.dll which included lexers.
Neil
2
-171
/
+4
2020-11-02
Update DepGen to not look for lexers or lexlib.
Neil
1
-2
/
+2
2021-01-29
Remove Lexilla files from Scintilla
Neil
1
-171
/
+0
2020-11-28
Update version number to 4.4.6 and release date.
Neil
1
-2
/
+2
2020-09-05
Update version number to 4.4.5.
Neil
1
-2
/
+2
2020-08-03
Bug [#2170]. Fixed cursor flicker when click past end of file and there is an
uhf7
1
-1
/
+4
2020-07-31
Refactored ContextCursor to avoid multiple Point conversions.
Neil
1
-15
/
+15
2020-07-31
Bug [#2170]. Fixed cursor flicker over an indicator with hover style.
uhf7
1
-0
/
+2
2020-07-29
Use dynamic_cast for SurfaceGDI::Copy as it will fail better if a mistake made.
Neil
1
-1
/
+1
2020-07-28
Fix factory leak by using global factory instead of getting from render target.
Neil
1
-4
/
+1
2020-07-27
Add private SurfaceD2D::GetBitmap to better encapsulate the bitmap render target
Neil
1
-8
/
+11
2020-07-18
Updates for 4.4.4.
Neil
1
-2
/
+2
2020-07-17
Tidied up code using wstring, which will often avoid allocating, and fixing
Neil
1
-9
/
+9
2020-07-17
Fix truncation of locale due to not counting NUL. Add return code check.
Neil
1
-2
/
+4
2020-07-15
Hoist common conversion code into RectangleFromPRectangle.
Neil
1
-4
/
+12
2020-07-15
Stronger argument validation in BlobInline methods.
Neil
1
-1
/
+9
2020-07-15
Add extra checking and assertions for NULLs.
Neil
1
-30
/
+34
2020-07-11
Removed GetNearestColor as paletted displays are no longer supported.
Neil
1
-3
/
+1
2020-06-15
Use ReleaseUnknown to extend noexcept over finalisation.
Zufu Liu
4
-25
/
+12
2020-06-13
Add include that defines back_inserter.
Greg Smith
1
-0
/
+1
2020-06-11
Fix bug on Win32 where calling WM_GETTEXT for more text than in document could
Neil
1
-1
/
+1
2020-06-11
Bug [#2185]. Fix printing to use correct text size.
Neil
1
-1
/
+3
2020-06-11
Avoid warning for potential nullptr dereference that is not actually possible.
Neil
1
-2
/
+4
2020-06-06
Implement gradients for GDI. GradientRectangle previously drew an average of the
Neil
1
-5
/
+60
2020-06-06
Add DIBSection class to simplify bitmap operations on GDI.
Neil
1
-66
/
+121
2020-06-06
Avoid type-pun union when converting from RGBA colour to DWORD as this may be
Neil
1
-13
/
+9
2020-06-06
Specify locally visible methods as noexcept.
Neil
1
-20
/
+20
2020-06-06
Prefer .data() over &[0] as more explicit.
Neil
1
-10
/
+7
2020-06-06
Add ReleaseUnknown to safely release IUnknown* and avoid warnings when done in
Neil
3
-18
/
+23
2020-06-06
Bug [#2063]. On Windows 8.1 where GetDpiForWindow is not available, use
Zufu Liu
1
-0
/
+23
2020-06-06
Use call_once for initialising Direct2D so only done once even with threads.
Neil
1
-59
/
+61
2020-06-06
Defer most initialisation until Scintilla window is created.
Neil
3
-21
/
+28
2020-06-03
Updates for 4.4.3.
Neil
1
-2
/
+2
2020-06-02
Updates for 4.4.2.
rel-4-4-2
Neil
1
-2
/
+2
2020-05-28
Updates for 4.4.0.
Neil
1
-2
/
+2
2020-05-28
Bug [#2171]. Check for DPI change in WM_DPICHANGED_AFTERPARENT instead of every
Zufu Liu
1
-11
/
+12
2020-05-28
Bug [#2063]. Call AdjustWindowRectExForDpi when available to find correct size.
Zufu Liu
1
-8
/
+16
2020-05-27
Bug [#2063]. Make reverse arrow cursor scale with DPI.
Zufu Liu
3
-9
/
+67
2020-05-27
Bug [#2063]. Add SystemMetricsForDpi and use for ListBox and mouse drag and d...
Zufu Liu
3
-19
/
+46
2020-05-25
Ensure dpi initialized and updated after WM_DPICHANGED.
Zufu Liu
1
-0
/
+3
2020-05-20
Fix some minor warnings.
Neil
2
-22
/
+21
2020-05-19
Bug [#2171]. Implement per-monitor DPI Awareness on Windows.
Neil
3
-21
/
+61
2020-05-19
Encapsulate GetProcAddress in a way that avoids undefined and conditionally
Neil
3
-31
/
+38
2020-05-11
Remove lexers from libscintilla.lib / libscintilla.a.
Neil
2
-2
/
+2
2020-05-02
Feature [feature-requests:1349] Define CopyAllowLine only on Editor, not subc...
Neil
1
-7
/
+0
2020-04-23
Updates for 4.3.3.
rel-4-3-3
Neil
1
-2
/
+2
2020-04-17
Making dependencies now requires Python 3.6+.
Neil
5
-7
/
+9
2020-04-17
Arithmetic between enums is deprecated so use constexpr instead of enum or cast.
Neil
1
-3
/
+4
[next]