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
2014-06-17
Use headers from framework instead of from relative paths.
Neil Hodgson
2
-4
/
+4
2014-06-17
Remove unused TopContainer method. Use less specific types when possible.
Neil Hodgson
2
-14
/
+2
2014-06-17
Move internal methods out of header.
Neil Hodgson
1
-4
/
+0
2014-06-16
Change log.
Neil
1
-0
/
+7
2014-06-16
Fix crashes on Ubuntu 12.04 caused by overlay scrolll bar causing the drawing
Neil
2
-0
/
+23
2014-06-12
Accepted updates from Xcode 5.1.
Neil Hodgson
1
-1
/
+23
2014-06-07
Change log.
Neil
1
-0
/
+3
2014-06-07
Failed to use the correct argument type in previous commit.
Neil Hodgson
1
-1
/
+1
2014-06-07
registerNotifyCallback is now marked as deprecated and will be removed in a f...
Neil Hodgson
1
-2
/
+2
2014-06-07
Avoid using ScintillaView.backend from ScintillaCocoa as this may be hidden i...
Neil Hodgson
1
-2
/
+1
2014-06-07
Using the platform's NS_ENUM macro to define exported enumeration as recommended
Neil Hodgson
1
-1
/
+1
2014-06-07
Fix laying out of emoji. Emoji are not in the BMP, taking 2 UTF-16 code units...
Neil Hodgson
1
-1
/
+1
2014-06-02
Change log.
Neil
1
-0
/
+4
2014-06-02
Bug [#1605]. Fix fold matching problem caused by "<<<".
Neil
1
-1
/
+10
2014-06-01
Change log.
Neil
1
-0
/
+11
2014-06-01
Bug [#1604]. Fix drawing of indicators when fold highlighting is on by more
Neil
1
-21
/
+29
2014-05-31
Use standard macro of C++ compiler CXX. Remove definitions that are not needed.
Neil
1
-10
/
+8
2014-05-31
Remove definitions that are provided by make.
Neil
1
-4
/
+0
2014-05-31
Compatibility with makefile conventions: use CXX for C++ compiler and CC for
Neil
2
-16
/
+15
2014-05-31
Safer handling of "#define X" which caused fault in debug build with Visual C++.
Neil
1
-1
/
+1
2014-05-31
Don't repeat file names that are used for both Scintilla.DLL and SciLexer.DLL.
Neil
1
-31
/
+9
2014-05-31
Merge with 343-Win32-Fix.
Neil
11
-45
/
+66
2014-05-31
Merge 343-Win32-Fix which fixes hangs and crashes at shutdown on Windows.
Neil
53
-385
/
+400
2014-05-26
Added tag rel-3-4-3 for changeset a3c10db89cc3
Neil
1
-0
/
+1
2014-05-26
Updates for 3.4.3 release.
Neil
7
-13
/
+25
2014-05-26
Bug [#1602]. Bug [#1603]. Fix hangs and crashes at shutdown.
Neil
3
-30
/
+38
2014-05-26
Created 343-Win32-Fix branch to fix hangs and crashes on Windows.
Neil
0
-0
/
+0
2014-05-25
Handle cases where multiple selection autocompletion requires removing previo...
Neil Hodgson
1
-1
/
+2
2014-05-24
Header include statements are now in a standardised order with that order
Neil
32
-72
/
+210
2014-05-24
SCI_AUTOCSETMULTI allows setting whether autocompletion text is inserted at each
Neil
6
-4
/
+59
2014-05-24
Remove suppression that is no longer needed.
Neil
1
-1
/
+0
2014-05-24
Removing style byte indicators.
Neil
19
-250
/
+99
2014-05-24
Removing use of style byte indicator in Scriptol lexer.
Neil
1
-31
/
+1
2014-05-24
Removing use of style byte indicator in PostScript lexer.
Neil
1
-22
/
+6
2014-05-24
Moving declaration inside loop to prevent a 'scope can be reduced' warning.
Neil
1
-2
/
+1
2014-05-24
Fix raw string recognition so that R"xxx(blah)xxx" is styled as SCE_C_STRINGRAW.
Neil
2
-3
/
+22
2014-05-24
Avoid a runtime warning from Dr. Memory.
Neil
1
-0
/
+1
2014-05-22
Added tag rel-3-4-2 for changeset a4286bbf7081
Neil
1
-0
/
+1
2014-05-22
Minor documentation updates for release.
Neil
2
-1
/
+5
2014-05-21
Updated to current version of Catch as fixes issues reported by undefined
Neil
1
-555
/
+398
2014-05-19
Fix missing redraws on GTK < 3.9.2
Colomban Wendling
1
-5
/
+15
2014-05-20
Changed release date.
Neil
2
-3
/
+3
2014-01-20
Fix typo in documentation
Stefan Weil
1
-1
/
+1
2014-01-20
Fix typos in comments (src)
Stefan Weil
3
-7
/
+7
2014-01-20
Fix typos in comments (lexers)
Stefan Weil
5
-8
/
+8
2014-01-20
Fix typos in comments (qt)
Stefan Weil
2
-3
/
+3
2014-05-16
Updates for 3.4.2 release.
Neil
7
-18
/
+20
2014-05-15
Don't try to use sanitizers on OS X as not built into Clang.
Neil Hodgson
1
-2
/
+5
2014-05-15
Support Clang on Linux and turn on the address and undefined behaviour
Neil
1
-1
/
+6
2014-05-15
Update Catch unit testing framework to current build 43 as it avoids some
Neil
1
-1989
/
+3048
[next]