aboutsummaryrefslogtreecommitdiffhomepage
path: root/qt/ScintillaEditBase/PlatQt.h
AgeCommit message (Collapse)AuthorFilesLines
2018-06-02Backport: Extra header needed with g++ on Linux.Neil Hodgson1-0/+1
Backport of changeset 7016:ae8936026bdf.
2018-05-25Backport: Add GradientRectangle method to Surface to draw rectangles with ↵mitchell1-0/+6
vertical or horizontal gradients. Backport of changeset 6965:90c71d69e3b6.
2018-05-25Backport: Add <vector> to files that include Platform.h as likely needed in ↵mitchell1-0/+2
future. Backport of changeset 6959:b534742f5fa5.
2018-05-25Backport: Modernize Platform.h (3) - update Surface to delete WidthChar, use ↵mitchell1-2/+3
size_t for Polygon and delete the standard copy and assignment methods. Backport of changeset 6940:89fd29243232.
2018-05-14Backport: Modernize Platform.h (2) - noexcept, const, constexpr.Neil1-1/+1
ColourDesired is an int instead of long for consistency over different platforms. Changes made to Point, PRectangle, and ColourDesired. RoundXYPosition removed. Backport of changeset 6939:7441dcb96e6a.
2018-04-15Backport: Feature [feature-requests:#1215]. Stop warning about virtual call ↵Neil1-0/+2
in destructor. Backport of changeset 6690:2107e0144806.
2017-09-11Backport: The Scintilla namespace is always active for internal symbols and ↵Neil1-4/+0
for the lexer and document interfaces. Backport of changeset 6388:d62863ae40a3.
2017-07-12Backport: Add include needed to build with Qt 5.7.1 on Fedora 26 Linux.Neil Hodgson1-0/+1
Backport of changeset 6343:41097105f214.
2017-06-12Backport: Removed unused functions and methods from Platform.h.Neil1-1/+0
Replaced Platform::Clamp with Sci::clamp. Drop MouseButtonBounce workaround for very early GTK+/Linux. Backported from changeset 6307:7030530a9a0f.
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.