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
2016-12-27
Updates for 3.7.2.
rel-3-7-2
Neil
1
-2
/
+2
2016-12-09
Drop language compliance flags that have become default.
Neil
1
-1
/
+1
2016-12-01
Updating make dependencies.
Neil
2
-19
/
+25
2016-11-30
Updates for 3.7.1.
Neil
1
-2
/
+2
2016-11-23
Implementation of MarginRightClick event.
Tse Kit Yam
1
-15
/
+25
2016-11-25
Bug [#1886]. Fix EM_SETSEL to match Microsoft documentation.
Neil
1
-5
/
+1
2016-11-25
Feature [feature-requests:#1166]. EDIFACT lexer and folder added.
Iain Clarke
1
-0
/
+3
2016-11-20
Avoid warning with MinGW-w64 which defines D2DERR_RECREATE_TARGET differently
Neil
1
-2
/
+2
2016-10-27
Tidy CaseMapString by moving some mechanics into CaseConvert. Use StringEncode
Neil
1
-58
/
+42
2016-10-27
Suppress warning message from Code Analysis for code that does work.
Neil
1
-0
/
+6
2016-10-18
Avoid linker warning on Windows.
Neil
1
-1
/
+1
2016-10-11
Updates for 3.7.0.
Neil
1
-2
/
+2
2016-09-30
Enable SplitVector to store objects by using std::copy to copy elements instead
Neil
2
-2
/
+2
2016-09-27
On Win32, mouse wheel scrolling can be restricted to only occur when the mouse
Stefan Küng
1
-0
/
+12
2016-09-24
Initial support for building with 32-bit clang.
Neil
1
-6
/
+18
2016-09-10
Expose NO_CXX11_REGEX in Win32 makefiles.
Neil
2
-4
/
+4
2016-08-31
Updates for 3.6.7.
Neil
1
-2
/
+2
2016-08-30
Regenerate deps.mak for Windows to include LexJSON.
Neil
1
-0
/
+4
2016-08-28
SC_CHARSET_DEFAULT now means code page 1252 on Windows unless code page set.
Neil
1
-1
/
+1
2016-05-18
Updates for 3.6.6.
Neil
1
-2
/
+2
2016-05-14
Post a caret moved accessibility event in Editor::MovedCaret so that screen
Neil
1
-0
/
+5
2016-05-03
Avoid use of const_cast when retrieving window positions.
Neil
1
-4
/
+5
2016-05-03
Fix off-by-one error that allowed resizing autocompletion from bottom when it
Neil
1
-1
/
+1
2016-04-23
Updates for 3.6.5 release.
Neil
1
-2
/
+2
2016-04-14
Simplified IME caret positioning.
johnsonj
1
-4
/
+4
2016-03-20
Feature [feature-requests:#1140]. JSON lexer added.
nkmathew
1
-0
/
+3
2016-03-09
Updates for 3.6.4.
Neil
1
-2
/
+2
2016-03-07
To avoid failures with MinGW 4.9 switch language standard from c++0x to gnu++0x.
Neil
1
-1
/
+1
2016-03-07
Include stddef.h as using ptrdiff_t and stddef.h is its home.
Neil
1
-0
/
+1
2016-02-24
Bug [#1813]. Unmangle exported Scintilla_DirectFunction.
Neil
2
-4
/
+4
2016-02-23
Retry OpenClipboard if it fails as another application may have opened it.
Neil
1
-2
/
+19
2016-02-09
Simplified IME caret position discovery.
johnsonj
1
-12
/
+8
2016-02-08
Extract IME text insertion into AddWString method.
johnsonj
1
-27
/
+19
2016-02-06
Move IME code into IMContext.
johnsonj
1
-22
/
+22
2016-02-01
Simplified inline IME by using StringEncode.
johnsonj
1
-26
/
+6
2016-01-22
Encapsulate ImmGetCompositionStringW for GCS_COMPSTR and GCS_RESULTSTR.
johnsonj
1
-19
/
+22
2016-01-10
Updates for 3.6.3.
Neil
1
-2
/
+2
2016-01-09
Factored out mapping IME state to indicators and finding caret position.
johnsonj
1
-25
/
+36
2016-01-07
Remove pragmas that were needed for Windows 9x which is no longer supported.
Neil
1
-10
/
+0
2015-12-16
Don't use .DEF file as it is not needed.
Neil
2
-4
/
+4
2015-12-14
Block IME when some selected text is protected.
johnsonj
1
-1
/
+1
2015-12-10
Fix warning in 64-bit builds.
Neil
1
-1
/
+1
2015-12-07
Cancel IME composition for read-only documents.
johnsonj
1
-1
/
+4
2015-12-07
Allow any style for IME instead of truncating style to 5 bits.
Neil
1
-1
/
+1
2015-11-20
Text layout whitespace fixes.
Neil
1
-2
/
+2
2015-11-20
Remove line end whitespace.
Neil
3
-8
/
+8
2015-11-20
Using DirectWrite, for ligatures and other character clusters, display caret and
Neil
1
-4
/
+3
2015-11-20
Bug [#1779]. Better Unicode input support on Windows systems.
Sam Hocevar
1
-25
/
+48
2015-11-02
Updates for 3.6.2.
Neil
1
-2
/
+2
2015-09-26
RTTI is a part of standard C++ so don't turn it off.
Neil
1
-1
/
+1
[next]