summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-211-1/+6
|\
| * Ported Qt 4 fix when getting an invalid native key on WindowsSamuel Gaist2016-03-101-1/+6
* | Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-03-138-97/+45
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-118-97/+45
| |\|
| | * Clean up WINVER, _WIN32_WINNT macros for MinGW.Friedemann Kleint2016-03-072-14/+0
| | * consistently put {qt,qml}_{module,plugin} at the end of project filesOswald Buddenhagen2016-03-071-5/+5
| | * Fix application fonts with DirectWrite font engineEskil Abrahamsen Blomfeldt2016-03-043-72/+19
| | * DirectWrite: Output correct error code on failureEskil Abrahamsen Blomfeldt2016-03-041-2/+2
| | * [Windows] Blacklist AMD FirePro V5900 cards for angle.Michael Bruning2016-03-041-0/+12
| | * Windows: Extract the suffix from the simple file filter caseAndy Shaw2016-03-021-3/+6
| | * Windows QPA: QWindowsWindow - always treat WM_ERASEBKGND as handledTim Blechmann2016-03-011-2/+2
* | | QtBase (remainder): use printf-style qWarning/qDebug where possible (I)Marc Mutz2016-03-122-3/+3
|/ /
* | Deobfuscate SFNT tag creation on WindowsEskil Abrahamsen Blomfeldt2016-03-101-10/+7
* | Restore multisampled FBOs on ANGLELaszlo Agocs2016-03-021-1/+17
* | Clean up resolving of OpenGL functions on WindowsLars Knoll2016-03-024-617/+181
* | Avoid repeated QByteArray creation when resolving opengl functionsLars Knoll2016-03-014-10/+10
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-2911-96/+265
|\|
| * Windows Accessibility: Fix warnings as shown by Qt Creator's Clang based code...Friedemann Kleint2016-02-265-59/+65
| * Windows Accessibility: Refactor code creating COM arrays.Friedemann Kleint2016-02-261-18/+29
| * Fix potential crash in QWindowsIA2Accessible::QueryInterface().Friedemann Kleint2016-02-261-2/+0
| * Windows QPA: Apply scaling when fixing maximized/frameless geometry.Friedemann Kleint2016-02-261-4/+5
| * Windows QPA: Fix scrolling down with mouse wheel.Friedemann Kleint2016-02-261-1/+1
| * QWindowsTheme: Run SHGetFileInfo() in a thread.Friedemann Kleint2016-02-264-12/+165
* | QtPlatformHeaders/Windows: Add function to set window activation behavior.Friedemann Kleint2016-02-253-0/+37
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-2425-279/+307
|\|
| * Windows QPA: Send synthesized expose events when window shrinks.Friedemann Kleint2016-02-231-1/+3
| * Windows QPA: Use window flags stored in QWindowsWindow for frame geometry.Friedemann Kleint2016-02-231-1/+1
| * Windows DirectWrite: Improve error messages for font engine creation.Friedemann Kleint2016-02-191-7/+24
| * Windows QPA: Fix warnings as shown by Qt Creator's Clang based code model.Friedemann Kleint2016-02-1922-211/+214
| * Windows QPA/font code: Fix warnings as shown by Qt Creator's Clang based code...Friedemann Kleint2016-02-182-60/+66
* | QWindowsGLContext: replace homebrew Array with std::vectorMarc Mutz2016-02-204-115/+12
* | Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-02-199-53/+65
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-189-53/+65
| |\|
| | * Windows QPA: Fix the signature of the font enumeration callbacks.Friedemann Kleint2016-02-152-39/+46
| | * Merge remote-tracking branch 'origin/5.6.0' into 5.6Liang Qi2016-02-152-2/+7
| | |\
| | | * Account for hinting preference in alpha map bounding boxEskil Abrahamsen Blomfeldt2016-02-091-1/+6
| | | * Do not change depth for the backingstore's underlying imageLaszlo Agocs2016-02-051-1/+1
| | * | Windows QPA: Prefer const-versions of API where applicable.Friedemann Kleint2016-02-126-12/+12
* | | | Windows QPA: Fix warnings as shown by Qt Creator's Clang based code model.Friedemann Kleint2016-02-181-18/+19
|/ / /
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-1118-485/+31
|\| |
| * | Fix usage of QMutexLocker, destroy it only at end of scopeSérgio Martins2016-02-101-4/+4
| * | Windows accessibility: Add override declaration.Friedemann Kleint2016-02-101-1/+1
| * | Windows accessibility: Remove some cruft.Friedemann Kleint2016-02-103-367/+0
| * | Don't force antialiasing when it is turned offEskil Abrahamsen Blomfeldt2016-02-091-2/+4
| * | If the font is not being found then get the English name regardlessAndy Shaw2016-02-051-0/+2
| * | Windows QPA: Remove dead code as detected by Clang.Friedemann Kleint2016-02-0512-97/+6
| * | Windows QPA: Add missing override declarations.Friedemann Kleint2016-02-053-8/+8
| * | Windows QPA/Accessibility: Fix Clang warnings about comparing different enums.Friedemann Kleint2016-02-041-6/+6
| |/
* | QWindowsTheme: Provide SHGetStockIconInfo()-related constants on CEFrank Richter2016-02-071-0/+27
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-025-34/+56
|\|