aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32
AgeCommit message (Collapse)AuthorFilesLines
2002-04-11Added call to Scintilla_LinkLexers to ensure lexers are always linked innyamatongwe1-0/+1
for SciLexer version.
2002-04-04Change to horizontal scrolling to allow the assumed document width to be set.nyamatongwe1-10/+28
2002-04-03In read-only mode, display no-effect drag & drop cursor.nyamatongwe1-3/+4
2002-03-29Patch from Ralf Wagner to ensure DIR_O used for resource files.nyamatongwe1-4/+4
2002-03-13Updated for version 1.45.nyamatongwe1-4/+4
2002-02-21Wheel mouse handles page at a time mode.nyamatongwe1-3/+9
Maintaining partial wheel deltas calculated better. Avoid Borland warning in window class registration code.
2002-02-20Fixed bug where extra position element was written when measuring text innyamatongwe1-1/+0
Unicode mode.
2002-02-16New lexer for Matlab contributed by José Fonseca.nyamatongwe3-5/+10
2002-02-16Windows classes unregistered at finalisation to avoid problems inside IE.nyamatongwe1-27/+41
Success of initialisation and finalisationreturned to caller.
2002-02-12Moved external lexer loading from initialisation of ScintillaWin objectnyamatongwe1-5/+4
to Scintilla_RegisterClasses to avoid possibility of thread contention.
2002-02-12Avoiding incremental link and map file generation.nyamatongwe1-1/+1
2002-02-12Made font cache thread safe by using a critical section.nyamatongwe2-15/+40
2002-02-12Made compatible with const correctness done for superclass.nyamatongwe2-4/+4
2002-02-02Updated version number for 1.44.nyamatongwe1-4/+4
2002-01-18Updated copyrights for 2002.nyamatongwe4-4/+4
2002-01-18Updated version number to 1.43.nyamatongwe1-6/+6
2002-01-13Added TickerID typedef to ease merging FOX code.nyamatongwe1-2/+2
2002-01-10Made code bool-safe and turned Visual C++ warning 4800 back on.nyamatongwe2-7/+11
2002-01-10Patch from Kengo Jinno to make Japanese entry work on Windows 9x.nyamatongwe1-4/+24
More changes from Neil to avoid problem introduced by above with overstrike mode replacing one character with two. Comments about Digital Mars ifdefs.
2002-01-09Optimization that asks for the position of the scroll bar and does not setnyamatongwe1-2/+15
it if it does not change. Using scroll bar APIs that allow larger 32 bit values.
2002-01-03Compiation requires 2.95.3 now.nyamatongwe1-1/+1
2001-12-29Using HINSTANCE from Scintilla_RegisterClasses to find cursor so thatnyamatongwe2-2/+5
static builds within DLLs will work.
2001-12-23Updated version numbers and dates for 1.42.nyamatongwe1-4/+4
2001-12-20Patch from stephan to avoid setting cursor to the same value multiplenyamatongwe1-3/+4
times on GTK+ as it is retained by the window. Minor cleanups.
2001-12-20Changed append method to +=.nyamatongwe1-2/+1
2001-12-20Changed use of SString::assign to SString::= as assign is now a privatenyamatongwe1-1/+1
implementation detail.
2001-12-19Changed to shorter -mwindows option.nyamatongwe1-1/+1
2001-12-19Wrapping supported.nyamatongwe1-6/+5
2001-12-19Support Unicode in calltips.nyamatongwe1-1/+1
2001-12-19Hoisted IsUnicodeMode method from ScintillaWin to Editor as it is useful onnyamatongwe1-23/+5
all platforms. Using AutoSurface to simplify allocation of surfaces and ensure they are always deleted.
2001-12-05Added LexBaan.nyamatongwe3-7/+18
2001-12-01Removed old timeing code in favour of ElapsedTime class.nyamatongwe1-14/+2
2001-11-28Patch from Philippe to restore EM_GETSEL and EM_SETSEL on Windows, reformatnyamatongwe2-107/+137
source. Some addition of :: by me.
2001-11-19Added virtual GetCtrlID method so that the ID can change dynamicallynyamatongwe1-4/+9
on Windoes when caused by SetWindowLong.
2001-11-15Changed to a more typesafe definition of ElapsedTime.nyamatongwe1-16/+23
2001-11-15Added ElapsedTime.nyamatongwe1-0/+41
2001-10-31Updated version number.nyamatongwe1-4/+4
2001-10-28Fixed some warnings from Visual C++.nyamatongwe1-0/+4
2001-10-28Hid implementation of Surface.nyamatongwe2-97/+114
Changed DrawText to DrawTextNoClip to avoid clash with macro.
2001-10-28Fixed Platform changes for GTK+ and hid most of the implementation ofnyamatongwe1-35/+96
Surface.
2001-10-28Removed platform-specific headers from Platform.h and thus stoppednyamatongwe3-208/+209
visibility of these headers to most code.
2001-10-05Don't include zmouse.h with Digital Mars compiler.nyamatongwe1-28/+36
Disable IME code when compiling with Digital Mars as it doesn't have lib.
2001-10-05Fixed warning from Digital Mars compiler.nyamatongwe1-1/+1
2001-10-02Reinstated WM_GETTEXT as an alias of SCI_GETTEXT to allow some tools tonyamatongwe1-0/+1
grab the contents of a Scintilla control.
2001-09-29Bullant lexer added.nyamatongwe3-1/+7
2001-09-21Upgraded version number to 1.40.nyamatongwe1-4/+4
2001-09-19Inclusion of nncrontab lexer into builds.nyamatongwe3-1/+10
2001-09-09More translations from EM_* and WM_* to SCI_*.nyamatongwe1-0/+6
2001-09-08Edit control emulation moved here from Editor.cxx.nyamatongwe1-0/+54
2001-09-08Removed all traces of Win32 API from Scintilla API. Scintilla will nonyamatongwe1-9/+0
longer process WM_* or EM_* messages.