aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2020-09-12Updated for 3.21.1.rel-3-21-1mitchell9-22/+22
2020-09-09Updated BACKPORTING.mitchell1-0/+7
2020-08-27Backport:Bug [#2197]. Avoid rewrap when checkTextAndStyle finds unchanged fro...Zufu Liu1-5/+4
2020-08-26Backport: Bug [#2199]. Fixed bug where a hovered INDIC_TEXTFORE indicator was...uhf72-3/+11
2020-08-25Backport: Move SCI_MULTIEDGEADDLINE impleemntation into ViewStyle as it is to...Neil3-12/+17
2020-09-09Backport: Feature [feature-requests:1350]. Add SCI_GETMULTIEDGECOLUMN.mitchell6-5/+77
2020-08-23lexlua: Updated D lexer to not use a deprecated function.mitchell1-1/+1
2020-08-23Prefer "for" loop for iterating over Lua tables.mitchell1-19/+6
2020-08-23Updated BACKPORTING.mitchell1-0/+12
2020-08-21Backport: Reduce code and variable lifetime.Zufu Liu1-6/+3
2020-08-21Backport: Bug [#2197]. Fixed bug where layout caching was ineffective.Neil2-1/+6
2020-08-21Backport: Bounds checks for setting annotation style.Mitchell Foral1-8/+12
2020-08-11Backport: Fixed bug where gradient indicators were not showing hovered appear...Neil2-2/+5
2020-08-11Backport: Bug [#2193]. Fixed bug where hovered indicator was not returning to...uhf71-0/+1
2020-08-04Backport: Bounds checking for SetSelectionN* APIs.Mitchell Foral1-0/+3
2020-08-03Backport: Use const. Use separate lines for variable declarations.Neil1-3/+5
2020-08-03Backport: Bug [#2193]. Fixed bug where hovered indicator was not returning to...uhf72-0/+7
2020-08-03Backport: Bug [#2170]. Fixed cursor flicker when click past end of file and t...uhf71-1/+4
2020-07-31Backport: More consistent rectangle arguments.Neil1-11/+10
2020-07-31Backport: Simplify code by using CAIRO_EXTEND_REPEAT to tile a pattern instea...Neil1-21/+6
2020-07-31Backport: Refactored ContextCursor to avoid multiple Point conversions.Neil1-15/+15
2020-07-31Backport: Bug [#2170]. Fixed cursor flicker over an indicator with hover style.uhf72-0/+8
2020-07-30Backport: Bug [#2191]. Allow setting CPPFLAGS to support hardening.Andreas Rönnquist2-2/+6
2020-07-29Backport: Use dynamic_cast for SurfaceGDI::Copy as it will fail better if a m...Neil1-1/+1
2020-07-28Backport: Bug [#2189]. Allow cross-building for GTK by choosing pkg-config.Andreas Rönnquist2-1/+6
2020-07-28Backport: Fix position of marker symbols for SC_MARGIN_RTEXT which were being...Neil2-5/+20
2020-07-28Backport: Fix factory leak by using global factory instead of getting from re...Neil1-4/+1
2020-07-27Backport: Add private SurfaceD2D::GetBitmap to better encapsulate the bitmap ...Neil1-8/+11
2020-08-23lexlua: Documented color restrictions for the curses platform.mitchell2-3/+27
2020-08-03lexlua: Deprecated `lexer.fold_line_comments()` in favor of `lexer.fold_conse...mitchell53-82/+106
2020-07-27Added tag rel-3-21-0 for changeset d2d449e1dccamitchell1-0/+1
2020-07-27Updated for version 3.21.0.rel-3-21-0mitchell9-22/+40
2020-07-27lexlua: Updated documentation.mitchell1-4/+4
2020-07-27lexlua: Added C99 bool, true, and false to C lexer.mitchell1-1/+3
2020-07-27lexlua: Updated LuaDoc documentation.mitchell1-4/+4
2020-07-23Curses platform's `scintilla_get_clipboard()` now returns a copy of clipboard...mitchell2-20/+20
2020-07-19Updated BACKPORTING.mitchell1-1/+19
2020-07-18Backport: Remove some constexpr as they made shiboken fail.Neil1-2/+2
2020-07-19Backport: Add constexpr, const, noexcept and make other small improvements to...mitchell13-96/+90
2020-07-16Backport: Add move constructor to complete set of standard methods.Neil1-14/+21
2020-07-16Backport: Make EncodingType an enum class.Neil2-6/+6
2020-07-16Backport: Make WrapMode an enum class for more type safety.Neil4-14/+14
2020-07-16Backport: Rename validLevel to ValidLevel and make an enum class.Neil4-20/+20
2020-07-16Backport: Rename typeOfFold to FoldPart and make an enum class.Neil3-21/+21
2020-07-16Backport: Make AddNumber an enum class for more type safety.Neil2-4/+4
2020-07-16Backport: Use enum class for selectionUnit (previously selectionType) for mor...Neil2-32/+32
2020-07-16Backport: Make EncodingFamily an enum class for more type safety.Neil3-6/+6
2020-07-16Backport: Add some const, constexpr.Neil3-3/+3
2020-07-15Backport: Feature [feature-requests:1368]. Add BraceMatchNext API.Zufu Liu7-4/+20
2020-07-15Backport: Hoist common conversion code into RectangleFromPRectangle.Neil1-4/+12