Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-04-24 | SciTE change log.rel-3-6-5 | Neil | 1 | -0/+3 | |
2016-04-23 | Added bug ID. | Neil | 1 | -0/+1 | |
2016-04-23 | Updates for 3.6.5 release. | Neil | 8 | -16/+17 | |
2016-04-23 | Fix a bug with multi-line strings with line continuation where the string style | ActiveState | 2 | -0/+7 | |
overflowed after an edit. | |||||
2016-04-21 | Correct comments. | Neil | 2 | -3/+3 | |
2016-04-21 | Correct comment. | Neil | 1 | -2/+2 | |
2016-04-16 | Feature [feature-requests:#1146]. Allow '?' as a valid operator in Rust. | Pavel Sountsov | 2 | -1/+7 | |
See https://doc.rust-lang.org/book/unsized-types.html#sized. | |||||
2016-04-14 | Simplified IME caret positioning. | johnsonj | 3 | -27/+20 | |
2016-04-12 | Font cache removed along with its thread locking and initialisation. | Neil Hodgson | 2 | -249/+26 | |
Platform-independent caching is available and there is no performance difference after removal. | |||||
2016-04-08 | Update link to SciTECO related project. | Neil | 1 | -1/+1 | |
2016-04-08 | Update header ordering to cover all headers used in Scintilla and reorder | Neil Hodgson | 3 | -4/+18 | |
in Cocoa source consistently. | |||||
2016-04-08 | Added JSON lexer to Cocoa. | Neil Hodgson | 1 | -0/+4 | |
2016-04-08 | Change log. | Neil Hodgson | 1 | -0/+4 | |
2016-04-08 | Scintilla Gtk: use gdk_threads_add_idle_full() instead of g_idle_add_full() ↵ | Robin Haberkorn | 1 | -16/+5 | |
and gdk_threads_add_timeout() instead of g_timeout_add() * The g_idle/g_timeout watchers are not executed with the Gdk lock held. This causes memory corruptions and crashes when accessing the Scintilla object from the non-main-loop-thread. At least this was the case after Gdk 3.6 since Scintilla used gdk_threads_enter()/leave() for earlier versions. The timeout handlers have possibly always been broken. * The new version should work with non-deprecated APIs in all Gdk versions. * Even though this only fixes the idle handlers in Gdk >= 3.6 where gdk_threads_enter() is deprecated (the only way to provoke above situation) - and the timers of course - this patch makes the code more elegant. | |||||
2016-03-29 | Feature [feature-requests:#1142]. Allow Super modifier on GTK+. | Neil | 6 | -9/+16 | |
2016-03-29 | Bug [#1822]. Doubled size of compiled regex buffer. | Neil | 2 | -1/+5 | |
2016-03-26 | Fix truncation warning in 64-bit build. | Neil | 1 | -2/+2 | |
2016-03-25 | Define Position and invalidPosition inside the Sci namespace for internal use. | Neil | 1 | -4/+11 | |
2016-03-25 | Since stddef.h is the most basic header, defining size_t, move it first. | Neil | 2 | -2/+2 | |
2016-03-21 | Change log. | Neil | 1 | -0/+5 | |
2016-03-20 | Feature [feature-requests:#1140]. JSON lexer added. | nkmathew | 6 | -1/+538 | |
2016-03-16 | Support Python 3.5 '@' operator. | John Ehresman | 2 | -1/+19 | |
2016-03-15 | SciTE change log. | Neil | 1 | -0/+12 | |
2016-03-13 | Added tag rel-3-6-4 for changeset d2d4928e3e6a | Neil | 1 | -0/+1 | |
2016-03-10 | Fix caret position bug on Qt and Gtk for win32 for Korean.rel-3-6-4 | johnsonj | 3 | -0/+7 | |
2016-03-09 | Fix typos. | Neil | 1 | -2/+2 | |
2016-03-09 | Updates for 3.6.4. | Neil | 8 | -17/+18 | |
2016-03-07 | Change log. | Neil | 1 | -0/+6 | |
2016-03-07 | To avoid failures with MinGW 4.9 switch language standard from c++0x to gnu++0x. | Neil | 2 | -2/+3 | |
MinGW 4.9 doesn't install a copy of gcc as cc.exe so explicitly set CC=gcc. | |||||
2016-03-07 | Include stddef.h as using ptrdiff_t and stddef.h is its home. | Neil | 1 | -0/+1 | |
2016-03-03 | CPP: Add support for folding on `(` and `)` | Colomban Wendling | 2 | -2/+6 | |
Feature [feature-requests:#1138]. | |||||
2016-02-29 | Backed out changeset: 8bc19ede3b51 | Neil | 2 | -28/+12 | |
Was incompatible with Qt 4.7 and 4.8. | |||||
2016-02-25 | Support hexadecimal numeric literals. | Matt Gilarde | 2 | -2/+5 | |
2016-02-24 | Change log. | Neil | 1 | -0/+5 | |
2016-02-24 | Bug [#1813]. Unmangle exported Scintilla_DirectFunction. | Neil | 2 | -4/+4 | |
Backed out changeset: 819f953e432b | |||||
2016-02-24 | Retry copying to clipboard if it fails as another application may have opened it | Jason Hallam | 2 | -12/+28 | |
2016-02-23 | Retry OpenClipboard if it fails as another application may have opened it. | Neil | 3 | -5/+27 | |
2016-02-17 | Ruby: Fix some HereDoc recognition with several expressions on a line | Colomban Wendling | 1 | -1/+30 | |
Part of bug [#1810]. | |||||
2016-02-17 | Ruby: Allow a symbol before a HereDoc for an implicit hash argument | Colomban Wendling | 1 | -0/+10 | |
Part of bug [#1810]. | |||||
2016-02-16 | Change log. | Colomban Wendling | 1 | -1/+5 | |
2016-02-14 | Bug [#1809]. Rust: Handle new-style Unicode escape sequences | Colomban Wendling | 1 | -2/+24 | |
https://doc.rust-lang.org/reference.html#unicode-escapes | |||||
2016-02-16 | Bug [#1810]. Lex alternate hash key syntax 'key:' as a symbol. | Colomban Wendling | 2 | -0/+9 | |
2016-02-09 | Simplified IME caret position discovery. | johnsonj | 1 | -12/+8 | |
2016-02-09 | Fix 64-bit build on Windows which was broken in 3.6.3 as long only 32-bits. | Neil | 4 | -3/+6 | |
2016-02-08 | Extract IME text insertion into AddWString method. | johnsonj | 1 | -27/+19 | |
2016-02-06 | Move IME code into IMContext. | johnsonj | 1 | -22/+22 | |
2016-02-04 | SciTE change log. | Neil | 1 | -0/+5 | |
2016-02-01 | Simplified inline IME by using StringEncode. | johnsonj | 1 | -26/+6 | |
2016-02-01 | Support single-line comments, abbreviated keywords and extend nested comments to | Matt Gilarde | 2 | -22/+59 | |
unlimited levels. | |||||
2016-01-31 | Replace expressions to find level number of a fold level with function call. | Neil | 4 | -27/+27 | |
Simplifies code by removing any precedence issues and is shorter. |