summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qwindowsysteminterface.h
Commit message (Expand)AuthorAgeFilesLines
* Modify QPA handleExtendedKeyEvent.Samuel Nevala2015-11-031-1/+1
* Move shortcut handling back into QPA and simplify deliveryTor Arne Vestbø2015-10-071-16/+2
* Synchronize QInputDeviceManager touch device count with QTouchDeviceRomain Pokrzywka2015-09-231-1/+2
* Update QPA handleExtendedKeyEvent to return the accepted state of the eventTor Arne Vestbø2015-09-101-2/+2
* Make flushWindowSystemEvents return ev. acceptedMorten Johan Sørvig2015-08-271-1/+1
* Propagate keyboard event accept statusMorten Johan Sørvig2015-08-131-2/+2
* Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-061-0/+2
|\
| * Fix shortcut handling with modifiersFrederik Gladhorn2015-08-051-0/+2
* | Fix synchronousWindowsSystemEvents spelling.Morten Johan Sørvig2015-04-241-1/+1
|/
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Add QWheelEvent::sourceShawn Rutledge2015-01-131-2/+2
* Clean up ShortcutOverride handlingFrederik Gladhorn2014-10-301-1/+4
* QPA: Flush window system events with flags.Morten Johan Sørvig2014-10-221-2/+2
* 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-2/+1
* Make the expose region local on all platformsLaszlo Agocs2014-08-121-0/+2
* add buttons to QTabletEventShawn Rutledge2014-07-281-2/+10
* OS X: Add support for ApplicationState capabilitySamuel Gaist2014-04-241-1/+1
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-11-261-1/+1
|\
| * EglFS: make sure resize events are deliveredPaul Olav Tvete2013-11-061-1/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-241-0/+9
|\|
| * Implement native gestures on OS X.Morten Johan Sørvig2013-10-171-0/+9
* | Relay mouse event synthesization informationLaszlo Agocs2013-10-041-4/+12
|/
* Don't send posted events from QWindowSystemInterface::sendWindowSystemEventsTor Arne Vestbø2013-09-161-3/+0
* Replace QWheelEvent::Phase with revised Qt::ScrollPhaseJ-P Nurmi2013-08-151-3/+2
* Implement support for global whatsthis on WindowsSimon Hausmann2013-08-131-0/+3
* Introduce QWheelEvent::Phase (Begin, Changed, Ended)J-P Nurmi2013-08-081-2/+3
* Make QWindow update its screen when moved to a different oneGabriel de Dietrich2013-05-231-0/+1
* Fix ignoring close events on OSXJosh Faust2013-04-261-1/+1
* Implement XEmbed protocolAlberto Mardegan2013-03-061-1/+2
* Allow flushing window system events from other threadEskil Abrahamsen Blomfeldt2013-02-281-0/+1
* QPA: Add interface for setting the application state explicitlyRichard Moe Gustavsen2013-02-211-0/+2
* Added QDebug support for QWindowSystemInterface::TouchPointShawn Rutledge2013-02-181-0/+4
* Add QWindowSystemInterface::handleFileOpen(const QUrl&)José Dapena Paz2013-02-081-0/+1
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-291-3/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Add a QEnterEvent containing the mouse position.Friedemann Kleint2012-11-101-2/+2
* Add ContextMenu event to QWindowSystemInterfaceMiikka Heikkinen2012-10-251-0/+5
* Fix excess enter/leave event generation for native widgetsMiikka Heikkinen2012-10-191-0/+1
* Remove handleSynchronous* functions.Morten Johan Sorvig2012-10-101-7/+5
* Introducing the PlatformPanel event type.Sergio Martins2012-10-031-0/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Implement synchronous WS events by flushing.Friedemann Kleint2012-07-311-0/+4
* WindowSystemInterface::sendWindowSystemEvents(): Remove unused parameter.Friedemann Kleint2012-07-231-1/+1
* Make QWindowSystemInterface part of QPA APIGirish Ramakrishnan2012-07-031-0/+187