summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows
Commit message (Expand)AuthorAgeFilesLines
* 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
| * DirectWrite: Inherit synthesized properties for fallback fontsEskil Abrahamsen Blomfeldt2015-12-021-1/+12
| * Windows: Load DirectWrite dynamically.Friedemann Kleint2015-12-022-16/+37
| * Windows QPA: Fix window state transition from minimized to normal.Friedemann Kleint2015-12-011-1/+1
| * Avoid dynamic switching between backingstore composition pathsLaszlo Agocs2015-12-011-0/+2
| * Rename ANGLE libs in order to not conflict with other ANGLE libsJan Arve Saether2015-12-012-8/+12
| * QtBase: remove explicit function info from qWarning() etcMarc Mutz2015-11-282-3/+3
| * Windows: Open GL blacklist - Disable rotation for Intel HD Graphics 4000 / 5500.Friedemann Kleint2015-11-271-0/+12
| * Windows Open GL blacklist: Introduce keyword "disable_rotation".Friedemann Kleint2015-11-273-5/+21
| * Windows QPA: Add API for setting the application orientation preference.Friedemann Kleint2015-11-274-1/+81
* | QWindowsFontDataBase: use QSharedPointer::create()Marc Mutz2015-12-011-2/+2
* | Use Q_UNLIKELY for every qFatal()/qCritical()Marc Mutz2015-11-293-3/+3
* | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2015-11-276-144/+179
|\|
| * Windows: Fix the size of drag cursors in multi-screen setups.Friedemann Kleint2015-11-234-105/+111
| * Windows: Scale cursors from resource pixmaps according to screen.Friedemann Kleint2015-11-232-15/+34
| * Windows: Scale pixmap/bitmap cursors when High DPI scaling is active.Friedemann Kleint2015-11-232-7/+23
| * Windows: Create one QPlatformCursor per screen.Friedemann Kleint2015-11-234-17/+11
* | Accept concurrent input from multiple tablet devices in QGuiApplicationRomain Pokrzywka2015-11-261-3/+4
* | Fix kerned advances in QRawFont on OS X and WindowsEskil Abrahamsen Blomfeldt2015-11-251-1/+1
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-238-180/+118
|\|
| * Windows: Implement QPlatformTheme::WheelScrollLines.Friedemann Kleint2015-11-201-0/+2
| * Windows: Fix calculation of frame offset for layered windows.Friedemann Kleint2015-11-201-1/+2
| * Windows: Refactor cursor handling.Friedemann Kleint2015-11-205-177/+112
| * Windows: Open GL blacklist - Disable Mobile Intel 945GMFriedemann Kleint2015-11-191-2/+2
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-1811-282/+33
|\|
| * Windows: Open GL - Blacklist all 6th generation intel hd graphics devicesTim Blechmann2015-11-171-1/+1
| * Windows: Move GUI event dispatcher to QtPlatformSupport.Friedemann Kleint2015-11-147-268/+7
| * Windows/Direct2D: Handle screen changes after window creation.Friedemann Kleint2015-11-133-12/+24
| * QWindowsEGLContext: Fix overly specific EGL include path.Friedemann Kleint2015-11-051-1/+1
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-0422-79/+167
|\|
| * Windows: Use logical DPI to activate High DPI scaling.Friedemann Kleint2015-11-041-2/+5
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-11-045-21/+56
| |\
| | * Windows: Delay-initialize pluggable touch devices.Friedemann Kleint2015-10-285-21/+57
| * | Windows: Default to vertical hinting when high-dpi scaling is enabledEskil Abrahamsen Blomfeldt2015-11-031-3/+8