Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-07-11 | Include case conversion data in Scintilla so that all platforms will perform | Neil | 1 | -35/+10 | |
case conversion of Unicode text in accordance with Unicode. | |||||
2013-05-26 | Switch SelectionText to use a std::string to hold the data and to provide ↵ | nyamatongwe | 1 | -7/+7 | |
accessors to this data. Add a length argument to DropAt, although previous signature still available. | |||||
2013-05-04 | Replacing raw pointers and allocations with std::vector and std::string. | nyamatongwe | 1 | -6/+4 | |
2013-04-26 | QInputContext is no longer available in Qt 5. | Neil Hodgson | 1 | -0/+2 | |
2012-05-17 | Qt platform layer added. Based on an implementation from Jason Haslam | nyamatongwe | 1 | -0/+772 | |
at Scientific Toolworks, Inc. with additions performed for Wingware. |