aboutsummaryrefslogtreecommitdiffhomepage
path: root/qt/ScintillaEditBase/PlatQt.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-01-26Fix flags to be compatible with Qt 4.x.Neil1-2/+5
2015-12-11Bug [#1669]. Prevent crash when clicking on autocompletion list.Neil1-1/+2
2015-11-20Remove line end whitespace.Neil1-2/+2
2015-05-13Bug [#1703]. Fix bug when drawing text margins in buffered mode which would useNeil1-1/+4
2015-05-13Make single argument constructors explicit where simple to avoid possibility ofNeil1-2/+2
2015-04-22Use fractional positioning calls and avoid rounding to ensure consistency.Neil1-19/+17
2015-01-26Use QElapsedTimer::nsecsElapsed for more accurate measurement of durations.Neil1-6/+14
2014-08-06Bug [#1634]. Set qt list icon size to largest icon. Also adds padding on OS X.Neil1-4/+40
2014-01-20Fix typos in comments (qt)Stefan Weil1-2/+2
2014-03-13Put selected item at top of autocompletion list.Neil1-0/+7
2014-02-10Fix 'possible loss of data' warnings on 64-bit Windows.Neil1-2/+2
2013-10-18Fix Window::GetMonitorRect when top left of screen is not 0,0.Neil1-2/+1
2013-07-26Avoid warnings for uninitialized fields.Unknown1-1/+1
2013-07-07Allow building with older versions of Visual C++ again.Neil1-3/+3
2013-06-25Specify paint device when creating QTextLayout. Fixes mis-layout of text whennyamatongwe1-1/+1
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