aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2019-04-07Backport: Feature [feature-requests:#1276]. Add SC_MARK_VERTICALBOOKMARK.Zufu Liu2-0/+2
2019-04-05Backport: Feature [feature-requests:#1272]. Add API to set default fold displ...Neil2-0/+8
2019-03-31Backport: Feature [feature-requests:#1272]. Add FoldDisplayTextGetStyle to matchZufu Liu2-1/+5
2019-04-16Backport: Feature [feature-requests:#1259]. Add SCI_SETCHARACTERCATEGORYOPTIM...mitchell2-0/+8
2019-03-18Backport: Add some operators to Point to simplify client code.Neil1-0/+12
2019-03-09Backport: Feature [feature-requests:#1265]. Common Intermediate Language (CIL...mitchell2-0/+26
2019-02-05Backport: Feature [feature-requests:#1217]. Change API so block just for over...Zufu Liu2-2/+6
2019-02-02Backport: Feature [feature-requests:#1217]. Implement CARETSTYLE_BLOCK_ALWAYS.Zufu Liu2-0/+2
2018-11-21Backport: Feature [feature-requests:#1242]. Add lexer for NimJad Altahan2-0/+38
2018-10-11Backport: Add SCI_SETCOMMANDEVENTS API to allow turning off command events.Neil2-0/+8
2018-09-30Backport: Synchronize definition and documentation.Neil1-1/+1
2018-07-31Backport: Define PLAT_HAIKU and use to avoid a reported compilation problem o...Neil1-0/+5
2018-07-10Backport: Optional indexing of line starts in UTF-8 documents by UTF-32 code ...Neil2-2/+40
2018-06-21Backport: Feature [feature-requests:#1185]. Add lexers for SAS and Stata.Luke Rasmussen2-0/+64
2018-06-06Backport: SC_WRAPINDENT_DEEPINDENT added to indent two tabs from previous line.Henrik Hank2-0/+2
2018-05-28Backport: Add styles for diffs containing patches.Andreas Rönnquist2-0/+8
2018-05-24Backport: Fix warnings. Add const, constexpr, and noexcept. Initialize. Stand...Neil1-1/+1
2018-05-22Backport: Add INDIC_GRADIENT and INDIC_GRADIENTCENTRE indicator types.Neil2-0/+4
2018-05-25Backport: Add GradientRectangle method to Surface to draw rectangles with ver...mitchell1-4/+70
2018-05-17Backport: Use nullptr instead of 0 in headers as this diminishes the number o...Neil1-2/+2
2018-05-25Backport: Modernize Platform.h (3) - update Surface to delete WidthChar, use ...mitchell1-7/+6
2018-05-14Backport: Modernize Platform.h (2) - noexcept, const, constexpr.Neil1-56/+23
2018-05-14Backport: Modernize Platform.h (1) - noexcept, const, standard methods.Neil1-37/+33
2018-05-06Backport: Use <chrono> for platform-independent timing and remove ElapsedTime...mitchell1-8/+0
2018-04-21Backport: Remove CallBackAction which was replaced by IListBoxDelegate.Neil1-5/+0
2018-04-20Backport: Avoid MSVC analyze warnings about statics by making Point construct...Neil1-1/+1
2018-04-20Backport: Remove casts, drop default argument, use const.Neil1-3/+3
2018-04-19Backport: SC_PRINT_SCREENCOLOURS doesn't force the background colour of line ...Nicholai Benalal2-0/+4
2018-05-05Backport: Add SC_DOCUMENTOPTION_TEXT_LARGE option for documents larger than 2...mitchell2-4/+10
2018-05-05Backport: Make some changes recommended by clang-tidy.mitchell1-2/+2
2018-04-14Backport: Removed workaround for old releases of MSVC.Neil1-5/+0
2018-03-06Backport: Feature [feature-requests:#1210]. Maxima lexer added.Gunter Königsmann2-0/+20
2018-02-02Backport: Implement SC_DOCUMENTOPTION_STYLES_NONE.Neil2-0/+2
2018-01-26Backport: Add documentOption argument to SCI_CREATELOADER.Neil2-2/+6
2017-11-20Backport: Add SCI_GETMOVEEXTENDSSELECTION.Mitchell Foral2-0/+4
2017-10-23Backport: Document style metadata APIs.Neil1-3/+3
2017-09-11Backport: The Scintilla namespace is always active for internal symbols and f...Neil2-12/+0
2017-08-28Backport: New header ILoader.h defines ILoader interface as it does not belon...Neil3-14/+27
2017-08-25Backport: Moved *StyleBits* APIs into deprecated category.Neil2-14/+15
2017-08-11Backport: Stopped treating SC_TECHNOLOGY_DIRECTWRITERETAIN and SC_TECHNOLOGY_...Neil1-1/+1
2017-08-02Backport: Improve description of HideSelection.rhkramer1-1/+1
2017-07-17Backport: Implement style metadata for some languages.Neil1-1/+5
2017-06-22Backport: Add style metadata methods with null implementations.Neil3-1/+28
2017-07-13Backport: Update typedefs used for lexing.Neil1-2/+4
2017-07-09Backport: Bug [#1955]. The data parameter to ILoader::AddData made const.Justin Dailey1-1/+1
2017-06-12Backport: Removed unused functions and methods from Platform.h.Neil1-26/+1
2017-06-11Backport: Implement SCN_AUTOCSELECTIONCHANGE notification.Neil3-1/+16
2018-03-11Added optional Lua lexer support.mitchell2-0/+2
2017-04-07Prefer C++ static cast over C-style casts.Neil1-1/+1
2017-04-07Allowing assigning Windows and ensure cursorLast is initialized.Neil1-0/+8