summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows
Commit message (Expand)AuthorAgeFilesLines
* QWindowsTheme: Fix return type of helper dWordSystemParametersInfo().Friedemann Kleint2016-01-041-2/+2
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* | Windows QPA: Fix debug operators.Friedemann Kleint2015-10-2717-53/+98
* | Windows: Implement QPlatformInputContext::locale().Friedemann Kleint2015-10-223-5/+46
* | Fix GL_VERSION parsing when using WGLLaszlo Agocs2015-10-201-9/+4
* | Windows: Open GL blacklist - Disable GMA 3150Friedemann Kleint2015-10-191-1/+13
* | Add default argument to QPlatformWindow::isEmbedded()Tor Arne Vestbø2015-10-142-3/+3
* | Windows: Open GL blacklist - Add add intel hd graphics 3000 devicesTim Blechmann2015-10-141-1/+13
* | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-024-5/+7
|\|
| * Fix compilation with QT_NO_[DEBUG|WARNING]_OUTPUTKai Koehne2015-09-211-2/+2
| * Ensure sendPostedEvents() can be called independentlyJan Arve Saether2015-09-011-1/+3
| * windows: Avoid __eglMustCast... in EGLLaszlo Agocs2015-08-272-2/+2
* | qwindowsmime compilation fixVyacheslav Koscheev2015-09-301-1/+5
* | windows: Improve error handling with EGLLaszlo Agocs2015-09-231-12/+31
* | Windows: Add checks to usages of QWindow::screen().Friedemann Kleint2015-09-224-19/+21