summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Windows native file dialog: Work around display bug of IFileDialog.Friedemann Kleint2014-11-051-4/+9
* Windows: Ignore key Shift+F10 unless a shortcut is registered for it.Friedemann Kleint2014-11-031-1/+10
* Windows: Create touch device in initialization.Friedemann Kleint2014-10-313-19/+31
* Merge remote-tracking branch 'origin/5.3' into 5.4Oswald Buddenhagen2014-10-282-9/+9
|\
| * fix namespaced DirectWrite buildJoerg Bornemann2014-10-282-9/+9
* | Windows: Initialize the mouse cursor resourcesAlessandro Portale2014-10-222-1/+13
* | Windows: Implement Qt::WA_ShowWithoutActivating.Friedemann Kleint2014-10-221-1/+8
* | QWindowsGuiEventDispatcher: Register timers in constructor.Friedemann Kleint2014-10-151-0/+1
* | Don't use QStringLiteral in startsWith/endsWidthMarc Mutz2014-10-091-2/+2
* | Don't use QStringLiteral in comparisonsMarc Mutz2014-10-095-23/+23
* | Don't use QByteArrayLiteral in comparisonsMarc Mutz2014-10-092-4/+4
* | Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Oswald Buddenhagen2014-10-071-1/+1
|\ \
| * | Merge remote-tracking branch 'origin/5.3' into 5.4Oswald Buddenhagen2014-10-061-1/+1
| |\|
| | * Accessibility: Fix crash with invalid QAccessibleInterfaceDyami Caliri2014-09-301-1/+1
* | | Windows DirectWrite: Fix off-by-one in font descentEskil Abrahamsen Blomfeldt2014-10-061-2/+2
|/ /
* | Windows: Transform regions of window masks correctly.Friedemann Kleint2014-10-021-1/+1
* | Warn when loading opengl32sw.dll failsKai Koehne2014-10-021-1/+3
* | Doc: Use title case in section1 titlesNico Vertriest2014-09-301-1/+1
* | Windows: Fix call of ToUnicodeOliver Wolff2014-09-291-7/+8
* | Fix font enumeration, with the same family name, on Windows.Vladimir2014-09-282-4/+68
* | Ensure a window with no stays on top flag is not staying on topAndy Shaw2014-09-241-1/+1
* | Update license headers and add new license filesMatti Paaso2014-09-2477-1432/+816
* | Windows: devicePixelRatio aware QWindowsTheme::standardPixmapAlessandro Portale2014-09-241-4/+10
* | Change fallback OpenGL library nameLaszlo Agocs2014-09-241-1/+1
* | Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Frederik Gladhorn2014-09-242-5/+5
|\ \