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
2010-12-11
Make multiple selection multi-paste work when multi-type is off. Bug #3126221.
nyamatongwe
1
-1
/
+1
2010-11-10
Remove support for Borland C++.
nyamatongwe
1
-4
/
+2
2010-10-06
Feature request #3079784 Use system caret blink time on Windows
nyamatongwe
1
-0
/
+4
2010-08-24
Mouse button down claims focus early so that container notifications can swit...
nyamatongwe
1
-1
/
+1
2010-08-05
Case insensitive search in DBCS and faster processing of DBCS.
nyamatongwe
1
-3
/
+55
2010-07-13
Platform files changed for new lexer design.
nyamatongwe
1
-5
/
+4
2010-06-24
Protect against bad UTF-8 when case folding.
nyamatongwe
1
-0
/
+6
2010-06-16
For compatibility with TDM MingW64, undefine _WIN32_WINNT before defining it.
nyamatongwe
1
-0
/
+1
2010-05-21
EOL conversion for drop. Fixes bug #3005328.
nyamatongwe
1
-0
/
+10
2010-05-11
Made method const.
nyamatongwe
1
-9
/
+9
2010-05-02
Bug #2995278 minor fixes to typos and types.
nyamatongwe
1
-1
/
+1
2010-04-07
Made Scintilla.h compatible with the C language when stdbool.h not included.
nyamatongwe
1
-2
/
+2
2010-04-07
Removed dead code.
nyamatongwe
1
-35
/
+0
2010-04-03
NUL characters in text formats on clipboard terminate the text.
nyamatongwe
1
-2
/
+2
2010-03-25
New case insensitive searching implementation uses objects implementing
nyamatongwe
1
-0
/
+74
2010-03-23
Upper and lower casing now works on non-ASCII characters.
nyamatongwe
1
-6
/
+87
2010-03-11
Implemented multipaste as an option.
nyamatongwe
1
-4
/
+1
2010-03-11
Use allocated sizes rather than relying on 0 termination.
nyamatongwe
1
-4
/
+5
2010-03-08
Fixed bug #2965482 Break Unicode Build.
nyamatongwe
1
-2
/
+2
2010-02-24
Avoid casting warnings from GCC.
nyamatongwe
1
-39
/
+41
2010-02-24
Extra bracketing to avoid GCC warnings.
nyamatongwe
1
-1
/
+1
2010-02-19
Removed old unused TOTAL_CONTROL symbol.
nyamatongwe
1
-14
/
+0
2010-02-19
Fix for bug #2951353 HotSpotRange clearing when mouse moves out of window.
nyamatongwe
1
-0
/
+37
2010-02-16
Whitespace formatting.
nyamatongwe
1
-15
/
+15
2010-01-28
Avoiding warnings from cppcheck. Mostly removing bodies of private copy
nyamatongwe
1
-2
/
+2
2009-08-28
When pasting into a rectangular selection use the start of the rectangular
nyamatongwe
1
-1
/
+3
2009-08-01
Fix for Bug #2830223: ScintillaWin::Finalise should NOT call
nyamatongwe
1
-1
/
+0
2009-07-23
Fix for Bug #2825485, paste in read-only mode sends EN_CHANGE despite no
nyamatongwe
1
-1
/
+0
2009-07-21
Using a much simpler property set implementation.
nyamatongwe
1
-0
/
+1
2009-07-21
Replacing SString with std::string.
nyamatongwe
1
-1
/
+1
2009-07-14
Added controls for enabling multiple selection and multiple selection
nyamatongwe
1
-0
/
+2
2009-07-12
Since exception handling now turned on, do not check return value from new.
nyamatongwe
1
-20
/
+10
2009-07-10
Duplicate works on discontiguous selections by duplicating each selection.
nyamatongwe
1
-2
/
+1
2009-07-10
Allow pasting into virtual space.
nyamatongwe
1
-2
/
+5
2009-07-07
Using the last style on a line to determine the width of a virtual space
nyamatongwe
1
-4
/
+2
2009-07-06
Allow drag and drop in virtual space.
nyamatongwe
1
-12
/
+14
2009-07-03
Use screen point for caret that includes virtual spcace so that, for
nyamatongwe
1
-4
/
+4
2009-07-03
Discontiguoues selection and virtual space initial commit.
nyamatongwe
1
-15
/
+16
2009-05-27
Branded structs in Scintilla.h with Sci_ prefix and added forwarding macros
nyamatongwe
1
-2
/
+2
2009-05-03
Turned on exceptions.
nyamatongwe
1
-511
/
+575
2008-07-27
Property to set interpratation of keys to always use Unicode.
nyamatongwe
1
-1
/
+11
2008-07-06
Bug #2011297: Do not export Scintilla_DirectFunction if STATIC_BUILD
nyamatongwe
1
-1
/
+5
2008-06-29
Simon Steele's modification to allow replacing the regular
nyamatongwe
1
-2
/
+6
2008-06-15
Bug #1989278. Right mouse button down moves caret.
nyamatongwe
1
-0
/
+5
2008-01-19
CopyAllowLine from 280Z28 / Sam Harwell that reproduces Visual Studio's
nyamatongwe
1
-11
/
+38
2008-01-08
Fixes horizontal scroll when document is wide and scroll position does
nyamatongwe
1
-4
/
+9
2007-09-24
Bug #1794426, return 0 if not in Unicode mode.
nyamatongwe
1
-1
/
+1
2007-07-27
Changed lineStates to a SplitVector so that it supports insert and delete
nyamatongwe
1
-1
/
+0
2007-07-26
Optimised previous change to avoid extra redraws when modification does not
nyamatongwe
1
-1
/
+1
2007-07-25
Changed ContractionState data structure to be more efficient by not only
nyamatongwe
1
-1
/
+1
[prev]
[next]