aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/HeaderOrder.txt
AgeCommit message (Expand)AuthorFilesLines
2022-07-31Added change history which can display document changes (modified, saved, ...)Neil1-0/+1
2022-02-02Feature [feature-requests:#1427] Add multithreaded layout which improvesNeil1-0/+3
2022-01-31Implement more unique_ptr allocation wrappers and place in new Wrappers.h hea...Neil Hodgson1-0/+1
2022-01-14Remove unnecessary inclusion of POSIX headers.Neil Hodgson1-4/+0
2021-11-22Move common Win32 functions for releasing IUnknown* and DLL function access intoNeil1-0/+1
2021-09-14Avoid some allocations when checking whether font monospaced.Zufu Liu1-0/+1
2021-07-12Add support for benchmarks and Russian text in the unit tests.Neil1-0/+2
2021-05-24Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.hNeil1-4/+9
2021-04-27Rename CharacterSet and CharacterCategory modules in Scintilla to CharacterTypeNeil1-4/+2
2021-03-29Add SCI_SETELEMENTCOLOUR and related APIs to change colours of visible elements.Neil1-0/+1
2021-03-22Remove IntegerRectangle.h as not widely usefulNeil1-1/+0
2021-03-18std::optional is a basic vocabulary type that may be used widely so includeNeil1-0/+1
2021-03-18Move assert and debug trace functions into their own header Debugging.h.Neil1-0/+1
2021-03-17Extract geometry and colour definitions from Platform.h into src/Geometry.h.Neil1-1/+2
2021-02-01Move the patterns to check and exclude to HeaderOrder.txt so one script can beNeil1-36/+17
2020-06-06Defer most initialisation until Scintilla window is created.Neil1-0/+1
2020-03-16List headers in HeaderOrder.txt that are not used.Neil1-5/+0
2019-12-22Lexilla testing framework.Neil1-0/+6
2019-12-31Move collection of modules from Catalogue.cxx to CatalogueModules.h so it canNeil1-0/+1
2019-12-13Implement DynamicLibrary on Cocoa.Neil1-0/+1
2019-11-02GTK+ was renamed to GTK in February 2019 so update documentation to new name.Zufu Liu1-1/+1
2018-06-02Implement IScreenLineLayout for Cocoa Core Text as ScreenLineLayout.Neil1-0/+1
2018-05-01Add IntegerRectangle to simplify drawing lines without casting.Neil1-0/+1
2018-04-26Use <chrono> for platform-independent timing and remove ElapsedTime.Neil1-0/+2
2018-04-04Move DLL entry points DllMain and Scintilla_DirectFunction into ScintillaDLL.cxxNeil1-0/+1
2018-03-24Feature [feature-requests:#1212]. Move Unicode conversions into UniConversion.Zufu Liu1-1/+0
2018-02-27Added <utility> and <tuple> to header order and moved POSIX header <sys/time.h>Neil1-1/+5
2018-02-26Added string_view to order.Neil1-0/+1
2018-01-28Use std::end when filling arrays as reduces chance of mistake.Neil1-0/+1
2017-08-28New header ILoader.h defines ILoader interface as it does not belong in ILexe...Neil1-0/+1
2017-06-22Add DefaultLexer.h to header order.Neil1-0/+1
2017-06-12Removed unused functions and methods from Platform.h.Neil1-0/+1
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
2017-04-01Standardize on C++ headers, remove headers that aren't needed and add <cstddef>Neil1-0/+4
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
2016-04-08Update header ordering to cover all headers used in Scintilla and reorderNeil Hodgson1-0/+12
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