summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows/qwindowsintegration.cpp
Commit message (Expand)AuthorAgeFilesLines
* Windows QPA: Introduce command line options for DirectWriteFriedemann Kleint2016-08-051-0/+4
* Windows QPA: Add missing parameter to qWarning()Friedemann Kleint2016-08-031-1/+1
* QWindow::fromWinId(): Return 0 when foreign window cannot be wrappedFriedemann Kleint2016-07-281-1/+6
* Windows QPA: Format window title correctly when creating a window.Friedemann Kleint2016-05-231-1/+3
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-191-2/+4
|\
| * Fix threading issue in creating static opengl contextMäättä Antti2016-05-091-2/+4
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-271-3/+2
|\|
| * Windows QPA/GL: Avoid crash in GL driver.Friedemann Kleint2016-04-221-3/+2
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-071-2/+6
|\|
| * Windows QPA: Don't send geometry change after window creation for maximized/f...Friedemann Kleint2016-04-051-2/+6
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-241-2/+2
|\|
| * Windows QPA: Fix warnings as shown by Qt Creator's Clang based code model.Friedemann Kleint2016-02-191-2/+2
* | Windows QPA: Improve handling of windows of type Qt::ForeignWindow.Friedemann Kleint2016-01-301-0/+20
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2016-01-121-1/+2
|\|
| * Windows: Output resulting DPI awareness in debug and warning output.Friedemann Kleint2016-01-081-1/+2
* | iOS: Implement support for QApplication::beep()Tor Arne Vestbø2015-12-171-0/+5
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-021-3/+16
|\|
| * Avoid dynamic switching between backingstore composition pathsLaszlo Agocs2015-12-011-0/+2
| * Windows Open GL blacklist: Introduce keyword "disable_rotation".Friedemann Kleint2015-11-271-3/+14
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-181-13/+21
|\|
| * Windows: Move GUI event dispatcher to QtPlatformSupport.Friedemann Kleint2015-11-141-2/+2
| * Windows/Direct2D: Handle screen changes after window creation.Friedemann Kleint2015-11-131-11/+19
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-041-11/+1
|\|
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-11-041-11/+1
| |\
| | * Windows: Delay-initialize pluggable touch devices.Friedemann Kleint2015-10-281-11/+1
* | | qevent.h: Add fixme comments to remove include directives for Qt 6.Friedemann Kleint2015-10-021-0/+1
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-251-4/+3
|\| |
| * | Harmonize input context selectionBernd Weimer2015-08-251-4/+3
* | | Windows: Do not set process DPI awareness when Qt runs in a plugin.Friedemann Kleint2015-09-071-3/+5
|/ /
* | Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-061-1/+1
|\|
| * Windows: Fix handling of cursor flash time.Friedemann Kleint2015-07-211-1/+1
* | Highdpi changes for WindowsFriedemann Kleint2015-07-301-1/+2
* | Revert "Add devicePixelRatio support to the Windows QPA plugin."Friedemann Kleint2015-07-291-8/+3
|/
* Windows QPA plugin: Fix debug formatting.Friedemann Kleint2015-04-301-6/+5
* windows: Introduce a built-in GPU blacklistLaszlo Agocs2015-03-111-3/+5
* 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-051-2/+2
* Decide whether to synthesize mouse events on a per device basisAlexander Volkov2015-02-251-7/+12
* Have XCB/Windows platform integration classes keep their own instance pointerSandro Mani2015-02-251-5/+4
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Windows: Delay creation of the static OpenGL context.Friedemann Kleint2015-01-191-22/+13
* Windows: Add infrastructure to be able to a GL renderer based on GPU.Friedemann Kleint2015-01-151-31/+45
* Don't use QByteArrayLiteral in comparisonsMarc Mutz2014-10-091-3/+3
* Warn when loading opengl32sw.dll failsKai Koehne2014-10-021-1/+3
* Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* Add devicePixelRatio support to the Windows QPA plugin.Friedemann Kleint2014-08-251-2/+9
* Windows: Ensure DPI awareness is set only once.Friedemann Kleint2014-08-051-1/+5
* Load winsys and gl dynamically in the windows pluginLaszlo Agocs2014-05-221-54/+93
* Windows: Improve checking of options to the QPA plugin.Friedemann Kleint2014-05-141-6/+30