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
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
2013-08-08
Bug [#1512]. Fix bug with horizontal caret position when margin changed.
Neil
1
-0
/
+2
2013-08-08
Move functionality from Editor to ViewStyle.
Neil
5
-173
/
+187
2013-08-07
Bug [#1511]. Ensure representation set up initially.
Neil
1
-0
/
+2
2013-08-07
Ensure no reads outside allocation.
nyamatongwe
1
-1
/
+1
2013-08-07
Optimize performance with many control characters such as when opening
Neil
3
-197
/
+163
2013-08-07
Removed dead code.
Neil
1
-17
/
+0
2013-08-01
Bug [#1506]. In some locales Visual C++ fails with UTF-8 in string literals.
Neil
1
-128
/
+128
2013-07-25
Make Coverity happy. Ensure return value is seen to never be negative although
Neil
1
-1
/
+1
2013-07-25
Minor changes to avoid warnings from Coverity.
Neil
3
-6
/
+7
2013-07-23
Only use map for character representations instead of unordered_map where pos...
nyamatongwe
4
-14
/
+1
2013-07-22
Added the character representation feature.
Neil
9
-105
/
+298
2013-07-21
Normalising order of language headers.
Neil
7
-10
/
+10
2013-07-21
Make compile with libc++ on OS X.
Neil
1
-0
/
+1
2013-07-21
Replace all instances of isascii with Scintilla-specific IsASCII.
Neil
1
-6
/
+6
2013-07-21
Whitespace cleanup.
Neil
1
-1
/
+0
2013-07-21
Standardising header guards and namespaces.
Neil
7
-2
/
+70
2013-07-15
Fix out-of-bounds access for characters after end of set.
Neil
1
-1
/
+3
2013-07-11
Add namespace so builds on OS X.
nyamatongwe
1
-0
/
+8
2013-07-11
Include case conversion data in Scintilla so that all platforms will perform
Neil
10
-59
/
+803
2013-07-11
Allow Editor subclasses to turn off overstrike caret.
Neil
2
-1
/
+3
2013-07-11
Avoid warning for 64-bit build.
Neil
1
-1
/
+1
2013-07-08
Bug: [#1494]. Avoid crash if SC_MARK_PIXMAP used without a pixmap.
Neil
1
-2
/
+2
2013-07-07
Bug: [#1496]. Name of ASN1 LexerModule was misspelt lmAns1 instead of lmAsn1.
Neil
1
-1
/
+1
2013-07-07
When case conversion changes the length of the text, ensure only
Neil
1
-6
/
+16
2013-07-03
Make CellBuffer::DeleteChars return a pointer to the deleted data even
Neil
2
-7
/
+10
2013-07-03
Restore return of data from InsertString/DeleteChars.
nyamatongwe
1
-6
/
+5
2013-07-03
Ensure style data initialised before drawing margin.
nyamatongwe
1
-0
/
+2
2013-07-01
Move non-platform-specific scripts into the scripts directory.
Neil
1
-408
/
+0
2013-07-01
Bug: [#1492]. Need extra header for better standard compliance in Visual Stud...
Neil
1
-0
/
+1
2013-06-29
Bug: [#1483]. Split GetRelativePosition into 2 calls one for moving between c...
Neil
2
-24
/
+33
2013-06-27
Bug: [#1483]. Adding StyleContext::GetRelativeCharacter for character-oriente...
nyamatongwe
2
-0
/
+66
2013-06-18
Simplify line wrapping code, minimize lines wrapped and avoid rewrapping lines.
nyamatongwe
2
-114
/
+116
2013-06-18
Determine more accurately whether painting was abandoned by styling and so
nyamatongwe
2
-1
/
+4
2013-06-17
Fix wrap width so doesn't take account of margin twice.
nyamatongwe
1
-1
/
+1
2013-06-13
Bug: [#1487]. Fix memory leak of font names.
nyamatongwe
1
-0
/
+3
2013-06-11
Fix a bug with word wrap where the last line could be shown twice.
nyamatongwe
1
-0
/
+2
2013-05-27
Update all release dates based on date in scintilla/doc/index.html.
nyamatongwe
1
-13
/
+52
2013-05-26
Switch SelectionText to use a std::string to hold the data and to provide acc...
nyamatongwe
3
-52
/
+51
2013-05-25
Simplify copying text since it is now using a std::string so no need to
Neil Hodgson
1
-29
/
+12
2013-05-25
Add a simplified way to set a SelectionText from a std::string.
Neil Hodgson
1
-0
/
+3
2013-05-24
Made methods const where they can be and are logically const as well.
nyamatongwe
19
-104
/
+104
2013-05-23
Bug: [#1478]. Tab/backTab in column select requires one undo per line.
nyamatongwe
1
-6
/
+2
2013-05-23
Feature: [feature-requests:#959]. Added lexer and folder for Structured Text ...
nyamatongwe
1
-0
/
+1
2013-05-19
Fix display of multi-byte Unicode character at line start.
rel-3-3-2
nyamatongwe
1
-1
/
+0
2013-05-19
Don't dereference character string when length is 0. May be a NULL pointer
nyamatongwe
1
-1
/
+1
2013-05-17
Fix fold all to show lines instead of going past end which then failed.
nyamatongwe
1
-1
/
+1
2013-05-09
* Literate Haskell support
kudah
1
-0
/
+1
[next]