Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-11-08 | Added Pascal Lexer. | nyamatongwe | 2 | -8/+18 | |
2000-11-02 | Updated version number. | nyamatongwe | 1 | -4/+4 | |
2000-11-01 | Ahmad's Apache CONF support. | nyamatongwe | 2 | -2/+8 | |
2000-10-06 | New from Mark so CVS doesn't look at .obj or .res. | nyamatongwe | 1 | -0/+3 | |
2000-10-06 | Mark added a QUIET option to turn off the Microsoft copyright notices. | nyamatongwe | 1 | -0/+7 | |
2000-10-05 | SetCursor implemented. | nyamatongwe | 1 | -4/+4 | |
2000-10-05 | Mouse capture doesn't always call ::GetCapture. | nyamatongwe | 1 | -1/+2 | |
Better line selection handling. | |||||
2000-10-03 | Mouse down captures now optional. | nyamatongwe | 2 | -9/+23 | |
Save and restore of assertion destination in paint. | |||||
2000-10-03 | Added PLATFORM_ASSERT which is a verson of the standard assert which | nyamatongwe | 2 | -3/+29 | |
can be directed wither to debug output or message boxes on Windows. | |||||
2000-09-22 | Added SCI_GRABFOCUS handling. | nyamatongwe | 1 | -0/+4 | |
2000-09-22 | An hasFocus flag was added to separate logical focus from environment | nyamatongwe | 1 | -5/+3 | |
determined focus. hasFocus determines whether the caret is displayed. | |||||
2000-09-08 | Updated version number to 1.32.rel-1-32 | nyamatongwe | 1 | -4/+4 | |
2000-09-07 | Incorporated Mark's patch to handle failing GetTextExtentExPoint. | nyamatongwe | 1 | -1/+5 | |
2000-09-05 | Removed testing code for assert call. | nyamatongwe | 1 | -1/+1 | |
2000-09-05 | makefile_vc and makefile_bor are replaced with scintilla.mak | nyamatongwe | 3 | -189/+3 | |
2000-09-05 | Support for DEBUG or NDEBUG defines to make assert work. | nyamatongwe | 4 | -14/+26 | |
2000-09-04 | Updated version to 1.31. | nyamatongwe | 1 | -4/+4 | |
2000-08-31 | scintilla.mak is combined make file for both Microsoft and Borland. | nyamatongwe | 2 | -0/+261 | |
SciTE.properties contains some commands that are useful with scintilla.mak. | |||||
2000-08-30 | Sharing most of the definition of how to build objects in objs.mak. | nyamatongwe | 3 | -268/+227 | |
2000-08-21 | Merging patches from Ferda and Jan. | nyamatongwe | 1 | -40/+54 | |
Autocompletion flags for ignoring case and automatically choosing single items. WM_PAINT handling with passed HDC. Events in Scintilla.iface. | |||||
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-25 | Updated version number to 1.30. | nyamatongwe | 1 | -4/+4 | |
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-22 | Updates to make new API work on both GTK+ and Win32. | nyamatongwe | 1 | -1/+1 | |
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-19 | Updated to 1.29. | nyamatongwe | 1 | -4/+4 | |
2000-07-12 | Added John's autocompletion changes and fiddled to make autocompletion list | nyamatongwe | 1 | -2/+36 | |
size better. | |||||
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 | 4 | -6/+4 | |
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 | 3 | -5/+7 | |
Add opt:nowin98 flag to link to reduce executable size. | |||||
2000-06-29 | Added font caching. | nyamatongwe | 1 | -10/+113 | |
2000-06-27 | Updated to 1.28. | nyamatongwe | 1 | -4/+4 | |
2000-06-25 | Removed winmm library. | nyamatongwe | 1 | -1/+1 | |
2000-06-24 | Removed winmm library from build as this slows start a lot for some | nyamatongwe | 1 | -1/+1 | |
machines. | |||||
2000-06-23 | Turned off tracing. | nyamatongwe | 1 | -1/+1 | |
2000-06-23 | Updated version number to 1.27. | nyamatongwe | 1 | -4/+4 | |
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 | 2 | -3/+15 | |
View whitespace has setting to only see outside indentation. Indentation guide highlight. | |||||
2000-06-12 | Removed warning when tracing turned off. | nyamatongwe | 1 | -2/+5 | |
2000-06-12 | Lua language support from Paul Winwood. | nyamatongwe | 3 | -2/+13 | |
2000-06-08 | Updated version number. | nyamatongwe | 1 | -4/+4 | |
2000-06-08 | Added CreateDocument message and changed AddRefDoc and ReleaseDoc to | nyamatongwe | 1 | -1/+1 | |
AddRefDocument and ReleaseDocument. | |||||
2000-06-04 | Ensured the UnicodeMode of each Surface is initialised. | nyamatongwe | 1 | -0/+1 | |
2000-05-15 | Support for different character sets for each style. | nyamatongwe | 1 | -2/+2 | |
2000-05-08 | Optimise for size. | nyamatongwe | 1 | -1/+1 | |
No parenthesis warning as it triggers inside standard MAKELONG macro. | |||||
2000-05-08 | Minor $@ tweaks. | nyamatongwe | 1 | -2/+2 | |