aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2013-10-28Allow single quote digit separators for C++14.Neil1-0/+1
2013-10-28Added lexical class for user defined literals in C++11.Neil3-4/+21
2013-10-26Avoid invalidating the buffered text when flushing styles.Neil1-1/+0
2013-10-25Bug [#1541]. Paste into multiple selections on OSX only inserts at one ↵nyamatongwe2-5/+9
selection point.
2013-10-23Feature [feature-requests:#887]. Apply GDI gamma to DirectWrite .Neil2-1/+49
From Marko Njezic.
2013-10-23Change log.Neil1-0/+7
2013-10-23Widen scroll width for annotations.Neil1-7/+12
2013-10-23Explain why symbols are redefined.Neil1-0/+3
2013-10-19Remove shadowing declarations to avoid warnings.Neil1-2/+2
2013-10-18Avoid a spurious warning from Visual Studio 2013 Code Analysis.Neil1-0/+4
2013-10-18Change log.Neil1-0/+3
2013-10-18Fix Window::GetMonitorRect when top left of screen is not 0,0.Neil1-2/+1
From John Ehresman.
2013-10-18Added DMAP lexer to Cocoa build.nyamatongwe1-0/+4
2013-10-18Feature [feature-requests:#1026]. DMAP lexer added.Neil6-0/+263
From Mark Robinson.
2013-10-18Credit.Neil1-0/+1
2013-10-17Avoid namespace pollution by making lexer functions static.Neil2-4/+4
2013-10-17Feature [feature-requests:#1025]. Support multiline comments in FreeBASIC.Neil4-16/+85
From Erik.
2013-10-17Bug [#1538]. PP-line comments lost from EOL string.Neil2-1/+13
From Alpha.
2013-10-17Fix sign warning in debug code.Neil1-1/+1
2013-10-17Avoid failure in MinGW-w64 Direct2D binding.Neil1-1/+6
2013-10-16Added to change log.Neil1-0/+4
2013-10-16Added tag rel-3-3-6 for changeset da3cbb774e02Neil1-0/+1
2013-10-14Updated file sizes.Neil1-2/+2
2013-10-14Remove line end whitespace.Neil1-1/+1
2013-10-14To follow naming conventions InnerView was renamed to SCIContentView andnyamatongwe6-32/+34
MarginView was renamed to SCIMarginView.
2013-10-10Bug [#1528]. Perl: POD problems with multibyte characters.Neil2-5/+5
From Colomban Wendling and Kein-Hong Man.
2013-10-10Updated for next release.Neil7-14/+15
2013-10-09Bug [#1528]. Perl: multibyte character problems.Neil2-8/+16
From Colomban Wendling and Kein-Hong Man.
2013-10-09Feature [feature-requests:#1025]. Better support for string literals and ↵Neil2-90/+128
Unicode. From Thomas Linder Puls.
2013-10-08Feature [feature-requests:#1024]. Lexer added for Rust language.Neil7-0/+828
From SiegeLord.
2013-10-06Line end spaces removed.Neil1-2/+2
2013-10-06Allow subclassing InnerView.nyamatongwe3-1/+18
2013-10-05Change log.nyamatongwe1-0/+4
2013-10-05Bug [#1534]. Drag and drop fails when destination view is empty.nyamatongwe1-1/+2
2013-10-04Bug [#1533]. [NSImage dissolveToPoint:fromRect:fraction:] is deprecated.nyamatongwe1-1/+1
From Chinh Nguyen.
2013-10-03Match change 4801 for Python binding types.nyamatongwe2-5/+5
From John Ehresman.
2013-10-01Change log.Neil1-4/+10
2013-09-30Added specific type to make it easier to understand.nyamatongwe1-1/+1
2013-09-30Removed command: method from ScintillaNotificationProtocol as all events can ↵nyamatongwe5-37/+2
now be received through the notification: method.
2013-09-30Added FocusIn and FocusOut notification events (SCN_FOCUSIN/SCN_FOCUSOUT) to beNeil8-3/+26
used in preference to the SCEN_SETFOCUS and SCEN_KILLFOCUS command events.
2013-09-29Improved information about notifications, particularly on GTK+.Neil1-11/+16
2013-09-28Change log.Neil1-4/+4
2013-09-27Draw rounding on alpha rectangles so INDIC_ROUNDBOX looks good.nyamatongwe1-14/+84
2013-09-26Change log.nyamatongwe1-0/+4
2013-09-26Fixed appearance of outlines of alpha rectangles.nyamatongwe2-6/+22
2013-09-26Enhance stability by defining GetLineEndPosition for lines beyond end of ↵Neil3-4/+10
document to return document size.
2013-09-26Feature [feature-requests:#1020]. Fold 'create view' statements.Neil2-31/+135
Fold on the 'AS' ... ; in `create view [name] as ... ;' From Eric Promislow.
2013-09-26Added image of indicators.Neil2-2/+4
2013-09-25Change log.Neil1-0/+4
2013-09-25Feature [feature-requests:#1021]. Cocoa SCI_POSITIONFROMPOINTCLOSE returning ↵nyamatongwe1-0/+3
invalid position.