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 (
Collapse
)
Author
Files
Lines
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
at line start.
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
for passing integer values to callbacks, and avoiding casts by making functions follow prototypes exactly.
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
Optimise drawing of markers that appear in the text area.
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
The current version value (CFBundleVersion) is a build version.
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
errors as line 0.
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
versions of GTK+.
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
[next]