Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-06-02 | Backport: Extra header needed with g++ on Linux. | Neil Hodgson | 1 | -0/+1 | |
Backport of changeset 7016:ae8936026bdf. | |||||
2018-05-25 | Backport: Add GradientRectangle method to Surface to draw rectangles with ↵ | mitchell | 1 | -0/+6 | |
vertical or horizontal gradients. Backport of changeset 6965:90c71d69e3b6. | |||||
2018-05-25 | Backport: Add <vector> to files that include Platform.h as likely needed in ↵ | mitchell | 1 | -0/+2 | |
future. Backport of changeset 6959:b534742f5fa5. | |||||
2018-05-25 | Backport: Modernize Platform.h (3) - update Surface to delete WidthChar, use ↵ | mitchell | 1 | -2/+3 | |
size_t for Polygon and delete the standard copy and assignment methods. Backport of changeset 6940:89fd29243232. | |||||
2018-05-14 | Backport: Modernize Platform.h (2) - noexcept, const, constexpr. | Neil | 1 | -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-15 | Backport: Feature [feature-requests:#1215]. Stop warning about virtual call ↵ | Neil | 1 | -0/+2 | |
in destructor. Backport of changeset 6690:2107e0144806. | |||||
2017-09-11 | Backport: The Scintilla namespace is always active for internal symbols and ↵ | Neil | 1 | -4/+0 | |
for the lexer and document interfaces. Backport of changeset 6388:d62863ae40a3. | |||||
2017-07-12 | Backport: Add include needed to build with Qt 5.7.1 on Fedora 26 Linux. | Neil Hodgson | 1 | -0/+1 | |
Backport of changeset 6343:41097105f214. | |||||
2017-06-12 | Backport: Removed unused functions and methods from Platform.h. | Neil | 1 | -1/+0 | |
Replaced Platform::Clamp with Sci::clamp. Drop MouseButtonBounce workaround for very early GTK+/Linux. Backported from changeset 6307:7030530a9a0f. | |||||
2017-04-19 | Use "override" for GTK+ and Qt platform layers. | Neil | 1 | -50/+50 | |
2017-04-07 | Use same parameter names in declarations and definitions. | Neil | 1 | -5/+5 | |
2015-04-22 | Use fractional positioning calls and avoid rounding to ensure consistency. | Neil | 1 | -0/+5 | |
From Jason Haslam. | |||||
2012-05-17 | Qt platform layer added. Based on an implementation from Jason Haslam | nyamatongwe | 1 | -0/+127 | |
at Scientific Toolworks, Inc. with additions performed for Wingware. |