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
2015-02-24
Notify container of non-BMP characters correctly.
Neil
1
-22
/
+3
2015-02-23
Add SCI_GETTARGETTEXT as a simpler alternate to SCI_GETTEXTRANGE.
Neil
1
-1
/
+6
2015-02-22
Added SCI_SETTARGETRANGE method to set both the start and end of the target.
Neil Hodgson
1
-0
/
+5
2015-02-15
Add SC_INDICFLAG_VALUEFORE and INDIC_TEXTFORE to allow a wide range of indicator
Neil
1
-0
/
+10
2015-02-14
Fix 64->32 bit conversion warnings.
Neil Hodgson
1
-13
/
+16
2015-02-13
Ensure style data OK before wrapping lines when changing documents.
Neil
1
-0
/
+1
2015-02-04
Implement hover style and colour for indicators.
Neil
1
-9
/
+77
2015-01-16
When the mouse is on the line between margin and text changed to treat as within
rel-3-5-3
Neil
1
-1
/
+1
2014-12-08
Avoid warnings from clang about calling abs with float arguments.
Neil
1
-3
/
+3
2014-12-07
Protect FineTickerCancel from being called when fine tickers not implemented.
Neil
1
-6
/
+5
2014-12-05
Extract FillVirtualSpace so it is not repeated and can be made less complex in
Neil
1
-0
/
+7
2014-11-19
Platform overrides for some drawing and behaviour to benefit PLAT_CURSES.
Neil
1
-4
/
+5
2014-10-16
Explain how multiple selections are processed.
Neil
1
-0
/
+3
2014-10-04
Bug [#1657]. Prevent caret blinking when holding down Delete key.
Neil
1
-0
/
+1
2014-10-02
Allow using C++11 <regex> for searches as a provisional feature.
Neil
1
-38
/
+53
2014-10-02
Include <stdexcept> so that exceptions derived from std::runtime_error can be
Neil
1
-0
/
+1
2014-09-12
Allow choice between windowed and inline IME.
Neil
1
-0
/
+7
2014-09-05
Bug [#1654]. Missing cast in PositionIsHotspot.
Neil
1
-1
/
+1
2014-08-18
Bug [#1640]. Remove dead DelChar method.
Neil
1
-8
/
+0
2014-08-08
Implement explicit tab stops per line.
Neil
1
-0
/
+27
2014-08-06
Bug [#1633]. Redraw selection after SCI_DELWORDRIGHT.
Neil
1
-0
/
+2
2014-08-05
Fix problem where annotations disappeared when SCI_CLEARDOCUMENTSTYLE called.
Neil
1
-0
/
+1
2014-07-24
Using separate variable imeCaretBlockOverride for IME mode instead of changing
Neil
1
-1
/
+1
2014-07-19
Using const for string argument to allow use with literals.
Neil
1
-2
/
+2
2014-07-18
Allow extreme ascenders and descenders to overlap into adjacent lines with
Neil
1
-9
/
+17
2014-07-17
Refactored Drawline into separate methods for each aspect of drawing.
Neil
1
-10
/
+10
2014-07-15
Implement separate timers for each type of periodic activity and turn them on...
Neil Hodgson
1
-5
/
+119
2014-07-08
Split out EditModel, MarginView, and EditView classes into separate files.
Neil
1
-2295
/
+3
2014-07-08
Split parts of Editor class off into EditModel, MarginView, and EditView clas...
Neil
1
-2308
/
+2369
2014-07-08
Changing further non-virtual methods to const where made possible by previous
Neil
1
-5
/
+5
2014-07-08
Specifying some methods as const as they are used from display and measurement
Neil
1
-4
/
+5
2014-07-07
Fix bug where too many characters may be deleted when a rectangular selection is
Neil
1
-0
/
+1
2014-06-26
Move decision to draw line end wrap marker and colour of marker to DrawEOL.
Neil
1
-17
/
+13
2014-06-26
Simplify DrawStyledText, extracting out DrawTextInStyle for re-use.
Neil
1
-21
/
+18
2014-06-26
Move calculation of line background colour to ViewStyle and represent as a
Neil
1
-53
/
+16
2014-06-23
Mark DrawBlockCaret as const since it only draws and does not affect Editor.
Neil
1
-1
/
+1
2014-06-23
Use Range type for hotspot to simplify manipulation.
Neil
1
-28
/
+20
2014-06-22
Stop storing a pointer to the selection on LineLayout objects where it may have
Neil
1
-5
/
+3
2014-06-22
Further use of const in layout and drawing.
Neil
1
-2
/
+2
2014-06-22
Always use the passed ViewStyle instead of the global one as this can cause
Neil
1
-10
/
+10
2014-06-22
Drawing and measuring should not change ViewStyle which is set by the container
Neil
1
-25
/
+29
2014-06-16
Fix crashes on Ubuntu 12.04 caused by overlay scrolll bar causing the drawing
Neil
1
-0
/
+7
2014-05-24
Header include statements are now in a standardised order with that order
Neil
1
-1
/
+1
2014-05-24
Removing style byte indicators.
Neil
1
-61
/
+17
2014-01-20
Fix typos in comments (src)
Stefan Weil
1
-4
/
+4
2014-05-12
Split variable into two as used for different reasons. Use unsigned to avoid
Neil
1
-5
/
+4
2014-05-03
Replacing the int-based constructors for Point and PRectangle with FromInts
Neil
1
-20
/
+20
2014-05-03
Turn on MSVC 'possible loss of data' warnings and add explicit casts.
Neil
1
-378
/
+386
2014-05-03
Using casts and an alternate PRectangle constructor to make XYPOSITION <-> int
Neil
1
-3
/
+4
2014-05-03
Convenience Point constructor from integers as common source of shapes.
Neil
1
-3
/
+3
[next]