Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-08-01 | Use separate variable to remember if allocation occurred to avoid using | nyamatongwe | 1 | -3/+4 | |
dangling pointer and upsetting BoundsChecker. | |||||
2001-07-04 | Stuck :: in front of GetParent as its a Windows API. | nyamatongwe | 1 | -3/+3 | |
2001-06-11 | Patch from Shane Caraveo at ActiveState to notify containers of | nyamatongwe | 1 | -4/+4 | |
Unicode code characters correctly. | |||||
2001-05-24 | Prevented use of uninitialised data when somehing goes wrong with | nyamatongwe | 1 | -0/+5 | |
measuring text such as incomplete DBCS characters. | |||||
2001-05-21 | Update from Simon to make startup and finalise work properly. | nyamatongwe | 3 | -10/+42 | |
2001-05-21 | Avoided some warnings. | nyamatongwe | 1 | -2/+1 | |
2001-05-20 | Support for IME input of Asian languages on W2K. | nyamatongwe | 1 | -12/+39 | |
2001-05-20 | Update to version number 1.38. | nyamatongwe | 1 | -4/+4 | |
2001-05-18 | Eiffel support. | nyamatongwe | 3 | -3/+9 | |
2001-05-14 | When context menu caused by keyboard rather than mouse, show menu | nyamatongwe | 1 | -2/+10 | |
near caret. | |||||
2001-05-11 | Changed options for MSVC to compile for small size. | nyamatongwe | 1 | -1/+2 | |
2001-05-01 | Fixed shutdown memory deallocation. | nyamatongwe | 1 | -1/+1 | |
2001-05-01 | External lexer feature added by Simon allows lexers to be housed in DLLs with | nyamatongwe | 6 | -6/+439 | |
a .lexer extension which are automatically loaded at startup. Minor fix to IME support in ScintillaWin.cxx to deal with current mingw headers. | |||||
2001-04-30 | Forwarding state of Alt key to key map and using the returned consumed | nyamatongwe | 1 | -3/+11 | |
parameter to see whether to call DefWindowProc. Added word part movement keys to key map even though they conflict with entering characters by number as that can be forced to work by entering Num Lock mode. WM_CHAR control key messages can go into the buffer now if they arrived from being entered by number by detecting when they were not consumed by key down processing. | |||||
2001-04-24 | Fixed spaces in makefile. | nyamatongwe | 1 | -1/+1 | |
2001-04-24 | Ruby support. | nyamatongwe | 4 | -2/+12 | |
2001-04-20 | Added Lisp lexer to makefiles and simplified LexLisp.cxx. | nyamatongwe | 1 | -4/+7 | |
2001-04-20 | *** empty log message *** | nyamatongwe | 2 | -2/+6 | |
2001-04-15 | Stopped automatic generation of dependencies - requires "make deps" now. | nyamatongwe | 2 | -99/+4 | |
2001-04-15 | Initial version. | nyamatongwe | 1 | -0/+95 | |
2001-04-15 | Fixed comment. | nyamatongwe | 1 | -1/+1 | |
2001-04-15 | CHanged explicit g++ to $(CC) | nyamatongwe | 1 | -1/+1 | |
2001-04-15 | Moved most header dependencies to automatically generated depend file. | nyamatongwe | 1 | -49/+8 | |
Rule for building depend. Removed -o $@ from main .cxx -> .o rule as that is the default anyway. | |||||
2001-04-15 | Explicitly set subsystem for Borland make. | nyamatongwe | 1 | -0/+1 | |
2001-04-15 | Initial version. | nyamatongwe | 1 | -0/+95 | |
2001-04-09 | Tahir added Ada support. | nyamatongwe | 2 | -57/+38 | |
Simplified header dependencies of the Lexers in makefiles. | |||||
2001-04-09 | Updated version to 1.37. | nyamatongwe | 1 | -4/+4 | |
2001-04-05 | Replace target functionality to make find and replace operations faster | nyamatongwe | 1 | -1/+4 | |
by diminishing screen updates and allow for \d patterns in the replacement text. | |||||
2001-04-04 | Moved to public domain regular expresion implementation. | nyamatongwe | 2 | -10/+8 | |
2001-04-04 | Avoid compiler and BoundsChecker warnings. | nyamatongwe | 1 | -1/+3 | |
2001-04-03 | Regular expression find support. | nyamatongwe | 2 | -7/+13 | |
2001-03-21 | Calling DefWindowProc if not showing context menu so container can do so. | nyamatongwe | 1 | -1/+2 | |
2001-02-27 | Patch from Philippe to regularise comments. | nyamatongwe | 2 | -54/+54 | |
2001-02-25 | Updated version number. | nyamatongwe | 1 | -4/+4 | |
2001-02-24 | Updated documentation comments from Philippe. | nyamatongwe | 1 | -25/+44 | |
2001-02-24 | Updated documentation comments from Philippe. | nyamatongwe | 1 | -1/+3 | |
2001-02-24 | Updated documentation comments from Philippe. | nyamatongwe | 1 | -7/+13 | |
2001-02-17 | Defining sptr_t and uptr_t to be integral types large enough to contain | nyamatongwe | 1 | -22/+22 | |
pointers to allow portability to 64 bit platforms. | |||||
2001-02-06 | For CanPaste also check Editor::CanPaste to see if OK. | nyamatongwe | 1 | -0/+2 | |
2001-02-06 | Made SCI_CANPASTE and EM_CANPASTE work correctly using | nyamatongwe | 1 | -11/+12 | |
IsClipboardFormatAvailable on Windows. | |||||
2001-02-05 | Patch from John to make GTK+ version build on Win32. | nyamatongwe | 1 | -2/+2 | |
Modified by me to avoid pointless warnings and print error message if try to build with Borland C++. | |||||
2001-02-01 | Added lexer for Avenue. | nyamatongwe | 2 | -34/+41 | |
Trailing spaces removed from a lot of lines. | |||||
2001-01-28 | Updating copyright notices for 2001. | nyamatongwe | 5 | -5/+5 | |
2001-01-27 | Updated version numbers and copyright. | nyamatongwe | 1 | -6/+6 | |
2001-01-27 | Much changed ScintillaGTK widget code that draws directly onto the | nyamatongwe | 1 | -3/+2 | |
Scintilla widget with no wDraw drawing area. Signals handled directly through callbacks. | |||||
2001-01-25 | Patch from Philippe, containing comments and a fix to SString for empty | nyamatongwe | 1 | -2/+2 | |
strings. | |||||
2000-12-17 | Added Laurent's User List. | nyamatongwe | 1 | -0/+1 | |
2000-12-10 | Removed file IO code from PropSet to SciTE. | nyamatongwe | 2 | -33/+49 | |
Updated make files to know about SString being moved into its own header. | |||||
2000-11-30 | Dragging shows no-go cursor if no good text format in drag. | nyamatongwe | 1 | -1/+27 | |
2000-11-26 | Updated version number. | nyamatongwe | 1 | -4/+4 | |