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
2022-03-03
Bug [#2295] Fix warnings from Coverity and Visual C++.
Neil
1
-15
/
+37
2022-03-01
Update Windows API version to Windows 10 (0x0A00) as released in 2015 and SDKs
Neil
2
-53
/
+4
2022-02-25
Fix typo in comment.
Neil
1
-1
/
+1
2022-02-24
Updates for 5.2.1 release.
rel-5-2-1
Neil
1
-2
/
+2
2022-02-24
Bug [#2315] Update dependencies for KeyMap.
Neil
2
-0
/
+4
2022-02-17
Add extra condition to avoid Clang-Tidy warning.
Neil
1
-1
/
+1
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
2022-01-31
Place CaseFolderDBCS in unnamed namespace to avoid one definition rule warnings
Neil Hodgson
1
-0
/
+4
2022-01-13
Feature [feature-requests:#1427] Make SurfaceD2D::MeasureWidths and
Zufu Liu
1
-61
/
+60
2022-01-13
Remove tests for pD2DFactory and pIDWriteFactory that can not fail.
Zufu Liu
2
-12
/
+12
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 DI...
Arkadiusz Michalski
3
-75
/
+79
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
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
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
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
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
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
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
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
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
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
[prev]
[next]