| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2000-08-18 | Added in most of Ferdinand Prantl's changes except for regular expression | nyamatongwe | 1 | -0/+2 | |
| search. Some bits not quite done as well. | |||||
| 2000-08-16 | Invisible text. | nyamatongwe | 1 | -0/+1 | |
| Fixes to ensure long lines do not overflow buffers. | |||||
| 2000-07-22 | Converting key codes to SCK_* values on input so they can be handled in a | nyamatongwe | 1 | -9/+34 | |
| cross platform way. | |||||
| 2000-07-21 | Added SCI_GETDIRECTFUNCTION and SCI_GETDIRECTPOINTER to remove Windows | nyamatongwe | 1 | -0/+13 | |
| SendMessage intermediary code between client and Scintilla. | |||||
| 2000-07-21 | Provide alternative symbols for all features defined in WinDefs.h to allow | nyamatongwe | 1 | -21/+21 | |
| for eventual removal of WinDefs.h. | |||||
| 2000-07-06 | Optimisations. | nyamatongwe | 1 | -10/+24 | |
| 2000-07-05 | Fixed BoundsChecker warnings including some leaks. | nyamatongwe | 1 | -1/+0 | |
| 2000-07-04 | Auto completion border chrome reversed to put above edit layer. | nyamatongwe | 1 | -2/+0 | |
| InitCommonControls removed as not needed. Make files changed to remove system libraries that were not used. | |||||
| 2000-07-01 | Horizontal page scroll by 2/3 of page width rather than fixed 200 pixels. | nyamatongwe | 1 | -2/+4 | |
| Add opt:nowin98 flag to link to reduce executable size. | |||||
| 2000-06-22 | Caret stability when adding or deleting characters. | nyamatongwe | 1 | -3/+0 | |
| Caret redisplayed when focus in on GTK+. Fixed whitespace visible after indentation option. | |||||
| 2000-06-22 | Removed deprecated APIs. | nyamatongwe | 1 | -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-21 | Added indentation guide API. | nyamatongwe | 1 | -2/+14 | |
| View whitespace has setting to only see outside indentation. Indentation guide highlight. | |||||
| 2000-06-08 | Added CreateDocument message and changed AddRefDoc and ReleaseDoc to | nyamatongwe | 1 | -1/+1 | |
| AddRefDocument and ReleaseDocument. | |||||
| 2000-05-08 | Updated for Borland C++ 5.5. | nyamatongwe | 1 | -1/+0 | |
| 2000-05-07 | Fixed Unicode input for Cyrillic on WM_CHAR. | nyamatongwe | 1 | -16/+28 | |
| 2000-04-21 | Changed font sizing to use more Windows compatible calculation | nyamatongwe | 1 | -38/+10 | |
| Some unfinished work on fixing folding bugs. | |||||
| 2000-04-18 | Horizontal scroll bar disabling. | nyamatongwe | 1 | -22/+114 | |
| 2000-04-11 | Added fix for Calltip window registration. | nyamatongwe | 1 | -0/+7 | |
| 2000-04-08 | Unicode keyboard input and dragging from Scintilla. | nyamatongwe | 1 | -57/+117 | |
| Fixing warnings on GTK+ and uping warning level. | |||||
| 2000-04-08 | Warning squashing. | nyamatongwe | 1 | -55/+3 | |
| Updated contributors list. Fixed lexing of MS warnings. | |||||
| 2000-04-07 | Changing code to ensure no warnings are produced by compilers. | nyamatongwe | 1 | -12/+14 | |
| 2000-04-06 | Initial Unicode support code. | nyamatongwe | 1 | -54/+160 | |
| 2000-04-04 | Avoid lots of warnings from Borland C++. | nyamatongwe | 1 | -6/+7 | |
| Changed name of interface class defined in Accessor.h to Accessor. | |||||
| 2000-03-18 | Can turn off context (wrong mouse button) menu with SCI_USEPOPUP. | nyamatongwe | 1 | -1/+3 | |
| Most signals return FALSE on GTK+. | |||||
| 2000-03-17 | Fixed warning in ScintillaWin. | nyamatongwe | 1 | -1/+1 | |
| makefile_bor uses Lex*. | |||||
| 2000-03-08 | Initial revision | nyamatongwe | 1 | -0/+1349 | |
