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
/
ScintillaWin.cxx
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-15
Use forward class definitions of XPM and RGBAImage so only code that uses them
Neil
1
-1
/
+0
2018-01-21
Type casts in case Sci::Position and Sci::Line are extended to 64-bits.
Neil
1
-14
/
+14
2017-12-19
Start of bidirectional code - implement SCI_SETBIDIRECTIONAL.
Neil
1
-0
/
+11
2017-09-11
The Scintilla namespace is always active for internal symbols and for the lexer
Neil
1
-2
/
+0
2017-08-28
New header ILoader.h defines ILoader interface as it does not belong in ILexe...
Neil
1
-0
/
+1
2017-06-22
Cast between Sci_Position.h types used for lexers and Position.h types used in
Neil
1
-6
/
+6
2017-06-12
Remove old timer code in favour of the FineTicker* methods.
Neil
1
-8
/
+0
2017-06-12
Simplify mouse and keyboard handling by only retaining the 'WithModifiers" form.
Neil
1
-23
/
+23
2017-06-12
Removed unused functions and methods from Platform.h.
Neil
1
-16
/
+24
2017-05-21
Make SparseVector work with move-only types.
Neil
1
-0
/
+1
2017-05-02
More consistent use of size_t when converting Unicode formats.
Neil
1
-20
/
+21
2017-05-02
Use unique_ptr for drawing surfaces and don't check for allocation failure
Neil
1
-43
/
+39
2017-04-21
More consistent deletion of standard methods.
Neil
1
-1
/
+1
2017-04-20
More consistent deletion of standard methods.
Neil
1
-2
/
+3
2017-04-15
Avoid calling virtual functions in constructors and destructors.
Neil
1
-3
/
+3
2017-04-07
Prefer C++ static cast over C-style casts.
Neil
1
-5
/
+5
2017-04-07
Use same parameter names in declarations and definitions.
Neil
1
-2
/
+2
2017-04-06
Added const where possible.
Neil
1
-39
/
+39
2017-04-01
Standardize on C++ headers, remove headers that aren't needed and add <cstddef>
Neil
1
-7
/
+8
2017-03-31
Hide decorations details a little.
Neil
1
-1
/
+1
2017-03-31
Using Sci::Position and Sci::Line to mark variables that are document positions
Neil
1
-42
/
+42
2017-03-09
Drop support for Windows NT 4 by statically linking to system APIs that are
Neil
1
-20
/
+4
2017-03-06
Use several C++11 features as examples so problems with these features are seen.
Vicente
1
-0
/
+1
2017-03-05
For IMEs, do not clear selected text when there is no composition text to show.
johnsonj
1
-1
/
+4
2017-03-04
Use C++11 keyword "override" for methods that override a base class.
Neil
1
-42
/
+42
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-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-09-27
On Win32, mouse wheel scrolling can be restricted to only occur when the mouse
Stefan Küng
1
-0
/
+12
2016-08-28
SC_CHARSET_DEFAULT now means code page 1252 on Windows unless code page set.
Neil
1
-1
/
+1
2016-05-14
Post a caret moved accessibility event in Editor::MovedCaret so that screen
Neil
1
-0
/
+5
2016-04-14
Simplified IME caret positioning.
johnsonj
1
-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-09
Factored out mapping IME state to indicators and finding caret position.
johnsonj
1
-25
/
+36
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
1
-6
/
+6
2015-11-20
Bug [#1779]. Better Unicode input support on Windows systems.
Sam Hocevar
1
-25
/
+48
2015-09-25
Replace reinterpret_cast with static_cast where possible.
Neil
1
-10
/
+10
2015-09-10
Handle reconversion when requested by IME.
johnsonj
1
-0
/
+96
[next]