Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-09-20 | Patch from Naba to perform incremental wrapping in idle time. | nyamatongwe | 1 | -1/+0 | |
2003-09-18 | Safe parts of idle time wrapping. | nyamatongwe | 1 | -0/+1 | |
2003-09-11 | Patch from Philippe to make respond to WM_SETTEXT. | nyamatongwe | 1 | -0/+1 | |
2003-05-11 | Addition of CopyText, CopyRange, and LineCopy. | nyamatongwe | 1 | -13/+13 | |
2003-04-30 | Separated ifdefs around WM_UNICHAR and UNICODE_NOCHAR to work on some | nyamatongwe | 1 | -0/+9 | |
compiler setups. | |||||
2003-04-19 | Fix len parameter to avoid writing beyond end. | nyamatongwe | 1 | -1/+1 | |
2003-04-19 | Made previous version look at both bytes in wParam for WM_UNICHAR. | nyamatongwe | 1 | -1/+5 | |
2003-04-19 | Added processing of WM_UNICHAR. | nyamatongwe | 1 | -0/+19 | |
2003-04-18 | Patch from Simon to make ExternalLexer platform independent. | nyamatongwe | 1 | -3/+1 | |
2003-04-13 | Reenabled lexer DLL feature. | nyamatongwe | 1 | -2/+2 | |
2003-04-05 | Changes to allow calltips to be popup rather than child windows. | nyamatongwe | 1 | -19/+30 | |
2003-04-03 | CallTip can display up and down arrows and clicks are reported to | nyamatongwe | 1 | -6/+19 | |
container. Calltip can be replaced while visible rather than needing a cancel and recreation to minimize flashing. | |||||
2003-03-30 | Make IDC_HAND visible with old build environments. | nyamatongwe | 1 | -1/+2 | |
Avoid calling ::IsChild when wParam 0 to avoid BoundsChecker warning. | |||||
2003-03-20 | Patch from Simon Steele to implement the hotspot style and associated | nyamatongwe | 1 | -3/+11 | |
notifications. | |||||
2003-03-09 | Added Pango text display support to GTK+ platform. | nyamatongwe | 1 | -5/+9 | |
Added WindowID parameter to all Surface initialisation methods as Pango requires a window to determine the context used for text functions. AutoSurface changed because of above to take an Editor* argument so it can then discover the code page and window. | |||||
2003-03-08 | Fix to autocompletion lists where clicking on the list caused focus to | nyamatongwe | 1 | -1/+4 | |
shift to the list which then led to it being cancelled. | |||||
2003-02-05 | Moved IsNT to PlatWin and cached the result. | nyamatongwe | 1 | -9/+5 | |
Change maximum number of pixels when measuring text on NT to be 1000000 rather than 30000 possible on Windows. Increased size of Unicode buffers to 10000 elements to handle longer paragraphs of text. | |||||
2003-01-12 | Additions from Yukihiro Nakai to enable DBCS mode on GTK+. | nyamatongwe | 1 | -5/+5 | |
DBCS mode for Surface so that different font and text drawing code can be invoked on GTK+. | |||||
2003-01-10 | XPM.h separated frmo LineMarker.h. | nyamatongwe | 1 | -2/+3 | |
Typo fixed in registration. | |||||
2002-12-03 | Fix from twkang for Korean IME input. | nyamatongwe | 1 | -1/+4 | |
2002-09-19 | Added mthod to turn off vertical scroll bar. | nyamatongwe | 1 | -2/+5 | |
2002-09-10 | Made compatible with Mingw 2.0. | nyamatongwe | 1 | -39/+41 | |
2002-07-28 | Full paint now paints all of the margins as well. Required to simplify | nyamatongwe | 1 | -3/+4 | |
handling of abandoned paints where styling causes fold markers to change. | |||||
2002-07-20 | Exporting direct calling function from DLLs. | nyamatongwe | 1 | -2/+9 | |
2002-06-09 | Compatibility with 64 bit systems. | nyamatongwe | 1 | -7/+24 | |
2002-05-21 | Changed from GetTickCount to GetMessageTime as that retieves the time the ↵ | nyamatongwe | 1 | -2/+2 | |
mouse was clicked rather than the current time and there may have been a delay. | |||||
2002-04-21 | Some Win64 compatibility and size_t correctness. | nyamatongwe | 1 | -5/+5 | |
2002-04-11 | Added call to Scintilla_LinkLexers to ensure lexers are always linked in | nyamatongwe | 1 | -0/+1 | |
for SciLexer version. | |||||
2002-04-04 | Change to horizontal scrolling to allow the assumed document width to be set. | nyamatongwe | 1 | -10/+28 | |
2002-04-03 | In read-only mode, display no-effect drag & drop cursor. | nyamatongwe | 1 | -3/+4 | |
2002-02-21 | Wheel mouse handles page at a time mode. | nyamatongwe | 1 | -3/+9 | |
Maintaining partial wheel deltas calculated better. Avoid Borland warning in window class registration code. | |||||
2002-02-16 | Windows classes unregistered at finalisation to avoid problems inside IE. | nyamatongwe | 1 | -27/+41 | |
Success of initialisation and finalisationreturned to caller. | |||||
2002-02-12 | Moved external lexer loading from initialisation of ScintillaWin object | nyamatongwe | 1 | -5/+4 | |
to Scintilla_RegisterClasses to avoid possibility of thread contention. | |||||
2002-02-12 | Made font cache thread safe by using a critical section. | nyamatongwe | 1 | -4/+13 | |
2002-01-18 | Updated copyrights for 2002. | nyamatongwe | 1 | -1/+1 | |
2002-01-13 | Added TickerID typedef to ease merging FOX code. | nyamatongwe | 1 | -2/+2 | |
2002-01-10 | Made code bool-safe and turned Visual C++ warning 4800 back on. | nyamatongwe | 1 | -4/+8 | |
2002-01-10 | Patch from Kengo Jinno to make Japanese entry work on Windows 9x. | nyamatongwe | 1 | -4/+24 | |
More changes from Neil to avoid problem introduced by above with overstrike mode replacing one character with two. Comments about Digital Mars ifdefs. | |||||
2002-01-09 | Optimization that asks for the position of the scroll bar and does not set | nyamatongwe | 1 | -2/+15 | |
it if it does not change. Using scroll bar APIs that allow larger 32 bit values. | |||||
2001-12-29 | Using HINSTANCE from Scintilla_RegisterClasses to find cursor so that | nyamatongwe | 1 | -1/+4 | |
static builds within DLLs will work. | |||||
2001-12-19 | Wrapping supported. | nyamatongwe | 1 | -6/+5 | |
2001-12-19 | Support Unicode in calltips. | nyamatongwe | 1 | -1/+1 | |
2001-12-19 | Hoisted IsUnicodeMode method from ScintillaWin to Editor as it is useful on | nyamatongwe | 1 | -23/+5 | |
all platforms. Using AutoSurface to simplify allocation of surfaces and ensure they are always deleted. | |||||
2001-12-01 | Removed old timeing code in favour of ElapsedTime class. | nyamatongwe | 1 | -14/+2 | |
2001-11-28 | Patch from Philippe to restore EM_GETSEL and EM_SETSEL on Windows, reformat | nyamatongwe | 1 | -101/+131 | |
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-10-28 | Hid implementation of Surface. | nyamatongwe | 1 | -30/+46 | |
Changed DrawText to DrawTextNoClip to avoid clash with macro. | |||||
2001-10-28 | Removed platform-specific headers from Platform.h and thus stopped | nyamatongwe | 1 | -66/+80 | |
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-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. |