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-03-18
Minor tweaks to avoid ststic checking warnings.
Neil
4
-8
/
+8
2014-03-14
Assembler lexer variant As(SCLEX_AS) for Unix assembly code which uses '#'
Neil
1
-0
/
+1
2014-03-11
Remove function no longer called.
Neil
1
-5
/
+0
2014-02-26
Refactor methods for converting screen points to and from document index, mov...
Neil
3
-78
/
+80
2014-02-21
Bug [#1577]. Deleting a whole line deletes the annotations on that line instead
Neil
1
-3
/
+3
2014-02-20
Reverse order of position adjustment so that calltips are more likely
Neil
1
-5
/
+5
2014-02-02
Added wrap mode SC_WRAP_WHITESPACE which only wraps on whitespace, not on sty...
Neil
3
-2
/
+5
2014-01-30
Bug [#1574]. Fix 3.3.8 bug where external lexers became inaccessible.
Neil
1
-2
/
+3
2014-01-21
Added ELEMENTS macro and use it to clarify determining size of arrays.
Neil Hodgson
4
-21
/
+18
2014-01-21
Implement new marker symbol SC_MARK_BOOKMARK.
Neil Hodgson
1
-1
/
+12
2014-01-18
With Direct2D draw circles with a 1 pixel larger radius to better match
Neil
1
-4
/
+4
2014-01-18
For SC_MARK_ARROWS, scale the arrows to fit the line height.
Neil
1
-4
/
+6
2014-01-14
CallTipSetPosStart API added.
Neil
1
-0
/
+4
2014-01-13
Send SCN_UPDATEUI with SC_UPDATE_SELECTION for Shift+Tab inside text.
Neil
1
-0
/
+1
2014-01-02
Use a std::map for KeyMap to avoid custom iteration in favour of standard
Neil
2
-18
/
+21
2013-12-27
Ensure caret is visible after scroll.
Neil
1
-2
/
+2
2013-12-22
Avoid unsafe strcpy, strncpy, and strcat replacing with safer functions which
Neil
5
-45
/
+36
2013-12-22
Switch from char[] to std::string for simplicity and safety.
Neil
2
-11
/
+7
2013-12-22
Drop unused field 'name' and minimize scope of variable.
Neil
2
-9
/
+4
2013-12-17
Added DropSelectionN API.
Neil
3
-0
/
+21
2013-12-15
Make single argument constructors explicit to avoid unexpected conversions.
Neil
13
-21
/
+21
2013-12-15
Format normalization - whitespace and braces made consistent.
Neil
15
-44
/
+52
2013-12-10
Bug [#1562]. Clickable area of hotspots was off by half a character width.
Christian Walther
1
-9
/
+13
2013-12-03
Bug [#1560]. Fix missing second one of adjacent indicators.
Christian Walther
1
-1
/
+4
2013-12-03
Fix problems with appearance of newly scrolled content on OS X 10.9 where pre...
Neil Hodgson
1
-2
/
+2
2013-11-03
Report control key as SCI_META for mouse down events for GTK+ on OS X.
nyamatongwe
4
-30
/
+77
2013-10-23
Widen scroll width for annotations.
Neil
1
-7
/
+12
2013-10-23
Explain why symbols are redefined.
Neil
1
-0
/
+3
2013-10-18
Avoid a spurious warning from Visual Studio 2013 Code Analysis.
Neil
1
-0
/
+4
2013-10-18
Feature [feature-requests:#1026]. DMAP lexer added.
Neil
1
-0
/
+1
2013-10-08
Feature [feature-requests:#1024]. Lexer added for Rust language.
Neil
1
-0
/
+1
2013-09-30
Added FocusIn and FocusOut notification events (SCN_FOCUSIN/SCN_FOCUSOUT) to be
Neil
1
-1
/
+5
2013-09-26
Enhance stability by defining GetLineEndPosition for lines beyond end of docu...
Neil
1
-1
/
+1
2013-09-25
Feature [feature-requests:#1021]. Cocoa SCI_POSITIONFROMPOINTCLOSE returning ...
nyamatongwe
1
-0
/
+3
2013-09-22
Avoid attempt to redraw an empty area.
nyamatongwe
1
-0
/
+2
2013-09-10
Fix variable shadowing issues.
nyamatongwe
2
-3
/
+3
2013-09-10
Use C++ struct initialization {} so can drop -Wno-missing-braces setting for ...
Neil
2
-21
/
+21
2013-09-07
Since ScintillaBase::Finalise is implemented, don't mark it as virtual.
Neil
1
-1
/
+1
2013-09-05
Added SCI_GETPRIMARYSTYLEFROMSTYLE.
Neil
1
-0
/
+11
2013-09-03
Added GetStyleFromSubStyle.
Neil
1
-0
/
+11
2013-08-23
Updated information on script location.
nyamatongwe
1
-1
/
+1
2013-08-21
Feature: [feature-requests:#1008]. Lexer added for KVIrc script.
Neil
1
-0
/
+1
2013-08-20
Added PositionRelative to optimize navigation by character.
Neil
1
-0
/
+3
2013-08-20
Fix bug where coordinates were relative to the text view instead of the whole...
nyamatongwe
3
-5
/
+14
2013-08-16
Initialize extended styles to the default style.
Neil
1
-0
/
+4
2013-08-15
Feature: [feature-requests:#1007]. Option to allow mouse selection to
Neil
2
-1
/
+18
2013-08-14
Remove archaic wxForceScintillaLexers function since wxWidgets now uses
Neil
1
-6
/
+1
2013-08-12
Feature: [feature-requests:#1007]. Fix bugs with redrawing selection.
Neil
1
-0
/
+2
2013-08-09
Structure colour settings into ColourOptional and ForeBackColours types.
Neil
3
-105
/
+81
2013-08-09
Move wrapping, edge and visual adjustments from Editor to ViewStyle.
Neil
4
-101
/
+167
[next]