aboutsummaryrefslogtreecommitdiffhomepage
path: root/qt/ScintillaEditBase/PlatQt.cpp
AgeCommit message (Collapse)AuthorFilesLines
2013-06-25Specify paint device when creating QTextLayout. Fixes mis-layout of text whennyamatongwe1-1/+1
QApplication construction delayed. From John Ehresman.
2013-05-04Replacing raw pointers and allocations with std::vector and std::string.nyamatongwe1-20/+16
2013-05-02Removed variable which is no longer used due to change 4520.nyamatongwe1-1/+0
2013-05-01Monitor rect's top right is not necessarily 0, 0John Ehresman1-10/+8
2013-04-26Switch away from deprecated method.Neil Hodgson1-1/+1
2013-04-26Use union to allow access to dynamic library functions.Neil Hodgson1-2/+11
2012-07-02Ensure full initialised.nyamatongwe1-1/+1
2012-05-17Qt platform layer added. Based on an implementation from Jason Haslamnyamatongwe1-0/+1282
at Scientific Toolworks, Inc. with additions performed for Wingware.