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-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
2013-05-01
Replacing raw pointers and allocations with std::vector and std::string.
nyamatongwe
2
-0
/
+23
2013-05-01
Replacing raw pointer and allocation with std::string.
nyamatongwe
1
-47
/
+16
2013-04-28
Use std::vector for list of watchers instead of manual management.
nyamatongwe
2
-58
/
+35
2013-04-28
Removed unused members.
nyamatongwe
1
-3
/
+0
2013-04-26
Bug: [#1467]. Don't change scroll position when window is zero size.
nyamatongwe
1
-0
/
+3
2013-04-24
Cosmetic: remove line-end whitespace.
nyamatongwe
2
-23
/
+23
2013-04-24
Added automatic folding options.
nyamatongwe
2
-4
/
+82
2013-04-21
Implement commonly needed folding methods based on code from SciTE.
nyamatongwe
2
-27
/
+114
2013-04-19
Remove unused methods.
nyamatongwe
6
-112
/
+0
2013-04-19
Using std::fill instead of a loop is much faster. As much as 4x on a large bl...
nyamatongwe
5
-2
/
+9
2013-04-18
Ensure properties from earlier files survive: LexCPP defines some common prop...
nyamatongwe
1
-1
/
+2
2013-04-17
When switching documents, reset input composition as otherwise get mixture of...
nyamatongwe
1
-1
/
+1
2013-04-17
Disallow undo and redo when not collecting undo as it is likely that the docu...
nyamatongwe
1
-2
/
+2
[next]