summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qwindowsysteminterface_p.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove handleSynchronous* functions.Morten Johan Sorvig2012-10-101-1/+2
* Introducing the PlatformPanel event type.Sergio Martins2012-10-031-1/+9
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* QWindowSystemInterface: fix mem leak and raceMarc Mutz2012-08-071-2/+23
* Make QWindowSystemInterface part of QPA APIGirish Ramakrishnan2012-07-031-0/+341