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-08-28
Backport: Bug [#1966]. #define A is treated as #define A 1.
Jannick
2
-0
/
+3
2017-08-28
Backport: Bug [#1966]. Default value of 0 for undefined preprocessor symbols.
Jannick
2
-2
/
+8
2017-08-25
Backport: Moved *StyleBits* APIs into deprecated category.
Neil
5
-17
/
+21
2017-08-19
Backport: Switched attribution.
Neil
1
-1
/
+1
2017-08-18
Backport: Bug [#1968]. Use sql.backslash.escapes for double quoted strings.
Justin Clift
2
-1
/
+7
2017-08-17
Backport: Added link to long term release page onmain page.
Neil
1
-0
/
+4
2017-08-11
Backport: Include more of the upstream changes.
Neil
1
-0
/
+11
2017-08-11
Backport: Stopped treating SC_TECHNOLOGY_DIRECTWRITERETAIN and SC_TECHNOLOGY_...
Neil
3
-14
/
+12
2017-08-09
Backport: Include 3.7.6 long term release.
Neil
1
-0
/
+19
2017-08-07
Backport: Bug [#1965]. Implement "fold", "fold.comment", and "fold.compact" p...
Zufu Liu
2
-2
/
+12
2017-08-02
Backport: Switch default modifier key for rectangular selections from Ctrl to...
Neil Hodgson
4
-11
/
+9
2017-08-02
Backport: Improve description of HideSelection.
rhkramer
1
-1
/
+1
2017-07-29
Backport: Bug [#1876]. Fix scrollbar and corner drawing and flickering of text.
Neil Hodgson
3
-6
/
+40
2017-07-23
Backport: Lexer style metadata uses arrays of struct literals but don't want ...
Neil Hodgson
1
-2
/
+5
2017-07-23
Backport: Avoid warning although it appears incorrect.
Neil Hodgson
1
-1
/
+1
2017-07-23
Backport: Bug [#1959]. Avoid problems with changes with different versions of...
Neil Hodgson
3
-2
/
+7
2017-07-18
Backport: Bug [#1958]. Make doCommandBySelector work but avoid double effect ...
Neil Hodgson
2
-4
/
+12
2017-07-18
Backport: Bug [#1959]. Eliminate extra layer in signal emission for document.
Justin Dailey
2
-62
/
+21
2017-07-17
Backport: Fix signed / unsigned comparison warnings.
Neil
1
-4
/
+4
2017-07-17
Backport: Ensures tests build after change set 6352.
Neil
1
-0
/
+2
2017-07-17
Backport: Update types for Unix LP64 after changes to Sci_Position/Sci_Positi...
Neil Hodgson
12
-25
/
+27
2017-07-17
Backport: Casts required for Unix LP64 after changes to Sci_Position/Sci_Posi...
Neil Hodgson
2
-14
/
+21
2017-07-17
Backport: Mark overriding methods as "override".
Neil Hodgson
1
-4
/
+4
2017-07-17
Backport: Implement style metadata for some languages.
Neil
6
-10
/
+338
2017-07-17
Backport: Documentation for style metadata.
Neil
2
-1
/
+233
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
[next]