aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/HeaderOrder.txt
AgeCommit message (Collapse)AuthorFilesLines
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.