Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-02-06 | Exits from dwell by firing SCN_DWELLEND when scroll performed. | nyamatongwe | 1 | -0/+1 | |
2004-12-03 | Safest portion of patch from Régis Vaquette to allow compilation | nyamatongwe | 1 | -2/+2 | |
for Windows CE. Changes literal strings to have TEXT() so convert to Unicode when comiling for Windows CE. | |||||
2004-12-03 | Patch from Blair McGlashan to handle WM_PRINTCLIENT. | nyamatongwe | 1 | -2/+37 | |
2004-08-03 | Patch from Kein-Hong Man to ensure system caret bitmap is empty. | nyamatongwe | 1 | -1/+7 | |
2004-07-30 | Fixed bitmap leaks from system caret patch. | nyamatongwe | 1 | -1/+6 | |
2004-07-30 | Removed CF_HDROP from formats provided by Scintilla as it was returned as | nyamatongwe | 1 | -9/+2 | |
an empty item and this caused Mozilla to hang when receiving a drop. | |||||
2004-07-30 | Patch from Ben Key to use an invisible system caret to enable screen | nyamatongwe | 1 | -0/+58 | |
magnifiers to discover where the user is editing. | |||||
2004-07-08 | Prevent moving the IME window and dropping the caret on | nyamatongwe | 1 | -1/+1 | |
Windows NT when it has already consumed characters from the IME. | |||||
2004-06-01 | Patch from Florian Balmer to perform clipboard actions | nyamatongwe | 1 | -39/+141 | |
using Unicode where possible and doing reasonable conversions to and from the character set in use. | |||||
2004-04-26 | Extra safety if ClipBoard already opened or allocation fails. | nyamatongwe | 1 | -4/+6 | |
2004-02-06 | Changed window object destruction to occor on WM_NCDESTROY | nyamatongwe | 1 | -2/+2 | |
rather than WM_DESTROY as WM_NCDESTROY is the last message a window sees. | |||||
2003-12-23 | Encapsulation by Guy Hachlili of SetScrollInfo and GetScrollInfo to | nyamatongwe | 1 | -10/+22 | |
make it easier to replace the implementation of scroll bars such as where a scroll bar is handled by a container such as when producing multiple panes with a shared scroll bar. | |||||
2003-11-08 | Using posted message to continue wrapping while allowing other messages | nyamatongwe | 1 | -2/+27 | |
to be processed. | |||||
2003-11-06 | SelectionText has been holding a terminating NUL but some client code | nyamatongwe | 1 | -8/+4 | |
was adding an extra NUL. Documented this and avoid adding extra NUL. | |||||
2003-11-06 | More checking for background wrap enabled. | nyamatongwe | 1 | -1/+1 | |
Shorter time between timer ticks. | |||||
2003-11-05 | Background wrapping during idle from Bruce Dodson. | nyamatongwe | 1 | -6/+31 | |
2003-11-04 | Fix to potential problem with SetTimer. | nyamatongwe | 1 | -1/+5 | |
2003-10-15 | Added definitions of OEM keys in case not defined by system includes. | nyamatongwe | 1 | -0/+8 | |
2003-10-15 | Added key bindings to key map for functions displaced by rectangular | nyamatongwe | 1 | -0/+5 | |
selection. | |||||
2003-09-27 | Only supporting MINGW version 3.1. | nyamatongwe | 1 | -19/+0 | |
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 | |