aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/ScintillaWin.cxx
AgeCommit message (Collapse)AuthorFilesLines
2001-02-05Patch from John to make GTK+ version build on Win32.nyamatongwe1-2/+2
Modified by me to avoid pointless warnings and print error message if try to build with Borland C++.
2001-01-27Much changed ScintillaGTK widget code that draws directly onto thenyamatongwe1-3/+2
Scintilla widget with no wDraw drawing area. Signals handled directly through callbacks.
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
Better line selection handling.
2000-10-03Mouse down captures now optional.nyamatongwe1-8/+20
Save and restore of assertion destination in paint.
2000-10-03Added PLATFORM_ASSERT which is a verson of the standard assert whichnyamatongwe1-1/+1
can be directed wither to debug output or message boxes on Windows.
2000-09-22Added SCI_GRABFOCUS handling.nyamatongwe1-0/+4
2000-09-22An hasFocus flag was added to separate logical focus from environmentnyamatongwe1-5/+3
determined focus. hasFocus determines whether the caret is displayed.
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
Autocompletion flags for ignoring case and automatically choosing single items. WM_PAINT handling with passed HDC. Events in Scintilla.iface.
2000-08-18Added in most of Ferdinand Prantl's changes except for regular expressionnyamatongwe1-0/+2
search. Some bits not quite done as well.
2000-08-16Invisible text.nyamatongwe1-0/+1
Fixes to ensure long lines do not overflow buffers.
2000-07-22Converting key codes to SCK_* values on input so they can be handled in anyamatongwe1-9/+34
cross platform way.
2000-07-21Added SCI_GETDIRECTFUNCTION and SCI_GETDIRECTPOINTER to remove Windowsnyamatongwe1-0/+13
SendMessage intermediary code between client and Scintilla.
2000-07-21Provide alternative symbols for all features defined in WinDefs.h to allownyamatongwe1-21/+21
for eventual removal of WinDefs.h.
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
InitCommonControls removed as not needed. Make files changed to remove system libraries that were not used.
2000-07-01Horizontal page scroll by 2/3 of page width rather than fixed 200 pixels.nyamatongwe1-2/+4
Add opt:nowin98 flag to link to reduce executable size.
2000-06-22Caret stability when adding or deleting characters.nyamatongwe1-3/+0
Caret redisplayed when focus in on GTK+. Fixed whitespace visible after indentation option.
2000-06-22Removed deprecated APIs.nyamatongwe1-12/+12
Added gets to match sets for UndoCollection, BufferedDraw, CodePage, UsePalette, ReadOnly, CaretFore, and ModEventMask. Undo collection status is a bool again - enumeration deprecated. Timing code commented out.
2000-06-21Added indentation guide API.nyamatongwe1-2/+14
View whitespace has setting to only see outside indentation. Indentation guide highlight.
2000-06-08Added CreateDocument message and changed AddRefDoc and ReleaseDoc tonyamatongwe1-1/+1
AddRefDocument and ReleaseDocument.
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
Some unfinished work on fixing folding bugs.
2000-04-18Horizontal scroll bar disabling.nyamatongwe1-22/+114
2000-04-11Added fix for Calltip window registration.nyamatongwe1-0/+7
2000-04-08Unicode keyboard input and dragging from Scintilla.nyamatongwe1-57/+117
Fixing warnings on GTK+ and uping warning level.
2000-04-08Warning squashing.nyamatongwe1-55/+3
Updated contributors list. Fixed lexing of MS warnings.
2000-04-07Changing code to ensure no warnings are produced by compilers.nyamatongwe1-12/+14
2000-04-06Initial Unicode support code.nyamatongwe1-54/+160
2000-04-04Avoid lots of warnings from Borland C++.nyamatongwe1-6/+7
Changed name of interface class defined in Accessor.h to Accessor.
2000-03-18Can turn off context (wrong mouse button) menu with SCI_USEPOPUP.nyamatongwe1-1/+3
Most signals return FALSE on GTK+.
2000-03-17Fixed warning in ScintillaWin.nyamatongwe1-1/+1
makefile_bor uses Lex*.
2000-03-08Initial revisionnyamatongwe1-0/+1349