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
/
ScintillaWin.cxx
Age
Commit message (
Expand
)
Author
Files
Lines
2007-06-23
Fixed indentation.
nyamatongwe
1
-21
/
+21
2007-06-23
Fixes for bug #1732146, Armenian input on Windows by registering the
nyamatongwe
1
-33
/
+45
2007-06-02
Addition of PositionCache module which adds cacing of string
nyamatongwe
1
-0
/
+1
2007-05-12
Drag operation does not start until mouse has been dragged more than
nyamatongwe
1
-29
/
+32
2007-04-19
Patch from Xie Renhui tries Unicode format for dropped text first.
nyamatongwe
1
-12
/
+26
2007-04-19
Patch from Xie Renhui uses explicit ANSI calls on Windows so can be
nyamatongwe
1
-6
/
+6
2007-04-19
All Unicode planes supported, not just the Basic Multilingual Plane.
nyamatongwe
1
-12
/
+12
2007-04-05
Implemented decorations which are extended indicators.
nyamatongwe
1
-1
/
+3
2007-03-01
Only call OleUninitialize if OleInitialize succeeded.
nyamatongwe
1
-2
/
+7
2007-01-24
Set the modifiers field on the SCN_DOUBLECLICK notification so the SCI_SHIFT,...
nyamatongwe
1
-3
/
+3
2007-01-01
Major change to CellBuffer class with addition of Partitioning class and Spli...
nyamatongwe
1
-0
/
+2
2006-08-22
Added key code for the right hand side Windows key.
nyamatongwe
1
-0
/
+1
2006-08-22
Basic recognition of the Windows and Context Menu keys as SCK_WIN and
nyamatongwe
1
-0
/
+2
2006-08-12
Commented out assertion that stopped reporting of other assertions.
nyamatongwe
1
-1
/
+2
2006-06-15
Only allow setting the code page to valid values.
nyamatongwe
1
-0
/
+7
2006-05-05
Patch from Michael Durland so that constants have type to be more standard
nyamatongwe
1
-5
/
+8
2006-02-26
Translucency implementation for INDIC_ROUNDBOX and caret line.
nyamatongwe
1
-6
/
+6
2006-02-25
Patch from Greg Smith with further modifications moved character
nyamatongwe
1
-0
/
+1
2006-01-13
Assertion makes sure that the direct function is only called from the
nyamatongwe
1
-0
/
+1
2005-11-29
A small amount of use of TCHAR avoids simplest issues when
nyamatongwe
1
-3
/
+3
2005-11-15
Check whether area is being painted against the update region,
nyamatongwe
1
-0
/
+37
2005-11-09
Patch, mostly from Simon Steele, that converts new lines in
nyamatongwe
1
-19
/
+26
2005-11-03
Stopped dragging of empty ranges.
nyamatongwe
1
-3
/
+3
2005-10-31
Fix for bug 1342035 where two NULs were placed on clipboard
nyamatongwe
1
-70
/
+89
2005-07-22
Ensure DCs are emptied of non-stock, non-default objects before they are
nyamatongwe
1
-0
/
+2
2005-07-08
Patch #1234222 for EM_EXSETSEL.
nyamatongwe
1
-1
/
+1
2005-04-11
Problem fixed when performing paste over rectangular selection where
nyamatongwe
1
-1
/
+1
2005-03-25
Patch from Blair McGlashan for autocompletion on Windows to
nyamatongwe
1
-10
/
+1
2005-03-01
Bug 1149378 fix from Borujoa updates IME handling particularly on
nyamatongwe
1
-19
/
+18
2005-02-17
Bug 1131503 patch applied to improve handling of Japanese Katakana
nyamatongwe
1
-14
/
+17
2005-02-06
Exits from dwell by firing SCN_DWELLEND when scroll performed.
nyamatongwe
1
-0
/
+1
2004-12-03
Safest portion of patch from Régis Vaquette to allow compilation
nyamatongwe
1
-2
/
+2
2004-12-03
Patch from Blair McGlashan to handle WM_PRINTCLIENT.
nyamatongwe
1
-2
/
+37
2004-08-03
Patch from Kein-Hong Man to ensure system caret bitmap is empty.
nyamatongwe
1
-1
/
+7
2004-07-30
Fixed bitmap leaks from system caret patch.
nyamatongwe
1
-1
/
+6
2004-07-30
Removed CF_HDROP from formats provided by Scintilla as it was returned as
nyamatongwe
1
-9
/
+2
2004-07-30
Patch from Ben Key to use an invisible system caret to enable screen
nyamatongwe
1
-0
/
+58
2004-07-08
Prevent moving the IME window and dropping the caret on
nyamatongwe
1
-1
/
+1
2004-06-01
Patch from Florian Balmer to perform clipboard actions
nyamatongwe
1
-39
/
+141
2004-04-26
Extra safety if ClipBoard already opened or allocation fails.
nyamatongwe
1
-4
/
+6
2004-02-06
Changed window object destruction to occor on WM_NCDESTROY
nyamatongwe
1
-2
/
+2
2003-12-23
Encapsulation by Guy Hachlili of SetScrollInfo and GetScrollInfo to
nyamatongwe
1
-10
/
+22
2003-11-08
Using posted message to continue wrapping while allowing other messages
nyamatongwe
1
-2
/
+27
2003-11-06
SelectionText has been holding a terminating NUL but some client code
nyamatongwe
1
-8
/
+4
2003-11-06
More checking for background wrap enabled.
nyamatongwe
1
-1
/
+1
2003-11-05
Background wrapping during idle from Bruce Dodson.
nyamatongwe
1
-6
/
+31
2003-11-04
Fix to potential problem with SetTimer.
nyamatongwe
1
-1
/
+5
2003-10-15
Added definitions of OEM keys in case not defined by system includes.
nyamatongwe
1
-0
/
+8
2003-10-15
Added key bindings to key map for functions displaced by rectangular
nyamatongwe
1
-0
/
+5
2003-09-27
Only supporting MINGW version 3.1.
nyamatongwe
1
-19
/
+0
[prev]
[next]