aboutsummaryrefslogtreecommitdiffhomepage
path: root/curses
AgeCommit message (Expand)AuthorFilesLines
2018-03-16Remove unused inclusion of "XPM.h" in curses.mitchell1-1/+0
2018-03-15Use active Scintilla namespace in curses platform and fix name clashes.mitchell3-34/+33
2018-03-15Added new ILoader.h to curses platform.mitchell1-0/+1
2018-03-14Added DefaultLexer class to curses platform Makefile.mitchell1-2/+3
2018-03-14Updated curses platform to add FineTicker* stubs.mitchell1-1/+5
2018-03-14Simplify mouse and keyboard handling in curses.mitchell1-6/+8
2018-03-14Removed unused functions and methods from curses and replaced Platform::Clamp...mitchell2-28/+6
2018-03-13Implement SCN_AUTOCSELECTIONCHANGE notification for curses.mitchell1-9/+9
2018-03-11Added optional Lua lexer support.mitchell4-23/+44
2018-03-10Added curses platform.mitchell7-0/+1848