aboutsummaryrefslogtreecommitdiffhomepage
path: root/qt/ScintillaEditBase/PlatQt.h
AgeCommit message (Collapse)AuthorFilesLines
2017-09-11The Scintilla namespace is always active for internal symbols and for the lexerNeil1-4/+0
interfaces ILexer4 and IDocument.
2017-07-12Add include needed to build with Qt 5.7.1 on Fedora 26 Linux.Neil Hodgson1-0/+1
2017-06-12Removed unused functions and methods from Platform.h.Neil1-1/+0
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-04-19Use "override" for GTK+ and Qt platform layers.Neil1-50/+50
2017-04-07Use same parameter names in declarations and definitions.Neil1-5/+5
2015-04-22Use fractional positioning calls and avoid rounding to ensure consistency.Neil1-0/+5
From Jason Haslam.
2012-05-17Qt platform layer added. Based on an implementation from Jason Haslamnyamatongwe1-0/+127
at Scientific Toolworks, Inc. with additions performed for Wingware.