index
:
scintilla-mirror
master
sciteco-dev-pre-v2.0.0
sciteco-rel-5-1-3
sciteco-rel-5-3-4
sciteco-rel-5-5-2
sciteco-rel-5-5-4
sciteco-rel-5-5-7
sciteco-rel-5-5-8
Git mirror of the Scintilla editor component. Referenced by the SciTECO repository.
Robin Haberkorn
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
EditView.cxx
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-01
Add IntegerRectangle to simplify drawing lines without casting.
Neil
1
-24
/
+28
2018-04-27
Use nullptr for custom draw functions.
Neil
1
-7
/
+8
2018-04-26
Specify concrete class for ldTabstops and use directly instead of copying value
Neil
1
-7
/
+4
2018-04-26
Use <chrono> for platform-independent timing and remove ElapsedTime.
Neil
1
-19
/
+30
2018-04-20
More const and cast avoidance.
Neil
1
-5
/
+6
2018-04-20
Mark pointer to constant parameter as const.
Neil
1
-1
/
+1
2018-04-20
Feature [feature-requests:#1215]. Use standard functions in prference to
Neil
1
-4
/
+4
2018-04-20
Avoid casts for DrawIndentGuide.
Neil
1
-6
/
+6
2018-04-19
Templatize MakeUpperCase/MakeLowerCase so they work on char/int without casts.
Neil
1
-4
/
+4
2018-04-19
Use ColourDesired constructor explicitly to make more obvious.
Neil
1
-1
/
+1
2018-04-19
Casting changed in many places, due to change to 64-bit variables for 64-bit
Neil
1
-44
/
+44
2018-04-19
SC_PRINT_SCREENCOLOURS doesn't force the background colour of line numbers wh...
Nicholai Benalal
1
-2
/
+3
2018-04-17
Add SC_DOCUMENTOPTION_TEXT_LARGE option for documents larger than 2 GigaBytes.
Neil
1
-4
/
+3
2018-04-05
Backed out changeset: 7402342dc7a3 Caching client rectangle on EditView.
Neil
1
-8
/
+0
2018-04-04
Cache client rectangle on EditView so it can be used easily inside EditView.
Neil
1
-0
/
+8
2018-03-28
Split decorations into interface and implementation.
Neil
1
-10
/
+10
2018-03-27
Use an interface for ContractionState so that there can be different
Neil
1
-15
/
+15
2018-03-15
Use forward class definitions of XPM and RGBAImage so only code that uses them
Neil
1
-1
/
+0
2018-03-09
Use Position/Line/int more accurately in preparation for large documents.
Neil
1
-22
/
+24
2018-03-01
Mark variables as const where simple.
Neil
1
-46
/
+46
2018-03-01
Use make_unique in preference to new.
Neil
1
-1
/
+1
2017-09-11
The Scintilla namespace is always active for internal symbols and for the lexer
Neil
1
-6
/
+0
2017-08-28
New header ILoader.h defines ILoader interface as it does not belong in ILexe...
Neil
1
-0
/
+1
2017-06-22
Cast between Sci_Position.h types used for lexers and Position.h types used in
Neil
1
-41
/
+49
2017-05-21
Use unique_ptr and forward_list to regularize PerLine data structures.
Neil
1
-0
/
+1
2017-05-21
Make SparseVector work with move-only types.
Neil
1
-0
/
+1
2017-05-10
Simplify DecorationList and its clients by using a vector instead of an
Neil
1
-2
/
+2
2017-05-10
Use unique_ptr fpr Partitioning, RunStyles, SparseVector, PositionCache and
Neil
1
-8
/
+8
2017-05-02
Use unique_ptr for drawing surfaces and don't check for allocation failure
Neil
1
-22
/
+12
2017-04-12
For speed, store height of capital letters in FontMeasurements so not
Neil
1
-2
/
+1
2017-04-09
Further use of range-for.
Neil
1
-5
/
+5
2017-04-09
Modernise ViewStyle with vector, unique_ptr, any_of, and method deletion.
Neil
1
-1
/
+1
2017-04-06
Added const where possible.
Neil
1
-36
/
+36
2017-04-06
Added a caret line frame as an alternative visual for highlighting the caret ...
A-R-C-A
1
-8
/
+62
2017-04-01
Fix DisplayFromPosition pos argument to be correct type.
Neil
1
-1
/
+1
2017-04-01
More encapsulation for Decoration and DecorationList.
Neil
1
-6
/
+6
2017-04-01
Standardize on C++ headers, remove headers that aren't needed and add <cstddef>
Neil
1
-6
/
+7
2017-03-31
Prefer standard min/max over Platform's as adapts to changed types.
Neil
1
-7
/
+7
2017-03-31
Using Sci::Position and Sci::Line to mark variables that are document positions
Neil
1
-108
/
+108
2017-03-19
Group non-single-phase drawing before text.
Neil
1
-11
/
+11
2017-03-16
For single phase drawing ensure remainder of line filled by always filling
Neil
1
-1
/
+1
2017-03-16
For single phase drawing ensure edges and mark underline drawn over fold tags by
Neil
1
-5
/
+8
2017-03-16
For multiphase drawing ensure edges and mark underline drawn over fold tags by
Neil
1
-0
/
+2
2017-03-17
Round left and right sides of fold text box to ensure within the allocation.
Neil
1
-8
/
+11
2017-03-16
Fix 1 pixel unpainted as background.
Neil
1
-1
/
+1
2017-03-16
Fix difference between right of line end and left of fold tag.
Neil
1
-1
/
+1
2017-01-22
Display block caret over the character at the end of a selection to be similar
John Ehresman
1
-1
/
+7
2017-01-04
Mark some const methods as const.
Neil
1
-1
/
+1
2016-12-09
Warning suppression and documentation of previous change 6082.
Neil
1
-1
/
+2
2016-12-09
Use double coordinates instead of float in some cases as float ran out of
Neil
1
-1
/
+1
[next]