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
2017-07-17
Documentation for style metadata.
Neil
2
-65
/
+249
2017-06-22
Basic implementation helpers for style metadata.
Neil
8
-21
/
+57
2017-06-22
Add style metadata methods with null implementations.
Neil
9
-0
/
+124
2017-06-22
Merge Ilexer and ILexerWithSubStyles into ILexer4 to avoid need for version
Neil
28
-83
/
+126
2017-07-13
Update typedefs used for lexing.
Neil
1
-2
/
+4
2017-07-12
Add include needed to build with Qt 5.7.1 on Fedora 26 Linux.
Neil Hodgson
1
-0
/
+1
2017-07-12
Bug [#1957]. Add focusChanged(bool focused) signal.
Justin Dailey
3
-0
/
+13
2017-07-09
Updated styling to avoid Comic Sans - such an unfairly maligned font.
Justin Dailey
1
-3
/
+3
2017-07-09
Bug [#1955]. The data parameter to ILoader::AddData made const.
Justin Dailey
5
-4
/
+8
2017-07-09
Added BowPad.
johnsonj
1
-0
/
+4
2017-07-07
Bug [#1949]. Fix drawing failure in wrap mode for GTK+ 2.x.
Neil
2
-1
/
+3
2017-07-07
Redraw when overtype changed so caret change visible even when not blinking.
Justin Dailey
2
-3
/
+11
2017-07-03
SCE_BAAN_NUMBER was not highlighted, if followed by an operator... This Bug i...
oirfeodent
2
-1
/
+4
2017-07-04
Dropping files fires the SCN_URIDROPPED notification instead of inserting text.
Justin Dailey
5
-5
/
+34
2017-07-04
Clean whitespace.
Neil
1
-1
/
+1
2017-06-29
Bug [#1951]. matlab lexer - dont use 'end' as a keyword when used as a index.
John Donoghue
2
-0
/
+18
2017-07-01
Include the 'updated' flags in the updateUi signal.
Justin Dailey
3
-4
/
+8
2017-07-01
Deprecate single phase drawing.
Neil
5
-19
/
+37
2017-07-01
Updated documentation to match changes to IDocument and ILexer.
Neil
1
-18
/
+12
2017-06-22
Update IDocument for version 4. Drop IDocumentWithLineEnd interface to just have
Neil
9
-37
/
+20
2017-06-22
Add DefaultLexer.h to header order.
Neil
1
-0
/
+1
2017-06-22
Add a DefaultLexer class which lexers can subclass if they want reasonable
Neil
24
-18
/
+205
2017-06-22
Make all methods override, even pure ones to keep Clang happy.
Neil Hodgson
1
-2
/
+2
2017-06-22
Cast between Sci_Position.h types used for lexers and Position.h types used in
Neil
6
-258
/
+316
2017-06-22
Mark methods implementing interface as "override".
Neil
1
-9
/
+9
2017-06-22
Fix printf formatting with correct format specifier and cast to allow argument
Neil
1
-1
/
+1
2017-06-22
Use same types for CheckLevelCommentLine to allow 64-bit Sci_Position.
Neil
1
-1
/
+1
2017-06-19
The default encoding is now UTF-8.
Neil
3
-10
/
+13
2017-06-17
SciTE change log.
Neil
1
-0
/
+4
2017-06-15
SciTE change log.
Neil
1
-0
/
+3
2017-06-15
Avoid warnings from G++ 7 for ScintillaEditPy in code generated by Shiboken.
Neil
1
-1
/
+3
2017-06-14
Use $$files instead of bare wildcard to support including in a parent project.
Neil
3
-5
/
+6
2017-06-14
Use same #if guard as other files.
Neil
1
-0
/
+2
2017-06-13
Bug [#1949]. Fix drawing failure in wrap mode for delete to start/end of line.
Neil
2
-4
/
+15
2017-06-13
Hide MSVC incremental linker files and Qt qnake artifacts.
Neil
1
-0
/
+3
2017-06-12
Remove old timer code in favour of the FineTicker* methods.
Neil
9
-135
/
+22
2017-06-12
Simplify mouse and keyboard handling by only retaining the 'WithModifiers" form.
Neil
9
-116
/
+75
2017-06-12
Back down from gnu++17 to gnu++14 so can build with g++ on current Ubuntu.
Neil
1
-1
/
+1
2017-06-12
Fix bug where retrieving encoded bytes failed.
Neil
1
-1
/
+1
2017-06-12
Removed unused functions and methods from Platform.h.
Neil
23
-568
/
+186
2017-06-11
Implement SCN_AUTOCSELECTIONCHANGE notification.
Neil
11
-61
/
+236
2017-06-10
Avoid warnings when compiling unit tests with recent GCC.
Neil
1
-0
/
+8
2017-06-10
SciTE change log.
Neil
1
-0
/
+4
2017-06-10
Update GTK+ and compiler version requirements.
Neil
3
-8
/
+8
2017-06-07
Bug [#1919]. Rust - Update integer suffixes.
Pavel Sountsov
2
-1
/
+7
2017-06-10
Require GTK+ 2.24 or later. Removes support for earlier versions.
Baldur Karlsson
2
-63
/
+0
2017-06-10
Bug [#1947]. Reenable mouse tracking when the window is reshown.
Baldur Karlsson
2
-0
/
+8
2017-06-10
Prepare changelog for 4.x.
Neil
1
-0
/
+14
2017-06-09
Use 64-bit safe type for return from Scintilla.
Neil
1
-2
/
+2
2017-06-09
Use min and max from std instead of own version from platform.
Neil
7
-20
/
+29
[next]