summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* Use NAmE spelling of grey (gray)Marc Mutz2014-08-091-1/+1
* QPixelFormat: don't inherit itMarc Mutz2014-08-092-282/+155
* QPixelFormat is better taken by-valueMarc Mutz2014-08-091-2/+2
* QPixelFormat: implement some oneliners in the class bodyMarc Mutz2014-08-091-15/+6
* QPixelFormat: don't use bit fieldsMarc Mutz2014-08-091-101/+112
* Add default format to QSurfaceFormatLaszlo Agocs2014-08-085-1/+59
* Fix the docs for resizeGL in QOpenGLWindowLaszlo Agocs2014-08-081-3/+9
* Avoid repaints and swapbuffers when the platform window is already goneLaszlo Agocs2014-08-071-1/+2
* QPlatformMenu: add overloaded function 'showPopup' that takes a target rectRichard Moe Gustavsen2014-08-061-1/+6
* Add debug operator for QTouchEvent::TouchPointShawn Rutledge2014-08-062-23/+33
* Be consistent in GrayScale vs Grayscale namingAllan Sandfeld Jensen2014-08-062-8/+8
* Document the destroy/create behavior of QOpenGLContext::create()Laszlo Agocs2014-08-061-0/+3
* QPalette: add move constructorMarc Mutz2014-08-062-2/+15
* QPixelFormat: have field 'unused' have the correct number of bitsMarc Mutz2014-08-051-1/+2
* QPixelFormat: make data fields private instead of protectedMarc Mutz2014-08-051-1/+1
* QPlatformMenu: add MenuType enumRichard Moe Gustavsen2014-08-051-0/+3
* Improve qDebug output for QTabletEventShawn Rutledge2014-08-052-3/+27
* Introduce QRasterWindowLaszlo Agocs2014-08-053-2/+209
* Introduce QOpenGLWindowLaszlo Agocs2014-08-056-4/+1153
* Merge "Merge remote-tracking branch 'origin/5.3' into dev" into refs/staging/devFrederik Gladhorn2014-08-051-1/+24
|\
| * Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-08-041-1/+24
| |\
| | * Merge "Merge remote-tracking branch 'origin/stable' into 5.3" into refs/stagi...Oswald Buddenhagen2014-07-311-0/+23
| | |\
| | | * Merge remote-tracking branch 'origin/stable' into 5.3Oswald Buddenhagen2014-07-301-0/+23
| | | |\
| | | | * move loading of testability driver from QApplication to QGuiApplicationMichael Zanetti2014-07-031-0/+23
| | * | | Fix double clicks in eglfsLaszlo Agocs2014-07-311-1/+1
| | |/ /
* | | | Rewrite debug output of event classes.Friedemann Kleint2014-08-051-287/+295
* | | | Rename globalShareContext to qt_gl_global_share_contextJocelyn Turcotte2014-08-042-11/+26
|/ / /
* | | Support multimedia keys on WindowsAllan Sandfeld Jensen2014-08-021-4/+28
* | | Add debug output for input method related events.Friedemann Kleint2014-07-281-0/+67
* | | QTabletEvent documentation improvementsShawn Rutledge2014-07-281-35/+58
* | | add buttons to QTabletEventShawn Rutledge2014-07-288-27/+170
* | | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-221-0/+5
|\| |
| * | Ensure transient parents are top level widgets.Friedemann Kleint2014-07-181-0/+5
* | | Rename QPixelFormat enum value to avoid conflict with X.h.Axel Rasmussen2014-07-142-4/+4
* | | Make QWindow::close go through the QWindowSystemInterfaceJorgen Lind2014-07-101-19/+22
* | | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-101-1/+1
|\| |
| * | Fix debug output of QTouchEvent.Friedemann Kleint2014-07-041-1/+1
* | | Improve debug output of QPalette.Friedemann Kleint2014-07-081-3/+27
* | | Add convenience function for checking screen changes to QPlatformWindow.Friedemann Kleint2014-07-072-0/+24
* | | Make it possible to know when a screen is being removedAleix Pol2014-07-024-1/+25
* | | QGuiApplication::paletteChanged(const QPalette &palette) [signal]J-P Nurmi2014-07-022-0/+11
* | | Merge "Merge remote-tracking branch 'origin/5.3' into dev" into refs/staging/devFrederik Gladhorn2014-07-012-1/+12
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-012-1/+12
| |\| |
| | * | QGuiApplication: Document -plugin command line argument.Friedemann Kleint2014-06-191-0/+6
| | * | Fix animations in static buildsKai Koehne2014-06-171-0/+4
| | |/
| | * QPlatformClipboard::emitChanged(): Do not emit signals when closing down.Friedemann Kleint2014-06-061-1/+2
* | | Fix init order of platfromIntegration and forcedWindowIconFrederik Gladhorn2014-07-011-2/+5
* | | Move deletion of the QDrag object into QDragManager::drag().Friedemann Kleint2014-07-011-0/+1
|/ /
* | Do not add QOffscreenSurface windows to the global listLaszlo Agocs2014-06-301-0/+3
* | Propagate source/flags of QMouseEvent to QGraphicsSceneMouseEvent.Friedemann Kleint2014-06-251-0/+4