aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/EditView.h
AgeCommit message (Expand)AuthorFilesLines
2019-03-03Use noexcept where reasonable.Neil1-7/+7
2019-02-02Feature [feature-requests:#1217]. Implement CARETSTYLE_BLOCK_ALWAYS.Zufu Liu1-1/+1
2018-06-02UpdateBidiData is called by EditView but doesn't use any EditView fields so makeNeil1-1/+1
2018-05-23Implement bidirectional mode bidiL2R for DirectDraw on Win32.Neil1-2/+4
2018-05-14Modernize Platform.h (4) - update Surface to use string_view for text arguments.Neil1-1/+1
2018-05-01Fix minor issues with AutoSurface, AutoLineLayout and SelectionText.Neil1-4/+4
2018-04-28Delete standard functions on classes where there could be attempts to copy.Neil1-1/+5
2018-04-26Specify concrete class for ldTabstops and use directly instead of copying valueNeil1-1/+3
2018-04-20Mark pointer to constant parameter as const.Neil1-1/+1
2018-04-20Avoid casts for DrawIndentGuide.Neil1-1/+1
2018-04-05Backed out changeset: 7402342dc7a3 Caching client rectangle on EditView.Neil1-4/+0
2018-04-04Cache client rectangle on EditView so it can be used easily inside EditView.Neil1-0/+4
2018-03-09Use Position/Line/int more accurately in preparation for large documents.Neil1-1/+1
2017-09-11The Scintilla namespace is always active for internal symbols and for the lexerNeil1-4/+0
2017-05-02Use unique_ptr for drawing surfaces and don't check for allocation failureNeil1-4/+4
2017-04-21More consistent deletion of standard methods.Neil1-0/+3
2017-04-20More consistent deletion of standard methods.Neil1-1/+2
2017-04-07Use same parameter names in declarations and definitions.Neil1-1/+1
2017-04-01Fix DisplayFromPosition pos argument to be correct type.Neil1-1/+1
2017-03-31Using Sci::Position and Sci::Line to mark variables that are document positionsNeil1-24/+24
2017-01-04Mark some const methods as const.Neil1-1/+1
2016-12-09Use double coordinates instead of float in some cases as float ran out ofNeil1-1/+1
2016-11-29Textual tags may be displayed on folded lines with SCI_TOGGLEFOLDSHOWTEXT.Tse Kit Yam1-0/+4
2016-11-05Add options to choose between the locations of a position when thereNeil Hodgson1-1/+3
2015-03-11Allow minimum tab width to be tweaked to allow character cell implementationNeil1-0/+1
2014-11-19Platform overrides for some drawing and behaviour to benefit PLAT_CURSES.Neil1-0/+10
2014-09-05Bug [#1652]. Revert to allowing fractional tab stops.Neil Hodgson1-1/+1
2014-08-24Removed comma at end of enum as it caused an error on i686-apple-darwin10-g++...Neil Hodgson1-1/+1
2014-08-08Implement explicit tab stops per line.Neil1-0/+9
2014-07-24Using separate variable imeCaretBlockOverride for IME mode instead of changingNeil1-0/+2
2014-07-24Mark const methods const.Neil1-1/+1
2014-07-24Remove line end whitespace.Neil1-1/+1
2014-07-18Allow extreme ascenders and descenders to overlap into adjacent lines withNeil1-5/+36
2014-07-17Refactored Drawline into separate methods for each aspect of drawing.Neil1-18/+26
2014-07-08Split out EditModel, MarginView, and EditView classes into separate files.Neil1-0/+113