Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-03-17 | Round left and right sides of fold text box to ensure within the allocation. | Neil | 1 | -8/+11 | |
2017-03-16 | Fix 1 pixel unpainted as background. | Neil | 1 | -1/+1 | |
2017-03-16 | Fix difference between right of line end and left of fold tag. | Neil | 1 | -1/+1 | |
2017-03-16 | Fix use-after-free in fold tags when top line folded then new top line inserted. | Neil | 3 | -1/+17 | |
In SparseVector, string inserted at start then NULL inserted at start. | |||||
2017-03-11 | SciTE change log. | Neil | 1 | -1/+5 | |
2017-03-11 | SciTE change log. | Neil | 1 | -0/+4 | |
2017-03-10 | Bug [#1653]. Detect if Windows 8+ or KB2533623 installed before using flag. | Neil | 2 | -5/+21 | |
LOAD_LIBRARY_SEARCH_SYSTEM32 causes failure of Direct2D on original Windows 7 so check for availability before using. | |||||
2017-03-09 | Drop support for Windows NT 4 by statically linking to system APIs that are | Neil | 6 | -88/+20 | |
only available from Windows 2000 and later. | |||||
2017-03-10 | Bug [#1918]. Fix failure when lexing starts at line 3+ of a multiline f-string. | John Ehresman | 1 | -1/+2 | |
2017-03-08 | Fix memory leak. | Neil Hodgson | 1 | -5/+8 | |
2017-03-08 | Fix warnings from Visual Studio 2017. | Neil | 2 | -4/+4 | |
2017-03-08 | SciTE change log. | Neil | 1 | -0/+4 | |
2017-03-08 | Standardised formatting by running astyle as formatting had become inconsistent. | Neil | 1 | -49/+45 | |
2017-03-08 | Improve f-string support. | John Ehresman | 2 | -32/+153 | |
Add support for multiline expressions in triple quoted f-strings. Handle nested "()", "[]", and "{}" in f-string expressions and terminate expression coloring at ":" or "!". End f-string if ending quote is seen in a "{}" expression. Fix terminating single quoted f-string at EOL. | |||||
2017-03-07 | GTK: Fix popup positioning on monitors not positioned at 0,0 | Colomban Wendling | 1 | -20/+14 | |
2017-03-08 | Bug [#1910]. Fixed more duplicate code. | Neil | 1 | -7/+0 | |
2017-03-07 | Bug [#1910]. Fixed double declaration. | Neil | 1 | -3/+0 | |
2017-03-07 | Bug [#1910]. Accessibility support may be queried and, on GTK+, disabled. | Neil | 10 | -13/+129 | |
2017-03-07 | Avoid potential problems with memcmp reading past end of object. | Neil | 2 | -3/+8 | |
2017-03-07 | Handle nested comments for adjacent markers like "/*/*" or "*/*/". | Matt Gilarde | 2 | -1/+10 | |
2017-03-06 | Use several C++11 features as examples so problems with these features are seen. | Vicente | 15 | -28/+41 | |
Features used are move constructor, unique_ptr, deleted functions, enum class, lambda expression, and range for loop. | |||||
2017-03-06 | New "indent" lexer styled as plain text but folded by indentation level. | Vicente | 7 | -0/+86 | |
2017-03-06 | Fold a VHDL "entity" on the first line of the file. | Vicente | 2 | -3/+8 | |
2017-03-05 | For IMEs, do not clear selected text when there is no composition text to show. | johnsonj | 4 | -3/+15 | |
2017-03-04 | Use "override" for Cocoa platform code and add to Editor where possible. | Neil Hodgson | 4 | -127/+127 | |
2017-03-04 | Fix error with showing find indicator over styles > 127. | Neil Hodgson | 2 | -2/+6 | |
2017-03-04 | Fix minor issues in interface definitions. | Neil Hodgson | 1 | -5/+9 | |
2017-03-04 | Use C++11 keyword "override" for methods that override a base class. | Neil | 9 | -220/+220 | |
2017-03-04 | Use C++11 keyword "override" for methods in lexers that override an interface. | Neil | 18 | -223/+223 | |
2017-03-04 | Merge Windows and GTK+ changes. | Neil | 3 | -1/+27 | |
2017-03-04 | Add include to allow #6138 to build on Windows. | Neil | 1 | -0/+2 | |
2017-03-03 | Change log. | Neil Hodgson | 1 | -0/+5 | |
2017-03-02 | Fix potential problems with IME on Cocoa when document contains invalid UTF-8. | Neil | 5 | -0/+30 | |
2017-03-02 | Bug [#1881]. Revert part of previous fix as it stopped the accented character | Neil | 2 | -1/+17 | |
chooser from appearing. Special-case the Chinese "Cangjie" input source. | |||||
2017-02-26 | Bug [#1907]. GTK: Fix crash after destroying the widget on GTK < 3.3.6 | Colomban Wendling | 2 | -1/+7 | |
On GTK2 and GTK3 < 3.3.6 there is no GtkAccessibleClass::widget_unset() method, so we can't destroy our accessible object right away. So, to avoid accessing a destroyed widget, we need to check whether the widget still exists in the the ScintillaGTKAccessible destructor. In other methods it's not necessary because the wrapping GObject class makes sure not to forward other when the widget has been destroyed, but we still have to destroy the C++ instance no matter what, so the check has to be on this side. | |||||
2017-02-25 | Bug [#1915]. Fix crash on OS X 10.9 due to accessibility API not available. | Chinh Nguyen | 2 | -7/+15 | |
2017-02-23 | Bug [#1905]. Fix stream selection mode when moving caret up or down. | Neil | 2 | -0/+7 | |
2017-02-22 | SciTE change log. | Neil | 1 | -0/+7 | |
2017-02-21 | Bug [#1901]. GTK: Fix double scrolling under X11 | Colomban Wendling | 2 | -1/+13 | |
Really restrict smooth scrolling handling to Wayland. | |||||
2017-02-21 | Bug [#1910]. GTK a11y: Speed up converting byte offsets to character offsets | Colomban Wendling | 2 | -1/+22 | |
Use a per-line cache to avoid re-computing the offset from the start of the buffer each time. This dramatically speeds up multiple replacements on large files. | |||||
2017-02-19 | Added tag rel-3-7-3 for changeset e99b1a2bfbf8 | Neil | 1 | -0/+1 | |
2017-02-16 | Updates for 3.7.3.rel-3-7-3 | Neil | 8 | -18/+17 | |
2017-02-16 | Avoid potential crash in finalization. | Neil | 1 | -1/+2 | |
2017-02-16 | Bug [#1909]. Fix finalization crash on Cocoa. | Chinh Nguyen | 2 | -1/+6 | |
2017-02-15 | Automatically add new lexers to Xcode project in LexGen.py. | Neil | 3 | -1/+141 | |
2017-02-15 | Bug [#1848]. Line ends OK in f-strings for lexer.python.strings.over.newline=1. | John Ehresman | 1 | -18/+36 | |
2017-02-12 | Bug [#1848]. Support Python f-strings with new styles. | John Ehresman | 4 | -18/+78 | |
2017-02-11 | Add <iostream> to header order. | Neil | 1 | -0/+1 | |
2017-02-11 | Document correct values for SC_POPUP_*. | Neil Hodgson | 1 | -3/+3 | |
2017-02-08 | Bug [#1907]. GTK: Prevent running signal handlers on a destroyed a11y object | Colomban Wendling | 2 | -0/+5 | |
Avoid crash when detaching the widget from the accessible object without destroying that widget. In such situations, the widget is still valid but we will have destroyed the orphaned accessible object. Thus, we must make sure we disconnected the signal handlers the late accessible had set up on the widget, as they won't be implicitly disconnected by widget finalization in this case. |