summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
| * Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5Oswald Buddenhagen2015-08-122-8/+9
| |\
| | * Merge remote-tracking branch 'origin/5.4' into 5.5Oswald Buddenhagen2015-07-172-8/+9
| | |\
| | | * Better handling of invalid font tables5.4Eskil Abrahamsen Blomfeldt2015-07-102-8/+9
| * | | When the focus changes make sure that the IME finishes correctlyAndy Shaw2015-08-101-1/+1
* | | | Harmonize input context selectionBernd Weimer2015-08-251-4/+3
* | | | Windows: set QTabletEvent's timestamp from the window system eventShawn Rutledge2015-08-241-8/+10
* | | | Merge "Merge remote-tracking branch 'origin/5.5' into dev" into refs/staging/devTimur Pocheptsov2015-08-0912-49/+75
|\ \ \ \