aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Editor.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-01-06Backport: Bug [#2068]. Fix some clang-tidy warnings.Zufu Liu1-2/+2
2018-11-29Backport: Notify with SC_UPDATE_SELECTION when user performs a multiple selec...Neil1-0/+1
2018-10-17Backport: Use nullptr and default brace initialisation for some simple cases.Neil1-1/+1
2018-10-15Backport: Set number of lines wrapped in one go to maintain responsiveness an...Neil1-2/+12
2018-10-15Backport: Extract duration measurement damping and clamping into ActionDurati...Neil1-1/+1
2018-10-11Backport: Add SCI_SETCOMMANDEVENTS API to allow turning off command events.Neil1-3/+13
2018-10-09Backport: Improve performance of Editor::RangeText by avoding per-character c...Neil1-3/+1
2018-09-29Backport: Use nullptr when simple.Neil1-6/+6
2018-09-29Backport: Normalize formatting with astyle.Neil1-5/+5
2018-09-29Backport: Remove dead code.Neil1-1/+0
2018-09-29Backport: Bug [#2047]. Avoid processing when SCI_SETZOOM to same value as bef...Zufu Liu1-5/+9
2018-07-10Backport: Optional indexing of line starts in UTF-8 documents by UTF-32 code ...Neil1-1/+27
2018-05-24Backport: Fix warnings. Add const, constexpr, and noexcept. Initialize. Stand...Neil1-12/+12
2018-05-25Backport: Draw invalid bytes in DBCS when detected as blobs in a similar way ...mitchell1-0/+11
2018-05-14Backport: Modernize Platform.h (2) - noexcept, const, constexpr.Neil1-28/+28
2018-05-14Backport: Modernize Platform.h (1) - noexcept, const, standard methods.Neil1-2/+1
2018-05-03Backport: Avoid casts.Neil1-4/+4
2018-05-03Backport: Eliminate XFromPosition overload for Sci::Position as SelectionPosi...Neil1-7/+2
2018-05-01Backport: Bug [#2012]. Use '0' instead of '0l'.Neil1-1/+1
2018-04-30Backport: Feature [feature-requests:#1215]. Use Sci::clamp to shorten code.Neil1-6/+1
2018-04-25Backport: Use set of coercion functions for transforming WndProc parameters i...Neil1-24/+20
2018-05-06Backport: Remove casts that are not needed since sptr_t and Sci::Position are...mitchell1-28/+28
2018-04-24Backport: Feature [feature-requests:#1215]. Make a parameter const.Neil1-1/+1
2018-05-06Backport: More const and cast avoidance.mitchell1-8/+8
2018-04-20Backport: Mark pointer to constant parameter as const.Neil1-1/+1
2018-04-19Backport: Casting changed in many places, due to change to 64-bit variables f...Neil1-347/+341
2018-05-05Backport: Add SC_DOCUMENTOPTION_TEXT_LARGE option for documents larger than 2...mitchell1-3/+6
2018-04-16Backport: Convert topLine from a screen line to a document line before using ...Neil1-1/+2
2018-04-11Backport: Set the last X chosen when SCI_REPLACESEL called to ensure macros w...Neil1-0/+1
2018-04-05Backport: Backed out changeset: 7402342dc7a3 Caching client rectangle on Edit...Neil1-20/+18
2018-04-04Backport: Cache client rectangle on EditView so it can be used easily inside ...Neil1-18/+20
2018-05-05Backport: Split decorations into interface and implementation.mitchell1-14/+14
2018-03-27Backport: Use an interface for ContractionState so that there can be differentNeil1-78/+81
2018-03-15Backport: Use forward class definitions of XPM and RGBAImage so only code tha...Neil1-1/+0
2018-03-09Backport: Use Position/Line/int more accurately in preparation for large docu...Neil1-26/+27
2018-03-01Backport: Mark variables as const where simple.Neil1-113/+113
2018-03-01Backport: Use C++ cast in preference to C cast.Neil1-1/+1
2018-03-01Backport: Mark pointer argument as const as not written to.Neil1-6/+6
2018-02-24Backport: Fix move-extends-selection mode for rectangular and line selections.Mitchell Foral1-17/+52
2018-02-17Backport: For rectangular selections, pressing Home or End now moves the care...Vicente1-3/+14
2018-02-06Backport: [Bug #1983] Fix double tap word selection on Windows 10 1709 Fall C...Dimitar Radev1-1/+1
2018-02-02Backport: Implement SC_DOCUMENTOPTION_STYLES_NONE.Neil1-3/+3
2018-01-26Backport: Add documentOption argument to SCI_CREATELOADER.Neil1-0/+1
2018-01-28Backport: Use std::abs in preference to abs as std::abs is generic and abs ca...Neil1-2/+2
2017-11-20Backport: Add SCI_GETMOVEEXTENDSSELECTION.Mitchell Foral1-0/+2
2017-09-13Backport: Bug [#1971]. Fix line selection by clicking in the margin when scro...Neil Hodgson1-0/+2
2017-09-11Backport: The Scintilla namespace is always active for internal symbols and f...Neil1-2/+0
2017-08-28Backport: New header ILoader.h defines ILoader interface as it does not belon...Neil1-0/+1
2017-08-25Backport: Moved *StyleBits* APIs into deprecated category.Neil1-0/+3
2017-07-23Backport: Avoid warning although it appears incorrect.Neil Hodgson1-1/+1