aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/HeaderOrder.txt
AgeCommit message (Collapse)AuthorFilesLines
2020-01-03Backport: Move collection of modules from Catalogue.cxx to ↵mitchell1-0/+1
CatalogueModules.h so it can be reused. Backport of changeset 7866:fff1071ea1db.
2019-12-13Backport: Implement DynamicLibrary on Cocoa.Neil1-0/+1
Backport of changeset 7865:a5c2f8a3f171.
2019-11-02Backport: GTK+ was renamed to GTK in February 2019 so update documentation ↵Zufu Liu1-1/+1
to new name. Backport of changeset 7753:1bcb9184d4ed.
2018-05-01Backport: Add IntegerRectangle to simplify drawing lines without casting.Neil1-0/+1
Backport of changeset 6773:9a027c16f8c3.
2018-05-06Backport: Use <chrono> for platform-independent timing and remove ↵mitchell1-0/+2
ElapsedTime. Also use #if for painting measurement as there are 7 sections of code to enable. Backport of changeset 6741:af5d9064c25c.
2018-04-04Backport: Move DLL entry points DllMain and Scintilla_DirectFunction into ↵Neil1-0/+1
ScintillaDLL.cxx to simplify build process by eliminating the compilation of ScintillaWin.cxx into ScintillaWinS.o|obj. Backport of changeset 6670:cfe90078d684.
2018-05-05Backport: Feature [feature-requests:#1212]. Move Unicode conversions into ↵mitchell1-1/+0
UniConversion. Move Unicode conversion functions UnicodeFromUTF8 and UTF8FromUTF32Character into UniConversion. Backport of changeset 6645:463fa6965d9a.
2018-02-27Backport: Added <utility> and <tuple> to header order and moved POSIX header ↵Neil1-1/+5
<sys/time.h> after standard C++ language headers. Backport of changeset 6461:abc640b89c43.
2018-01-28Backport: Use std::end when filling arrays as reduces chance of mistake.Neil1-0/+1
Backport of changeset 6436:a366ce1a811e.
2017-08-28Backport: New header ILoader.h defines ILoader interface as it does not ↵Neil1-0/+1
belong in ILexer.h. Backport of changeset 6383:9c8257ff60b7.
2017-06-22Backport: Add DefaultLexer.h to header order.Neil1-0/+1
Backport of changeset 6327:3d9896c08ea2.
2017-06-12Backport: Removed unused functions and methods from Platform.h.Neil1-0/+1
Replaced Platform::Clamp with Sci::clamp. Drop MouseButtonBounce workaround for very early GTK+/Linux. Backported from changeset 6307:7030530a9a0f.
2018-03-10Added curses platform.mitchell1-0/+4
2017-05-21Use unique_ptr and forward_list to regularize PerLine data structures.Neil1-0/+1
2017-05-21Make SparseVector work with move-only types.Neil1-0/+1
Define UniqueString as a move-only string and use in a SparseVector for ContractionState. Remove SparseVector method specializations that are no longer needed.
2017-04-01Standardize on C++ headers, remove headers that aren't needed and add <cstddef>Neil1-0/+4
where it may be needed in the future.
2017-02-11Add <iostream> to header order.Neil1-0/+1
2017-02-01Bug [#1901]. Make trackpad scrolling work on Wayland.John Flatness1-0/+1
2016-11-16Extend header checking to include directory and add Sci_Position.h.Neil1-0/+1
2016-10-27Add stdint.h to header ordering in case used in future.Neil1-0/+1
2016-10-21Initial accessibility support for the GTK platform v7Colomban Wendling1-0/+3
2016-10-18Add SparseVector template as a new data structure for storing per-line dataNeil1-0/+6
which is 0 or NULL for most lines.
2016-04-08Update header ordering to cover all headers used in Scintilla and reorderNeil Hodgson1-0/+12
in Cocoa source consistently.
2016-03-25Since stddef.h is the most basic header, defining size_t, move it first.Neil1-1/+1
2015-08-26Use current CSS theming calls instead of deprecated gtk_widget_override_font.Neil1-0/+1
2015-07-27Add Position.h as a place-holder and to allow #include "Position.h" in source.Neil1-0/+1
2015-02-22Implement VK_HANJA for Korean on Windows.Neil1-0/+1
2015-02-02Added <deque> to order.Neil1-0/+1
2014-12-08Avoid warnings from clang about calling abs with float arguments.Neil1-0/+1
2014-10-02Allow using C++11 <regex> for searches as a provisional feature.Neil1-0/+1
2014-07-23Add PerLine.h to the header order.Neil1-0/+1
2014-07-08Split out EditModel, MarginView, and EditView classes into separate files.Neil1-0/+3
2014-05-24Header include statements are now in a standardised order with that orderNeil1-0/+128
defined in scripts/HeaderOrder.txt.