summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows
Commit message (Expand)AuthorAgeFilesLines
...
| | | * 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
* | | | | Win: fix wrong mouse leave event generationSergey Radionov2015-02-101-0/+10
|/ / / /
* | | | WGL: support reset notifications via GL_ARB_robustnessLaszlo Agocs2015-02-032-2/+51
* | | | Make it more obvious that Q_WS_ is dead code, and should perhaps be portedTor Arne Vestbø2015-02-031-1/+1
* | | | Don't remember if passed HFONT was a stock objectKonstantin Ritt2015-02-023-23/+9
* | | | [QWindowsFontDatabase] Drop some dead codeKonstantin Ritt2015-02-024-16/+11
* | | | [QWindowsFontDatabase] Drop some dead codeKonstantin Ritt2015-02-023-31/+6
* | | | Fix build on [older] MinGWKonstantin Ritt2015-01-231-0/+30
* | | | Don't build WinCE specific code on other platformsKonstantin Ritt2015-01-231-1/+123
* | | | Expose context lossLaszlo Agocs2015-01-223-1/+20
* | | | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-215-31/+33
|\| | |
| * | | 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
* | Add a platform function to enable setting the touch flags on WindowsAndy Shaw2015-01-054-10/+34
* | Fix potential memory access violation issuesKonstantin Ritt2014-12-243-28/+33
* | Add a function for QPA plugins to explicitly destroy QScreensGiulio Camuffo2014-12-233-6/+10
* | Use Qt 5 signals & slot syntax in the Windows QPA plugin.Friedemann Kleint2014-12-202-14/+14
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-183-6/+11
|\|
| * 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
* | Add QFont::Weight enum valuesPierre Rossi2014-12-122-32/+4
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-105-8/+41
|\|
| * 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
* | Add VK_LWIN and VK_RWIN keys as meta modifiersJoni Poikelin2014-12-081-0/+2
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-277-5/+90
|\|
| * 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
* | Make sure accProbe can retrieve our relations.Jan Arve Saether2014-11-261-1/+1