| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2019-07-11 | Backport: Bug [#2038]. Source of input reported in SCN_CHARADDED. | mitchell | 1 | -2/+7 | |
| This may be SC_CHARACTERSOURCE_DIRECT_INPUT, SC_CHARACTERSOURCE_TENTATIVE_INPUT, or SC_CHARACTERSOURCE_IME_RESULT. Backport of changeset 7613:4cfac35c71bd. | |||||
| 2019-07-11 | Updated curses platform. | mitchell | 1 | -1/+1 | |
| 2019-04-16 | Backport: Feature [feature-requests:#1259]. Add ↵ | mitchell | 1 | -0/+1 | |
| SCI_SETCHARACTERCATEGORYOPTIMIZATION API to optimize speed of character category features. Backport of changeset 7392:2832adedd0f4, but with added includes for Sci::clamp(). | |||||
| 2019-02-16 | Updated copyright year. | mitchell | 1 | -1/+1 | |
| 2018-05-25 | Backport: Add GradientRectangle method to Surface to draw rectangles with ↵ | mitchell | 1 | -0/+3 | |
| vertical or horizontal gradients. Backport of changeset 6965:90c71d69e3b6. | |||||
| 2018-05-25 | Backport: Modernize Platform.h (3) - update Surface to delete WidthChar, use ↵ | mitchell | 1 | -3/+2 | |
| size_t for Polygon and delete the standard copy and assignment methods. Backport of changeset 6940:89fd29243232. | |||||
| 2018-05-14 | Backport: Modernize Platform.h (1) - noexcept, const, standard methods. | Neil | 1 | -9/+9 | |
| Changes made to FontParameters, Font, Window, ListBoxEvent, ListBox, Menu, DynamicLibrary, and Platform. Backport of changeset 6938:a42c7cc3254b. | |||||
| 2018-05-06 | Removed ElapsedTime from curses platform. | mitchell | 1 | -4/+0 | |
| 2018-05-05 | Backport: Add SC_DOCUMENTOPTION_TEXT_LARGE option for documents larger than ↵ | mitchell | 1 | -1/+1 | |
| 2 GigaBytes. This option is provisional and experimental. Backport of changesets 6696:9729ff36c5b1 and 6723:cffe824ab55e. Also added '#include <cstddef>' to top of src/RESearch.cxx to fix 32-bit build error. | |||||
| 2018-04-29 | Fixed potential crashes in curses platform with newer versions of ncurses. | mitchell | 1 | -4/+4 | |
| 2018-03-16 | Remove unused inclusion of "XPM.h" in curses. | mitchell | 1 | -1/+0 | |
| 2018-03-15 | Use active Scintilla namespace in curses platform and fix name clashes. | mitchell | 1 | -19/+19 | |
| 2018-03-15 | Added new ILoader.h to curses platform. | mitchell | 1 | -0/+1 | |
| 2018-03-14 | Updated curses platform to add FineTicker* stubs. | mitchell | 1 | -1/+5 | |
| 2018-03-14 | Simplify mouse and keyboard handling in curses. | mitchell | 1 | -6/+8 | |
| 2018-03-14 | Removed unused functions and methods from curses and replaced ↵ | mitchell | 1 | -24/+2 | |
| Platform::Clamp with Sci::clamp. | |||||
| 2018-03-13 | Implement SCN_AUTOCSELECTIONCHANGE notification for curses. | mitchell | 1 | -9/+9 | |
| 2018-03-11 | Added optional Lua lexer support. | mitchell | 1 | -1/+1 | |
| This support is disabled by default and must be enabled via compile-time option. | |||||
| 2018-03-10 | Added curses platform. | mitchell | 1 | -0/+1462 | |
