summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows
Commit message (Expand)AuthorAgeFilesLines
* Windows QPA: Fix warnings as shown by Qt Creator's Clang based code model.Friedemann Kleint2016-02-181-18/+19
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-1118-485/+31
|\
| * Fix usage of QMutexLocker, destroy it only at end of scopeSérgio Martins2016-02-101-4/+4
| * Windows accessibility: Add override declaration.Friedemann Kleint2016-02-101-1/+1
| * Windows accessibility: Remove some cruft.Friedemann Kleint2016-02-103-367/+0
| * Don't force antialiasing when it is turned offEskil Abrahamsen Blomfeldt2016-02-091-2/+4
| * If the font is not being found then get the English name regardlessAndy Shaw2016-02-051-0/+2
| * Windows QPA: Remove dead code as detected by Clang.Friedemann Kleint2016-02-0512-97/+6
| * Windows QPA: Add missing override declarations.Friedemann Kleint2016-02-053-8/+8
| * Windows QPA/Accessibility: Fix Clang warnings about comparing different enums.Friedemann Kleint2016-02-041-6/+6
* | QWindowsTheme: Provide SHGetStockIconInfo()-related constants on CEFrank Richter2016-02-071-0/+27
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-025-34/+56
|\|
| * Windows QPA: Clear maximized state before setting the normal geometry.Friedemann Kleint2016-01-291-0/+28
| * Windows QPA: Fix drag cursor and hotspot for pixmaps with DPR.Friedemann Kleint2016-01-291-19/+22
| * Windows QPA: Fix position of the fake touch drag cursor window for HighDPI.Friedemann Kleint2016-01-291-1/+1
| * QWindowsFontEngine: Get rid of some dead codeKonstantin Ritt2016-01-291-12/+3
| * Don't use QStringLiteral in comparisonsAnton Kudryavtsev2016-01-282-2/+2
* | Windows QPA: Improve handling of windows of type Qt::ForeignWindow.Friedemann Kleint2016-01-308-132/+308
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-2114-157/+239
|\|
| * Fix transformed text with DirectWrite engineEskil Abrahamsen Blomfeldt2016-01-191-47/+98
| * WinCE: Build accessibility support on WinCE7Tobias Koenig2016-01-182-17/+34
| * Promote backingstore image format to alphaLaszlo Agocs2016-01-172-4/+15
| * Windows/Direct2D QPA plugins: Fix overrides.Friedemann Kleint2016-01-149-89/+92
* | Updated license headersJani Heikkinen2016-01-1574-1036/+1480
* | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2016-01-124-5/+22
|\|
| * Windows: Output resulting DPI awareness in debug and warning output.Friedemann Kleint2016-01-083-4/+21
| * windows: bump OpenGL blacklist versionLaszlo Agocs2016-01-081-1/+1
* | Merge remote-tracking branch 'origin/5.6' into devFrederik Gladhorn2016-01-083-4/+17
|\|
| * Windows: Fix QWindowsInputContext for Japanese IME.YAMAMOTO Atsushi2016-01-071-1/+2
| * Windows/DirectWrite: Dynamically load GetUserDefaultLocaleName().Friedemann Kleint2016-01-061-1/+14
| * Fix potential crash in FreeType font database for WinCETakumi ASAKI2016-01-061-1/+1
| * QWindowsTheme: Fix return type of helper dWordSystemParametersInfo().Friedemann Kleint2016-01-041-2/+2
* | QWindowsTheme: Preferably obtain stock pixmaps via SHGetStockIconInfoFrank Richter2015-12-241-12/+41
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-188-24/+114
|\|
| * Windows: Restore window geometry after normal->maximized->fullscreen->normal.Friedemann Kleint2015-12-171-2/+2
| * Windows: Clear key recorder when application becomes inactive.Friedemann Kleint2015-12-171-0/+11
| * Windows: fix fullscreen OpenGL window issues with an opt-in functionAndy Shaw2015-12-173-2/+23
| * DirectWrite: Implement transforms for grayscale aaEskil Abrahamsen Blomfeldt2015-12-162-2/+8
| * DirectWrite: Fix clipping bug with grayscale AA renderingEskil Abrahamsen Blomfeldt2015-12-161-4/+4
| * Use proper class namespace in QBasicFontDatabase sub-classesKonstantin Ritt2015-12-151-1/+1
| * Add support for reading fonts from TTC files on Windows EmbeddedAndy Shaw2015-12-151-13/+60
| * QWindowsBackingStore::flush(): Add warning for UpdateLayeredWindowIndirect() ...Friedemann Kleint2015-12-121-1/+6
* | iOS: Implement support for QApplication::beep()Tor Arne Vestbø2015-12-174-7/+7
* | Windows: Fix QWindowsInputContext for Japanese IME.YAMAMOTO Atsushi2015-12-151-1/+2
* | Make native cursor handles accessible.Friedemann Kleint2015-12-144-1/+36
* | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2015-12-082-2/+12
|\|
| * Respond with a sound for certain message boxes on windowsJan Arve Saether2015-12-041-1/+1
| * windows: enable drop for embedded windowsTim Blechmann2015-12-041-1/+11
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-0216-40/+196
|\|
| * Differ between vertical and no hinting on WindowsEskil Abrahamsen Blomfeldt2015-12-023-5/+15