summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/winrt
Commit message (Expand)AuthorAgeFilesLines
* Remove winrtOliver Wolff2020-06-0677-13752/+0
* Move QPlatformBackingStoreOpenGLSupport handling out of platform pluginsTor Arne Vestbø2020-05-291-5/+1
* Move QtPlatformCompositorSupport into QtOpenGLTor Arne Vestbø2020-05-282-2/+2
* Change qHash() to work with size_t instead of uintLars Knoll2020-04-092-5/+5
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-081-12/+21
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-181-12/+21
| |\
| | * WinRT: Open the URLs via the XAML thread to enable them to be openedAndy Shaw2020-03-141-12/+21
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-111-1/+9
|\| |
| * | WinRT: Use the fallbacks for getting the save file nameAndy Shaw2020-03-091-1/+9
| |/
* / Move backing store OpenGL support to the platformcompositor moduleJohan Klokkhammer Helsing2020-02-032-1/+10
|/
* QWinRTUiaValueProvider: optimize SetValue()Marc Mutz2019-09-131-7/+4
* QWinRTUia*: remove anti-pattern passing new'ed QSharedPointer into lambdasMarc Mutz2019-09-1010-90/+85
* 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