summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* Read and use WheelScrollLines configuration on KDEAllan Sandfeld Jensen2014-09-122-1/+4
* QWheelEvent: make magic number 120 a symbolic constantMarc Mutz2014-09-121-0/+2
* Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-101-0/+6
|\
| * Fix no-opengl buildLaszlo Agocs2014-09-011-0/+6
* | Introduce flags to QWindowSystemInterface::WindowSystemEvent.Friedemann Kleint2014-09-042-17/+29
|/
* QEvent check for QT_NO_GESTURES in new debug code.Dyami Caliri2014-08-251-0/+4
* Support QOpenGLWidget and QQuickWidget on AndroidLaszlo Agocs2014-08-251-0/+3
* Replacement for QWS_DBLCLICK_DISTANCEPelle Johnsen2014-08-211-1/+5
* Debug logging support for QNativeGestureEventShawn Rutledge2014-08-211-1/+8
* Remove QPlatformScreenPageFlipper.Robin Burchell2014-08-195-226/+0
* Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Giuseppe D'Angelo2014-08-192-0/+5
|\
| * Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-08-122-0/+5
| |\
| | * Initialize member.Gunnar Sletta2014-08-081-0/+1
| | * Do not add QOffscreenSurface windows to the global listLaszlo Agocs2014-08-051-0/+3
| | * OpenGL: destroy QGLContext allocated by QGLContext::fromOpenGLContextDavid Fries2014-08-051-0/+4
* | | Forward menu button events to Qt if there is no visible menubar.BogDan Vatra2014-08-162-3/+10
* | | Fix compilation of QPixelFormat with old clangFrederik Gladhorn2014-08-151-1/+3
* | | Android: don't kill the app without warningPaul Olav Tvete2014-08-131-3/+1
|/ /
* | Make the expose region local on all platformsLaszlo Agocs2014-08-122-2/+5
* | 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