summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-03-318-25/+80
|\
| * Windows: Add support for horizontal scroll on some touchpads.Sérgio Martins2015-03-264-18/+69
| * Windows: Get the normal virtual key when not composingAndy Shaw2015-03-132-1/+5
| * Win QPA: Pass in the top level setting instead of relying on isTopLevel()Andy Shaw2015-03-062-6/+6
* | Windows: Remove duplicated color masks in qt_write/write_dibv5.Friedemann Kleint2015-03-301-9/+0
* | Windows: Send the input method event when the focus object is validAndy Shaw2015-03-301-1/+1
* | Build bundled freetype as qt_helper_libKonstantin Ritt2015-03-271-1/+1
* | Windows: Support virtual folders as initial directory for file dialog.Friedemann Kleint2015-03-273-19/+73
* | [QWindowsFontDatabase] Move code around to improve readabilityKonstantin Ritt2015-03-201-44/+30
* | Simplify QWindowsFontDatabase::createEngine()Konstantin Ritt2015-03-203-15/+12
* | An attempt to fix font stretching with DirectFrite font engineKonstantin Ritt2015-03-201-17/+15
* | Only get font metrics if we're going to use themKonstantin Ritt2015-03-201-26/+20
* | Do not re-create font if it is not of TMPF_TRUETYPEKonstantin Ritt2015-03-201-3/+1
* | Windows: Activate popup when there is no active window.Friedemann Kleint2015-03-201-5/+8
* | Windows: Fix touch registration.Friedemann Kleint2015-03-201-1/+1
* | Introduce src/3rdparty/freetype.pri for better maintenanceKonstantin Ritt2015-03-141-60/+2
* | Windows: Introduce delayed population to the FreeType font database.Friedemann Kleint2015-03-122-64/+148
* | windows: Introduce a built-in GPU blacklistLaszlo Agocs2015-03-116-35/+73
* | Enhance EGL_CONTEXT_LOST checksLaszlo Agocs2015-03-115-13/+30
* | Windows: Only set the touch flags if the window is not already registeredAndy Shaw2015-03-113-2/+11
* | Fix design metrics for text on WindowsEskil Abrahamsen Blomfeldt2015-03-091-3/+3
* | Windows: Fix build of qwindowsfontdatabase.cpp with MinGW 4.9.2/-Werror.Friedemann Kleint2015-03-061-0/+7
* | Avoid crashing when there is no QWindowsIntegration anymoreLaszlo Agocs2015-03-061-1/+4
* | Remove debug formatting functions obsoleted by the new debug operator for QFl...Friedemann Kleint2015-03-053-65/+5
* | Windows plugin: Simplify cursor code in platform screen.Friedemann Kleint2015-03-052-8/+8
* | Clean headers in the Windows plugin.Friedemann Kleint2015-03-0512-24/+18
* | Merge remote-tracking branch 'origin/5.4' into 5.5Oswald Buddenhagen2015-03-021-5/+19
|\|
| * Register font's english name as alias when populating font databaseLiang Jian2015-02-271-5/+19
* | Fix invocations of static methods of QGuiApplication/QApplication.Friedemann Kleint2015-02-251-2/+2
* | Decide whether to synthesize mouse events on a per device basisAlexander Volkov2015-02-254-10/+24
* | Ensure QGuiApplicationPrivate::screen_list is correctly populatedSandro Mani2015-02-252-2/+3
* | Have XCB/Windows platform integration classes keep their own instance pointerSandro Mani2015-02-252-6/+7
* | Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-242-8/+15
|\|
| * Merge remote-tracking branch 'origin/5.4.1' into 5.4Frederik Gladhorn2015-02-102-8/+15
| |\
| | * WINCE: Fix special case for toplevelAndreas Holzammer2015-01-291-0/+8
| | * Revert "Windows: Fix call of ToUnicode"Friedemann Kleint2015-01-291-8/+7
* | | Merge dev into 5.5Oswald Buddenhagen2015-02-231-1/+1
|\ \ \
| * | | Fixed license headersJani Heikkinen2015-02-171-1/+1
* | | | Windows: Refactor FreeType font database.Friedemann Kleint2015-02-201-100/+132
* | | | Guarantee there is always a valid HFONT to get metrics forKonstantin Ritt2015-02-201-6/+7
|/ / /
* | | Use C++ <cmath> instead of <math.h>Allan Sandfeld Jensen2015-02-161-3/+3
* | | Fix indentation and move some variables aroundKonstantin Ritt2015-02-151-63/+52
* | | Add support for GPU bug list reading.Friedemann Kleint2015-02-141-0/+60
* | | Windows: Use QVersionNumber in GPU driver version.Friedemann Kleint2015-02-142-76/+14
* | | Windows: Remove "experimental" sticker for DirectWrite engineEskil Abrahamsen Blomfeldt2015-02-141-4/+0
* | | FreeType: Support RGB rendering when not using FontConfigSérgio Martins2015-02-142-0/+33
* | | Windows QPA: Remove helper function debugWindowStates().Friedemann Kleint2015-02-121-20/+3
* | | [QWindowsFont*] Unify HFONT fallbacksKonstantin Ritt2015-02-122-10/+5
* | | Update copyright headersJani Heikkinen2015-02-1178-561/+553
* | | Merge "Merge remote-tracking branch 'origin/5.4' into dev" into refs/staging/devLaszlo Agocs2015-02-1024-211/+702
|\ \ \