| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-12-15 | Updated change log for SciTE addition. | Neil | 1 | -0/+5 | |
| 2015-12-15 | Minor cleanups for GObject introspection. | Neil | 1 | -0/+3 | |
| Avoid doc-comment in header as they are interpreted by g-ir-scanner, fix a typo, remove empty lines, add to change log. | |||||
| 2015-12-14 | Block IME when some selected text is protected. | johnsonj | 1 | -0/+4 | |
| 2015-12-13 | Korean input by word fixed. | johnsonj | 1 | -1/+1 | |
| 2015-12-12 | Bug [#1791]. Added a missing symbol (the underscore) for subroutine prototypes. | Kein-Hong Man | 1 | -0/+4 | |
| Removed the dynamic array. | |||||
| 2015-12-11 | Korean input by word fixed. | johnsonj | 1 | -0/+3 | |
| 2015-12-11 | Bug [#1790]. Include '&' and '|' bitwise operators for Lua 5.3. | Kein-Hong Man | 1 | -0/+4 | |
| 2015-12-10 | Bug [#1788]. Fix crash when autocompletion list closed during scroll bounce-back | Chinh Nguyen | 1 | -0/+4 | |
| 2015-12-10 | Flag incomplete here doc delimiters as syntax errors, matching bash 4.3. | Kein-Hong Man | 1 | -0/+4 | |
| Avoid heap allocations for here delimiter and quote stack. | |||||
| 2015-12-04 | Change log. | Neil | 1 | -0/+4 | |
| 2015-11-20 | Remove line end whitespace. | Neil | 5 | -39/+39 | |
| 2015-11-20 | Using DirectWrite, for ligatures and other character clusters, display caret and | Neil | 1 | -0/+5 | |
| selections part-way through clusters so that the caret doesn't stick to the end of the cluster making it easier to understand editing actions. | |||||
| 2015-11-20 | Bug [#1779]. Better Unicode input support on Windows systems. | Sam Hocevar | 1 | -0/+6 | |
| - support surrogate pairs in WM_CHAR messages - support characters from supplementary planes in WM_UNICHAR messages - support WM_UNICHAR messages in non-Unicode mode - fix some code duplication Also, do not return FALSE upon receiving a WM_UNICHAR message with a UNICODE_NOCHAR parameter, since WM_UNICHAR can actually be handled just fine (at least with the exact same level of support as WM_CHAR). | |||||
| 2015-11-15 | Fix HTML markup. | Neil | 1 | -1/+1 | |
| 2015-11-15 | Send SCN_UPDATEUI with SC_UPDATE_SELECTION when application changes multiple | John Ehresman | 1 | -0/+4 | |
| selection. | |||||
| 2015-11-11 | Implemented idle styling. This allows painting without first styling all visible | Neil | 2 | -1/+26 | |
| text then styling in the background using idle-time. | |||||
| 2015-11-11 | SciTE change log. | Neil | 1 | -0/+5 | |
| 2015-11-09 | Change log. | Neil | 1 | -0/+12 | |
| 2015-11-02 | Fix typo.rel-3-6-2 | Neil | 1 | -1/+1 | |
| 2015-11-02 | Updates for 3.6.2. | Neil | 3 | -16/+12 | |
| 2015-11-02 | Fix grammar. | Neil | 1 | -1/+1 | |
| 2015-10-25 | GTK: Fix autoc popup row height on GTK2 when it changes at runtime | Colomban Wendling | 1 | -0/+4 | |
| Now the popup is cached the row height has to be re-computed when the font changes on GTK2 too. Closes [bugs:1774]. | |||||
| 2015-10-27 | Log previous change. | Neil | 1 | -0/+5 | |
| 2015-10-26 | Log Cocoa crash fix changes. | Neil Hodgson | 1 | -0/+7 | |
| 2015-10-19 | Bug [#1768]. Report error when negative length passed to SCI_SETSTYLING. | Neil | 1 | -0/+4 | |
| 2015-10-19 | Change log for SciTE on GTK+. | Neil | 1 | -0/+4 | |
| 2015-10-19 | Mention changes to SciTE properties. | Neil | 1 | -0/+11 | |
| 2015-10-14 | Bug [#1766]. Treat line starts consistently to always highlight *foo* or similar | ActiveState | 1 | -0/+4 | |
| at line start. | |||||
| 2015-10-13 | Bug [#1765]. CoffeeScript lexer highlights ranges correctly. | ActiveState | 1 | -0/+4 | |
| 2015-10-08 | Optimize image files. | Neil | 5 | -0/+0 | |
| 2015-10-08 | Make the documentation more readable on phones. | Neil | 10 | -0/+10 | |
| 2015-09-27 | Change log for SciTE. | Neil | 1 | -0/+4 | |
| 2015-09-26 | Centre whitespace dot when dot is larger than 1 pixel. | Neil | 1 | -0/+3 | |
| 2015-09-26 | Whitespace may be made visible just in indentation. | nkmathew | 2 | -0/+11 | |
| 2015-09-23 | When SC_MARK_UNDERLINE if not assigned to a margin, stop drawing the whole line. | Neil | 1 | -0/+6 | |
| Optimise drawing of markers that appear in the text area. | |||||
| 2015-09-23 | Change log. | Neil | 1 | -0/+4 | |
| 2015-09-21 | Mention Cocoa version numbers. | Neil Hodgson | 1 | -0/+11 | |
| 2015-09-16 | Annotate change with bug report. | Neil | 1 | -0/+1 | |
| 2015-09-10 | Updates for 3.6.1.rel-3-6-1 | johnsonj | 3 | -10/+11 | |
| 2015-09-10 | Change log. | johnsonj | 1 | -0/+3 | |
| 2015-09-09 | Change log. | Neil | 1 | -0/+8 | |
| 2015-09-04 | Bug [#1757]. Treat CRLF as two characters in SCI_COUNTCHARACTERS. | Neil | 1 | -0/+4 | |
| 2015-09-03 | Removing support for old GTK+ versions. Minimum GTK+ is 2.18 with glib 2.22. | Neil | 2 | -2/+5 | |
| 2015-08-28 | Implement some ANSI escape sequences to change foreground colour and intensity. | Neil | 1 | -0/+4 | |
| 2015-08-26 | Removed setting list colours on GTK+ 3.16+ as no longer appears needed. | Neil | 1 | -0/+2 | |
| 2015-08-26 | On GTK+ 3.x, fix height of lines in autocompletion lists to match the font. | Neil | 1 | -0/+3 | |
| 2015-08-23 | Change log. | Neil | 1 | -0/+4 | |
| 2015-08-22 | Change log. | Neil | 1 | -0/+4 | |
| 2015-08-22 | Change log for SciTE. | Neil | 1 | -0/+5 | |
| 2015-08-21 | Fix empty comments /**/ so the comment state does not continue. | Mike Lischke | 1 | -0/+3 | |
