aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Position.h
AgeCommit message (Collapse)AuthorFilesLines
2018-05-05Backport: Add SC_DOCUMENTOPTION_TEXT_LARGE option for documents larger than ↵mitchell1-2/+2
2 GigaBytes. This option is provisional and experimental. Backport of changesets 6696:9729ff36c5b1 and 6723:cffe824ab55e. Also added '#include <cstddef>' to top of src/RESearch.cxx to fix 32-bit build error.
2018-01-22Backport: Make clamp generic so can be used on more types.Neil1-11/+4
Updated comments. Backport based on changeset 6431:e77030fd6411, but modified for C++11.
2017-06-12Backport: Removed unused functions and methods from Platform.h.Neil1-0/+8
Replaced Platform::Clamp with Sci::clamp. Drop MouseButtonBounce workaround for very early GTK+/Linux. Backported from changeset 6307:7030530a9a0f.
2017-03-31Using Sci::Position and Sci::Line to mark variables that are document positionsNeil1-0/+1
and lines.
2016-03-25Define Position and invalidPosition inside the Sci namespace for internal use.Neil1-4/+11
2015-07-27Add Position.h as a place-holder and to allow #include "Position.h" in source.Neil1-0/+22