| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-03-02 | Fix potential problems with IME on Cocoa when document contains invalid UTF-8. | Neil | 1 | -0/+4 | |
| 2017-03-02 | Bug [#1881]. Revert part of previous fix as it stopped the accented character | Neil | 1 | -0/+6 | |
| 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 | 1 | -0/+4 | |
| 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 | 1 | -0/+4 | |
| 2017-02-23 | Bug [#1905]. Fix stream selection mode when moving caret up or down. | Neil | 1 | -0/+4 | |
| 2017-02-22 | SciTE change log. | Neil | 1 | -0/+7 | |
| 2017-02-21 | Bug [#1901]. GTK: Fix double scrolling under X11 | Colomban Wendling | 1 | -0/+12 | |
| Really restrict smooth scrolling handling to Wayland. | |||||
| 2017-02-16 | Updates for 3.7.3.rel-3-7-3 | Neil | 3 | -11/+10 | |
| 2017-02-16 | Bug [#1909]. Fix finalization crash on Cocoa. | Chinh Nguyen | 1 | -0/+4 | |
| 2017-02-12 | Bug [#1848]. Support Python f-strings with new styles. | John Ehresman | 1 | -1/+2 | |
| 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 | 1 | -0/+4 | |
| 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. | |||||
| 2017-02-02 | Change log from SciTE. | Neil | 1 | -1/+5 | |
| 2017-02-01 | Bug [#1901]. Make trackpad scrolling work on Wayland. | John Flatness | 1 | -1/+6 | |
| 2017-01-28 | Change log from SciTE. | Neil | 1 | -0/+5 | |
| 2017-01-22 | Display block caret over the character at the end of a selection to be similar | John Ehresman | 1 | -0/+4 | |
| to other editors. | |||||
| 2017-01-22 | Correctly color code deleted lines starting with "--" | Sven Strickroth | 1 | -0/+3 | |
| This fixes the coloring of deleted lines in which starts with "--" such as closing HTML comments ("-->"). Signed-off-by: Sven Strickroth <email@cs-ware.de> | |||||
| 2017-01-19 | Bug [#1896]. Avoid unnecessary unfolding when a deletion does not include a line | Neil | 1 | -0/+1 | |
| end. | |||||
| 2017-01-19 | Bug [#1896]. Ensure folding consistent when fold header added above folded part. | Neil | 1 | -0/+4 | |
| 2017-01-19 | Bug [#1902]. Require Matlab block comment start/end to be alone on a line. | Neil | 1 | -0/+4 | |
| 2017-01-14 | Require the first line to start with "#!" to be treated as a shebang comment. | jedailey | 1 | -0/+5 | |
| 2017-01-14 | Removed return type from AddSelection and SetSelection. | Neil | 1 | -4/+4 | |
| 2017-01-04 | Change log for SciTE. | Neil | 1 | -0/+4 | |
| 2017-01-04 | Use new simplified API for showing menu on GTK+ 3.22 as old API was deprecated. | Neil | 1 | -0/+1 | |
| 2017-01-04 | Fix display of autocompletion lists and calltips on GTK+ 3.22 on Wayland by | Neil | 1 | -0/+3 | |
| setting the owning window by calling gtk_window_set_transient_for. | |||||
| 2017-01-02 | Change log for Python lexer. | Neil | 1 | -0/+12 | |
| 2016-12-27 | Updates for 3.7.2.rel-3-7-2 | Neil | 3 | -9/+10 | |
| 2016-12-26 | Change log for previous 5 accessibility changes from Columban. | Neil | 1 | -0/+4 | |
| 2016-12-13 | SciTE change log. | Neil | 1 | -0/+5 | |
| 2016-12-09 | Warning suppression and documentation of previous change 6082. | Neil | 1 | -0/+4 | |
| 2016-12-08 | Bug [#1891]. Fix crash on view destruction with macOS 10.12.2. | Chinh Nguyen | 1 | -0/+4 | |
| 2016-12-01 | Bug [#1887]. Define QT_WS_MAC or QT_WS_X11 under qt5 from WS_OS_* macros | John Ehresman | 1 | -1/+5 | |
| 2016-06-17 | Bug [#1888]. Only invalidate selection when using SCI_SETSELECTIONN api's | John Ehresman | 1 | -0/+12 | |
| 2016-12-07 | Using alternating row shades for tables and contrasting headers. | Neil | 1 | -102/+132 | |
| Fixed some inconsistent styling. Use circles for bullets. Explain int type more accurately. | |||||
| 2016-12-07 | Character set availability made into a table. | johnsonj | 1 | -58/+120 | |
| 2016-12-04 | Download size updated. | Neil | 1 | -1/+1 | |
| 2016-12-04 | Documentation cosistency.rel-3-7-1 | Neil | 1 | -2/+2 | |
| 2016-11-30 | Typo. | Neil | 1 | -1/+1 | |
| 2016-11-30 | Updates for 3.7.1. | Neil | 3 | -12/+11 | |
| 2016-11-23 | Implementation of MarginRightClick event. | Tse Kit Yam | 2 | -10/+62 | |
| 2016-11-29 | Textual tags may be displayed on folded lines with SCI_TOGGLEFOLDSHOWTEXT. | Tse Kit Yam | 2 | -5/+58 | |
| 2016-11-27 | Added module map to enable use of Scintilla from Swift. | Neil Hodgson | 1 | -0/+4 | |
| 2016-11-26 | SciTE change log. | Neil | 1 | -0/+4 | |
| 2016-11-25 | Bug [#1886]. Fix EM_SETSEL to match Microsoft documentation. | Neil | 1 | -0/+4 | |
| 2016-11-25 | Feature [feature-requests:#1166]. EDIFACT lexer and folder added. | Iain Clarke | 1 | -0/+5 | |
| 2016-11-24 | Bug [#1692]. LexMatlab: update fold functions to use keywords instead of ↵ | John Donoghue | 1 | -0/+4 | |
| indenting. * lexers/LexMatlab.cxx (IsMatlabComment): removed unused function. (IsOctaveComment): removed unused function. (LowerCase): Added inline function. (CheckKeywordFoldPoint): New function. (FoldMatlabOctaveDoc): use style and keyword to identify fold points. (FoldMatlabDoc): Use IsMatlabCommentChar. (FoldOctaveDoc): Use IsOctaveCommentChar. | |||||
| 2016-11-18 | Remove the Scintilla namespace from Scintilla.h. | Neil | 1 | -0/+5 | |
| 2016-11-17 | Whitespace fixed and data updated. | Neil | 1 | -4/+4 | |
| 2016-11-17 | Moved newly removed features into the "Removed features" section. | Neil | 1 | -13/+13 | |
| 2016-11-16 | Removed elements that have been deprecated for more than 5 years. | Neil | 2 | -11/+18 | |
