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-06-22
Backport: Basic implementation helpers for style metadata.
Neil
8
-21
/
+57
2017-06-22
Backport: Add style metadata methods with null implementations.
Neil
9
-10
/
+188
2017-07-13
Backport: Update typedefs used for lexing.
Neil
1
-2
/
+4
2017-07-12
Backport: Add include needed to build with Qt 5.7.1 on Fedora 26 Linux.
Neil Hodgson
1
-0
/
+1
2017-07-12
Backport: Bug [#1957]. Add focusChanged(bool focused) signal.
Justin Dailey
3
-0
/
+13
2017-07-09
Backport: Updated styling to avoid Comic Sans - such an unfairly maligned font.
Justin Dailey
1
-3
/
+3
2017-07-09
Backport: Bug [#1955]. The data parameter to ILoader::AddData made const.
Justin Dailey
5
-4
/
+8
2017-07-09
Backport: Added BowPad.
johnsonj
1
-0
/
+4
2017-07-07
Backport: Bug [#1949]. Fix drawing failure in wrap mode for GTK+ 2.x.
Neil
2
-1
/
+3
2017-07-07
Backport: Redraw when overtype changed so caret change visible even when not ...
Justin Dailey
2
-3
/
+11
2017-07-04
Backport: Dropping files fires the SCN_URIDROPPED notification instead of ins...
Justin Dailey
5
-5
/
+34
2017-06-29
Backport: Bug [#1951]. matlab lexer - dont use 'end' as a keyword when used a...
John Donoghue
2
-0
/
+18
2017-07-01
Backport: Include the 'updated' flags in the updateUi signal.
Justin Dailey
3
-4
/
+8
2017-06-22
Backport: Add DefaultLexer.h to header order.
Neil
1
-0
/
+1
2018-03-14
Added DefaultLexer class to curses platform Makefile.
mitchell
1
-2
/
+3
2017-06-22
Backport: Add a DefaultLexer class which lexers can subclass if they want rea...
Neil
24
-18
/
+205
2017-06-22
Backport: Make all methods override, even pure ones to keep Clang happy.
Neil Hodgson
1
-2
/
+2
2017-06-22
Backport: Cast between Sci_Position.h types used for lexers and Position.h ty...
Neil
6
-258
/
+316
2017-06-22
Backport: Mark methods implementing interface as "override".
Neil
1
-9
/
+9
2017-06-22
Backport: Fix printf formatting with correct format specifier and cast to all...
Neil
1
-1
/
+1
2017-06-22
Backport: Use same types for CheckLevelCommentLine to allow 64-bit Sci_Position.
Neil
1
-1
/
+1
2017-06-19
Backport: The default encoding is now UTF-8.
Neil
3
-10
/
+13
2017-06-15
Backport: Avoid warnings from G++ 7 for ScintillaEditPy in code generated by ...
Neil
1
-1
/
+3
2017-06-14
Backport: Use $$files instead of bare wildcard to support including in a pare...
Neil
3
-5
/
+6
2017-06-14
Backport: Use same #if guard as other files.
Neil
1
-0
/
+2
2017-06-13
Backport: Bug [#1949]. Fix drawing failure in wrap mode for delete to start/e...
Neil
2
-4
/
+15
2017-06-13
Backport: Hide MSVC incremental linker files and Qt qnake artifacts.
Neil
1
-0
/
+3
2018-03-14
Updated curses platform to add FineTicker* stubs.
mitchell
1
-1
/
+5
2017-06-12
Backport: Remove old timer code in favour of the FineTicker* methods.
Neil
9
-136
/
+22
2018-03-14
Simplify mouse and keyboard handling in curses.
mitchell
1
-6
/
+8
2017-06-12
Backport: Simplify mouse and keyboard handling by only retaining the 'WithMod...
Neil
9
-116
/
+73
2018-03-14
Removed unused functions and methods from curses and replaced Platform::Clamp...
mitchell
2
-28
/
+6
2017-06-12
Backport: Removed unused functions and methods from Platform.h.
Neil
22
-554
/
+172
2018-03-13
Implement SCN_AUTOCSELECTIONCHANGE notification for curses.
mitchell
1
-9
/
+9
2017-06-11
Backport: Implement SCN_AUTOCSELECTIONCHANGE notification.
Neil
11
-66
/
+239
2017-06-10
Backport: Avoid warnings when compiling unit tests with recent GCC.
Neil
1
-0
/
+8
2018-03-13
Update GTK+ version requirements.
mitchell
3
-5
/
+5
2017-06-07
Backport: Bug [#1919]. Rust - Update integer suffixes.
Pavel Sountsov
2
-1
/
+7
2017-06-10
Backport: Require GTK+ 2.24 or later. Removes support for earlier versions.
Baldur Karlsson
2
-63
/
+0
2017-06-10
Backport: Bug [#1947]. Reenable mouse tracking when the window is reshown.
Baldur Karlsson
2
-0
/
+8
2018-03-13
Prepare changelog for 3.x.
mitchell
1
-0
/
+11
2017-06-09
Backport: Use 64-bit safe type for return from Scintilla.
Neil
1
-2
/
+2
2017-06-09
Backport: Use min and max from std instead of own version from platform.
Neil
7
-21
/
+30
2017-06-09
Backport: Avoid signed safety warnings from GCC 7.
Neil
1
-2
/
+2
2018-03-13
Backport: Bug as it uses a getter and discards the result instead of a setter.
mitchell
1
-1
/
+1
2018-03-11
Added optional Lua lexer support.
mitchell
223
-30
/
+55163
2018-03-10
Added curses platform.
mitchell
11
-4
/
+1857
2017-10-15
Apply patch set #6396 to LongTerm3 Branch.
oirfeodent
1
-4
/
+6
2017-08-30
Apply patch set #6385 to LongTerm3 Branch.
oirfeodent
1
-1
/
+4
2017-08-08
Added tag rel-3-7-6 for changeset caeb7b0e4db6
Neil
1
-0
/
+2
[next]