aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/ScintillaWin.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2001-09-01Using new SelectionText type to handle text that is the subject of copy,nyamatongwe1-16/+15
2001-08-31Moved Windows-specific mouse wheel variables from Editor to ScintillaWin.nyamatongwe1-11/+15
2001-08-01Use separate variable to remember if allocation occurred to avoid usingnyamatongwe1-3/+4
2001-07-04Stuck :: in front of GetParent as its a Windows API.nyamatongwe1-3/+3
2001-06-11Patch from Shane Caraveo at ActiveState to notify containers ofnyamatongwe1-4/+4
2001-05-21Update from Simon to make startup and finalise work properly.nyamatongwe1-9/+2
2001-05-20Support for IME input of Asian languages on W2K.nyamatongwe1-12/+39
2001-05-14When context menu caused by keyboard rather than mouse, show menunyamatongwe1-2/+10
2001-05-01External lexer feature added by Simon allows lexers to be housed in DLLs withnyamatongwe1-0/+68
2001-04-30Forwarding state of Alt key to key map and using the returned consumednyamatongwe1-3/+11
2001-03-21Calling DefWindowProc if not showing context menu so container can do so.nyamatongwe1-1/+2
2001-02-27Patch from Philippe to regularise comments.nyamatongwe1-34/+34
2001-02-24Updated documentation comments from Philippe.nyamatongwe1-25/+44
2001-02-17Defining sptr_t and uptr_t to be integral types large enough to containnyamatongwe1-22/+22
2001-02-06For CanPaste also check Editor::CanPaste to see if OK.nyamatongwe1-0/+2
2001-02-06Made SCI_CANPASTE and EM_CANPASTE work correctly usingnyamatongwe1-11/+12
2001-02-05Patch from John to make GTK+ version build on Win32.nyamatongwe1-2/+2
2001-01-27Much changed ScintillaGTK widget code that draws directly onto thenyamatongwe1-3/+2
2000-12-17Added Laurent's User List.nyamatongwe1-0/+1
2000-11-30Dragging shows no-go cursor if no good text format in drag.nyamatongwe1-1/+27
2000-10-05SetCursor implemented.nyamatongwe1-4/+4
2000-10-05Mouse capture doesn't always call ::GetCapture.nyamatongwe1-1/+2
2000-10-03Mouse down captures now optional.nyamatongwe1-8/+20
2000-10-03Added PLATFORM_ASSERT which is a verson of the standard assert whichnyamatongwe1-1/+1
2000-09-22Added SCI_GRABFOCUS handling.nyamatongwe1-0/+4
2000-09-22An hasFocus flag was added to separate logical focus from environmentnyamatongwe1-5/+3
2000-09-05Removed testing code for assert call.nyamatongwe1-1/+1
2000-09-05makefile_vc and makefile_bor are replaced with scintilla.maknyamatongwe1-2/+3
2000-09-05Support for DEBUG or NDEBUG defines to make assert work.nyamatongwe1-1/+2
2000-08-21Merging patches from Ferda and Jan.nyamatongwe1-40/+54
2000-08-18Added in most of Ferdinand Prantl's changes except for regular expressionnyamatongwe1-0/+2
2000-08-16Invisible text.nyamatongwe1-0/+1
2000-07-22Converting key codes to SCK_* values on input so they can be handled in anyamatongwe1-9/+34
2000-07-21Added SCI_GETDIRECTFUNCTION and SCI_GETDIRECTPOINTER to remove Windowsnyamatongwe1-0/+13
2000-07-21Provide alternative symbols for all features defined in WinDefs.h to allownyamatongwe1-21/+21
2000-07-06Optimisations.nyamatongwe1-10/+24
2000-07-05Fixed BoundsChecker warnings including some leaks.nyamatongwe1-1/+0
2000-07-04Auto completion border chrome reversed to put above edit layer.nyamatongwe1-2/+0
2000-07-01Horizontal page scroll by 2/3 of page width rather than fixed 200 pixels.nyamatongwe1-2/+4
2000-06-22Caret stability when adding or deleting characters.nyamatongwe1-3/+0
2000-06-22Removed deprecated APIs.nyamatongwe1-12/+12
2000-06-21Added indentation guide API.nyamatongwe1-2/+14
2000-06-08Added CreateDocument message and changed AddRefDoc and ReleaseDoc tonyamatongwe1-1/+1
2000-05-08Updated for Borland C++ 5.5.nyamatongwe1-1/+0
2000-05-07Fixed Unicode input for Cyrillic on WM_CHAR.nyamatongwe1-16/+28
2000-04-21Changed font sizing to use more Windows compatible calculationnyamatongwe1-38/+10
2000-04-18Horizontal scroll bar disabling.nyamatongwe1-22/+114