aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2013-11-07Normalize indentation to tabs.Neil1-45/+45
2013-11-04Remove local functions that are not used.Neil5-40/+0
2013-11-03Clean line-end whitespace.Unknown1-2/+2
2013-11-03Avoid warnings for scope and unused value set.Neil1-2/+3
2013-11-03Bug [#1544]. Mac font quality not applied to margin.nyamatongwe2-0/+14
From Mark Yen.
2013-11-03Change log.nyamatongwe1-0/+3
2013-11-03Report control key as SCI_META for mouse down events for GTK+ on OS X.nyamatongwe5-37/+90
Also enables more flexibility with modifier keys.
2013-10-31Change log.Neil1-0/+4
2013-10-31Fix drawing of scrollbars, where previous contents were not drawn over.Neil1-1/+1
From John Ehresman.
2013-10-30Bug [#1542]. Margin click focus handling on Cocoa.nyamatongwe2-0/+6
2013-10-28Additions to C++ lexer.Neil1-1/+8
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.