| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2014-07-19 | Change log. | Neil | 1 | -0/+4 | |
| 2014-07-18 | Updated change log. | Neil | 1 | -0/+9 | |
| 2014-07-16 | Bug [#1622]. Don't crash with SGML after a Mako comment. | Neil | 1 | -0/+4 | |
| 2014-07-15 | Implement separate timers for each type of periodic activity and turn them ↵ | Neil Hodgson | 1 | -0/+8 | |
| on and off as required. This saves power as there are fewer wake ups. A tolerance value is provided so that platforms that support coalescing timers, Windows 8+ and OS X 10.9+, can use them. The previous global 100 millisecond timer may still be used by non-core platforms. | |||||
| 2014-07-14 | Updated change log. | Neil | 1 | -0/+7 | |
| 2014-07-10 | When losing focus, complete any IME composition. | Neil | 1 | -0/+1 | |
| From johnsonj. | |||||
| 2014-07-08 | Feature [feature-requests:#1053]. Add a block comment state. | Neil | 1 | -0/+5 | |
| 2014-07-08 | Chnage log. | Neil | 1 | -0/+8 | |
| 2014-07-07 | Fixed link. | Neil | 1 | -1/+1 | |
| 2014-07-07 | Fix bug where too many characters may be deleted when a rectangular selection is | Neil | 1 | -0/+11 | |
| deleted. | |||||
| 2014-07-06 | Explain change for lexers. | Neil | 1 | -0/+2 | |
| 2014-06-30 | Making ready for 3.4.4. | Neil | 1 | -1/+1 | |
| 2014-06-30 | Update change log. | Neil | 1 | -1/+31 | |
| 2014-06-22 | Change log. | Neil | 1 | -0/+4 | |
| 2014-06-17 | Change log. | Neil | 1 | -0/+4 | |
| 2014-06-16 | Change log. | Neil | 1 | -0/+7 | |
| 2014-06-07 | Change log. | Neil | 1 | -0/+3 | |
| 2014-06-02 | Change log. | Neil | 1 | -0/+4 | |
| 2014-06-01 | Change log. | Neil | 1 | -0/+11 | |
| 2014-05-31 | Merge 343-Win32-Fix which fixes hangs and crashes at shutdown on Windows. | Neil | 1 | -0/+15 | |
| 2014-05-26 | Updates for 3.4.3 release. | Neil | 1 | -0/+11 | |
| 2014-05-24 | SCI_AUTOCSETMULTI allows setting whether autocompletion text is inserted at each | Neil | 1 | -0/+4 | |
| selection when multiple selections are active. From Mitchell Foral. | |||||
| 2014-05-24 | Fix raw string recognition so that R"xxx(blah)xxx" is styled as SCE_C_STRINGRAW. | Neil | 1 | -0/+11 | |
| 2014-05-22 | Minor documentation updates for release. | Neil | 1 | -0/+4 | |
| 2014-05-20 | Changed release date. | Neil | 1 | -1/+1 | |
| 2014-05-16 | Updates for 3.4.2 release. | Neil | 1 | -2/+6 | |
| 2014-05-14 | Bug [#1567]. Fix display flashing when scrolling with Gtk+ 3.10. | Neil | 1 | -0/+4 | |
| Includes work from Sébastien Granjoux and Colomban Wendling. | |||||
| 2014-05-12 | Change log. | Neil | 1 | -0/+7 | |
| 2014-05-10 | Bug [#685]. WM_GETTEXT now provides data in UTF-16 for Unicode window. | Neil | 1 | -0/+4 | |
| 2014-05-10 | Change log. | Neil | 1 | -0/+5 | |
| 2014-04-29 | Feature [feature-requests:#1049]. Lexer added for DMIS, a language for ↵ | Neil | 1 | -0/+5 | |
| coordinate measuring machines. From Andreas Tscharner. | |||||
| 2014-04-24 | Change log. | Neil | 1 | -0/+17 | |
| 2014-04-22 | Change log. | Neil Hodgson | 1 | -0/+4 | |
| 2014-04-21 | View line state in margin with SC_FOLDFLAG_LINESTATE as an aid to debugging. | Neil | 1 | -0/+4 | |
| 2014-04-19 | Optionally highlight escape sequences in strings as SCE_C_ESCAPESEQUENCE. | Neil | 1 | -0/+3 | |
| From nkmathew. | |||||
| 2014-04-16 | Allow filtering of insertions. | Neil | 1 | -0/+4 | |
| 2014-04-15 | Bug [#1592]. Fix bug where caret remained invisible when period set to 0. | Neil | 1 | -0/+4 | |
| 2014-04-03 | Terminate list. | Neil | 1 | -1/+1 | |
| 2014-04-03 | Feature [feature-requests:#1047]. Supports Go back quoted raw string ↵ | Neil | 1 | -0/+4 | |
| literals with lexer.cpp.backquoted.strings option. From Eric Promislow. | |||||
| 2014-04-03 | C++ lexer can highlight task marker keywords in comments as SCE_C_TASKMARKER. | Neil | 1 | -0/+11 | |
| From nkmathew. | |||||
| 2014-03-28 | Updating vesion number for next release. | Neil | 1 | -1/+1 | |
| 2014-03-28 | Change log. | Neil | 1 | -0/+3 | |
| 2014-03-28 | Change log. | Neil Hodgson | 1 | -0/+15 | |
| 2014-03-26 | Fixed typo. | Neil Hodgson | 1 | -1/+1 | |
| 2014-03-26 | Change log. | Neil Hodgson | 1 | -0/+3 | |
| 2014-03-26 | Bug [#1588]. Round caret positions to the pixel grid instead of truncating. | Neil | 1 | -0/+5 | |
| This may move the caret to the right 1 pixel in some situations. While sometimes this appears a little worse, on average it is slightly better than the precious code, with carets appearing inside the previous character less often. | |||||
| 2014-03-25 | Bug [#1587]. WM_LBUTTONDBLCLK was no longer sent to window. | Neil | 1 | -0/+4 | |
| 2014-03-25 | Bug [#1586]. Automatic indentation wrong when caret in virtual space. | Neil | 1 | -0/+4 | |
| 2014-03-25 | Bug [#1585]. Cursor down fails on wrapped lines. | Neil | 1 | -0/+12 | |
| 2014-03-20 | Minor updates for release 3.4.0. | Neil | 1 | -1/+1 | |
