aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/EditView.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-06-06Backport: Added brace for multi-line if and normalized space.Neil1-6/+7
2018-06-06Backport: SC_WRAPINDENT_DEEPINDENT added to indent two tabs from previous line.Henrik Hank1-3/+9
2018-05-24Backport: Fix warnings. Add const, constexpr, and noexcept. Initialize. Stand...Neil1-6/+6
2018-05-13Backport: When line end characters are displayed, indicators are drawn under/...Neil1-6/+7
2018-05-01Backport: Add IntegerRectangle to simplify drawing lines without casting.Neil1-24/+28
2018-04-27Backport: Use nullptr for custom draw functions.Neil1-7/+8
2018-04-26Backport: Specify concrete class for ldTabstops and use directly instead of c...Neil1-7/+4
2018-05-06Backport: Use <chrono> for platform-independent timing and remove ElapsedTime...mitchell1-19/+30
2018-05-06Backport: More const and cast avoidance.mitchell1-4/+5
2018-04-20Backport: Mark pointer to constant parameter as const.Neil1-1/+1
2018-05-06Backport: Feature [feature-requests:#1215]. Use standard functions in prferen...mitchell1-4/+4
2018-04-20Backport: Avoid casts for DrawIndentGuide.Neil1-6/+6
2018-04-19Backport: Templatize MakeUpperCase/MakeLowerCase so they work on char/int wit...Neil1-4/+4
2018-04-19Backport: Use ColourDesired constructor explicitly to make more obvious.Neil1-1/+1
2018-04-19Backport: Casting changed in many places, due to change to 64-bit variables f...Neil1-44/+44
2018-04-19Backport: SC_PRINT_SCREENCOLOURS doesn't force the background colour of line ...Nicholai Benalal1-2/+3
2018-05-05Backport: Add SC_DOCUMENTOPTION_TEXT_LARGE option for documents larger than 2...mitchell1-4/+3
2018-04-05Backport: Backed out changeset: 7402342dc7a3 Caching client rectangle on Edit...Neil1-8/+0
2018-04-04Backport: Cache client rectangle on EditView so it can be used easily inside ...Neil1-0/+8
2018-05-05Backport: Split decorations into interface and implementation.mitchell1-10/+10
2018-03-27Backport: Use an interface for ContractionState so that there can be differentNeil1-15/+15
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-22/+24
2018-03-01Backport: Mark variables as const where simple.Neil1-46/+46
2017-09-11Backport: The Scintilla namespace is always active for internal symbols and f...Neil1-6/+0
2017-08-28Backport: New header ILoader.h defines ILoader interface as it does not belon...Neil1-0/+1
2017-06-22Backport: Cast between Sci_Position.h types used for lexers and Position.h ty...Neil1-41/+49
2017-05-21Use unique_ptr and forward_list to regularize PerLine data structures.Neil1-0/+1
2017-05-21Make SparseVector work with move-only types.Neil1-0/+1
2017-05-10Simplify DecorationList and its clients by using a vector instead of anNeil1-2/+2
2017-05-10Use unique_ptr fpr Partitioning, RunStyles, SparseVector, PositionCache andNeil1-8/+8
2017-05-02Use unique_ptr for drawing surfaces and don't check for allocation failureNeil1-22/+12
2017-04-12For speed, store height of capital letters in FontMeasurements so notNeil1-2/+1
2017-04-09Further use of range-for.Neil1-5/+5
2017-04-09Modernise ViewStyle with vector, unique_ptr, any_of, and method deletion.Neil1-1/+1
2017-04-06Added const where possible.Neil1-36/+36
2017-04-06Added a caret line frame as an alternative visual for highlighting the caret ...A-R-C-A1-8/+62
2017-04-01Fix DisplayFromPosition pos argument to be correct type.Neil1-1/+1
2017-04-01More encapsulation for Decoration and DecorationList.Neil1-6/+6
2017-04-01Standardize on C++ headers, remove headers that aren't needed and add <cstddef>Neil1-6/+7
2017-03-31Prefer standard min/max over Platform's as adapts to changed types.Neil1-7/+7
2017-03-31Using Sci::Position and Sci::Line to mark variables that are document positionsNeil1-108/+108
2017-03-19Group non-single-phase drawing before text.Neil1-11/+11
2017-03-16For single phase drawing ensure remainder of line filled by always fillingNeil1-1/+1
2017-03-16For single phase drawing ensure edges and mark underline drawn over fold tags byNeil1-5/+8
2017-03-16For multiphase drawing ensure edges and mark underline drawn over fold tags byNeil1-0/+2
2017-03-17Round left and right sides of fold text box to ensure within the allocation.Neil1-8/+11
2017-03-16Fix 1 pixel unpainted as background.Neil1-1/+1
2017-03-16Fix difference between right of line end and left of fold tag.Neil1-1/+1
2017-01-22Display block caret over the character at the end of a selection to be similarJohn Ehresman1-1/+7