summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/winrt
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-302-1/+38
|\
| * QWinRTFileEngine: Handle QIODevice::Truncate when opening filesOliver Wolff2019-07-291-1/+14
| * QWinRTFileEngine: Implement setSizeOliver Wolff2019-07-292-0/+24
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-272-7/+0
|\|
| * winrt: Remove QWinrtScreen::pixelDensity so that the default of 1.0 is usedOliver Wolff2019-07-242-7/+0
* | Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-201-4/+4
* | Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-05-272-0/+19
|\|
| * winrt: Return monospace font for QFontDatabase::systemFont(QFontDatabase::Fix...Oliver Wolff2019-05-152-0/+19
* | Migrate Windows system libs to external dependenciesJoerg Bornemann2019-05-081-2/+1
|/
* Move screen maintenance functions from QPlatformIntegration to QWSITor Arne Vestbø2019-03-191-2/+2
* winrt: Handle WaitForWindowExposedOliver Wolff2019-02-133-2/+24
* winrt qpa: Remove last windows phone leftoversOliver Wolff2019-02-084-40/+0
* winrt: Warn if OpenGL ES version is set to a value > 3.0Oliver Wolff2019-02-081-0/+4
* Revert "winrt: Skip context validation in ANGLE"Oliver Wolff2019-02-081-1/+0
* winrt: Use ES3 ANGLE code path when blitting widgetsOliver Wolff2019-02-082-4/+5
* winrt: Remove yet another Windows Phone leftoverOliver Wolff2019-01-022-148/+0
* configure: refactor directx checksOswald Buddenhagen2018-12-171-1/+2
* WinRT QPA: Fix crash in QWinRTBackingStore::flush()Andre de la Rocha2018-10-121-1/+4
* qwinrtcursor: Use QPointF as much as possible in pos/setPosOliver Wolff2018-09-261-6/+7
* winrt platform plugin: Fix clang warningsOliver Wolff2018-09-2624-89/+72
* QWinRTInputContext::hideInputPanel: return early if panel is not visibleOliver Wolff2018-09-261-0/+2
* WinRT QPA: Fix mapping of static text accessibility roleAndre de la Rocha2018-08-171-1/+1
* Add logging for QPlatformBackingStore::composeAndFlushTor Arne Vestbø2018-08-072-13/+7
* winrt: Fix QWinRTCursor::posOliver Wolff2018-08-061-5/+14
* winrt: Add mouse event loggingOliver Wolff2018-08-061-1/+51
* winrt: Implement QPlatformCursor::setPosOliver Wolff2018-08-064-0/+109
* Merge branch '5.11' into devEdward Welbourne2018-07-311-4/+5
|\
| * Fix touch input for HoloLens devicesOliver Wolff2018-07-271-4/+5
* | WinRT: Fix invisible element being included in the UI Automation treeAndre de la Rocha2018-07-253-2/+20
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-07-171-1/+4
|\|
| * winrt: Avoid superfluous touch events for multitouchOliver Wolff2018-07-111-1/+4
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-06-075-14/+13
|\|
| * Make sure we can build with -no-feature-draganddropJoerg Bornemann2018-05-295-14/+13
* | winrt: Handle expose event before removing windowOliver Wolff2018-05-251-1/+2
* | WinRT: Add Windows UI Automation supportAndre de la Rocha2018-04-1748-10/+5930
|/
* winrt: QWinRTEGLContext: add isValid functionalityOliver Wolff2018-04-132-0/+7
* winrt: Correctly check if mouse button was clickedOliver Wolff2018-02-121-1/+1
* winrt: Keep track of affected window for mouse eventsOliver Wolff2018-02-121-18/+20
* winrt: Fix mouse releases that happen outside a windowOliver Wolff2018-02-121-0/+6
* winrt: mouse handling: Fix detection of affected windowOliver Wolff2018-02-121-2/+3
* Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-196-9/+9
* Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-2/+2
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-311-1/+1
|\
| * Remove QMAKE_LIBS_CORE variableJoerg Bornemann2017-08-281-1/+1
* | Filesystem: Use "birth time" to avoid confusion with Unix ctimeThiago Macieira2017-08-051-1/+2
* | Merge remote-tracking branch 'origin/5.9' into devOswald Buddenhagen2017-08-021-5/+32
|\|
| * winrt: Fix platform theme for non-phone devicesOliver Wolff2017-07-271-5/+32
* | Merge remote-tracking branch 'origin/5.9' into devGabriel de Dietrich2017-07-131-2/+1
|\|
| * QWinRTFileEngine: Property ItemDate is not the file's last accessThiago Macieira2017-07-051-2/+1
* | QAbstractFileEngine: make setFileTime not a pure virtualThiago Macieira2017-07-072-9/+0