| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2001-11-28 | Patch from Philippe to restore EM_GETSEL and EM_SETSEL on Windows, reformat | nyamatongwe | 2 | -107/+137 | |
| source. Some addition of :: by me. | |||||
| 2001-11-19 | Added virtual GetCtrlID method so that the ID can change dynamically | nyamatongwe | 1 | -4/+9 | |
| on Windoes when caused by SetWindowLong. | |||||
| 2001-11-15 | Changed to a more typesafe definition of ElapsedTime. | nyamatongwe | 1 | -16/+23 | |
| 2001-11-15 | Added ElapsedTime. | nyamatongwe | 1 | -0/+41 | |
| 2001-10-31 | Updated version number. | nyamatongwe | 1 | -4/+4 | |
| 2001-10-28 | Fixed some warnings from Visual C++. | nyamatongwe | 1 | -0/+4 | |
| 2001-10-28 | Hid implementation of Surface. | nyamatongwe | 2 | -97/+114 | |
| Changed DrawText to DrawTextNoClip to avoid clash with macro. | |||||
| 2001-10-28 | Fixed Platform changes for GTK+ and hid most of the implementation of | nyamatongwe | 1 | -35/+96 | |
| Surface. | |||||
| 2001-10-28 | Removed platform-specific headers from Platform.h and thus stopped | nyamatongwe | 3 | -208/+209 | |
| visibility of these headers to most code. | |||||
| 2001-10-05 | Don't include zmouse.h with Digital Mars compiler. | nyamatongwe | 1 | -28/+36 | |
| Disable IME code when compiling with Digital Mars as it doesn't have lib. | |||||
| 2001-10-05 | Fixed warning from Digital Mars compiler. | nyamatongwe | 1 | -1/+1 | |
| 2001-10-02 | Reinstated WM_GETTEXT as an alias of SCI_GETTEXT to allow some tools to | nyamatongwe | 1 | -0/+1 | |
| grab the contents of a Scintilla control. | |||||
| 2001-09-29 | Bullant lexer added. | nyamatongwe | 3 | -1/+7 | |
| 2001-09-21 | Upgraded version number to 1.40. | nyamatongwe | 1 | -4/+4 | |
| 2001-09-19 | Inclusion of nncrontab lexer into builds. | nyamatongwe | 3 | -1/+10 | |
| 2001-09-09 | More translations from EM_* and WM_* to SCI_*. | nyamatongwe | 1 | -0/+6 | |
| 2001-09-08 | Edit control emulation moved here from Editor.cxx. | nyamatongwe | 1 | -0/+54 | |
| 2001-09-08 | Removed all traces of Win32 API from Scintilla API. Scintilla will no | nyamatongwe | 1 | -9/+0 | |
| longer process WM_* or EM_* messages. | |||||
| 2001-09-02 | New StyleContext file added to build system. | nyamatongwe | 4 | -234/+112 | |
| 2001-09-01 | Using new SelectionText type to handle text that is the subject of copy, | nyamatongwe | 1 | -16/+15 | |
| cut, paste and drag operations. Mouse wheel scrolling moved into platform subclasses. Macro support always included so MACRO_SUPPORT definition and use removed. Allowing menu popup moved from Editor to ScintillaBase. | |||||
| 2001-08-31 | Moved Windows-specific mouse wheel variables from Editor to ScintillaWin. | nyamatongwe | 1 | -11/+15 | |
| 2001-08-20 | Updated version number to 1.39. | nyamatongwe | 1 | -4/+4 | |
| 2001-08-10 | Fixed font resource leak caused by calltips. | nyamatongwe | 1 | -2/+1 | |
| 2001-08-02 | Reindented. | nyamatongwe | 1 | -36/+35 | |
| 2001-08-02 | Added PropSet to all Scintilla builds as it is needed by the | nyamatongwe | 2 | -1/+2 | |
| autocompletion list for a string comparison. | |||||
| 2001-08-02 | Removed LBS_SORT flag on list box creation as may need to show list in | nyamatongwe | 1 | -1/+1 | |
| a different order to default case insensitive sort. | |||||
| 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 | |
