aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/ScintillaWin.cxx
AgeCommit message (Expand)AuthorFilesLines
2003-10-15Added definitions of OEM keys in case not defined by system includes.nyamatongwe1-0/+8
2003-10-15Added key bindings to key map for functions displaced by rectangularnyamatongwe1-0/+5
2003-09-27Only supporting MINGW version 3.1.nyamatongwe1-19/+0
2003-09-20Patch from Naba to perform incremental wrapping in idle time.nyamatongwe1-1/+0
2003-09-18Safe parts of idle time wrapping.nyamatongwe1-0/+1
2003-09-11Patch from Philippe to make respond to WM_SETTEXT.nyamatongwe1-0/+1
2003-05-11Addition of CopyText, CopyRange, and LineCopy.nyamatongwe1-13/+13
2003-04-30Separated ifdefs around WM_UNICHAR and UNICODE_NOCHAR to work on somenyamatongwe1-0/+9
2003-04-19Fix len parameter to avoid writing beyond end.nyamatongwe1-1/+1
2003-04-19Made previous version look at both bytes in wParam for WM_UNICHAR.nyamatongwe1-1/+5
2003-04-19Added processing of WM_UNICHAR.nyamatongwe1-0/+19
2003-04-18Patch from Simon to make ExternalLexer platform independent.nyamatongwe1-3/+1
2003-04-13Reenabled lexer DLL feature.nyamatongwe1-2/+2
2003-04-05Changes to allow calltips to be popup rather than child windows.nyamatongwe1-19/+30
2003-04-03CallTip can display up and down arrows and clicks are reported tonyamatongwe1-6/+19
2003-03-30Make IDC_HAND visible with old build environments.nyamatongwe1-1/+2
2003-03-20Patch from Simon Steele to implement the hotspot style and associatednyamatongwe1-3/+11
2003-03-09Added Pango text display support to GTK+ platform.nyamatongwe1-5/+9
2003-03-08Fix to autocompletion lists where clicking on the list caused focus tonyamatongwe1-1/+4
2003-02-05Moved IsNT to PlatWin and cached the result.nyamatongwe1-9/+5
2003-01-12Additions from Yukihiro Nakai to enable DBCS mode on GTK+.nyamatongwe1-5/+5
2003-01-10XPM.h separated frmo LineMarker.h.nyamatongwe1-2/+3
2002-12-03Fix from twkang for Korean IME input.nyamatongwe1-1/+4
2002-09-19Added mthod to turn off vertical scroll bar.nyamatongwe1-2/+5
2002-09-10Made compatible with Mingw 2.0.nyamatongwe1-39/+41
2002-07-28Full paint now paints all of the margins as well. Required to simplifynyamatongwe1-3/+4
2002-07-20Exporting direct calling function from DLLs.nyamatongwe1-2/+9
2002-06-09Compatibility with 64 bit systems.nyamatongwe1-7/+24
2002-05-21Changed from GetTickCount to GetMessageTime as that retieves the time the mou...nyamatongwe1-2/+2
2002-04-21Some Win64 compatibility and size_t correctness.nyamatongwe1-5/+5
2002-04-11Added call to Scintilla_LinkLexers to ensure lexers are always linked innyamatongwe1-0/+1
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-02-21Wheel mouse handles page at a time mode.nyamatongwe1-3/+9
2002-02-16Windows classes unregistered at finalisation to avoid problems inside IE.nyamatongwe1-27/+41
2002-02-12Moved external lexer loading from initialisation of ScintillaWin objectnyamatongwe1-5/+4
2002-02-12Made font cache thread safe by using a critical section.nyamatongwe1-4/+13
2002-01-18Updated copyrights for 2002.nyamatongwe1-1/+1
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.nyamatongwe1-4/+8
2002-01-10Patch from Kengo Jinno to make Japanese entry work on Windows 9x.nyamatongwe1-4/+24
2002-01-09Optimization that asks for the position of the scroll bar and does not setnyamatongwe1-2/+15
2001-12-29Using HINSTANCE from Scintilla_RegisterClasses to find cursor so thatnyamatongwe1-1/+4
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
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, reformatnyamatongwe1-101/+131
2001-11-19Added virtual GetCtrlID method so that the ID can change dynamicallynyamatongwe1-4/+9
2001-10-28Hid implementation of Surface.nyamatongwe1-30/+46