summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows
Commit message (Expand)AuthorAgeFilesLines
* Better handling of invalid font tables5.4Eskil Abrahamsen Blomfeldt2015-07-102-8/+9
* Windows: Fix -no-widgets buildAndy Shaw2015-04-072-5/+1
* Windows: Fallback to 0 samples if ARB::choosePixelFormat() fails with 1Andy Shaw2015-03-311-0/+8
* 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
* Register font's english name as alias when populating font databaseLiang Jian2015-02-271-5/+19
* 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
* | Windows: Pass geometry in device-independent pixel when determining screen.Friedemann Kleint2015-02-031-1/+1
* | Windows: Rewrite font database to use delayed population.Friedemann Kleint2015-02-032-35/+51
* | Windows: Fix screen changed emission for programmatic moves.Friedemann Kleint2015-02-021-1/+2
* | Merge remote-tracking branch 'origin/5.4.1' into 5.4Frederik Gladhorn2015-01-2913-84/+439
|\|
| * Windows/ANGLE: Fix initialization of contexts.Friedemann Kleint2015-01-281-4/+9
| * Fix finding widgets for Windows Embedded CompactAndreas Holzammer2015-01-221-1/+1
| * Windows: Delay creation of the static OpenGL context.Friedemann Kleint2015-01-193-28/+20
| * Fall back to ANGLE on OpenGL 1.xLaszlo Agocs2015-01-191-0/+32
| * Merge 5.4 into 5.4.1Oswald Buddenhagen2015-01-161-1/+1
| |\
| * | Fix regression with frameless dialogs on WindowsLaszlo Agocs2015-01-161-2/+6
| * | Windows: Fix crash when focus window does not have a native window.Friedemann Kleint2015-01-151-1/+1
| * | Windows: Add infrastructure to be able to a GL renderer based on GPU.Friedemann Kleint2015-01-156-42/+162
| * | Windows: Add GPU detection.Friedemann Kleint2015-01-155-11/+213
* | | Revert "Fix font enumeration, with the same family name, on Windows."Friedemann Kleint2015-01-232-68/+4
* | | Implement Multitouch handling for WinCEAndreas Holzammer2015-01-226-3/+100
* | | Windows: Fix coordinate offset when positioning the taskbar on the left.Friedemann Kleint2015-01-203-5/+40
* | | Windows: avoid generating exposes on plain movesLaszlo Agocs2015-01-191-1/+1
* | | Make -static -opengl dynamic builds succeedLaszlo Agocs2015-01-192-8/+9
* | | Windows: make TranslucentBackground functional alwaysLaszlo Agocs2015-01-196-21/+59
* | | Respect the hotspot passed in for the cursorAndy Shaw2015-01-191-3/+5
* | | Only call ShowWindow() once when going from FullScreen to MaximizedAndy Shaw2015-01-191-11/+9
| |/ |/|
* | Windows: Use DND effect chosen in DragEnter/Move for Drop.Friedemann Kleint2015-01-161-1/+1
|/
* Prevent buffer overrun when getting the glyph imagesAndy Shaw2015-01-072-2/+16
* Windows: Remove check for minimum/maximum size constraints.Friedemann Kleint2015-01-071-14/+0
* Windows: Release mouse capture when window is blocked by modal window.Friedemann Kleint2015-01-071-0/+2
* Fix PDF when embedding fonts with large internal leadingEskil Abrahamsen Blomfeldt2014-12-181-1/+1
* Windows: Return false from event processing of unhandled multimedia keys.Friedemann Kleint2014-12-181-1/+4
* Windows: Do not register windows obtained by QWindow::fromWinId() for touch.Friedemann Kleint2014-12-111-1/+2
* Windows: Fix window geometry when using QWindow::fromWinId().Friedemann Kleint2014-12-111-3/+4
* Windows: Limit cursor cache.Friedemann Kleint2014-12-091-1/+14
* Windows: Skip calculating margins for Qt::FramelessWindowHint.Friedemann Kleint2014-12-051-1/+6
* Windows: Handle WM_WINDOWPOSCHANGING during window creation.Friedemann Kleint2014-12-043-6/+15
* Windows: Bring FreeType rendering up to par with other platformsSérgio Martins2014-12-041-0/+6
* Implement heightForWidth().Friedemann Kleint2014-11-274-1/+46
* Windows: Correctly associate IME contexts.Friedemann Kleint2014-11-263-2/+25
* Add capabilities to QPlatformInputContext.Friedemann Kleint2014-11-262-0/+16
* Fix potential access to uninitialized memberKonstantin Ritt2014-11-251-2/+3
* Merge remote-tracking branch 'origin/5.4.0' into 5.4Frederik Gladhorn2014-11-211-2/+2
|\
| * windows: fix platform compilation after ANGLE upgradeAndrew Knight2014-11-141-2/+2
* | windowsfontengine.cpp: Fix coding style violation and warning.Friedemann Kleint2014-11-111-3/+1
|/