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
/
HeaderOrder.txt
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-31
Added change history which can display document changes (modified, saved, ...)
Neil
1
-0
/
+1
2022-02-02
Feature [feature-requests:#1427] Add multithreaded layout which improves
Neil
1
-0
/
+3
2022-01-31
Implement more unique_ptr allocation wrappers and place in new Wrappers.h hea...
Neil Hodgson
1
-0
/
+1
2022-01-14
Remove unnecessary inclusion of POSIX headers.
Neil Hodgson
1
-4
/
+0
2021-11-22
Move common Win32 functions for releasing IUnknown* and DLL function access into
Neil
1
-0
/
+1
2021-09-14
Avoid some allocations when checking whether font monospaced.
Zufu Liu
1
-0
/
+1
2021-07-12
Add support for benchmarks and Russian text in the unit tests.
Neil
1
-0
/
+2
2021-05-24
Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.h
Neil
1
-4
/
+9
2021-04-27
Rename CharacterSet and CharacterCategory modules in Scintilla to CharacterType
Neil
1
-4
/
+2
2021-03-29
Add SCI_SETELEMENTCOLOUR and related APIs to change colours of visible elements.
Neil
1
-0
/
+1
2021-03-22
Remove IntegerRectangle.h as not widely useful
Neil
1
-1
/
+0
2021-03-18
std::optional is a basic vocabulary type that may be used widely so include
Neil
1
-0
/
+1
2021-03-18
Move assert and debug trace functions into their own header Debugging.h.
Neil
1
-0
/
+1
2021-03-17
Extract geometry and colour definitions from Platform.h into src/Geometry.h.
Neil
1
-1
/
+2
2021-02-01
Move the patterns to check and exclude to HeaderOrder.txt so one script can be
Neil
1
-36
/
+17
2020-06-06
Defer most initialisation until Scintilla window is created.
Neil
1
-0
/
+1
2020-03-16
List headers in HeaderOrder.txt that are not used.
Neil
1
-5
/
+0
2019-12-22
Lexilla testing framework.
Neil
1
-0
/
+6
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
GTK+ was renamed to GTK in February 2019 so update documentation to new name.
Zufu Liu
1
-1
/
+1
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-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-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
1
-0
/
+1
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
Add SparseVector template as a new data structure for storing per-line data
Neil
1
-0
/
+6
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-08-26
Use current CSS theming calls instead of deprecated gtk_widget_override_font.
Neil
1
-0
/
+1
2015-07-27
Add Position.h as a place-holder and to allow #include "Position.h" in source.
Neil
1
-0
/
+1
2015-02-22
Implement VK_HANJA for Korean on Windows.
Neil
1
-0
/
+1
2015-02-02
Added <deque> to order.
Neil
1
-0
/
+1
2014-12-08
Avoid warnings from clang about calling abs with float arguments.
Neil
1
-0
/
+1
2014-10-02
Allow using C++11 <regex> for searches as a provisional feature.
Neil
1
-0
/
+1
2014-07-23
Add PerLine.h to the header order.
Neil
1
-0
/
+1
[next]