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-07-21
Add standard compliance flag.
nyamatongwe
1
-0
/
+2
2013-07-21
Add standard compliance flag.
Neil
1
-1
/
+1
2013-07-21
Add standard compliance flag.
Unknown
1
-2
/
+2
2013-07-21
Replaced M_PI with a local constant kPi since M_PI is not defined by ISO C/C++.
Unknown
1
-2
/
+4
2013-07-21
Fix Clang C++11 compatibility.
Neil
2
-3
/
+3
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
28
-73
/
+73
2013-07-21
Whitespace cleanup.
Neil
1
-1
/
+0
2013-07-21
Standardising header guards and namespaces.
Neil
10
-4
/
+98
2013-07-19
Added tag rel-3-3-4 for changeset e1c3afb1c5d4
Neil
1
-0
/
+1
2013-07-19
Updated dependencies.
Unknown
1
-12
/
+18
2013-07-15
Change log.
Neil
1
-0
/
+1
2013-07-15
Updates for 3.3.4.
Neil
7
-19
/
+33
2013-07-15
Fix out-of-bounds access for characters after end of set.
Neil
1
-1
/
+3
2013-07-11
Change log.
Neil
1
-0
/
+4
2013-07-11
Add new files to project and sort file names.
nyamatongwe
1
-21
/
+41
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
24
-334
/
+1093
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
Fix to work on more versions of Python.
Neil
1
-6
/
+6
2013-07-08
Bug: [#1494]. Avoid crash if SC_MARK_PIXMAP used without a pixmap.
Neil
1
-2
/
+2
2013-07-07
Allow building with older versions of Visual C++ again.
Neil
1
-3
/
+3
2013-07-07
Include CharacterCategory in Qt projects.
Neil
2
-0
/
+3
2013-07-07
First argument to SetText is not used so was difficult to set a text containi...
Neil
2
-20
/
+25
2013-07-07
Change log.
Neil
1
-0
/
+5
2013-07-07
Line end whitespace removal.
Neil
1
-1
/
+1
2013-07-07
Bug: [#1496]. Name of ASN1 LexerModule was misspelt lmAns1 instead of lmAsn1.
Neil
2
-2
/
+2
2013-07-07
Add tests for searching performance.
Neil
1
-0
/
+38
2013-07-07
When case conversion changes the length of the text, ensure only
Neil
2
-6
/
+51
2013-07-06
Bug: [#1495]. CoffeeScript comment-block lexing is wrong.
Neil
2
-22
/
+18
2013-07-06
Removed static functions that have never been used.
Neil
1
-15
/
+0
2013-07-06
Remove functions that are not used. Fix comment.
Neil
1
-25
/
+1
2013-07-06
Mention OS X.
Neil
2
-4
/
+7
2013-07-05
Implemented tests for Qt on Linux.
Neil
7
-223
/
+284
2013-07-04
Fix bug with use of strings instead of byte strings as this
Neil
1
-9
/
+22
2013-07-04
Change log.
Neil
1
-0
/
+3
2013-07-04
Report failure of find_text with -1 as first element of return value.
Neil
1
-2
/
+2
2013-07-03
Removed out-of-date text.
Neil
1
-3
/
+1
2013-07-03
Change log.
Neil
1
-0
/
+8
2013-07-03
Make work with older compilers.
Neil
1
-1
/
+4
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
Avoid using results from failed calls.
nyamatongwe
1
-2
/
+7
2013-07-03
Hide deprecation warning for GetVersionEx.
nyamatongwe
1
-0
/
+10
2013-07-03
Avoid using results from failed calls.
nyamatongwe
1
-9
/
+12
2013-07-03
Trigger SCE_ERR_PERL only when "at" and "line" are far enough apart
nyamatongwe
1
-2
/
+3
2013-07-03
Ensure style data initialised before drawing margin.
nyamatongwe
1
-0
/
+2
2013-07-03
Restructured LexGen.py by moving discovery code into ScintillaData.py and
Neil
5
-242
/
+243
2013-07-03
Minor consting. Documentation added.
Neil
1
-2
/
+13
[prev]
[next]