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
path:
root
/
scripts
Age
Commit message (
Expand
)
Author
Files
Lines
2020-02-05
Feature [feature-requests:#1335] Archive just the repository files to scintil...
Neil
1
-0
/
+5
2020-01-26
Small simplification and spelling fix.
Neil
1
-3
/
+2
2019-12-22
Lexilla testing framework.
Neil
2
-0
/
+8
2019-12-31
Move collection of modules from Catalogue.cxx to CatalogueModules.h so it can
Neil
1
-0
/
+1
2019-12-13
Implement DynamicLibrary on Cocoa.
Neil
1
-0
/
+1
2019-11-02
Extend script to cover last Unicode character.
Zufu Liu
1
-1
/
+1
2019-11-02
GTK+ was renamed to GTK in February 2019 so update documentation to new name.
Zufu Liu
1
-1
/
+1
2019-06-18
Feature [feature-requests:#1297] 7: Add value aliases for PascalCase constants.
Neil
1
-0
/
+6
2019-06-18
Feature [feature-requests:#1297] 6: Support enumerated types in APIs.
Neil
2
-0
/
+7
2019-06-18
Feature [feature-requests:#1297] 2: Use position and line more in documentation.
Neil
1
-9
/
+10
2019-06-18
Feature [feature-requests:#1297] 1: Moved CheckMentioned.py script from scite to
Neil
1
-0
/
+218
2019-04-11
Updated required Python version due to differences in how imports work in 2.7.
Neil
1
-2
/
+2
2019-04-08
Use native line ends for make dependencies files.
Neil
1
-3
/
+4
2019-04-08
Make dependencies scripts work when called from scite/scripts/RegenerateSourc...
Neil
2
-2
/
+13
2019-04-01
Switch generation of make dependencies to Python scripts DepGen.py.
Neil
3
-0
/
+158
2019-03-29
Feature [feature-requests:#1259]. Add SCI_SETCHARACTERCATEGORYOPTIMIZATION API
Neil
1
-5
/
+15
2018-06-02
Implement IScreenLineLayout for Cocoa Core Text as ScreenLineLayout.
Neil
1
-0
/
+1
2018-05-01
Add IntegerRectangle to simplify drawing lines without casting.
Neil
1
-0
/
+1
2018-04-26
Use <chrono> for platform-independent timing and remove ElapsedTime.
Neil
1
-0
/
+2
2018-04-04
Move DLL entry points DllMain and Scintilla_DirectFunction into ScintillaDLL.cxx
Neil
1
-0
/
+1
2018-03-24
Feature [feature-requests:#1212]. Move Unicode conversions into UniConversion.
Zufu Liu
1
-1
/
+0
2018-02-27
Added <utility> and <tuple> to header order and moved POSIX header <sys/time.h>
Neil
1
-1
/
+5
2018-02-26
Added string_view to order.
Neil
1
-0
/
+1
2018-01-28
Use std::end when filling arrays as reduces chance of mistake.
Neil
1
-0
/
+1
2017-09-14
Normalize whitespace.
Zufu Liu
5
-7
/
+6
2017-09-14
Remove automatically generated line end whitespace.
Zufu Liu
1
-2
/
+2
2017-08-28
New header ILoader.h defines ILoader interface as it does not belong in ILexe...
Neil
1
-0
/
+1
2017-06-22
Add DefaultLexer.h to header order.
Neil
1
-0
/
+1
2017-06-12
Removed unused functions and methods from Platform.h.
Neil
1
-0
/
+1
2017-05-21
Use unique_ptr and forward_list to regularize PerLine data structures.
Neil
1
-0
/
+1
2017-05-21
Make SparseVector work with move-only types.
Neil
1
-0
/
+1
2017-04-01
Standardize on C++ headers, remove headers that aren't needed and add <cstddef>
Neil
1
-0
/
+4
2017-02-15
Automatically add new lexers to Xcode project in LexGen.py.
Neil
3
-1
/
+141
2017-02-11
Add <iostream> to header order.
Neil
1
-0
/
+1
2017-02-01
Bug [#1901]. Make trackpad scrolling work on Wayland.
John Flatness
1
-0
/
+1
2016-11-16
Extend header checking to include directory and add Sci_Position.h.
Neil
2
-1
/
+3
2016-10-27
Add stdint.h to header ordering in case used in future.
Neil
1
-0
/
+1
2016-10-21
Initial accessibility support for the GTK platform v7
Colomban Wendling
1
-0
/
+3
2016-10-18
Script for checking that all headers are included in a standard order.
Neil
1
-0
/
+92
2016-10-18
Add SparseVector template as a new data structure for storing per-line data
Neil
1
-0
/
+6
2016-09-17
Reset the comment after use so that it isn't applied to other features.
Neil
1
-0
/
+2
2016-05-16
Bug [#1829]. Include comments for enu and lex definitions.
Kasper B. Graversen
1
-1
/
+2
2016-04-08
Update header ordering to cover all headers used in Scintilla and reorder
Neil Hodgson
1
-0
/
+12
2016-03-25
Since stddef.h is the most basic header, defining size_t, move it first.
Neil
1
-1
/
+1
2015-11-20
Remove line end whitespace.
Neil
5
-33
/
+33
2015-09-21
Automate updating of version numbers in the Scintilla framework.
Neil Hodgson
2
-1
/
+24
2015-08-26
Use current CSS theming calls instead of deprecated gtk_widget_override_font.
Neil
1
-0
/
+1
2015-08-12
Read multiline LexerModule declarations and extract lexer name -> lexer ID and
Neil
1
-5
/
+31
2015-07-27
Add Position.h as a place-holder and to allow #include "Position.h" in source.
Neil
1
-0
/
+1
2015-06-02
Provide downloads from scintilla.org to avoid degradation of SourceForge.
Neil
1
-2
/
+2
[next]