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
/
Editor.cxx
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-05
Backed out changeset: 7402342dc7a3 Caching client rectangle on EditView.
Neil
1
-20
/
+18
2018-04-04
Cache client rectangle on EditView so it can be used easily inside EditView.
Neil
1
-18
/
+20
2018-03-28
Split decorations into interface and implementation.
Neil
1
-14
/
+14
2018-03-27
Use an interface for ContractionState so that there can be different
Neil
1
-78
/
+81
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
-26
/
+27
2018-03-01
Mark variables as const where simple.
Neil
1
-100
/
+100
2018-03-01
Use C++ cast in preference to C cast.
Neil
1
-1
/
+1
2018-03-01
Mark pointer argument as const as not written to.
Neil
1
-6
/
+6
2018-02-24
Fix move-extends-selection mode for rectangular and line selections.
Mitchell Foral
1
-17
/
+52
2018-02-17
For rectangular selections, pressing Home or End now moves the caret to the Home
Vicente
1
-3
/
+14
2018-02-06
[Bug #1983] Fix double tap word selection on Windows 10 1709 Fall Creators Up...
Dimitar Radev
1
-1
/
+1
2018-02-02
Implement SC_DOCUMENTOPTION_STYLES_NONE.
Neil
1
-3
/
+3
2018-01-26
Add documentOption argument to SCI_CREATELOADER.
Neil
1
-0
/
+1
2018-01-28
Replace Sci::clamp with C++ standard std::clamp function.
Neil
1
-21
/
+21
2018-01-28
Use std::abs in preference to abs as std::abs is generic and abs casts to int
Neil
1
-2
/
+2
2017-12-19
Start of bidirectional code - implement SCI_SETBIDIRECTIONAL.
Neil
1
-0
/
+7
2017-11-20
Add SCI_GETMOVEEXTENDSSELECTION.
Mitchell Foral
1
-0
/
+2
2017-09-13
Bug [#1971]. Fix line selection by clicking in the margin when scrolled.
Neil Hodgson
1
-0
/
+2
2017-09-11
The Scintilla namespace is always active for internal symbols and for the lexer
Neil
1
-2
/
+0
2017-08-28
New header ILoader.h defines ILoader interface as it does not belong in ILexe...
Neil
1
-0
/
+1
2017-08-25
Moved *StyleBits* APIs into deprecated category.
Neil
1
-0
/
+3
2017-07-23
Avoid warning although it appears incorrect.
Neil Hodgson
1
-1
/
+1
2017-07-07
Redraw when overtype changed so caret change visible even when not blinking.
Justin Dailey
1
-3
/
+6
2017-07-01
Deprecate single phase drawing.
Neil
1
-0
/
+2
2017-06-22
Update IDocument for version 4. Drop IDocumentWithLineEnd interface to just have
Neil
1
-3
/
+3
2017-06-22
Cast between Sci_Position.h types used for lexers and Position.h types used in
Neil
1
-135
/
+173
2017-06-13
Bug [#1949]. Fix drawing failure in wrap mode for delete to start/end of line.
Neil
1
-4
/
+10
2017-06-12
Remove old timer code in favour of the FineTicker* methods.
Neil
1
-97
/
+22
2017-06-12
Simplify mouse and keyboard handling by only retaining the 'WithModifiers" form.
Neil
1
-42
/
+6
2017-06-12
Removed unused functions and methods from Platform.h.
Neil
1
-47
/
+52
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
Feature [feature-requests:#1187]. Update scroll bar when annotations added,
Neil
1
-1
/
+4
2017-05-10
Simplify DecorationList and its clients by using a vector instead of an
Neil
1
-11
/
+2
2017-05-02
Use unique_ptr for drawing surfaces and don't check for allocation failure
Neil
1
-1
/
+1
2017-04-25
Bug [#1940]. Canceling modes with the Esc key preserves a rectangular selection.
Neil
1
-1
/
+1
2017-04-22
Using unique_ptr to simplify ownership of images, case folder, and list box.
Neil
1
-1
/
+1
2017-04-15
Use bool literals true and false instead of 1 and 0.
Neil
1
-3
/
+3
2017-04-09
Further use of range-for.
Neil
1
-3
/
+2
2017-04-09
Modernise ViewStyle with vector, unique_ptr, any_of, and method deletion.
Neil
1
-6
/
+6
2017-04-08
Use reference for efficiency.
Neil
1
-1
/
+1
2017-04-07
Use same parameter names in declarations and definitions.
Neil
1
-5
/
+5
2017-04-06
Added const where possible.
Neil
1
-71
/
+71
2017-04-06
Added a caret line frame as an alternative visual for highlighting the caret ...
A-R-C-A
1
-0
/
+6
2017-04-02
Added "Reverse Selected Lines" as SCI_LINEREVERSE.
Vicente
1
-0
/
+31
2017-04-01
More encapsulation for Decoration and DecorationList.
Neil
1
-9
/
+9
2017-04-01
Standardize on C++ headers, remove headers that aren't needed and add <cstddef>
Neil
1
-5
/
+6
2017-03-31
Prefer standard min/max over Platform's as adapts to changed types.
Neil
1
-13
/
+13
2017-03-31
Hide decorations details a little.
Neil
1
-1
/
+1
[next]