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
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-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.
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
2013-05-07
Replace X.data() with &X[0] to allow building with old releases of Visual C++.
nyamatongwe
1
-1
/
+1
2013-05-05
Since new throws an exception on failure, remove testing of result.
nyamatongwe
3
-18
/
+8
2013-05-05
Removing support for Visual C++ 2005 and 6.0.
nyamatongwe
1
-1
/
+0
2013-05-05
Removed nethods that are no longer used and are less safe than alternatives.
nyamatongwe
3
-43
/
+6
2013-05-04
Replacing raw pointers and allocations with std::vector.
nyamatongwe
2
-82
/
+38
2013-05-04
Replacing raw pointers and allocations with std::string.
nyamatongwe
2
-45
/
+18
2013-05-04
Replacing raw pointers and allocations with std::string.
nyamatongwe
3
-20
/
+14
2013-05-03
Replacing raw pointers and allocations with std::vector.
nyamatongwe
2
-24
/
+14
2013-05-03
Moved allocation of data owned by Action into Action::Create.
nyamatongwe
2
-14
/
+12
2013-05-02
Simplifying XPM code and avoiding bare allocations.
nyamatongwe
2
-79
/
+36
2013-05-02
Removing XPMSet class as no longer used.
nyamatongwe
2
-107
/
+0
2013-05-02
Replacing raw pointers and allocations with std::vector and std::map.
nyamatongwe
5
-144
/
+123
2013-05-02
Replacing raw pointer and allocation with std::string.
nyamatongwe
2
-14
/
+10
2013-05-01
Removed SVector.h and all references as it is no longer used.
nyamatongwe
1
-123
/
+0
[next]