summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/winrt
Commit message (Expand)AuthorAgeFilesLines
* Add QFont::Weight enum valuesPierre Rossi2014-12-121-25/+1
* Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-101-4/+19
|\
| * winrt: Fix window resizev5.4.0Andrew Knight2014-12-051-4/+6
| * winrt: Fix Windows Store CertificationAndrew Knight2014-12-011-0/+13
* | Make more font databases report fontsAlwaysScalable()Konstantin Ritt2014-12-092-1/+7
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-247-17/+107
|\|
| * winrt: Resize window on Windows Phone using EGLAndrew Knight2014-11-151-13/+33
| * winrt: Blacklist certain devices from creating a depth/stencil bufferAndrew Knight2014-11-145-5/+47
| * WinRT: Set WindowTitle in application switcherMaurice Kalinowski2014-11-032-0/+28
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-091-0/+2
|\|
| * Revert "winrt: Remove depth/stencil from the default window format"Andrew Knight2014-09-291-0/+2
* | Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-2925-470/+269
|\|
| * Update license headers and add new license filesMatti Paaso2014-09-2425-467/+267
| * winrt: fix compiler warning on Windows PhoneJochen Seemann2014-09-231-1/+1
| * qpa: Make screen geometry updates (full and available geometry) atomicTor Arne Vestbø2014-09-101-2/+1
* | WinRT: use qEnvironmentVariableIntValue()Marc Mutz2014-09-121-1/+1
|/
* winrt: Fix mouse coordinates on high-DPI displaysAndrew Knight2014-09-011-3/+5
* WinRT: apply text color to WindowText as wellMaurice Kalinowski2014-08-231-0/+1
* Remove QPlatformScreenPageFlipper.Robin Burchell2014-08-191-1/+0
* winrt: Remove depth/stencil from the default window formatAndrew Knight2014-08-191-2/+0
* winrt: Fix theme paletteAndrew Knight2014-08-111-29/+73
* winrt: Fix backing store blitAndrew Knight2014-08-111-4/+4
* winrt: Use native file dialogAndrew Knight2014-08-097-2/+1241
* winrt: Refactor backing storeAndrew Knight2014-08-074-326/+82
* winrt: Fix orientation update maskAndrew Knight2014-08-052-14/+5
* winrt: Fix EGL context getProcAddress()Andrew Knight2014-08-052-0/+157
* WinRT: Fix physical size of screenJochen Seemann2014-08-051-1/+11
* winrt: Use physical window resolutionAndrew Knight2014-08-052-42/+36
* winrt: Clean up platform message dialog helperAndrew Knight2014-07-105-221/+259
* winrt: Introduce theme paletteAndrew Knight2014-07-102-0/+77
* winrt: Clean up platform themeAndrew Knight2014-07-105-117/+151
* winrt: Clean up QWinRTScreenAndrew Knight2014-06-253-337/+312
* winrt: Clean up QWinRTServicesAndrew Knight2014-06-252-81/+68
* winrt: Clean up QWinRTCursorAndrew Knight2014-06-253-44/+42
* remove HSTRING instancesMaurice Kalinowski2014-06-032-9/+13
* WinRT: Fix compile warningsMaurice Kalinowski2014-05-263-0/+6
* WinRT: fix default font when DirectWrite is disabledAndrew Knight2014-05-232-2/+9
* WinRT: Support High-DPIAndrew Knight2014-05-226-38/+171
* Support Windows Phone 8.1 in WinRT QPAAndrew Knight2014-05-225-18/+69
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-05-122-59/+31
|\
| * WinRT: Fix multi-touch on PCAndrew Knight2014-05-052-59/+31
* | WinRT: set orientation update mask to native orientation by defaultAndrew Knight2014-05-051-0/+1
|/
* deprecate import_qpa_plugin and qpa_minimal_pluginOswald Buddenhagen2014-04-241-0/+1
* WinRT: Handle back button as press or releaseAndrew Knight2014-04-221-6/+4
* Disable non-fullscreen windows for WinRTMaurice Kalinowski2014-03-271-0/+2
* WinRT: Use registerFontFamily to reduce font registration overheadAndrew Knight2014-03-272-152/+182
* WinPhone: Install DejaVu ttf fonts into QtOliver Wolff2014-03-251-0/+9
* WinRT: Fix QDesktopServices::openUrl() for local filesAndrew Knight2014-03-181-2/+1
* WinRT: Load system fonts using DirectWriteAndrew Knight2014-03-183-1/+337
* WinRT: Separate backing store initialization to be more robustAndrew Knight2014-03-142-5/+29