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
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
2023-11-24
Feature [feature-requests:#1502] Simplify FlagSet expressions.
Zufu Liu
1
-8
/
+2
2023-10-10
Rename bugColour to colourBug to follow convention.
Neil
1
-5
/
+5
2023-10-10
Use global constants for opaque black and white and local constants for greys.
Neil
1
-5
/
+5
2023-03-02
Add multithreaded wrap to significantly improve performance of wrapping large
Neil
1
-4
/
+5
2023-02-12
Feature [feature-requests:#1476] Move default representation code into
Neil
1
-21
/
+0
2023-02-12
Fix clipping of line end wrap symbol for SC_WRAPVISUALFLAGLOC_END_BY_TEXT.
Neil
1
-2
/
+3
2023-02-12
Bug [#2378]. Fix overlapping of text with line end wrap marker.
Zufu Liu
1
-1
/
+1
2023-01-25
Hoist line wrapping code into LineLayout::WrapLine as it has few dependencies.
Neil
1
-52
/
+1
2023-01-23
Allow UTF-8 entries to coexist in the position cache alongside the document
Neil
1
-38
/
+20
2023-01-16
Use intervals for drawing.
Neil
1
-57
/
+43
2023-01-15
Replace XYACCUMULATOR with XYPOSITION as will not return to single-precision
Neil
1
-19
/
+19
2023-01-15
Consolidate calculation of horizontal offset and use in more regular way.
Neil
1
-15
/
+17
2023-01-15
Simplify DrawIndentGuide and move decision to offset out of loop.
Neil
1
-8
/
+9
2023-01-15
As text base line is constant, move calculation out of loop.
Neil
1
-11
/
+13
2022-12-12
Reorder arguments to drawing functions to be consistent.
Neil
1
-339
/
+356
2022-12-09
More safety for potentially empty unwraps with ElementColourForced returning a
Neil
1
-8
/
+8
2022-12-09
Ensure unwraps of std::optional<ColourRGBA> can be checked by Code Analysis.
Neil
1
-17
/
+15
2022-12-09
Shorten code with ColourOptional alias for std::optional<ColourRGBA>.
Neil
1
-15
/
+15
2022-10-19
Draw background colour for EOL annotations with standard and boxed visuals.
Neil
1
-15
/
+25
2022-10-19
Use switch for EOL annotation shape drawing. Use const and PixelAlign for
Neil
1
-7
/
+10
2022-10-09
Bug [#2358]. Suppress change history background line shading when printing.
Neil
1
-0
/
+8
2022-10-04
Feature [feature-requests:#1453] Added SCI_STYLESETINVISIBLEREPRESENTATION to
Ferdinand Oeinck
1
-0
/
+24
2022-09-25
Enlarge point and point top indicators and scale to be larger with larger text.
Neil
1
-1
/
+2
2022-09-25
Draw lines more consistently in SC_PHASES_TWO and SC_PHASES_ONE modes by
Neil
1
-0
/
+9
2022-09-12
Bug [#2349] When more screen lines in ContractionState than LineLayout for a
Neil
1
-0
/
+5
2022-08-15
Fix bug where deletion at line end indicated with point disappeared when text
Neil
1
-7
/
+6
2022-08-13
Reduce warnings with noexcept, fewer casts, and other minor changes.
Neil
1
-4
/
+8
2022-08-13
Move append of new line start into PositionCache as AddLineStart.
Neil
1
-2
/
+1
2022-07-31
Added change history which can display document changes (modified, saved, ...)
Neil
1
-0
/
+39
2022-07-31
Move main access to active marker bit set to model. This will allow merging in
Neil
1
-6
/
+6
2022-07-28
Simplify and shorten indicator drawing.
Neil
1
-28
/
+19
2022-07-22
Bug [#2335] Fix incorrect display of selection when printing in some modes.
Neil
1
-6
/
+1
2022-07-22
Move EditView::hideSelection to (inverted) SelectionAppearance::visible so that
Neil
1
-11
/
+10
2022-06-17
Avoid cast.
Neil
1
-2
/
+2
2022-06-17
Fix crash printing on Win32 in bidirectional mode with a non-empty selection.
Neil
1
-6
/
+8
2022-06-17
Change bug colour slightly to be more unique and make it easier to detect when
Neil
1
-1
/
+1
2022-06-17
Bug [#2335] Fix bad background colour for additional, secondary, and inactive
Neil
1
-2
/
+6
2022-06-10
Bug [#2334] Fix hiding selection when selection layer is SC_LAYER_UNDER_TEXT.
John Ehresman
1
-1
/
+3
2022-05-17
Fix pink selection background when printing by making it completely transparent.
Neil
1
-0
/
+2
2022-05-17
Duplicate APIs to support 64-bit document positions on Win32:
Neil
1
-14
/
+14
2022-03-10
Bug [#2320] Fix position of end-of-line annotation when fold display text is
Michael Berlenz
1
-1
/
+3
2022-03-05
Feature [feature-requests:#1432] Simplify setting surface modes with
Zufu Liu
1
-1
/
+1
2022-03-04
Feature [feature-requests:#1432] Cosmetic - comment position and trailing space.
Zufu Liu
1
-1
/
+1
2022-02-28
Fix null dereference warning from Coverity 2021.12.
Neil
1
-1
/
+1
2022-02-02
Feature [feature-requests:#1427] Add multithreaded layout which improves
Neil
1
-42
/
+124
2022-01-22
Feature [feature-requests:#1422] Minor improvements to line layout and wrapping.
Zufu Liu
1
-3
/
+2
2022-01-20
Hide details of PositionCache.
Neil
1
-5
/
+6
2021-10-24
Avoid extra breaks introduced by revision 8993.
Zufu Liu
1
-4
/
+6
2021-10-22
Add CARETSTYLE_CURSES to draw more than 1 caret on curses terminal.
Mitchell Foral
1
-5
/
+25
2021-10-22
Feature [feature-requests:#1417] Change line wrapping to seek to line length
Zufu Liu
1
-26
/
+35
[next]