summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * Windows QPA: Clear maximized state before setting the normal geometry.Friedemann Kleint2016-01-291-0/+28
| * Windows QPA: Fix drag cursor and hotspot for pixmaps with DPR.Friedemann Kleint2016-01-291-19/+22
| * Windows QPA: Fix position of the fake touch drag cursor window for HighDPI.Friedemann Kleint2016-01-291-1/+1
| * QWindowsFontEngine: Get rid of some dead codeKonstantin Ritt2016-01-291-12/+3
| * Don't use QStringLiteral in comparisonsAnton Kudryavtsev2016-01-282-2/+2
* | Windows QPA: Improve handling of windows of type Qt::ForeignWindow.Friedemann Kleint2016-01-308-132/+308
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-2114-157/+239
|\|
| * Fix transformed text with DirectWrite engineEskil Abrahamsen Blomfeldt2016-01-191-47/+98
| * WinCE: Build accessibility support on WinCE7Tobias Koenig2016-01-182-17/+34
| * Promote backingstore image format to alphaLaszlo Agocs2016-01-172-4/+15
| * Windows/Direct2D QPA plugins: Fix overrides.Friedemann Kleint2016-01-149-89/+92
* | Updated license headersJani Heikkinen2016-01-1574-1036/+1480