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
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-18
Support octave vs matlab '!' handling
John Donoghue
1
-4
/
+9
2014-01-18
Change log.
Neil
1
-1
/
+2
2014-01-18
Draw cicles centred as intended so that folding margin markers look correct.
Neil
1
-1
/
+1
2014-01-18
With Direct2D draw circles with a 1 pixel larger radius to better match
Neil
2
-5
/
+5
2014-01-18
For SC_MARK_ARROWS, scale the arrows to fit the line height.
Neil
1
-4
/
+6
2014-01-16
Draw circles more accurately using CGContextAddEllipseInRect instead
Neil Hodgson
2
-52
/
+7
2014-01-14
Avoid warnings from cppcheck for testing code.
Neil
2
-0
/
+5
2014-01-14
Make HFacer callable from other Python code and call it from LexGen so
Neil
2
-14
/
+19
2014-01-14
CallTipSetPosStart API added.
Neil
6
-3
/
+37
2014-01-13
Update the system caret position when scrolling to help screen readers
Neil
2
-0
/
+5
2014-01-13
Send SCN_UPDATEUI with SC_UPDATE_SELECTION for Shift+Tab inside text.
Neil
2
-0
/
+4
2014-01-12
Remove old workarounds for system headers missing elements.
Neil
2
-55
/
+3
2014-01-12
Change log.
Neil
1
-1
/
+2
2014-01-11
Rust: Make lexing of float literals more correct.
SiegeLord
1
-21
/
+23
2014-01-10
Clarification of calltip behaviour.
Neil
1
-3
/
+6
2014-01-08
Change log.
Neil
1
-0
/
+4
2014-01-08
Feature [feature-requests:#1041]. Highlight hex, octal, and binary numbers in...
Neil
2
-2
/
+8
2014-01-02
Use a std::map for KeyMap to avoid custom iteration in favour of standard
Neil
2
-18
/
+21
2014-01-01
Specify minimum Python version for scripts.
Neil
1
-2
/
+1
2014-01-01
Specify minimum Python version for scripts.
Neil
3
-0
/
+3
2014-01-01
Specify minimum Python version for scripts.
Neil
2
-0
/
+2
2013-12-27
Change log.
Neil
1
-0
/
+4
2013-12-27
Ensure caret is visible after scroll.
Neil
1
-2
/
+2
2013-12-23
Change log.
Neil
1
-0
/
+5
2013-12-21
rust: Implement nested block comments
SiegeLord
1
-18
/
+28
2013-12-21
rust: Make the doc-comment detection more strict (and consistent with new Rus...
SiegeLord
1
-25
/
+18
2013-12-21
rust: Highlight octal literals
SiegeLord
1
-0
/
+3
2013-12-21
Fix whitespace in LexRust.cxx
SiegeLord
1
-10
/
+10
2013-12-21
rust: NULL is a valid Rust source character, so do not explicitly consider it...
SiegeLord
1
-4
/
+4
2013-12-21
rust: Fix highlighting of r#"""# raw string literal.
SiegeLord
1
-3
/
+5
2013-12-22
Avoid unsafe strcpy, strncpy, and strcat replacing with safer functions which
Neil
14
-75
/
+98
2013-12-22
Add tests for style attributes.
Neil
1
-0
/
+89
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-19
Expose the EOLMode on the document object.
Neil Hodgson
3
-0
/
+13
2013-12-17
Added DropSelectionN API.
Neil
8
-0
/
+69
2013-12-17
Change log.
Neil
1
-0
/
+5
2013-12-17
Bug [#1564]. Keyword followed immediately by quoted string continued keyword ...
Neil
1
-0
/
+2
2013-12-16
Change log fixed issue#.
Neil
1
-1
/
+1
2013-12-16
Add code for finding unsued values but leave commented out.
Neil
1
-1
/
+7
2013-12-16
Updated headers.
Neil
2
-3
/
+2
2013-12-15
Make single argument constructors explicit to avoid unexpected conversions.
Neil
25
-40
/
+40
2013-12-15
Format normalization - whitespace and braces made consistent.
Neil
39
-401
/
+412
2013-12-14
Change log.
Neil
1
-0
/
+12
2013-12-10
Bug [#1562]. Clickable area of hotspots was off by half a character width.
Christian Walther
1
-9
/
+13
2013-12-14
Hide Coverity scan files.
Neil
1
-0
/
+1
2013-12-12
Mention responsive scrolling change for Cocoa in 3.3.7 release.
Neil
1
-0
/
+3
2013-12-12
Added tag rel-3-3-7 for changeset 5693714a8b0b
Neil
0
-0
/
+0
2013-12-06
Ensure find indicator correctly flipped on OS X 10.9.
rel-3-3-7
Neil Hodgson
1
-0
/
+9
2013-12-05
Updates for 3.3.7.
Neil
7
-14
/
+15
[next]