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
2015-11-20
Text layout whitespace fixes.
Neil
1
-2
/
+2
2015-11-20
Remove line end whitespace.
Neil
48
-302
/
+302
2015-11-20
Using DirectWrite, for ligatures and other character clusters, display caret and
Neil
2
-4
/
+8
2015-11-20
Bug [#1779]. Better Unicode input support on Windows systems.
Sam Hocevar
4
-29
/
+58
2015-11-15
Fix HTML markup.
Neil
1
-1
/
+1
2015-11-15
Send SCN_UPDATEUI with SC_UPDATE_SELECTION when application changes multiple
John Ehresman
2
-0
/
+14
2015-11-13
Check for NULL value in ScintillaGTK::ForAll()
Jiří Techet
1
-2
/
+4
2015-11-11
Implemented idle styling. This allows painting without first styling all visible
Neil
9
-10
/
+161
2015-11-11
SciTE change log.
Neil
1
-0
/
+5
2015-11-11
Don't use -fPIC on Windows due to warnings.
Neil
1
-1
/
+6
2015-11-09
Add -fPIC for position-independent code to allow linking as a shared library.
Neil
1
-1
/
+1
2015-11-09
Change log.
Neil
1
-0
/
+12
2015-11-06
Unparent scrollbars in dispose on GTK
Jiří Techet
1
-3
/
+23
2015-11-06
Added tag rel-3-6-2 for changeset d906ba5d62cb
Neil
0
-0
/
+0
2015-11-02
Fix typo.
Neil
1
-1
/
+1
2015-11-02
Updates for 3.6.2.
Neil
8
-23
/
+19
2015-11-02
Fix grammar.
Neil
1
-1
/
+1
2015-10-27
Ensure correct propagation of viewWillDraw even after owner deleted.
Neil Hodgson
1
-1
/
+3
2015-10-27
Use settings that may allow translucent painting. Incomplete as EditView does
Neil
1
-1
/
+1
2015-10-25
GTK: Fix autoc popup row height on GTK2 when it changes at runtime
Colomban Wendling
2
-2
/
+6
2015-10-27
Log previous change.
Neil
1
-0
/
+5
2015-10-25
Fix line end movement on display lines when EOLs are visible
Colomban Wendling
1
-2
/
+4
2015-10-26
Log Cocoa crash fix changes.
Neil Hodgson
1
-0
/
+7
2015-10-26
Remove unnecessary timer variables.
Neil Hodgson
2
-9
/
+5
2015-10-26
Make timers active in modal dialogs by adding them to NSModalPanelRunLoopMode.
Neil Hodgson
1
-2
/
+4
2015-10-26
Avoid possibility of ScintillaCocoa receiving idles after deallocation by sev...
Neil Hodgson
1
-0
/
+13
2015-10-24
When deallocating ScintillaView, null out the reference to it from SCIContent...
Neil Hodgson
1
-1
/
+10
2015-10-23
Add a menu command to ScintillaTest to add or remove an extra Scintilla
Neil Hodgson
3
-1
/
+34
2015-10-23
Xcode 7 didn't like the xib so upgraded it to the current format.
Neil Hodgson
1
-3992
/
+609
2015-10-19
Bug [#1768]. Report error when negative length passed to SCI_SETSTYLING.
Neil
2
-1
/
+8
2015-10-19
Change log for SciTE on GTK+.
Neil
1
-0
/
+4
2015-10-19
Mention changes to SciTE properties.
Neil
1
-0
/
+11
2015-10-19
Minor increase in allocation size prevents warning from VC++ analyze.
Neil
1
-1
/
+1
2015-10-14
Bug [#1766]. Treat line starts consistently to always highlight *foo* or similar
ActiveState
2
-1
/
+5
2015-10-13
Bug [#1765]. CoffeeScript lexer highlights ranges correctly.
ActiveState
2
-0
/
+8
2015-10-12
Implement Swap in SelectionRange to avoid warnings.
Neil
3
-1
/
+6
2015-10-08
Optimize image files.
Neil
5
-0
/
+0
2015-10-08
Make the documentation more readable on phones.
Neil
10
-0
/
+10
2015-09-29
Reindented code which had become a mess.
Neil Hodgson
1
-45
/
+45
2015-09-29
Removed unreachable code.
Neil Hodgson
1
-1
/
+0
2015-09-29
Mark unused parameters in Objective-C methods with a pragma.
Neil Hodgson
2
-0
/
+6
2015-09-29
ScreenMax no longer depends on window so do not pass as argument.
Neil Hodgson
1
-3
/
+3
2015-09-29
Mark local functions in lexers as static.
Neil Hodgson
4
-5
/
+5
2015-09-29
Mark local functions as static.
Neil Hodgson
4
-7
/
+7
2015-09-27
Change log for SciTE.
Neil
1
-0
/
+4
2015-09-27
Simplify casting by using static_cast instead of reinterpret_cast, glib macros
Neil
2
-29
/
+30
2015-09-27
Updated README to mention C++11 for SciTE.
Neil
1
-5
/
+21
2015-09-26
RTTI is a part of standard C++ so don't turn it off.
Neil
1
-1
/
+1
2015-09-26
Centre whitespace dot when dot is larger than 1 pixel.
Neil
2
-1
/
+5
2015-09-26
Indentation guides do not affect background drawing so omit from condition.
Neil
1
-2
/
+1
[next]