Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-04-26 | Avoid some warnings. | Neil | 1 | -1/+1 | |
2018-04-17 | Add SC_DOCUMENTOPTION_TEXT_LARGE option for documents larger than 2 GigaBytes. | Neil | 1 | -2/+2 | |
This option is provisional and experimental. | |||||
2018-01-28 | Replace Sci::clamp with C++ standard std::clamp function. | Neil | 1 | -9/+0 | |
std::clamp is from C++17. | |||||
2018-01-22 | Make clamp generic so can be used on more types. | Neil | 1 | -6/+3 | |
Updated comments. | |||||
2017-06-12 | Removed unused functions and methods from Platform.h. | Neil | 1 | -0/+8 | |
Replaced Platform::Clamp with Sci::clamp but will later change this to std::clamp once on full C++17 compilers. Drop MouseButtonBounce workaround for very early GTK+/Linux. | |||||
2017-03-31 | Using Sci::Position and Sci::Line to mark variables that are document positions | Neil | 1 | -0/+1 | |
and lines. | |||||
2016-03-25 | Define Position and invalidPosition inside the Sci namespace for internal use. | Neil | 1 | -4/+11 | |
2015-07-27 | Add Position.h as a place-holder and to allow #include "Position.h" in source. | Neil | 1 | -0/+22 | |