Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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. | |||||
2020-07-15 | Backport: Add extra checking and assertions for NULLs. | Neil | 1 | -30/+34 | |
Use ReleaseUnknown which is noexcept making it easier to reason about exceptions. Add constexpr where possible. Backport of changeset 8403:0c52875b4c8c. | |||||
2020-07-19 | Backport: Make simple methods on simple classes constexpr. | mitchell | 1 | -30/+30 | |
Backport of changeset 8402:efa2991d428f. | |||||
2020-07-13 | Backport: Minor warning fixes. 0 -> nullptr and static_cast -> dynamic_cast. | Neil | 2 | -4/+4 | |
Backport of changeset 8401:add0d0fc2939. | |||||
2020-07-13 | Backport: Use float for text size in case application calls ↵ | Neil | 1 | -1/+1 | |
SCI_STYLESETSIZEFRACTIONAL. Backport of changeset 8400:9e6abe2da2b6. | |||||
2020-07-13 | Backport: Replace QTime with QElapsedTimer as QTime::start deprecated. | Neil | 1 | -2/+2 | |
Backport of changeset 8399:475a4b608b0a. | |||||
2020-07-11 | Backport: Removed calls that had no effect as drawing in indent guides uses ↵ | Neil | 1 | -2/+0 | |
FillRectangle with explicit arguments. Backport of changeset 8398:daf13e4c0042. | |||||
2020-07-11 | Backport: Removed GetNearestColor as paletted displays are no longer supported. | Neil | 1 | -3/+1 | |
Backport of changeset 8397:c1ad4413f156. | |||||
2020-07-11 | Backport: Treat DEL as a control character for determining block caret size. | Zufu Liu | 1 | -5/+6 | |
Moved IsControlCharacter to anonymous namespace. Backport of changeset 8396:16e8656c36a7. | |||||
2020-07-11 | Backport: Feature [feature-requests:1369]. Represent DEL control character ↵ | Zufu Liu | 2 | -0/+5 | |
0x7f with DEL. Backport of changeset 8395:b0355e996f10. | |||||
2020-07-08 | Backport: Fix translucent rectangle drawing on Qt. | Neil | 2 | -12/+34 | |
Backport of changeset 8394:e42c02272d31. | |||||
2020-07-08 | Backport: Use correct signature to override QListWidget::selectionChanged ↵ | Neil | 1 | -14/+21 | |
and use this to call ListNotify on delegate. This avoids need to override mouseReleaseEvent. As currentRow() is not updated for selectionChanged, use selectedRows to find selection. Fixes a compiler warning. Backport of changeset 8393:b55975246b8a. | |||||
2020-07-08 | Backport: Fix deprecated QDesktopWidget::availableGeometry call to use ↵ | Neil | 1 | -8/+21 | |
currently supported QScreen::availableGeometry call when available. Backport of changeset 8392:b52e56eefb78. | |||||
2020-07-08 | Backport: Fix deprecated Qt call to use currently supported call. | Neil | 2 | -1/+5 | |
Backport of changeset 8391:47cf3fcb2447. |