summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qwindowsysteminterface_p.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix crash in flushWindowSystemEvents() in QGuiApplication-cleanup.Friedemann Kleint2013-03-051-2/+3
* Allow flushing window system events from other threadEskil Abrahamsen Blomfeldt2013-02-281-1/+13
* QPA: fix memory leak in qwindowsysteminterface.hRichard Moe Gustavsen2013-02-241-1/+1
* QPA: Add interface for setting the application state explicitlyRichard Moe Gustavsen2013-02-211-1/+11
* Add QWindowSystemInterface::handleFileOpen(const QUrl&)José Dapena Paz2013-02-081-2/+5
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-291-3/+0
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Fix QGuiApplication::keyboardModifiers() and QGuiApplication::mouseButtons()Jon Severinsson2013-01-041-3/+2
* Handle QEventLoop::ExcludeUserInputEvents in QWindowSystemInterface.Friedemann Kleint2012-11-211-24/+34
* Add a QEnterEvent containing the mouse position.Friedemann Kleint2012-11-101-2/+4
* Added private header warnings in src/gui/kernelSamuel Rødal2012-11-091-0/+11
* Add ContextMenu event to QWindowSystemInterfaceMiikka Heikkinen2012-10-251-1/+17
* Fix excess enter/leave event generation for native widgetsMiikka Heikkinen2012-10-191-2/+23