Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-09-12 | Updated for 3.21.1.rel-3-21-1 | mitchell | 9 | -22/+22 | |
2020-09-09 | Updated BACKPORTING. | mitchell | 1 | -0/+7 | |
2020-08-27 | Backport:Bug [#2197]. Avoid rewrap when checkTextAndStyle finds unchanged ↵ | Zufu Liu | 1 | -5/+4 | |
from cache. Backport of changeset 8510:41fb5d858e8c. | |||||
2020-08-26 | Backport: Bug [#2199]. Fixed bug where a hovered INDIC_TEXTFORE indicator ↵ | uhf7 | 2 | -3/+11 | |
was not applying the hover colour to the whole range. Backport of changeset 8509:fc1c341a2339. | |||||
2020-08-25 | Backport: Move SCI_MULTIEDGEADDLINE impleemntation into ViewStyle as it is ↵ | Neil | 3 | -12/+17 | |
too complex for switch case in Editor. Backport of changeset 8508:03c67a051370. | |||||
2020-09-09 | Backport: Feature [feature-requests:1350]. Add SCI_GETMULTIEDGECOLUMN. | mitchell | 6 | -5/+77 | |
Backport of changeset 8507:e72e8cf58ea7. | |||||
2020-08-23 | lexlua: Updated D lexer to not use a deprecated function. | mitchell | 1 | -1/+1 | |
2020-08-23 | Prefer "for" loop for iterating over Lua tables. | mitchell | 1 | -19/+6 | |
2020-08-23 | Updated BACKPORTING. | mitchell | 1 | -0/+12 | |
2020-08-21 | Backport: Reduce code and variable lifetime. | Zufu Liu | 1 | -6/+3 | |
Backport of changeset 8483:c10c2fd7dd1f. | |||||
2020-08-21 | Backport: Bug [#2197]. Fixed bug where layout caching was ineffective. | Neil | 2 | -1/+6 | |
Backport of changeset 8482:aa1c8541f6e1. | |||||
2020-08-21 | Backport: Bounds checks for setting annotation style. | Mitchell Foral | 1 | -8/+12 | |
Backport of changeset 8481:1594f3416bd6. | |||||
2020-08-11 | Backport: Fixed bug where gradient indicators were not showing hovered ↵ | Neil | 2 | -2/+5 | |
appearance. Backport of changeset 8478:8a57f43f8bc3. | |||||
2020-08-11 | Backport: Bug [#2193]. Fixed bug where hovered indicator was not returning ↵ | uhf7 | 1 | -0/+1 | |
to non-hover when mouse over selection. Backport of changeset 8477:5d056f2f3fc5. | |||||
2020-08-04 | Backport: Bounds checking for SetSelectionN* APIs. | Mitchell Foral | 1 | -0/+3 | |
Backport of changeset 8474:830af6997afb. | |||||
2020-08-03 | Backport: Use const. Use separate lines for variable declarations. | Neil | 1 | -3/+5 | |
Backport of changeset 8473:29ece1e94078. | |||||
2020-08-03 | Backport: Bug [#2193]. Fixed bug where hovered indicator was not returning ↵ | uhf7 | 2 | -0/+7 | |
to non-hover appearance when mouse moved out of window or into margin. Backport of changeset 8472:2f8f87a7d57f. | |||||
2020-08-03 | Backport: Bug [#2170]. Fixed cursor flicker when click past end of file and ↵ | uhf7 | 1 | -1/+4 | |
there is an indicator at file end. Backport of changeset 8471:34147e899966. | |||||
2020-07-31 | Backport: More consistent rectangle arguments. | Neil | 1 | -11/+10 | |
Change radius argument on PathRoundRectangle to double as this causes fewer warnings. Backport of changeset 8470:2476360d7ff5. | |||||
2020-07-31 | Backport: Simplify code by using CAIRO_EXTEND_REPEAT to tile a pattern ↵ | Neil | 1 | -21/+6 | |
instead of looping over all the tiles. Backport of changeset 8469:302457a9349f. | |||||
2020-07-31 | Backport: Refactored ContextCursor to avoid multiple Point conversions. | Neil | 1 | -15/+15 | |
Reversed order of selection checks as SelectionEmpty is lighter than PointInSelection. Backport of changeset 8468:7b1106eeebbb. | |||||
2020-07-31 | Backport: Bug [#2170]. Fixed cursor flicker over an indicator with hover style. | uhf7 | 2 | -0/+8 | |
Backport of changeset 8467:cb319e3ab20e. | |||||
2020-07-30 | Backport: Bug [#2191]. Allow setting CPPFLAGS to support hardening. | Andreas Rönnquist | 2 | -2/+6 | |
Backport of changeset 8466:5d134721c303. | |||||
2020-07-29 | Backport: Use dynamic_cast for SurfaceGDI::Copy as it will fail better if a ↵ | Neil | 1 | -1/+1 | |
mistake made. Backport of changeset 8464:73514a371867. | |||||
2020-07-28 | Backport: Bug [#2189]. Allow cross-building for GTK by choosing pkg-config. | Andreas Rönnquist | 2 | -1/+6 | |
Backport of changeset 8463:714e73622572. | |||||
2020-07-28 | Backport: Fix position of marker symbols for SC_MARGIN_RTEXT which were ↵ | Neil | 2 | -5/+20 | |
being moved based on width of text. Backport of changeset 8462:1d48cfa70dcd. | |||||
2020-07-28 | Backport: Fix factory leak by using global factory instead of getting from ↵ | Neil | 1 | -4/+1 | |
render target. Backport of changeset 8461:3626579329d1. | |||||
2020-07-27 | Backport: Add private SurfaceD2D::GetBitmap to better encapsulate the bitmap ↵ | Neil | 1 | -8/+11 | |
render target and simplify callers. Backport of changeset 8460:6e7bbeda1f5a. | |||||
2020-08-23 | lexlua: Documented color restrictions for the curses platform. | mitchell | 2 | -3/+27 | |
2020-08-03 | lexlua: Deprecated `lexer.fold_line_comments()` in favor of ↵ | mitchell | 53 | -82/+106 | |
`lexer.fold_consecutive_lines()`. Also use `lexer.fold_line_groups` for option that enables this folding, avoiding name clash that plagued the previous option. Added "import" folding for Java. | |||||
2020-07-27 | Added tag rel-3-21-0 for changeset d2d449e1dcca | mitchell | 1 | -0/+1 | |
2020-07-27 | Updated for version 3.21.0.rel-3-21-0 | mitchell | 9 | -22/+40 | |
2020-07-27 | lexlua: Updated documentation. | mitchell | 1 | -4/+4 | |
2020-07-27 | lexlua: Added C99 bool, true, and false to C lexer. | mitchell | 1 | -1/+3 | |
2020-07-27 | lexlua: Updated LuaDoc documentation. | mitchell | 1 | -4/+4 | |
2020-07-23 | Curses platform's `scintilla_get_clipboard()` now returns a copy of ↵ | mitchell | 2 | -20/+20 | |
clipboard text directly. The function no longer mimics the Scintilla API for stringresult for the sake of convenience. | |||||
2020-07-19 | Updated BACKPORTING. | mitchell | 1 | -1/+19 | |
2020-07-18 | Backport: Remove some constexpr as they made shiboken fail. | Neil | 1 | -2/+2 | |
Backport of changeset 8420:572995dc6928. | |||||
2020-07-19 | Backport: Add constexpr, const, noexcept and make other small improvements ↵ | mitchell | 13 | -96/+90 | |
to lexlib. Backport of changeset 8416:06a43e06a8e0. | |||||
2020-07-16 | Backport: Add move constructor to complete set of standard methods. | Neil | 1 | -14/+21 | |
Backport of changeset 8415:74ff9a221c89. | |||||
2020-07-16 | Backport: Make EncodingType an enum class. | Neil | 2 | -6/+6 | |
Backport of changeset 8414:b093ae84d34a. | |||||
2020-07-16 | Backport: Make WrapMode an enum class for more type safety. | Neil | 4 | -14/+14 | |
Backport of changeset 8413:ef7672c46486. | |||||
2020-07-16 | Backport: Rename validLevel to ValidLevel and make an enum class. | Neil | 4 | -20/+20 | |
Backport of changeset 8412:999c4c848b8f. | |||||
2020-07-16 | Backport: Rename typeOfFold to FoldPart and make an enum class. | Neil | 3 | -21/+21 | |
Backport of changeset 8411:606b39f5e1f4. | |||||
2020-07-16 | Backport: Make AddNumber an enum class for more type safety. | Neil | 2 | -4/+4 | |
Backport of changeset 8410:84c7d7b3c0b8. | |||||
2020-07-16 | Backport: Use enum class for selectionUnit (previously selectionType) for ↵ | Neil | 2 | -32/+32 | |
more type safety. Backport of changeset 8409:74950c91ef69. | |||||
2020-07-16 | Backport: Make EncodingFamily an enum class for more type safety. | Neil | 3 | -6/+6 | |
Backport of changeset 8408:e89f22691610. | |||||
2020-07-16 | Backport: Add some const, constexpr. | Neil | 3 | -3/+3 | |
Backport of changeset 8407:dfaa642a6c22. | |||||
2020-07-15 | Backport: Feature [feature-requests:1368]. Add BraceMatchNext API. | Zufu Liu | 7 | -4/+20 | |
Backport of changeset 8406:a2ce85a55dfa. | |||||
2020-07-15 | Backport: Hoist common conversion code into RectangleFromPRectangle. | Neil | 1 | -4/+12 | |
Backport of changeset 8405:004e2fe0cc50. |