summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qwindow.h
Commit message (Expand)AuthorAgeFilesLines
* Improve error reporting when requesting unsupported native interfaceTor Arne Vestbø2021-07-151-1/+1
* Consistent indentation for all Q_PROPERTYsAndreas Buhr2021-06-241-5/+10
* Expose the native interfaces of QScreen/QWindowFriedemann Kleint2021-06-071-0/+3
* Remove Qt6 switches from QtGuiAllan Sandfeld Jensen2021-05-051-4/+0
* Fix typoVolker Hilsheimer2020-11-021-1/+1
* Doc: Fix documentation warnings for Qt GUITopi Reinio2020-08-281-1/+5
* Introduce QWindow::paintEvent with QPA plumbingTor Arne Vestbø2020-08-261-0/+2
* Change QWindow/QWidget::map(To/From)(Global/Parent) to operate in floatFriedemann Kleint2020-07-141-0/+2
* Merge QWindow::parent overloadsVolker Hilsheimer2020-06-081-2/+1
* Add virtual QWindow::closeEvent handlerVolker Hilsheimer2020-05-051-1/+2
* Add major versions to REVISION and Q_REVSION markersUlf Hermann2020-02-171-12/+12
* Add QWindow::startSystemMove and startSystemResizeJohan Klokkhammer Helsing2020-01-281-0/+2
* Widen out parameter "result" of the native event filters for Qt 6Friedemann Kleint2019-03-221-0/+4
* Make QWindow::transientParent a propertyShawn Rutledge2018-09-271-0/+3
* Remove excess "virtual" keyword from destructors in Qt GuiAlessandro Portale2018-09-251-1/+1
* doc: Fix remaining qdoc warmings for Vulkan stuffMartin Smith2018-01-181-2/+3
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-09-261-2/+2
|\
| * Avoid window geometry jittering when changing geometry from JavaScriptRainer Keller2017-09-251-2/+2
* | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-3/+3
* | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-5/+5
|/
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-041-4/+4
|\
| * Convert features.tabletevent to QT_CONFIGStephan Binner2017-06-281-2/+2
| * Convert features.wheelevent to QT_CONFIGStephan Binner2017-06-281-2/+2
* | Basic Vulkan enablersLaszlo Agocs2017-03-171-0/+8
* | Make QWindow's windowState a QFlags of the WindowStateOlivier Goffart2017-03-161-0/+2
|/
* Add QWindow::AncestorMode overload of QWindow::parent()Tor Arne Vestbø2016-12-081-6/+8
* Introduce QWindow::setFlag and QWidget::setWindowFlagDaniel Vrátil2016-11-221-0/+1
* Add qtguiglobal.h and qtguiglobal_p.hLars Knoll2016-07-031-0/+1
* Updated license headersJani Heikkinen2016-01-151-14/+20
* QtGui: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-07-191-3/+3
* Implement QDebug streaming operators for QWindow, QScreen and QWidget.Friedemann Kleint2015-03-161-0/+7
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* QtGui: use Q_ENUM instead of Q_ENUMSOlivier Goffart2015-02-081-2/+1
* Fix 1700 override warnings [-Winconsistent-missing-override]Sérgio Martins2015-02-031-1/+1
* Only show QWindows after QScreen destruction if coming from virtual siblingTor Arne Vestbø2015-01-221-3/+0
* Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-031-4/+4
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-241-0/+13
|\
| * Add qobject_cast template specialisation for QWindowJørgen Lind2014-10-291-0/+13
* | Introducing QWindow::requestUpdate().Gunnar Sletta2014-10-091-0/+2
|/
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Make QWindowContainer handle drag'n'dropAllan Sandfeld Jensen2014-08-201-0/+2
* Revision new signalAlan Alpert2014-05-021-1/+1
* Add missing notify signal for the QWindow::title propertySimon Hausmann2014-02-271-1/+2
* Add Q_REVISION(1) to QWindow::alert().Friedemann Kleint2013-06-281-1/+1
* QWindow min/max width/height, contentOrientation are not new in 5.1Shawn Rutledge2013-06-281-14/+14
* Don't destroy the window if the QCloseEvent wasn't acceptedShawn Rutledge2013-05-071-0/+1
* QWindow: expose active as propertyLiang Qi2013-04-231-0/+2
* Make requestActivate() as a slot in QWindowLiang Qi2013-04-231-2/+2
* Implement alertion state for windows.Friedemann Kleint2013-04-191-0/+3
* Documentation and versioning for new Window propertiesShawn Rutledge2013-03-121-18/+22