aboutsummaryrefslogtreecommitdiffhomepage
path: root/curses
AgeCommit message (Expand)AuthorFilesLines
2020-03-22Formatting.mitchell1-1/+2
2020-03-22Added userdata pointer for SCNotifications on curses.mitchell2-9/+13
2020-03-16Modernized and reformatted curses platform code.mitchell2-210/+238
2020-03-06Updated curses example to use new SCI_LOADLEXERLIBARY API.mitchell1-1/+2
2019-12-31Updated copyright year for lexlua-specific bits of LongTerm3.mitchell5-5/+5
2019-07-11Backport: Bug [#2038]. Source of input reported in SCN_CHARADDED.mitchell1-2/+7
2019-07-11Updated curses platform.mitchell1-1/+1
2019-06-06Updated curses platform makefile.mitchell1-1/+1
2019-04-16Backport: Feature [feature-requests:#1259]. Add SCI_SETCHARACTERCATEGORYOPTIM...mitchell1-0/+1
2019-02-16Updated copyright year.mitchell5-5/+5
2018-05-25Backport: Add GradientRectangle method to Surface to draw rectangles with ver...mitchell1-0/+3
2018-05-25Backport: Modernize Platform.h (3) - update Surface to delete WidthChar, use ...mitchell1-3/+2
2018-05-14Backport: Modernize Platform.h (1) - noexcept, const, standard methods.Neil1-9/+9
2018-05-06Removed ElapsedTime from curses platform.mitchell1-4/+0
2018-05-05Backport: Add SC_DOCUMENTOPTION_TEXT_LARGE option for documents larger than 2...mitchell1-1/+1
2018-04-29Fixed potential crashes in curses platform with newer versions of ncurses.mitchell1-4/+4
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