summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | Windows QPA: Fix debug operators.Friedemann Kleint2015-10-2717-53/+98
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-237-18/+66
|\| |
| * | 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
* | | Implement canceling of Qt-initiated drags.Friedemann Kleint2015-10-232-1/+8
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-146-7/+25
|\| |
| * | 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
* | | qevent.h: Add fixme comments to remove include directives for Qt 6.Friedemann Kleint2015-10-024-0/+4
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-2517-129/+246
|\| |
| * | 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
| * | Windows: Disable Windows input context when another context is used.Friedemann Kleint2015-09-224-31/+48
| * | Windows: Return accepted state of XBUTTON mouse events to the OS.Friedemann Kleint2015-09-221-1/+4
| * | QPlatformWindow: Extract static method for closestAcceptableGeometry().Friedemann Kleint2015-09-211-1/+1
| * | Windows: Improve debug output of mime conversion handling.Friedemann Kleint2015-09-014-34/+101
| * | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-08-266-20/+28
| |\|
| | * Fix potential crash in QWindowsWindow::setDropSiteEnabled().Friedemann Kleint2015-08-251-1/+1
| | * Windows/Input context: Update enabling of IME in in update(), too.Friedemann Kleint2015-08-252-3/+15
| | * QWindowsMimeImage: Revert image format handling back to Qt 4.Friedemann Kleint2015-08-251-7/+2