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-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
2015-09-26
Add parentheses to fix warning from Clang.
Neil Hodgson
1
-2
/
+2
2015-09-26
Whitespace may be made visible just in indentation.
nkmathew
7
-11
/
+28
2015-09-25
Updated as recommended by Xcode 7.
Neil Hodgson
4
-4
/
+10
2015-09-25
Replace reinterpret_cast with static_cast where possible.
Neil
2
-45
/
+45
2015-09-25
Remove null occurrences of reinterpret_cast which just converted HDC to HDC.
Neil
1
-15
/
+15
2015-09-23
When SC_MARK_UNDERLINE if not assigned to a margin, stop drawing the whole line.
Neil
5
-34
/
+56
2015-09-23
Optimise drawing by only drawing affected lines when markers shown in the text.
Neil
1
-36
/
+40
2015-09-23
Change log.
Neil
1
-0
/
+4
2015-09-22
Support using Visual C++ 2015 to target Windows XP.
Neil
1
-2
/
+7
2015-09-21
Mention Cocoa version numbers.
Neil Hodgson
1
-0
/
+11
2015-09-21
Automate updating of version numbers in the Scintilla framework.
Neil Hodgson
2
-1
/
+24
2015-09-21
Add short version string to Scintilla framework to specify the release version.
Neil Hodgson
1
-1
/
+3
2015-09-16
Annotate change with bug report.
Neil
1
-0
/
+1
2015-09-15
Added tag rel-3-6-1 for changeset 59165fbb6b9d
Neil
1
-0
/
+1
2015-09-10
Updates for 3.6.1.
rel-3-6-1
johnsonj
7
-15
/
+16
2015-09-10
Change log.
johnsonj
1
-0
/
+3
2015-09-10
Handle reconversion when requested by IME.
johnsonj
1
-0
/
+96
2015-09-10
Fix IME caret movements for emoji.
johnsonj
2
-2
/
+2
2015-09-09
Change log.
Neil
1
-0
/
+8
2015-09-09
Allow '0' as the line number in GCC errors as some tools report whole file
Neil
1
-1
/
+1
2015-09-05
Remove #if sections which are not required for GTK+ 2.18.
nyamatongwe
2
-77
/
+4
2015-09-05
With the minimum GTK+ version now 2.18, remove #if conditions required for older
nyamatongwe
2
-31
/
+2
2015-09-04
Change FillVirtualSpace to ClearBeforeTentativeStart and delete selected text.
johnsonj
6
-7
/
+16
2015-09-04
Bug [#1757]. Treat CRLF as two characters in SCI_COUNTCHARACTERS.
Neil
3
-2
/
+12
2015-09-03
Removing support for old GTK+ versions. Minimum GTK+ is 2.18 with glib 2.22.
Neil
3
-8
/
+6
2015-09-02
Schedule the timer after setting its tolerance to avoid scheduling twice.
Neil Hodgson
1
-5
/
+6
2015-08-28
Implement some ANSI escape sequences to change foreground colour and intensity.
Neil
4
-7
/
+124
2015-08-26
Removed setting list colours on GTK+ 3.16+ as no longer appears needed.
Neil
2
-1
/
+7
2015-08-26
Use current CSS theming calls instead of deprecated gtk_widget_override_font.
Neil
2
-2
/
+43
2015-08-26
On GTK+ 3.x, fix height of lines in autocompletion lists to match the font.
Neil
2
-1
/
+8
2015-08-25
Encapsulate HIMC in a small class to ensure it is always freed.
Neil
1
-32
/
+41
2015-08-24
Simplify filling virtual space and avoid any side effects that may be caused by
johnsonj
1
-4
/
+9
2015-08-23
Change log.
Neil
1
-0
/
+4
2015-08-23
Merged with Cocoa changes.
Neil
1
-51
/
+29
2015-08-23
In C++, new fails with an exception instead of returning NULL so remove handling
Neil Hodgson
1
-43
/
+29
2015-08-23
Potential fix for bug [#1751]. Remove setting of current graphics context.
Neil Hodgson
1
-8
/
+0
2015-08-22
Change log.
Neil
1
-0
/
+4
2015-08-22
Change log for SciTE.
Neil
1
-0
/
+5
2015-08-22
Potential fix for bug [#1751]. Save and restore graphics state in case delete...
Neil Hodgson
1
-0
/
+3
2015-08-21
Fix empty comments /**/ so the comment state does not continue.
Mike Lischke
2
-3
/
+9
2015-08-16
On GTK+, support code page 866 with SC_CHARSET_OEM866.
Serg Stetsuk
5
-1
/
+10
2015-08-16
Bug [#1749]. Added lexical class for CoffeeScript instance properties and fixed
Neil
4
-12
/
+13
2015-08-16
Change log.
Neil
1
-0
/
+5
2015-08-12
Read multiline LexerModule declarations and extract lexer name -> lexer ID and
Neil
1
-5
/
+31
2015-08-11
Change log.
Neil
1
-0
/
+3
[prev]
[next]