summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-274-10/+13
|\
| * QPA: Flush window system events with flags.Morten Johan Sørvig2014-10-224-10/+13
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-208-36/+41
|\|
| * Fix ShortcutOverride for QtQuick on OSXJosh Faust2014-10-201-2/+10
| * Remove QOpenGLContextPrivate::globalShareContextJocelyn Turcotte2014-10-202-13/+0
| * Fix QOpenGLWindow tests when devicePixelRatio != 1Jørgen Lind2014-10-201-7/+10
| * qplatformmenu: remove unused and deprecated functionRichard Moe Gustavsen2014-10-131-5/+0
| * Update QOffscreenSurface docs regarding threadsLaszlo Agocs2014-10-131-0/+8
| * Doc: Update description of QKeyEvent classTopi Reinio2014-10-131-6/+5
| * Fix memory leak in QClipboard::setMimeData()Eskil Abrahamsen Blomfeldt2014-10-101-3/+8
* | Use requestUpdate in QOpenGL and RasterWindowLaszlo Agocs2014-10-102-15/+2
* | eglfs: Add support for systems without pbuffer supportLaszlo Agocs2014-10-103-0/+13
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-094-10/+10
|\|
| * Don't use QStringLiteral in startsWith/endsWidthMarc Mutz2014-10-091-1/+1
| * Do not re-create windows during application shutdownShawn Rutledge2014-10-061-1/+1
| * Doc: Use title case in section1 titlesNico Vertriest2014-09-303-8/+8
* | Introducing QWindow::requestUpdate().Gunnar Sletta2014-10-095-0/+84
* | EGLFS: Fix plugin destruction (again)Louai Al-Khanji2014-10-033-0/+13
* | QPlatformTheme: use qEnvironmentVariableIntValue()Marc Mutz2014-10-021-1/+1
* | Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-29126-2475/+1527
|\|
| * Update license headers and add new license filesMatti Paaso2014-09-24126-2382/+1374
| * Make QScreenPrivate constructor a bit clearerTor Arne Vestbø2014-09-241-5/+5
| * Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Frederik Gladhorn2014-09-249-22/+62
| |\
| | * Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-239-22/+62
| | |\
| | | * QGuiApplication: clear font database on cleanupTim Blechmann2014-09-121-0/+1
| | | * Add missing private headers warningSamuel Gaist2014-09-043-5/+29
| | | * Recreate child windows when changing screensDyami Caliri2014-08-282-13/+22
| | | * Fix handling QT_IM_MODULE=nonePekka Vuorela2014-08-231-1/+1
| | | * Android: use correct size when leaving fullscreenPaul Olav Tvete2014-08-201-3/+3
| | | * Make QWindowContainer handle drag'n'dropAllan Sandfeld Jensen2014-08-201-0/+2
| | | * Fix QT_NO_ANIMATION buildSérgio Martins2014-08-131-0/+4
| * | | emulate mouse move in default implementation of QPlatformCursor::setPosJoerg Bornemann2014-09-231-2/+7
| * | | Fix spin box with fine grained wheel eventsAllan Sandfeld Jensen2014-09-231-1/+10
| |/ /
| * | Respect the PM_SmallIconSize setting for icons in a menu on OS XAndy Shaw2014-09-201-1/+1
| * | Keep a source of propagated mouse eventsAlexander Volkov2014-09-191-1/+2
| * | Set a missing source for mouse events synthesized by QtAlexander Volkov2014-09-191-1/+2
| * | Change the state of only the left mouse button when sending fake mouse eventsAlexander Volkov2014-09-161-2/+3
| * | Fix high dpi support in QOpenGLWindowLaszlo Agocs2014-09-151-3/+4
| * | Use default surface format in QOffscreenSurfaceLaszlo Agocs2014-09-141-0/+1
| * | qpa: Make screen geometry updates (full and available geometry) atomicTor Arne Vestbø2014-09-106-53/+30
| * | Add an option to share between TLWsLaszlo Agocs2014-09-103-3/+26
* | | Add Grayscale8 and Alpha8 formats to QImage and drawingAllan Sandfeld Jensen2014-09-172-1/+36
* | | 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