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
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
2020-01-12
Readying 4.3.0 release.
rel-4-3-0
Neil
8
-19
/
+19
2020-01-11
Clean up the code changed with 7883 dropping CF_TEXT.
Neil
1
-24
/
+17
2020-01-10
Bug [#2132]. Only check for LS/PS/NEL when Unicode line ends turned on.
Zufu Liu
1
-1
/
+1
2020-01-06
Bug [#2135]. Prevent movement of candidate window while typing.
Zufu Liu
2
-2
/
+5
2020-01-06
Bug [#2135]. Improve location of candidate window.
Zufu Liu
2
-2
/
+5
2020-01-06
Bug [#2135]. Set candidate window position in windowed IME mode.
Zufu Liu
2
-0
/
+7
2020-01-09
Remove support for CF_TEXT clipboard format. CF_UNICODETEXT is now used in all
Neil
2
-45
/
+5
2020-01-06
Bug [#2147]. Don't clear clipboard before copying text.
Neil
2
-1
/
+4
2020-01-05
Fix some warnings.
Neil
3
-4
/
+4
2020-01-04
Feature [feature-requests:#1328] Handle CRLF in SCE_RAKU_COMMENTLINEs and
Mark Reay
2
-7
/
+10
2020-01-04
Mention Raku in change log.
Neil
1
-0
/
+5
2020-01-03
Added Raku lexer and style properties and example files
Mark Reay
17
-0
/
+1966
2020-01-04
Implement negative relative positions in GetRelativePosition.
Neil
1
-2
/
+26
2020-01-04
Add lexilla/src to include directories to find "Lexilla.h".
Neil
1
-4
/
+4
2020-01-01
Be more accurate for 'make clean' as bin directory now shared with Lexilla.
Neil
2
-2
/
+6
2019-12-14
Lexilla tests.
Neil
39
-0
/
+1259
2019-12-22
Lexilla testing framework.
Neil
14
-1
/
+925
2019-12-31
Implement SCI_SETILEXER.
Neil
11
-27
/
+93
2019-12-22
Define ILexer5 with methods for retrieving name, ID, and property values.
Neil
39
-102
/
+309
2019-11-09
Remember string values in OptionSet so can be easily retrieved.
Neil
1
-1
/
+14
2019-12-13
Lexilla implemented as loadable lexer.
Neil
12
-3
/
+3846
2019-12-14
Remove links to lexers with SCI_EMPTYCATALOGUE definition.
Neil
3
-0
/
+10
2019-12-31
Move collection of modules from Catalogue.cxx to CatalogueModules.h so it can
Neil
14
-124
/
+90
2019-12-13
Implement DynamicLibrary on Cocoa.
Neil
4
-10
/
+61
2019-12-13
Move automatic numbering of external lexers from Catalogue to ExternalLexer.
Neil
2
-6
/
+5
2019-12-13
Use safe mechanism for converting between function pointers and void*.
Neil
2
-15
/
+14
2019-12-13
Use safe mechanism to convert to function pointers.
Neil
1
-10
/
+23
2019-12-13
Hide details of ExternalLexer and export ExternalLexerLoad function only.
Neil
3
-58
/
+72
2019-12-13
Move SCI_LOADLEXERLIBRARY from platform layers to ScintillaBase.cxx.
Neil
10
-79
/
+18
2019-12-30
gcc 9 has a new warning deprecated-copy which occurs many times in Qt headers.
Neil
1
-1
/
+1
2019-12-30
Remove Scintilla.def prerequisite as not used by gcc or clang.
Neil
1
-4
/
+4
2019-12-30
Use pattern rules instead of suffix rules as they are clearer.
Neil
2
-5
/
+9
2019-12-30
Remove line end whitespace.
Neil
1
-1
/
+1
2019-12-29
Builds without GNU extensions so set to standard C++17.
Neil
1
-1
/
+1
2019-12-29
Standardize names and order between make files on win32 and gtk.
Neil
3
-68
/
+102
2019-12-29
Support Clang on Windows.
Neil
1
-0
/
+12
2019-12-27
Use Unix paths except when deleting files, then call normalize to change / to \.
Neil
1
-3
/
+5
2019-12-29
Use if function to simplify GTK version setting.
Neil
1
-6
/
+2
2019-12-29
Simplify makefile and use better variable names.
Neil
1
-26
/
+22
2019-12-27
Collect objects into variables and define one-per-line.
Neil
1
-7
/
+52
2019-12-29
Drop G_THREADS_IMPL_NONE as not implemented in glib since 2011.
Neil
1
-9
/
+3
2019-12-29
Use ranlib everywhere so no special case on macOS.
Neil
1
-7
/
+1
2019-12-29
Move suppression of Clang warning missing-braces from makefile to apply to
Neil
3
-4
/
+8
2019-12-29
Move suppression of Clang warning language-extension-token from makefile to only
Neil
2
-2
/
+6
2019-12-29
Remove Clang option that is not needed with Clang 9.
Neil
1
-2
/
+1
2019-12-29
Remove MinGW linker options that do not appear needed with Mingw-w64 GCC 9.
Neil
1
-2
/
+1
2019-12-29
Update comments.
Neil
2
-6
/
+8
2019-12-29
Update suppressions for Cppcheck 1.90.
Neil
1
-6
/
+10
2019-12-13
Add or fix file name comments.
Neil
19
-11
/
+19
2019-12-13
Fix incorrect comments.
Neil
2
-3
/
+3
[next]