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
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
2014-07-23
Avoid shadowed names mostly in method prototypes. Turn off shadow
Neil
5
-18
/
+18
2014-07-19
Using const for string argument to allow use with literals.
Neil
4
-5
/
+5
2014-07-19
Treated SC_PHASES_MULTIPLE as SC_PHASES_TWO when buffered drawing is on.
Neil
1
-1
/
+1
2014-07-18
Added the tentative undo feature. This is useful for IMEs that want to display
Neil
4
-1
/
+116
2014-07-18
Remove unused function.
Neil
1
-6
/
+0
2014-07-18
Conditionally use the namespace so that the functions match the header so link.
Neil Hodgson
1
-0
/
+8
2014-07-18
Allow extreme ascenders and descenders to overlap into adjacent lines with
Neil
8
-206
/
+308
2014-07-17
Refactored Drawline into separate methods for each aspect of drawing.
Neil
5
-269
/
+337
2014-07-15
Implement separate timers for each type of periodic activity and turn them on...
Neil Hodgson
2
-6
/
+126
2014-07-09
Ensure correct width used for overstrike caret for multi-byte character on GTK+
Neil
1
-1
/
+2
2014-07-08
Made recent refactor work on Cocoa.
Neil Hodgson
1
-0
/
+9
2014-07-08
Split out EditModel, MarginView, and EditView classes into separate files.
Neil
9
-2436
/
+2654
2014-07-08
Split parts of Editor class off into EditModel, MarginView, and EditView clas...
Neil
4
-2395
/
+2511
2014-07-08
Changing further non-virtual methods to const where made possible by previous
Neil
2
-10
/
+10
[next]