summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qwindow.h
Commit message (Expand)AuthorAgeFilesLines
* Implement QWindow::resize(int, int) by calling to resize(QSize).Friedemann Kleint2012-05-041-1/+1
* Add setCursor API to QWindowLaszlo Agocs2012-05-041-0/+13
* api: remove QWindow::visible()Girish Ramakrishnan2012-04-181-2/+0
* Merge "Merge remote-tracking branch 'origin/master' into api_changes" into re...Sergio Ahumada2012-04-171-4/+3
|\
| * Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-161-4/+3
| |\
| | * Fix header inclusion guardsGirish Ramakrishnan2012-04-141-3/+3
| | * Remove unused signal QWindow::backBufferReadyGirish Ramakrishnan2012-04-101-1/+0
* | | api: remove QWindow::moveGirish Ramakrishnan2012-04-171-5/+0
|/ /
* | Merge remote-tracking branch 'origin/master' into api_changesOswald Buddenhagen2012-04-101-0/+2
|\|
| * QWindow: add windowModality as a Q_PROPERTY()Bradley T. Hughes2012-04-031-0/+2
* | QtGui: make some constructors explicitMarc Mutz2012-03-141-2/+2
|/
* Introduced QWindow::isExposed().Gunnar Sletta2012-02-181-0/+2
* Fixed API in QWindow: visible() -> isVisible().Samuel Rødal2012-02-171-2/+4
* Improve QSurface / QWindow API a bit and use that to avoid errorsGunnar Sletta2012-02-021-1/+0
* Add native event filters to Windows, forward to Widgets.Friedemann Kleint2012-01-301-0/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* QGuiApplication::focusObject() to replace QInputPanel::inputItem()Pekka Vuorela2012-01-271-0/+2
* Made QWindow::currentOrientation() a property.Samuel Rødal2012-01-261-0/+2
* Remove use of QT_MODULE from libraryGunnar Sletta2012-01-251-1/+0
* Made window orientation API more flexible.Samuel Rødal2012-01-241-7/+5
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Make show() default to sane sizing behaviour based on the platform.Samuel Rødal2012-01-121-2/+2
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Add touchEvent() virtual to QWindow.Laszlo Agocs2011-12-121-0/+2
* Added screenChanged() signal and handle screen destruction in QWindow.Samuel Rødal2011-11-291-0/+4
* Add some properties to QWindowAlan Alpert2011-11-221-1/+44
* Get rid of unused inputMethodEvent functionJoona Petrell2011-11-211-2/+0
* Add virtual QWindow::focusObject() methodLars Knoll2011-10-221-0/+1
* Fix some compiler warnings on MacSergio Ahumada2011-10-211-0/+2
* Added Orientation API to QScreen and QWindow.Samuel Rødal2011-10-071-0/+5
* Added QWindow::isActive() and focus in / out events.Samuel Rødal2011-10-051-0/+12
* Added QWindow::requestedFormat()Gunnar Sletta2011-10-031-0/+1
* Implemented QWidget's move() vs setGeometry() distinction in QWindow.Samuel Rødal2011-09-231-5/+12
* Fixed geometry issues.Samuel Rødal2011-09-231-0/+2
* Say hello to QWindow::accessibleRoot()Jan-Arve Saether2011-09-191-0/+3
* compile when shadowing is an errorGunnar Sletta2011-09-151-3/+3
* Fix stale license headers from refactor branchJason McDonald2011-09-151-17/+17
* move QSurface into its own file.Jørgen Lind2011-09-071-22/+1
* Fix try #2 at QSurface missing a virtual destructorJani Uusi-Rantala2011-09-061-0/+2
* QWindow::mapToGlobal/mapFromGlobal and move()Gunnar Sletta2011-08-291-0/+7
* resize convenince functionGunnar Sletta2011-08-241-0/+1
* Added some convenience to QWindowGunnar Sletta2011-08-051-0/+13
* Added workable QScreen API on top of QPlatformScreen.Samuel Rødal2011-07-251-1/+6
* Reintroduce QWindow::SurfaceTypeMorten Sorvig2011-06-221-0/+5
* Made QExposeEvent public and added exposeEvent() in QWindow.Samuel Rødal2011-06-221-0/+2
* OpenGL API refactor.Samuel Rødal2011-06-211-15/+27
* Rename QWindowSurface -> QBackingStore and split into platform / public.Samuel Rødal2011-06-211-3/+1
* Added frameMargins() API and support in XCB plugin.Samuel Rødal2011-06-101-0/+3
* QWindowContext / QWindowFormat refactor.Samuel Rødal2011-06-101-7/+8
* Add support for mouse and keyboard grab.Laszlo Agocs2011-06-031-0/+3