summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qwindowsysteminterface_p.h
Commit message (Expand)AuthorAgeFilesLines
* Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-1/+1
* Ensure all platforms send geometry events if request was not fulfilledTor Arne Vestbø2017-07-071-4/+2
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-071-0/+9
|\
| * Prevent busy loop in glib event dispatcherGatis Paeglis2017-04-241-0/+9
* | Make QWindow's windowState a QFlags of the WindowStateOlivier Goffart2017-03-161-3/+3
|/
* qpa: Let platform plugins report old state for window state changesTor Arne Vestbø2017-02-151-2/+3
* QPA style cleanup: no space after ampersandMorten Johan Sørvig2016-12-021-3/+3
* QPA: Consistent QWindow variable namesMorten Johan Sørvig2016-12-021-3/+3
* QPA: Move (post|process)WindowSystemEvent into their templated counterpartsTor Arne Vestbø2016-11-171-4/+0
* Combine device and point id into 32 bit point idJan Arve Saether2016-10-281-1/+1
* Allow granular synchronous and asynchronous delivery of QPA eventsTor Arne Vestbø2016-10-101-1/+6
* Rename QPA ExposeEvent's window-pointer from 'exposed' to 'window'Tor Arne Vestbø2016-09-221-2/+2
* Add qtguiglobal.h and qtguiglobal_p.hLars Knoll2016-07-031-0/+1
* add cross-platform tablet->mouse event synth; enable on AndroidShawn Rutledge2016-04-081-0/+2
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-111-2/+1
|\
| * QWheelEvent: make NoScrollPhase opt-inShawn Rutledge2016-03-051-2/+1
* | Add QWheelEvent::inverted()Morten Johan Sørvig2016-03-061-2/+3
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-291-1/+1
|\|
| * Track target widget when wheel events are receivedGabriel de Dietrich2016-02-291-1/+1
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* Implement threaded synchronous WS eventsMorten Johan Sørvig2015-08-271-0/+1
* Make flushWindowSystemEvents return ev. acceptedMorten Johan Sørvig2015-08-271-0/+2
* Propagate event accepted state to platform pluginsMorten Johan Sørvig2015-08-131-2/+3
* Introduce cross platform high-dpi scalingMorten Johan Sørvig2015-07-301-1/+6
* Add a way to filter window system eventsGiulio Camuffo2015-05-121-0/+13
* 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/+3
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-271-1/+3
|\
| * QPA: Flush window system events with flags.Morten Johan Sørvig2014-10-221-1/+3
* | Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-291-28/+13
|\|
| * 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
* | Introduce flags to QWindowSystemInterface::WindowSystemEvent.Friedemann Kleint2014-09-041-4/+16
|/
* add buttons to QTabletEventShawn Rutledge2014-07-281-6/+6
* OS X: Add support for ApplicationState capabilitySamuel Gaist2014-04-241-2/+3
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-201-0/+4
|\
| * Make qtbase compile with QT_NO_GESTURESTasuku Suzuki2014-01-101-0/+4
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-11-261-2/+3
|\|
| * EglFS: make sure resize events are deliveredPaul Olav Tvete2013-11-061-2/+3
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-241-0/+16
|\|
| * Implement native gestures on OS X.Morten Johan Sørvig2013-10-171-0/+16
* | Relay mouse event synthesization informationLaszlo Agocs2013-10-041-4/+7
|/
* Replace QWheelEvent::Phase with revised Qt::ScrollPhaseJ-P Nurmi2013-08-151-2/+2
* Implement support for global whatsthis on WindowsSimon Hausmann2013-08-131-0/+1
* Introduce QWheelEvent::Phase (Begin, Changed, Ended)J-P Nurmi2013-08-081-2/+3
* Q_DISABLE_COPY doesn't need a ; at the endAlbert Astals Cid2013-06-101-1/+1
* Make QWindow update its screen when moved to a different oneGabriel de Dietrich2013-05-231-1/+12
* Fix ignoring close events on OSXJosh Faust2013-04-261-2/+4
* Implement XEmbed protocolAlberto Mardegan2013-03-061-2/+3