| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-11-07 | Bug [#1546]. Fix horizontal scroll bar range to not be double the needed width. | Unknown | 1 | -0/+4 | |
| 2013-11-07 | Feature [feature-requests:#962]. Improvement of folding for Fortran. | Neil | 1 | -0/+4 | |
| Treats "else" as fold header. From darmar. | |||||
| 2013-11-03 | Bug [#1544]. Mac font quality not applied to margin. | nyamatongwe | 1 | -0/+4 | |
| From Mark Yen. | |||||
| 2013-11-03 | Change log. | nyamatongwe | 1 | -0/+3 | |
| 2013-10-31 | Change log. | Neil | 1 | -0/+4 | |
| 2013-10-30 | Bug [#1542]. Margin click focus handling on Cocoa. | nyamatongwe | 1 | -0/+4 | |
| 2013-10-28 | Additions to C++ lexer. | Neil | 1 | -1/+8 | |
| 2013-10-25 | Bug [#1541]. Paste into multiple selections on OSX only inserts at one ↵ | nyamatongwe | 1 | -0/+4 | |
| selection point. | |||||
| 2013-10-23 | Feature [feature-requests:#887]. Apply GDI gamma to DirectWrite . | Neil | 1 | -0/+6 | |
| From Marko Njezic. | |||||
| 2013-10-23 | Change log. | Neil | 1 | -0/+7 | |
| 2013-10-18 | Change log. | Neil | 1 | -0/+3 | |
| 2013-10-18 | Feature [feature-requests:#1026]. DMAP lexer added. | Neil | 1 | -0/+5 | |
| From Mark Robinson. | |||||
| 2013-10-18 | Credit. | Neil | 1 | -0/+1 | |
| 2013-10-17 | Feature [feature-requests:#1025]. Support multiline comments in FreeBASIC. | Neil | 1 | -0/+5 | |
| From Erik. | |||||
| 2013-10-17 | Bug [#1538]. PP-line comments lost from EOL string. | Neil | 1 | -0/+12 | |
| From Alpha. | |||||
| 2013-10-16 | Added to change log. | Neil | 1 | -0/+4 | |
| 2013-10-14 | Updated file sizes. | Neil | 1 | -2/+2 | |
| 2013-10-14 | Remove line end whitespace. | Neil | 1 | -1/+1 | |
| 2013-10-14 | To follow naming conventions InnerView was renamed to SCIContentView and | nyamatongwe | 1 | -4/+6 | |
| MarginView was renamed to SCIMarginView. | |||||
| 2013-10-10 | Bug [#1528]. Perl: POD problems with multibyte characters. | Neil | 1 | -1/+1 | |
| From Colomban Wendling and Kein-Hong Man. | |||||
| 2013-10-10 | Updated for next release. | Neil | 3 | -9/+10 | |
| 2013-10-09 | Bug [#1528]. Perl: multibyte character problems. | Neil | 1 | -0/+4 | |
| From Colomban Wendling and Kein-Hong Man. | |||||
| 2013-10-09 | Feature [feature-requests:#1025]. Better support for string literals and ↵ | Neil | 1 | -0/+4 | |
| Unicode. From Thomas Linder Puls. | |||||
| 2013-10-08 | Feature [feature-requests:#1024]. Lexer added for Rust language. | Neil | 1 | -0/+6 | |
| From SiegeLord. | |||||
| 2013-10-06 | Line end spaces removed. | Neil | 1 | -2/+2 | |
| 2013-10-06 | Allow subclassing InnerView. | nyamatongwe | 1 | -0/+4 | |
| 2013-10-05 | Change log. | nyamatongwe | 1 | -0/+4 | |
| 2013-10-01 | Change log. | Neil | 1 | -4/+10 | |
| 2013-09-30 | Added specific type to make it easier to understand. | nyamatongwe | 1 | -1/+1 | |
| 2013-09-30 | Removed command: method from ScintillaNotificationProtocol as all events can ↵ | nyamatongwe | 1 | -2/+0 | |
| now be received through the notification: method. | |||||
| 2013-09-30 | Added FocusIn and FocusOut notification events (SCN_FOCUSIN/SCN_FOCUSOUT) to be | Neil | 1 | -2/+11 | |
| used in preference to the SCEN_SETFOCUS and SCEN_KILLFOCUS command events. | |||||
| 2013-09-29 | Improved information about notifications, particularly on GTK+. | Neil | 1 | -11/+16 | |
| 2013-09-28 | Change log. | Neil | 1 | -4/+4 | |
| 2013-09-26 | Change log. | nyamatongwe | 1 | -0/+4 | |
| 2013-09-26 | Fixed appearance of outlines of alpha rectangles. | nyamatongwe | 1 | -0/+4 | |
| 2013-09-26 | Enhance stability by defining GetLineEndPosition for lines beyond end of ↵ | Neil | 1 | -3/+3 | |
| document to return document size. | |||||
| 2013-09-26 | Feature [feature-requests:#1020]. Fold 'create view' statements. | Neil | 1 | -0/+4 | |
| Fold on the 'AS' ... ; in `create view [name] as ... ;' From Eric Promislow. | |||||
| 2013-09-26 | Added image of indicators. | Neil | 2 | -2/+4 | |
| 2013-09-25 | Change log. | Neil | 1 | -0/+4 | |
| 2013-09-22 | Change log. | nyamatongwe | 1 | -0/+4 | |
| 2013-09-22 | Change log. | Neil | 1 | -0/+7 | |
| 2013-09-20 | Change log. | Neil | 1 | -0/+3 | |
| 2013-09-18 | Change log. | nyamatongwe | 1 | -1/+8 | |
| 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-13 | Change log. | nyamatongwe | 1 | -0/+4 | |
| 2013-09-10 | Change log. | Neil | 1 | -0/+23 | |
| 2013-09-08 | Change log. | Neil | 1 | -0/+3 | |
| 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 | 2 | -4/+11 | |
| 2013-09-04 | Turn off idle events on destruction. | Neil | 1 | -0/+3 | |
| From John Ehresman. | |||||
