| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2018-05-22 | Backport: Add INDIC_GRADIENT and INDIC_GRADIENTCENTRE indicator types. | Neil | 1 | -0/+17 | |
| Backport of changeset 6966:872900d3ceb0. | |||||
| 2018-04-19 | Backport: SC_PRINT_SCREENCOLOURS doesn't force the background colour of line ↵ | Nicholai Benalal | 1 | -3/+14 | |
| numbers white. Backport of changeset 6700:daa126b86c17. | |||||
| 2018-05-05 | Backport: Add SC_DOCUMENTOPTION_TEXT_LARGE option for documents larger than ↵ | mitchell | 1 | -11/+38 | |
| 2 GigaBytes. This option is provisional and experimental. Backport of changesets 6696:9729ff36c5b1 and 6723:cffe824ab55e. Also added '#include <cstddef>' to top of src/RESearch.cxx to fix 32-bit build error. | |||||
| 2018-04-05 | Backport: Switching to https. | Neil | 1 | -3/+3 | |
| Backport of changeset 6674:f2293f8e3cca. | |||||
| 2018-04-04 | Backport: Move DLL entry points DllMain and Scintilla_DirectFunction into ↵ | Neil | 1 | -5/+4 | |
| ScintillaDLL.cxx to simplify build process by eliminating the compilation of ScintillaWin.cxx into ScintillaWinS.o|obj. Backport of changeset 6670:cfe90078d684. | |||||
| 2018-04-04 | Backport: Bug [#2006]. State SCN_UPDATEUI is an indication that change may ↵ | Neil | 1 | -5/+7 | |
| have occurred and not that a change definitely occurred. Backport of changeset 6668:3f20bac89b30. | |||||
| 2018-03-08 | Backport: Create static library libscintilla.a or libscintilla.lib on Windows. | Neil | 1 | -1/+2 | |
| Stop creating Lexers.a static library. Harmonize make files. Backport of changeset 6477:a65186aab9f9. | |||||
| 2018-02-02 | Backport: Implement SC_DOCUMENTOPTION_STYLES_NONE. | Neil | 1 | -7/+35 | |
| Backport of changeset 6448:431b814a54a6. | |||||
| 2018-01-26 | Backport: Add documentOption argument to SCI_CREATELOADER. | Neil | 1 | -9/+20 | |
| Backport of changeset 6441:92c8f0f1b3e6. | |||||
| 2017-11-20 | Backport: Add SCI_GETMOVEEXTENDSSELECTION. | Mitchell Foral | 1 | -0/+5 | |
| Backport of changeset 6418:85205da6ec1b. | |||||
| 2017-10-23 | Backport: Document style metadata APIs. | Neil | 1 | -0/+21 | |
| Backport of changeset 6405:0849bae316da. | |||||
| 2017-08-11 | Backport: Stopped treating SC_TECHNOLOGY_DIRECTWRITERETAIN and ↵ | Neil | 1 | -13/+7 | |
| SC_TECHNOLOGY_DIRECTWRITEDC as provisional. Backport of changeset 6371:fde8223ca36c. | |||||
| 2017-08-02 | Backport: Switch default modifier key for rectangular selections from Ctrl ↵ | Neil Hodgson | 1 | -3/+3 | |
| to Alt on Linux. Backport of changeset 6364:ea9f62ea6153. | |||||
| 2017-07-17 | Backport: Documentation for style metadata. | Neil | 1 | -1/+29 | |
| Backport based on changeset 6348:329af61d687c. | |||||
| 2017-07-09 | Backport: Updated styling to avoid Comic Sans - such an unfairly maligned font. | Justin Dailey | 1 | -3/+3 | |
| Backport of changeset 6341:a9e074386d18. | |||||
| 2017-07-09 | Backport: Bug [#1955]. The data parameter to ILoader::AddData made const. | Justin Dailey | 1 | -1/+1 | |
| Backport of changeset 6340:52f12c3eebcd. | |||||
| 2017-06-19 | Backport: The default encoding is now UTF-8. | Neil | 1 | -9/+9 | |
| Backport of changeset 6320:8d56eaef4f0a. | |||||
| 2017-06-11 | Backport: Implement SCN_AUTOCSELECTIONCHANGE notification. | Neil | 1 | -7/+47 | |
| Backported from changeset 6306:7e28cdba6d61. | |||||
| 2018-03-13 | Update GTK+ version requirements. | mitchell | 1 | -3/+3 | |
| 2018-03-11 | Added optional Lua lexer support. | mitchell | 1 | -1/+2 | |
| This support is disabled by default and must be enabled via compile-time option. | |||||
| 2017-05-12 | Bug [#310]. Update documentation. | Neil | 1 | -3/+7 | |
| 2017-04-06 | Added a caret line frame as an alternative visual for highlighting the caret ↵ | A-R-C-A | 1 | -0/+6 | |
| line. | |||||
| 2017-04-02 | Added "Reverse Selected Lines" as SCI_LINEREVERSE. | Vicente | 1 | -1/+4 | |
| 2017-03-21 | Document C++11 requirement. | Neil | 1 | -3/+5 | |
| 2017-03-07 | Bug [#1910]. Accessibility support may be queried and, on GTK+, disabled. | Neil | 1 | -13/+58 | |
| 2017-02-11 | Document correct values for SC_POPUP_*. | Neil Hodgson | 1 | -3/+3 | |
| 2017-01-14 | Removed return type from AddSelection and SetSelection. | Neil | 1 | -4/+4 | |
| 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 | Documentation cosistency.rel-3-7-1 | Neil | 1 | -2/+2 | |
| 2016-11-23 | Implementation of MarginRightClick event. | Tse Kit Yam | 1 | -10/+57 | |
| 2016-11-29 | Textual tags may be displayed on folded lines with SCI_TOGGLEFOLDSHOWTEXT. | Tse Kit Yam | 1 | -5/+52 | |
| 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 | 1 | -11/+14 | |
| 2016-11-16 | Deprecate non-branded struct names in Scintilla.h. | Neil | 1 | -1/+1 | |
| 2016-11-14 | Added alternate appearance for visible tabs which looks like a horizontal line. | jedailey | 1 | -0/+29 | |
| 2016-11-05 | Support for NSAccessibility protocol added sufficient for the VoiceOver | Neil Hodgson | 1 | -4/+15 | |
| screen reader. | |||||
| 2016-11-01 | Clarify ConvertToDocument as there was some confusion on the mailing list. | Neil | 1 | -2/+3 | |
| 2016-10-26 | INDIC_POINT and INDIC_POINTCHARACTER indicators added to display small arrows | Neil | 1 | -0/+16 | |
| underneath positions or characters. | |||||
| 2016-10-06 | Word selection, navigation, and manipulation is now performed on characters | Neil | 1 | -3/+10 | |
| instead of bytes leading to more natural behaviour for multi-byte encodings like UTF-8. | |||||
| 2016-10-03 | Explain SCI_WORD[LEFT|RIGHT]END* key commands. | Neil | 1 | -0/+3 | |
| 2016-09-29 | Increased compatibility between interface definition and documentation. | Neil | 1 | -1101/+1090 | |
| Made parameter names and types more consistent. Document return types. Use more classes in documentation to facilitate scripting and styling. | |||||
| 2016-09-29 | The number of margins can be changed with SCI_SETMARGINS. | Neil | 1 | -7/+15 | |
| 2016-09-29 | Margin type SC_MARGIN_COLOUR and API SCI_SETMARGINBACKN added. | Neil | 1 | -2/+10 | |
| Allows choosing any colour for a margin. | |||||
| 2016-09-27 | On Win32, mouse wheel scrolling can be restricted to only occur when the mouse | Stefan Küng | 1 | -0/+11 | |
| is within the window. | |||||
| 2016-09-23 | EDGE_MULTILINE and SCI_MULTIEDGEADDLINE added to allow displaying multiple | A-R-C-A | 1 | -0/+22 | |
| vertical edges simultaneously. | |||||
| 2016-09-21 | Bug [#1864]. Fix incorrect nesting of tags. | Tse Kit Yam | 1 | -2/+1 | |
| 2016-09-21 | Removed extraneous spaces in documentation. | Neil | 1 | -2/+2 | |
| 2016-09-20 | Improved documentation on word functions and moved into a new section. | Neil | 1 | -164/+214 | |
