| Age | Commit message (Expand) | Author | Files | Lines |
| 2015-09-04 | Change FillVirtualSpace to ClearBeforeTentativeStart and delete selected text. | johnsonj | 6 | -7/+16 |
| 2015-09-04 | Bug [#1757]. Treat CRLF as two characters in SCI_COUNTCHARACTERS. | Neil | 3 | -2/+12 |
| 2015-09-03 | Removing support for old GTK+ versions. Minimum GTK+ is 2.18 with glib 2.22. | Neil | 3 | -8/+6 |
| 2015-09-02 | Schedule the timer after setting its tolerance to avoid scheduling twice. | Neil Hodgson | 1 | -5/+6 |
| 2015-08-28 | Implement some ANSI escape sequences to change foreground colour and intensity. | Neil | 4 | -7/+124 |
| 2015-08-26 | Removed setting list colours on GTK+ 3.16+ as no longer appears needed. | Neil | 2 | -1/+7 |
| 2015-08-26 | Use current CSS theming calls instead of deprecated gtk_widget_override_font. | Neil | 2 | -2/+43 |
| 2015-08-26 | On GTK+ 3.x, fix height of lines in autocompletion lists to match the font. | Neil | 2 | -1/+8 |
| 2015-08-25 | Encapsulate HIMC in a small class to ensure it is always freed. | Neil | 1 | -32/+41 |
| 2015-08-24 | Simplify filling virtual space and avoid any side effects that may be caused by | johnsonj | 1 | -4/+9 |
| 2015-08-23 | Change log. | Neil | 1 | -0/+4 |
| 2015-08-23 | Merged with Cocoa changes. | Neil | 1 | -51/+29 |
| 2015-08-23 | In C++, new fails with an exception instead of returning NULL so remove handling | Neil Hodgson | 1 | -43/+29 |
| 2015-08-23 | Potential fix for bug [#1751]. Remove setting of current graphics context. | Neil Hodgson | 1 | -8/+0 |
| 2015-08-22 | Change log. | Neil | 1 | -0/+4 |
| 2015-08-22 | Change log for SciTE. | Neil | 1 | -0/+5 |
| 2015-08-22 | Potential fix for bug [#1751]. Save and restore graphics state in case delete... | Neil Hodgson | 1 | -0/+3 |
| 2015-08-21 | Fix empty comments /**/ so the comment state does not continue. | Mike Lischke | 2 | -3/+9 |
| 2015-08-16 | On GTK+, support code page 866 with SC_CHARSET_OEM866. | Serg Stetsuk | 5 | -1/+10 |
| 2015-08-16 | Bug [#1749]. Added lexical class for CoffeeScript instance properties and fixed | Neil | 4 | -12/+13 |
| 2015-08-16 | Change log. | Neil | 1 | -0/+5 |
| 2015-08-12 | Read multiline LexerModule declarations and extract lexer name -> lexer ID and | Neil | 1 | -5/+31 |
| 2015-08-11 | Change log. | Neil | 1 | -0/+3 |
| 2015-08-08 | Add prefixes for BlitzBasic, PureBasic, FreeBasic, COBOL, TACL, and TAL. | Neil | 1 | -2/+8 |
| 2015-08-07 | Copy Sci_Position.h into framework for Cocoa. | Neil Hodgson | 2 | -0/+7 |
| 2015-08-06 | Change log. | Vicente | 1 | -0/+4 |
| 2015-08-06 | Add VHDL protected keyword for folding. | Vicente | 2 | -1/+13 |
| 2015-08-06 | Bug [#1743]. Never report the client rectangle as having a negative width or | Neil | 1 | -0/+4 |
| 2015-08-03 | Added tag rel-3-6-0 for changeset 87a4e0fa293e | Neil | 0 | -0/+0 |
| 2015-08-03 | Mention interface change and changed release date. | Neil | 2 | -4/+6 |
| 2015-07-31 | Document use of Sci_Position and Sci_PositionCR. | Neil | 1 | -7/+11 |
| 2015-07-31 | Updated lexer interfaces for Sci_Position. | Neil | 1 | -177/+44 |
| 2015-07-30 | Updated header dependencies to include Sci_Position.h and Position.h. | Neil | 2 | -356/+554 |
| 2015-07-30 | Updated header dependencies to include Sci_Position.h. | Neil | 1 | -371/+512 |
| 2015-07-30 | Use Sci_Position / Sci_PositionU for variables in lexers that represent | Joe Mueller | 96 | -1100/+1105 |
| 2015-07-29 | Change lexlib to use Sci_Position and Sci_PositionU to prepare for large file | Neil | 7 | -73/+73 |
| 2015-07-29 | Update version numbers and dates for 3.6.0 release. | Neil | 7 | -19/+15 |
| 2015-07-28 | Remove archaic mention of cells. | Neil | 1 | -2/+2 |
| 2015-07-28 | Change log. | johnsonj | 1 | -0/+4 |
| 2015-07-28 | Avoid candidate box randomly popping up away from edit pane with (especially | johnsonj | 3 | -0/+3 |
| 2015-07-27 | Add Position.h as a place-holder and to allow #include "Position.h" in source. | Neil | 30 | -0/+51 |
| 2015-07-25 | Use Sci_PositionU/Sci_Position for arguments to functional lexers, folders, and | Neil | 93 | -226/+226 |
| 2015-07-24 | Change log. | Neil | 1 | -0/+10 |
| 2015-07-20 | Use Sci_Position when required to implement interfaces. | Neil | 22 | -160/+160 |
| 2015-07-17 | Add the Sci_Position, Sci_PositionU, and Sci_PositionCR typedefs to external | Neil | 4 | -30/+63 |
| 2015-07-16 | Cast for 64-bit warning with Visual C++ 2015. | Neil | 1 | -1/+1 |
| 2015-07-14 | Fix Xcode project file to contain all the individual lexers split out from Le... | Neil Hodgson | 1 | -5/+25 |
| 2015-07-14 | Split LexOthers.cxx into separate files for each lexer: LexBatch, LexDiff, | Neil | 9 | -1153/+1353 |
| 2015-07-14 | Fix drawing problem when control characters are in a hidden style as they then | Neil | 2 | -1/+8 |
| 2015-07-10 | SciTE change log. | Neil | 1 | -0/+3 |