Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-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-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-21 | Update from Simon to make startup and finalise work properly. | nyamatongwe | 1 | -9/+2 | |
2001-05-20 | Support for IME input of Asian languages on W2K. | nyamatongwe | 1 | -12/+39 | |
2001-05-14 | When context menu caused by keyboard rather than mouse, show menu | nyamatongwe | 1 | -2/+10 | |
near caret. | |||||
2001-05-01 | External lexer feature added by Simon allows lexers to be housed in DLLs with | nyamatongwe | 1 | -0/+68 | |
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-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 | 1 | -34/+34 | |
2001-02-24 | Updated documentation comments from Philippe. | nyamatongwe | 1 | -25/+44 | |
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-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. | |||||
2000-12-17 | Added Laurent's User List. | nyamatongwe | 1 | -0/+1 | |
2000-11-30 | Dragging shows no-go cursor if no good text format in drag. | nyamatongwe | 1 | -1/+27 | |
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 | 1 | -8/+20 | |
Save and restore of assertion destination in paint. | |||||
2000-10-03 | Added PLATFORM_ASSERT which is a verson of the standard assert which | nyamatongwe | 1 | -1/+1 | |
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-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 | 1 | -2/+3 | |
2000-09-05 | Support for DEBUG or NDEBUG defines to make assert work. | nyamatongwe | 1 | -1/+2 | |
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-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 | |