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
2002-12-03
Fix from twkang for Korean IME input.
nyamatongwe
1
-1
/
+4
2002-09-19
Added mthod to turn off vertical scroll bar.
nyamatongwe
1
-2
/
+5
2002-09-10
Made compatible with Mingw 2.0.
nyamatongwe
1
-39
/
+41
2002-07-28
Full paint now paints all of the margins as well. Required to simplify
nyamatongwe
1
-3
/
+4
2002-07-20
Exporting direct calling function from DLLs.
nyamatongwe
1
-2
/
+9
2002-06-09
Compatibility with 64 bit systems.
nyamatongwe
1
-7
/
+24
2002-05-21
Changed from GetTickCount to GetMessageTime as that retieves the time the mou...
nyamatongwe
1
-2
/
+2
2002-04-21
Some Win64 compatibility and size_t correctness.
nyamatongwe
1
-5
/
+5
2002-04-11
Added call to Scintilla_LinkLexers to ensure lexers are always linked in
nyamatongwe
1
-0
/
+1
2002-04-04
Change to horizontal scrolling to allow the assumed document width to be set.
nyamatongwe
1
-10
/
+28
2002-04-03
In read-only mode, display no-effect drag & drop cursor.
nyamatongwe
1
-3
/
+4
2002-02-21
Wheel mouse handles page at a time mode.
nyamatongwe
1
-3
/
+9
2002-02-16
Windows classes unregistered at finalisation to avoid problems inside IE.
nyamatongwe
1
-27
/
+41
2002-02-12
Moved external lexer loading from initialisation of ScintillaWin object
nyamatongwe
1
-5
/
+4
2002-02-12
Made font cache thread safe by using a critical section.
nyamatongwe
1
-4
/
+13
2002-01-18
Updated copyrights for 2002.
nyamatongwe
1
-1
/
+1
2002-01-13
Added TickerID typedef to ease merging FOX code.
nyamatongwe
1
-2
/
+2
2002-01-10
Made code bool-safe and turned Visual C++ warning 4800 back on.
nyamatongwe
1
-4
/
+8
2002-01-10
Patch from Kengo Jinno to make Japanese entry work on Windows 9x.
nyamatongwe
1
-4
/
+24
2002-01-09
Optimization that asks for the position of the scroll bar and does not set
nyamatongwe
1
-2
/
+15
2001-12-29
Using HINSTANCE from Scintilla_RegisterClasses to find cursor so that
nyamatongwe
1
-1
/
+4
2001-12-19
Wrapping supported.
nyamatongwe
1
-6
/
+5
2001-12-19
Support Unicode in calltips.
nyamatongwe
1
-1
/
+1
2001-12-19
Hoisted IsUnicodeMode method from ScintillaWin to Editor as it is useful on
nyamatongwe
1
-23
/
+5
2001-12-01
Removed old timeing code in favour of ElapsedTime class.
nyamatongwe
1
-14
/
+2
2001-11-28
Patch from Philippe to restore EM_GETSEL and EM_SETSEL on Windows, reformat
nyamatongwe
1
-101
/
+131
2001-11-19
Added virtual GetCtrlID method so that the ID can change dynamically
nyamatongwe
1
-4
/
+9
2001-10-28
Hid implementation of Surface.
nyamatongwe
1
-30
/
+46
2001-10-28
Removed platform-specific headers from Platform.h and thus stopped
nyamatongwe
1
-66
/
+80
2001-10-05
Don't include zmouse.h with Digital Mars compiler.
nyamatongwe
1
-28
/
+36
2001-10-02
Reinstated WM_GETTEXT as an alias of SCI_GETTEXT to allow some tools to
nyamatongwe
1
-0
/
+1
2001-09-09
More translations from EM_* and WM_* to SCI_*.
nyamatongwe
1
-0
/
+6
2001-09-08
Edit control emulation moved here from Editor.cxx.
nyamatongwe
1
-0
/
+54
2001-09-08
Removed all traces of Win32 API from Scintilla API. Scintilla will no
nyamatongwe
1
-9
/
+0
2001-09-01
Using new SelectionText type to handle text that is the subject of copy,
nyamatongwe
1
-16
/
+15
2001-08-31
Moved Windows-specific mouse wheel variables from Editor to ScintillaWin.
nyamatongwe
1
-11
/
+15
2001-08-01
Use separate variable to remember if allocation occurred to avoid using
nyamatongwe
1
-3
/
+4
2001-07-04
Stuck :: in front of GetParent as its a Windows API.
nyamatongwe
1
-3
/
+3
2001-06-11
Patch from Shane Caraveo at ActiveState to notify containers of
nyamatongwe
1
-4
/
+4
2001-05-21
Update from Simon to make startup and finalise work properly.
nyamatongwe
1
-9
/
+2
2001-05-20
Support for IME input of Asian languages on W2K.
nyamatongwe
1
-12
/
+39
2001-05-14
When context menu caused by keyboard rather than mouse, show menu
nyamatongwe
1
-2
/
+10
2001-05-01
External lexer feature added by Simon allows lexers to be housed in DLLs with
nyamatongwe
1
-0
/
+68
2001-04-30
Forwarding state of Alt key to key map and using the returned consumed
nyamatongwe
1
-3
/
+11
2001-03-21
Calling DefWindowProc if not showing context menu so container can do so.
nyamatongwe
1
-1
/
+2
2001-02-27
Patch from Philippe to regularise comments.
nyamatongwe
1
-34
/
+34
2001-02-24
Updated documentation comments from Philippe.
nyamatongwe
1
-25
/
+44
2001-02-17
Defining sptr_t and uptr_t to be integral types large enough to contain
nyamatongwe
1
-22
/
+22
2001-02-06
For CanPaste also check Editor::CanPaste to see if OK.
nyamatongwe
1
-0
/
+2
2001-02-06
Made SCI_CANPASTE and EM_CANPASTE work correctly using
nyamatongwe
1
-11
/
+12
[next]