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
2013-05-15
Builds again with some older versions of Visual C++.
nyamatongwe
1
-1
/
+1
2013-05-15
Feature: [feature-requests:#990]. Style added for preprocessor doc comment.
nyamatongwe
4
-2
/
+14
2013-05-10
Handle most stringresult methods generically.
nyamatongwe
2
-99
/
+57
2013-05-08
Hide implementation of WordList.
nyamatongwe
4
-15
/
+36
2013-05-08
Avoid warning.
nyamatongwe
2
-1
/
+21
2013-05-08
Partial fix for compiling Direct2D code with MinGW-w64.
nyamatongwe
2
-18
/
+41
2013-05-07
Simplified code and avoid warning.
nyamatongwe
1
-2
/
+2
2013-05-07
Remove variable that was not used to reduce warnings.
nyamatongwe
1
-1
/
+1
2013-05-07
Replace X.data() with &X[0] to allow building with old releases of Visual C++.
nyamatongwe
3
-14
/
+14
2013-05-04
* Allow arbitrary amount of # suffixes in identifiers with lexer.haskell.allo...
kudah
1
-61
/
+118
2013-05-06
Change log addition.
nyamatongwe
1
-0
/
+4
2013-05-06
Bug: [#1448]. Detect QT 5.x and add widgets to QT to allow building.
Neil Hodgson
3
-0
/
+3
2013-05-06
Indentation formatting.
Neil Hodgson
1
-16
/
+15
2013-05-06
Simplify CaseMapString by grouping the code that requires conversion
Neil Hodgson
1
-19
/
+26
2013-05-06
Change log addition.
nyamatongwe
1
-0
/
+3
2013-05-05
Since new throws an exception on failure, remove testing of result.
nyamatongwe
6
-45
/
+27
2013-05-05
Removing support for Visual C++ 2005 and 6.0.
nyamatongwe
4
-549
/
+7
2013-05-05
Make test run on older version of Python.
nyamatongwe
1
-1
/
+1
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 and std::string.
nyamatongwe
2
-26
/
+20
2013-05-04
Replacing raw pointers and allocations with std::vector and std::string.
Neil Hodgson
2
-165
/
+110
2013-05-04
Replacing raw pointers and allocations with std::string and std::vector.
nyamatongwe
3
-71
/
+49
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 for list box with std::vector.
nyamatongwe
1
-94
/
+25
2013-05-04
Added tests for CopyAllowLine, SelectionDuplicate, and LineTranspose.
nyamatongwe
1
-0
/
+24
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
Remove Expanded method which was not used by any client code.
nyamatongwe
2
-17
/
+7
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-02
Adding to change log.
nyamatongwe
1
-2
/
+12
2013-05-02
For modifier keys, QApplication::keyboardModifiers() instead of event->modifi...
nyamatongwe
1
-11
/
+11
2013-05-02
Removed variable which is no longer used due to change 4520.
nyamatongwe
1
-1
/
+0
2013-05-01
Set mouse tracking to false when widget is hidden
John Ehresman
1
-0
/
+3
2013-05-01
Monitor rect's top right is not necessarily 0, 0
John Ehresman
1
-10
/
+8
2013-05-02
Feature: [feature-requests:#988]. Cocoa support for font quality.
nyamatongwe
4
-0
/
+141
2013-05-01
Removed SVector.h from Xcode project.
nyamatongwe
1
-4
/
+0
2013-05-01
Removed SVector.h and all references as it is no longer used.
nyamatongwe
8
-148
/
+21
2013-05-01
Replacing raw pointers and allocations with std::vector and std::string.
nyamatongwe
3
-53
/
+59
2013-05-01
Replacing raw pointer and allocation with std::string.
nyamatongwe
1
-47
/
+16
2013-05-01
Replacing raw pointer and allocation with std::vector.
nyamatongwe
1
-4
/
+2
2013-04-21
* Fixed a bug when a dashes-only comment double-counted a line and could hang...
kudah
3
-76
/
+150
2013-04-30
Bug: [#1468]. Latex highlighting breaks Unicode characters if preceeded by \.
nyamatongwe
1
-3
/
+3
2013-04-29
Suppress a common style issue.
nyamatongwe
1
-0
/
+4
2013-04-29
Change log.
nyamatongwe
1
-0
/
+3
2013-04-28
Use std::vector for list of watchers instead of manual management.
nyamatongwe
2
-58
/
+35
[next]