summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qwindowsysteminterface.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qt/dev' into dev-highdpiPaul Olav Tvete2015-06-091-8/+77
|\
| * Cleanup the mouse event handling in testlibLars Knoll2015-06-021-2/+2
| * Make event delivery from testlib synchronousLars Knoll2015-05-231-27/+43
| * Add a way to filter window system eventsGiulio Camuffo2015-05-121-2/+32
* | Fix drag and drop for XcbPaul Olav Tvete2015-06-031-2/+2
* | Merge branch 'wip/highdpi' of git://code.qt.io/qt/qtbase into dev-highdpiPaul Olav Tvete2015-05-131-7/+7
|\|
| * Fix synchronousWindowsSystemEvents spelling.Morten Johan Sørvig2015-04-241-7/+7
* | Fix point conversion in qt_handleTouchEvent().Morten Johan Sørvig2015-05-121-27/+27
* | Multi-screen fixesPaul Olav Tvete2015-05-041-17/+17
* | DevicePixels -> NativePixelsPaul Olav Tvete2015-04-151-19/+19
* | Move qHighDpi functions into the QHighDpi namespacePaul Olav Tvete2015-04-141-19/+19
* | Merge remote-tracking branch 'gerrit/dev' into dev-highdpiMorten Johan Sørvig2015-04-131-2/+4
|\|
| * Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-011-2/+4
| |\
| | * Use QDebugStateSaver to restore space setting in stream operators.Friedemann Kleint2015-03-301-2/+4
* | | WIP: Introduce per-window scale factorsMorten Johan Sørvig2015-03-261-13/+13
* | | WIP: Add platform independent high-dpi support to QtGuiMorten Johan Sørvig2015-03-261-20/+25
|/ /
* / QWindowSystemInterface: Fix memory leakMorten Johan Sørvig2015-03-091-0/+1
|/
* Fix shortcut overriding.Christian Strømme2015-03-051-4/+6
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Add QWheelEvent::sourceShawn Rutledge2015-01-131-7/+7
* Unbreak shortcut handling on embeddedLaszlo Agocs2014-12-151-4/+9
* Improve TouchPoint debug outputLaszlo Agocs2014-12-091-1/+2
* Avoid crashing on embeddedLaszlo Agocs2014-11-261-1/+1
* Do not crash during global key presses.Jan Arve Saether2014-11-051-1/+1
* Clean up ShortcutOverride handlingFrederik Gladhorn2014-10-301-1/+35
* QPA: Flush window system events with flags.Morten Johan Sørvig2014-10-221-5/+5
* Fix ShortcutOverride for QtQuick on OSXJosh Faust2014-10-201-2/+10
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* qpa: Make screen geometry updates (full and available geometry) atomicTor Arne Vestbø2014-09-101-9/+2
* add buttons to QTabletEventShawn Rutledge2014-07-281-5/+23
* OS X: Add support for ApplicationState capabilitySamuel Gaist2014-04-241-2/+2
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-11-261-2/+5
|\
| * EglFS: make sure resize events are deliveredPaul Olav Tvete2013-11-061-2/+5
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-241-0/+29
|\|
| * Implement native gestures on OS X.Morten Johan Sørvig2013-10-171-0/+29
* | Relay mouse event synthesization informationLaszlo Agocs2013-10-041-8/+12
|/
* Don't send posted events from QWindowSystemInterface::sendWindowSystemEventsTor Arne Vestbø2013-09-161-12/+6
* Replace QWheelEvent::Phase with revised Qt::ScrollPhaseJ-P Nurmi2013-08-151-4/+4
* Implement support for global whatsthis on WindowsSimon Hausmann2013-08-131-0/+9
* Introduce QWheelEvent::Phase (Begin, Changed, Ended)J-P Nurmi2013-08-081-8/+10
* Make QWindow update its screen when moved to a different oneGabriel de Dietrich2013-05-231-0/+7
* Fix ignoring close events on OSXJosh Faust2013-04-261-2/+2
* Implement XEmbed protocolAlberto Mardegan2013-03-061-2/+3
* Fix crash in flushWindowSystemEvents() in QGuiApplication-cleanup.Friedemann Kleint2013-03-051-0/+10
* Allow flushing window system events from other threadEskil Abrahamsen Blomfeldt2013-02-281-1/+19
* QPA: Add interface for setting the application state explicitlyRichard Moe Gustavsen2013-02-211-0/+9
* Added QDebug support for QWindowSystemInterface::TouchPointShawn Rutledge2013-02-181-0/+7
* Add QWindowSystemInterface::handleFileOpen(const QUrl&)José Dapena Paz2013-02-081-0/+6
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Handle QEventLoop::ExcludeUserInputEvents in QWindowSystemInterface.Friedemann Kleint2012-11-211-12/+11