| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2011-01-17 | Add SCI_SETMARGINCURSORN and SCI_GETMARGINCURSORN. | jrxx | 1 | -1/+1 | |
| 2011-01-03 | Right click cancels autocompletion and sets focus. Bug #3144531. | nyamatongwe | 1 | -1/+4 | |
| 2010-12-29 | Dynamically generate reverse arrow cursor. Feature 3143968 by Jordan Russell. | nyamatongwe | 8 | -31/+50 | |
| Instead of including a reverse arrow as a cursor resource in Scintilla, generate it by reversing the normal arrow cursor. | |||||
| 2010-12-14 | NUL terminate strings for characters typed. Helps receivers of SCN_MACRORECORD. | nyamatongwe | 1 | -0/+1 | |
| 2010-12-11 | Make multiple selection multi-paste work when multi-type is off. Bug #3126221. | nyamatongwe | 1 | -1/+1 | |
| 2010-12-04 | Dropping Borland support. | nyamatongwe | 1 | -2/+0 | |
| 2010-12-04 | Updates for 2.23. | nyamatongwe | 1 | -4/+4 | |
| 2010-11-10 | Use batch rules to build 25% faster. | nyamatongwe | 1 | -8/+8 | |
| 2010-11-10 | Remove support for Borland C++. | nyamatongwe | 3 | -56/+12 | |
| Use a library for the lexers with MSVC to simplify SciTE makefile. | |||||
| 2010-11-06 | Lexer for Motorola 68000 assembler. | nyamatongwe | 2 | -0/+6 | |
| 2010-10-22 | Updates for 2.22 release. | nyamatongwe | 1 | -4/+4 | |
| 2010-10-06 | Fix for bug #3079778: Autocompletion list overlaps text when ↵ | nyamatongwe | 1 | -3/+3 | |
| WS_EX_CLIENTEDGE used | |||||
| 2010-10-06 | Feature request #3079784 Use system caret blink time on Windows | nyamatongwe | 1 | -0/+4 | |
| 2010-08-27 | Updates for version 2.21. | nyamatongwe | 1 | -4/+4 | |
| 2010-08-24 | Mouse button down claims focus early so that container notifications can ↵ | nyamatongwe | 1 | -1/+1 | |
| switch focus. | |||||
| 2010-08-19 | Removed unused declaration. | nyamatongwe | 1 | -1/+0 | |
| 2010-08-07 | Ensure static linking of standard C++ library. | nyamatongwe | 1 | -4/+4 | |
| Some tidying. | |||||
| 2010-08-05 | Case insensitive search in DBCS and faster processing of DBCS. | nyamatongwe | 1 | -3/+55 | |
| DBCS case folder implemented on Windows. | |||||
| 2010-07-22 | Getting ready for 2.20. | nyamatongwe | 1 | -4/+4 | |
| 2010-07-17 | Lexer for Txt2tags contributed by Eric Forgeot. | nyamatongwe | 2 | -0/+6 | |
| 2010-07-14 | Visual C++ 98 has problems with MultiMon.h. | nyamatongwe | 1 | -1/+8 | |
| Avoid including it for Visual C++ 98 and work around its absence. | |||||
| 2010-07-13 | Lexer source code now in lexers directory. | nyamatongwe | 1 | -3/+3 | |
| Options slightly different when using gcc rather than dllwrap. | |||||
| 2010-07-13 | Using Make functions to avoid regenerating makefile when set of lexers changed. | nyamatongwe | 1 | -17/+3 | |
| 2010-07-13 | Platform files changed for new lexer design. | nyamatongwe | 1 | -5/+4 | |
| 2010-07-13 | Build files that reflect the new lexer directories and added files. | nyamatongwe | 4 | -532/+737 | |
| 2010-06-26 | Fix for bug #3017512 Autocomplete popup not working on secondary monitor | nyamatongwe | 1 | -22/+33 | |
| to the left of primary. | |||||
| 2010-06-24 | Protect against bad UTF-8 when case folding. | nyamatongwe | 1 | -0/+6 | |
| 2010-06-16 | For compatibility with TDM MingW64, undefine _WIN32_WINNT before defining it. | nyamatongwe | 2 | -1/+3 | |
| 2010-06-15 | Switched from dllwrap to g++ -shared to make work with TDM GCC 4.5. | nyamatongwe | 1 | -3/+3 | |
| 2010-06-05 | Using Make functions to avoid regenerating makefile when set of | nyamatongwe | 1 | -16/+1 | |
| lexers changed. | |||||
| 2010-06-05 | Updated. | nyamatongwe | 1 | -198/+248 | |
| 2010-05-26 | Preparing for 2.12. | nyamatongwe | 1 | -4/+4 | |
| 2010-05-21 | EOL conversion for drop. Fixes bug #3005328. | nyamatongwe | 1 | -0/+10 | |
| 2010-05-11 | Made method const. | nyamatongwe | 1 | -9/+9 | |
| 2010-05-02 | Bug #2995278 minor fixes to typos and types. | nyamatongwe | 1 | -1/+1 | |
| 2010-04-19 | Removed workaround for GCC 2.95 as only 3.2 or better supported now. | nyamatongwe | 1 | -13/+3 | |
| 2010-04-13 | Removed -OPT:NOWIN98 as it hasn't been needed for years and causes | nyamatongwe | 1 | -1/+1 | |
| VS10 to fail. | |||||
| 2010-04-07 | Making ready a 2.11 release.rel-2-11 | nyamatongwe | 1 | -4/+4 | |
| 2010-04-07 | Made Scintilla.h compatible with the C language when stdbool.h not included. | nyamatongwe | 1 | -2/+2 | |
| 2010-04-07 | Removed dead code. | nyamatongwe | 1 | -35/+0 | |
| 2010-04-03 | NUL characters in text formats on clipboard terminate the text. | nyamatongwe | 1 | -2/+2 | |
| This is a reversion to 2.03 behaviour because of other applications using large clipboard allocations for small pieces of text. | |||||
| 2010-03-27 | Updating for 2.10 release. | nyamatongwe | 1 | -4/+4 | |
| 2010-03-25 | New case insensitive searching implementation uses objects implementing | nyamatongwe | 1 | -0/+74 | |
| the CaseFolder interface to fold both search text and document text so they can be compared with a simple strcmp. A simple table based folder CaseFolderTable is used for 8 bit encodings and maps input bytes to folded bytes. For multi-byte encodings except for UTF-8 a null (output same as input) CaseFolderTable is used. For UTF-8, more complex subclasses are used which call platform APIs to perform the folding. Folding is approximately to lower case although this differs between platforms. | |||||
| 2010-03-23 | Upper and lower casing now works on non-ASCII characters. | nyamatongwe | 1 | -6/+87 | |
| 2010-03-11 | Implemented multipaste as an option. | nyamatongwe | 1 | -4/+1 | |
| 2010-03-11 | Use allocated sizes rather than relying on 0 termination. | nyamatongwe | 1 | -4/+5 | |
| 2010-03-08 | Fixed bug #2965482 Break Unicode Build. | nyamatongwe | 1 | -2/+2 | |
| 2010-02-24 | Avoid casting warnings from GCC. | nyamatongwe | 2 | -63/+83 | |
| 2010-02-24 | Extra bracketing to avoid GCC warnings. | nyamatongwe | 1 | -1/+1 | |
| 2010-02-24 | Turn off integer wrap warning in ContractionState.cxx caused by inlining. | nyamatongwe | 1 | -1/+1 | |
