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-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
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
2013-04-16
Add indicator INDIC_COMPOSITIONTHICK, a thick low underline, to mimic an
nyamatongwe
1
-0
/
+3
2013-04-16
Move selections with virtual space more reasonably when real spaces inserted at
nyamatongwe
1
-4
/
+8
2013-04-15
Existing code fills 0 length ranges and ranges after document end so simply
nyamatongwe
1
-2
/
+2
2013-04-15
RunStyles can be corrupted by filling 0 length ranges and ranges that go past...
nyamatongwe
2
-0
/
+38
2013-04-09
Slightly better behaviour for regular expression search in DBCS: ensure end of
nyamatongwe
1
-0
/
+2
2013-04-09
Automate updating download links in script.
nyamatongwe
1
-0
/
+19
2013-04-02
Fix calltip position for Cocoa using ScrollView.
scitex-3-3-0
nyamatongwe
1
-0
/
+5
2013-04-02
Fix autocompletion position for Cocoa using ScrollView.
nyamatongwe
1
-0
/
+5
2013-04-02
Fix automatic scrolling on Cocoa.
nyamatongwe
1
-0
/
+2
2013-04-01
Extract effect of choosing an autocompletion entry so it can be reused for both
nyamatongwe
2
-18
/
+12
2013-04-01
Feature [#981]. Added autocompletion order property to allow list to be ordered
nyamatongwe
3
-9
/
+123
2013-03-20
Add ScrollRange feature.
nyamatongwe
2
-11
/
+58
2013-03-18
Bug: [#1455]. Fix unfolding when new line inserted.
nyamatongwe
1
-0
/
+5
2013-03-16
Fix margin drawing with Cocoa when always-visible scrollbars turned on.
nyamatongwe
1
-1
/
+3
2013-03-16
Bug: [#1453]. Make subsequent tab markers visible on GTK+.
nyamatongwe
1
-6
/
+3
2013-03-15
Use an NSScrollView on Cocoa for kinetic scrolling and hiding scrollbars unle...
nyamatongwe
4
-54
/
+141
2013-03-15
Simplify calculation of visible line for point.
nyamatongwe
1
-4
/
+2
2013-03-13
Implement high-priority idle work on Cocoa to avoid abandoning paints in some...
nyamatongwe
2
-2
/
+2
2013-03-13
Add different types of task to StyleNeeded mechanism, renaming to WorkNeeded.
nyamatongwe
2
-18
/
+26
[next]