Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-09-11 | The Scintilla namespace is always active for internal symbols and for the lexer | Neil | 1 | -4/+0 | |
interfaces ILexer4 and IDocument. | |||||
2017-07-12 | Add include needed to build with Qt 5.7.1 on Fedora 26 Linux. | Neil Hodgson | 1 | -0/+1 | |
2017-06-12 | Removed unused functions and methods from Platform.h. | Neil | 1 | -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-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. |