summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-2977-1467/+942
|\
| * Windows: Fix call of ToUnicodeOliver Wolff2014-09-291-7/+8
| * Fix font enumeration, with the same family name, on Windows.Vladimir2014-09-282-4/+68
| * Ensure a window with no stays on top flag is not staying on topAndy Shaw2014-09-241-1/+1
| * Update license headers and add new license filesMatti Paaso2014-09-2477-1432/+816
| * Windows: devicePixelRatio aware QWindowsTheme::standardPixmapAlessandro Portale2014-09-241-4/+10
| * Change fallback OpenGL library nameLaszlo Agocs2014-09-241-1/+1
| * Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Frederik Gladhorn2014-09-242-5/+5
| |\
| | * Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-232-5/+5
| | |\
| | | * QWindowsWindow: Fixed warning textOliver Wolff2014-09-151-1/+1
| | | * Fix mistake in function extraTryFontsForFamilyAllan Sandfeld Jensen2014-08-151-4/+4
| * | | Windows: fix obvious mistyping in getSysColorSergey Radionov2014-09-241-1/+1
| |/ /
| * | Windows qpa: fix minimum allowed fixed height, width on windowsDyami Caliri2014-09-191-2/+1
| * | Use metrics returned by GetGlyphOutline in GGO_METRICS modelasconic2014-09-181-3/+26
| * | Set WINDOWPLACEMENT::length as required by the documentation.Andreas Hartmetz2014-09-111-0/+2
| * | qpa: Make screen geometry updates (full and available geometry) atomicTor Arne Vestbø2014-09-101-7/+3
* | | Add Grayscale8 and Alpha8 formats to QImage and drawingAllan Sandfeld Jensen2014-09-172-16/+6
* | | Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-109-53/+79
|\| |
| * | Define EGL_EGLEXT_PROTOTYPES for ANGLEv5.4.0-alpha1Laszlo Agocs2014-09-061-0/+1
| * | Windows: Move dock windows automatically when screen is disconnected.Friedemann Kleint2014-09-051-1/+25
| * | windows: Fix dynamic opengl buildLaszlo Agocs2014-09-032-6/+6
| * | Enable QT_ANGLE_PLATFORM selection in dynamic buildsLaszlo Agocs2014-09-031-1/+1
| * | windows: Allow selection of ANGLE's rendererAndrew Knight2014-09-022-1/+31
| * | Prevent current context from becoming inconsistent upon create()Laszlo Agocs2014-09-012-2/+12
| * | Windows QPA plugin: Streamline code to find window at a position.Friedemann Kleint2014-09-016-49/+10
* | | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-09-0124-132/+451
|\| |
| * | Remove superfluous "break" in QWindowsNativeFileDialogBase::setLabelText()Maks Naumov2014-09-011-1/+0
| * | Fix memset() for "alphaValues" in supportsSubPixelPositions()Maks Naumov2014-08-311-1/+1
| * | Windows: Fix QPlatformCursor::pos()/setPos() for DPR scaling.Friedemann Kleint2014-08-292-2/+9
| * | Windows: Detect Surface Pro 2 tablets.Friedemann Kleint2014-08-281-0/+2
| * | Windows: Prevent hidden transient children from being re-shown by Windows.Friedemann Kleint2014-08-282-3/+12
| * | QWindowsNativeInterface: don't allocate memory just to compare stringsMarc Mutz2014-08-281-3/+3
| * | Add devicePixelRatio support to the Windows QPA plugin.Friedemann Kleint2014-08-2517-120/+420
| * | standardize QPA input event logging category hierarchyShawn Rutledge2014-08-241-2/+2
| * | Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Giuseppe D'Angelo2014-08-191-0/+2
| |\ \
| | * | Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-08-121-0/+2
| | |\|
| | | * Windows: Fix stored family name of fallback fontsEskil Abrahamsen Blomfeldt2014-08-061-0/+2
* | | | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-08-182-1/+8
|\| | |
| * | | Add accessible rolesFrederik Gladhorn2014-08-131-0/+7
| |/ /
| * | Make the expose region local on all platformsLaszlo Agocs2014-08-121-1/+1
* | | Update IAccessible2 to 1.3.0Frederik Gladhorn2014-08-132-19/+2
|/ /
* | Windows/QGuiApplication::topLevelAt(): Skip mouse-transparent windows of othe...Friedemann Kleint2014-08-072-18/+42
* | Windows: Refactor QWindowsDragCursorWindow().Friedemann Kleint2014-08-061-29/+13
* | Windows: Ensure DPI awareness is set only once.Friedemann Kleint2014-08-051-1/+5
* | Implement focus change for Windows Input context.Friedemann Kleint2014-08-042-19/+33
* | Add QFont strategy to disable subpixel antialiasingAllan Sandfeld Jensen2014-08-031-1/+3
* | Support multimedia keys on WindowsAllan Sandfeld Jensen2014-08-025-0/+95
* | Windows plugin: Refactor input context.Friedemann Kleint2014-07-311-18/+7
* | Allow lower case resource names in native interface on WindowsAndras Becsi2014-07-301-7/+43
* | Do not show warning on null result in getProcAddressLaszlo Agocs2014-07-292-2/+2