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
Age
Commit message (
Expand
)
Author
Files
Lines
2015-02-14
Fix 64->32 bit conversion warnings.
Neil Hodgson
3
-26
/
+31
2015-02-14
Fix doc comments.
Neil Hodgson
1
-2
/
+2
2015-02-13
Remove unused state.
Neil
1
-1
/
+1
2015-02-13
Ensure style data OK before wrapping lines when changing documents.
Neil
1
-0
/
+1
2015-02-10
Add INDIC_FULLBOX.
Neil
1
-2
/
+5
2015-02-04
Implement hover style and colour for indicators.
Neil
9
-49
/
+155
2015-01-22
Fix compilation failure of C++11 <regex> on Windows using gcc.
Neil
1
-4
/
+5
2015-01-22
Add INDIC_COMPOSITIONTHIN indicator.
Neil
1
-0
/
+3
2015-01-16
When the mouse is on the line between margin and text changed to treat as within
Neil
1
-1
/
+1
2015-01-13
Using size_t instead of unsigned int for conversions to UTF16 for 64-bit
Neil
2
-9
/
+9
2015-01-11
LexHex: rename Tektronix extended HEX lexer from "thex" to "tehex"
Markus Heidelberg
1
-1
/
+1
2015-01-08
Feature [feature-requests:#1096]. Lexer added for Tektronix extended hex files.
Neil
1
-0
/
+1
2014-12-30
Lexer added for Intel hex files.
Neil
1
-0
/
+1
2014-12-22
Replace function UnicodeFromBytes with UnicodeFromUTF8 as they are exactly the
Neil
1
-15
/
+3
2014-12-16
When a text margin is displayed, for annotation lines, use the background colour
Neil
1
-5
/
+13
2014-12-09
Feature [feature-requests:#1091]. Lexer for Motorola S-Record.
Neil
1
-0
/
+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-06
Prevent overlapping text with calltip.
Neil
1
-2
/
+2
2014-12-05
Extract FillVirtualSpace so it is not repeated and can be made less complex in
Neil
2
-0
/
+8
2014-11-19
Platform overrides for some drawing and behaviour to benefit PLAT_CURSES.
Neil
8
-12
/
+68
2014-11-14
Feature [feature-requests:#1086]. Annotation display style ANNOTATION_INDENTED;
Erik Angelin
1
-8
/
+10
2014-10-20
Optimize retrieval of empty range.
Neil
1
-1
/
+1
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-03
CountCharacters can be const so it is now.
Neil
2
-2
/
+2
2014-10-02
Allocate indicators for IME use after previously allowed indicators.
Neil
1
-1
/
+3
2014-10-02
Allow using C++11 <regex> for searches as a provisional feature.
Neil
6
-79
/
+582
2014-10-02
Include <stdexcept> so that exceptions derived from std::runtime_error can be
Neil
7
-0
/
+7
2014-09-22
Add a constructor that takes arguments for each attribute to make it easier to
Neil
2
-11
/
+8
2014-09-13
Use const where possible in regular expression code.
Neil
1
-6
/
+6
2014-09-13
Avoid extra NUL in strings and unnecessary allocations.
Neil
1
-2
/
+1
2014-09-12
Allow choice between windowed and inline IME.
Neil
3
-0
/
+10
2014-09-05
Bug [#1654]. Missing cast in PositionIsHotspot.
Neil
1
-1
/
+1
2014-09-05
Bug [#1652]. Revert to allowing fractional tab stops.
Neil Hodgson
2
-8
/
+7
2014-09-03
Feature [feature-requests:#1071]. BibTeX lexer added.
Neil
1
-0
/
+1
2014-08-24
Removed comma at end of enum as it caused an error on i686-apple-darwin10-g++...
Neil Hodgson
1
-1
/
+1
2014-08-19
Bug [#1645]. Validate position of deletion.
Neil
1
-0
/
+2
2014-08-18
Bug [#1640]. Remove dead DelChar method.
Neil
2
-9
/
+0
2014-08-09
Added lexer for registry files.
Neil
1
-0
/
+1
2014-08-08
Stop using last argument to AddCharUTF from Korean IME code as previus release
Neil
1
-0
/
+2
2014-08-08
Implement explicit tab stops per line.
Neil
5
-2
/
+181
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-08-03
Made destructor virtual to avoid warnings.
Neil
1
-1
/
+1
2014-07-24
Ensure all fields initialised in constructor.
Neil
2
-11
/
+7
2014-07-24
Using separate variable imeCaretBlockOverride for IME mode instead of changing
Neil
3
-2
/
+5
2014-07-24
Mark const methods const.
Neil
3
-3
/
+3
2014-07-24
Remove line end whitespace.
Neil
2
-2
/
+2
2014-07-24
Remove false shadowing between local variables and enum values.
Neil
1
-48
/
+48
[next]