| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-09-26 | Added image of indicators. | Neil | 1 | -2/+4 | |
| 2013-09-18 | Reimplement notifications from ScintillaCocoa to ScintillaView as a delegate ↵ | nyamatongwe | 1 | -3/+11 | |
| relationship using ScintillaNotificationProtocol. Add optional command:idFrom: method to ScintillaNotificationProtocol for command notifications. In a future version registerNotifyCallback: and ScintillaCocoa::RegisterNotifyCallback will be deprecated. | |||||
| 2013-09-07 | Mention that prefix keyword sets aren't implemented for SCI_SETIDENTIFIERS. | Neil | 1 | -4/+5 | |
| 2013-09-05 | Added SCI_GETPRIMARYSTYLEFROMSTYLE. | Neil | 1 | -2/+7 | |
| 2013-09-03 | Documentation for GetStyleFromSubStyle. | Neil | 1 | -1/+6 | |
| 2013-08-22 | Correct spelling and some out-of-date file and directory names. | nyamatongwe | 1 | -25/+25 | |
| 2013-08-20 | Added PositionRelative to optimize navigation by character. | Neil | 1 | -0/+6 | |
| 2013-08-15 | Feature: [feature-requests:#1007]. Option to allow mouse selection to | Neil | 1 | -1/+13 | |
| switch to rectangular by pressing Alt after start of gesture. From Neomi. | |||||
| 2013-07-22 | Added the character representation feature. | Neil | 1 | -29/+83 | |
| 2013-07-06 | Mention OS X. | Neil | 1 | -0/+3 | |
| 2013-07-03 | Removed out-of-date text. | Neil | 1 | -3/+1 | |
| 2013-06-29 | Bug: [#1483]. Split GetRelativePosition into 2 calls one for moving between ↵ | Neil | 1 | -5/+10 | |
| character positions and the other for retrieving a character and width. | |||||
| 2013-06-27 | Bug: [#1483]. Adding StyleContext::GetRelativeCharacter for ↵ | nyamatongwe | 1 | -1/+6 | |
| character-oriented access. Implemented using new method IDocumentWithLineEnd::GetRelativePosition. | |||||
| 2013-05-05 | Removing support for Visual C++ 2005 and 6.0. | nyamatongwe | 1 | -5/+4 | |
| 2013-04-24 | Cosmetic: remove line-end whitespace. | nyamatongwe | 1 | -37/+37 | |
| 2013-04-24 | Added automatic folding options. | nyamatongwe | 1 | -1/+49 | |
| 2013-04-21 | Implement commonly needed folding methods based on code from SciTE. | nyamatongwe | 1 | -0/+54 | |
| 2013-04-16 | Add indicator INDIC_COMPOSITIONTHICK, a thick low underline, to mimic an | nyamatongwe | 1 | -0/+10 | |
| appearance used for Asian language input composition. | |||||
| 2013-04-06 | Removed references to Carbon platform which is no longer supported. | nyamatongwe | 1 | -4/+2 | |
| 2013-04-01 | Feature [#981]. Added autocompletion order property to allow list to be ordered | nyamatongwe | 1 | -2/+21 | |
| according to container preference but still allowing selection by typing. From Alpha. | |||||
| 2013-03-20 | Add ScrollRange feature. | nyamatongwe | 1 | -0/+9 | |
| 2013-02-26 | Spelling. | nyamatongwe | 1 | -1/+1 | |
| 2013-02-22 | Define the maximum number of margins in Scintilla.iface. | nyamatongwe | 1 | -1/+2 | |
| 2013-02-05 | Add allocation of extended styles. | nyamatongwe | 1 | -0/+22 | |
| 2013-01-19 | Implement provisional category and place Unicode line ends and substyles ↵ | nyamatongwe | 1 | -7/+37 | |
| into it. | |||||
| 2013-01-19 | Support the three Unicode line ends NEL, LS, and PS in CellBuffer, Document, | nyamatongwe | 1 | -0/+14 | |
| Editor and the message interface. Will only be turned on for lexers that support Unicode line ends. | |||||
| 2013-01-19 | Implement APIs for Unicode line ends and substyles and expose to | nyamatongwe | 1 | -4/+58 | |
| message interface. Expose IDocumentWithLineEnd interface on Document. | |||||
| 2013-01-19 | Add methods for Unicode line ends and substyles to IDocument and ILexer | nyamatongwe | 1 | -2/+38 | |
| producing IDocumentWithLineEnd and ILexerWithSubStyles. | |||||
| 2013-01-04 | Explaining that annotations affect the relationship between document | nyamatongwe | 1 | -4/+10 | |
| lines and display lines. | |||||
| 2013-01-03 | Added modern indicators to API list. | nyamatongwe | 1 | -1/+16 | |
| 2013-01-01 | Feature #3592730. Option for caret line to be visible without focus. | nyamatongwe | 1 | -0/+8 | |
| From Vidya Wasi. | |||||
| 2012-08-26 | Add SCI_VCHOMEDISPLAYEXTEND keyboard command | Colomban Wendling | 1 | -0/+2 | |
| This is like SCI_VCHOMEDISPLAY but extending the selection. | |||||
| 2012-08-26 | Add SCI_VCHOMEDISPLAY keyboard command | nyamatongwe | 1 | -0/+2 | |
| 2012-08-05 | Add INDIC_SQUIGGLEPIXMAP as a faster version of INDIC_SQUIGGLE. | nyamatongwe | 1 | -0/+11 | |
| Based on work by Matthew Brush and Lex Trottman. | |||||
| 2012-07-21 | Scale factor implemented for RGBAImages to allow for high definition markers ↵ | nyamatongwe | 1 | -3/+8 | |
| on retina displays. | |||||
| 2012-07-16 | Implement SCI_GETSELECTIONEMPTY API. Bug #3543121. | nyamatongwe | 1 | -2/+7 | |
| 2012-07-15 | Undid last change as it was incorrect. | nyamatongwe | 1 | -2/+1 | |
| 2012-07-15 | Clarify that SCI_SCROLLCARET does not understand line wrapping. | nyamatongwe | 1 | -2/+3 | |
| 2012-06-27 | Document limitations in styling of text margins and annotations. | nyamatongwe | 1 | -1/+7 | |
| 2012-06-19 | Removed limitation that is no longer true. | nyamatongwe | 1 | -3/+1 | |
| 2012-06-04 | Document new character set methods. | nyamatongwe | 1 | -7/+24 | |
| 2012-05-26 | Add DeleteRange method. | nyamatongwe | 1 | -0/+4 | |
| 2012-05-26 | Add GetRangePointer and GetGapPosition methods. | nyamatongwe | 1 | -2/+18 | |
| 2012-04-15 | Add an option to draw wrap markers in line number margin. Feature #3518198. | Marko Njezic | 1 | -0/+6 | |
| 2012-04-16 | Implemented find indicator with animation for OS X. | nyamatongwe | 1 | -1/+24 | |
| 2012-04-16 | Fixed spelling. | nyamatongwe | 1 | -2/+2 | |
| 2012-04-16 | Case-insensitive auto-completion selection. Bug #3516538. | nyamatongwe | 1 | -0/+9 | |
| From Markus Nißl. | |||||
| 2012-03-26 | Update documentation for \0 change. | nyamatongwe | 1 | -3/+4 | |
| 2012-03-06 | Fixing documentation for SCI_AUTOCSETCANCELATSTART. Bug #3497038. | nyamatongwe | 1 | -2/+2 | |
| 2012-02-29 | Bug #3495791. Create auxiliary surfaces on Direct2D without alpha channel, as | Marko Njezic | 1 | -3/+3 | |
| no underlying code expects them to be transparent. This will make text drawing use the same anti-aliasing mode no matter if using buffered mode or not. | |||||
