summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* Implement heightForWidth().Friedemann Kleint2014-11-272-0/+10
* Clarify QGuiApplication::primaryScreenAllan Sandfeld Jensen2014-11-271-1/+1
* Deprecate implementations of functions deprecated in headersShawn Rutledge2014-11-272-0/+4
* Add capabilities to QPlatformInputContext.Friedemann Kleint2014-11-263-3/+25
* don't use QCursor if QT_NO_CURSORShawn Rutledge2014-11-263-0/+8
* Fix for current_fbo getting out of sync in QtOpenGLSamuel Rødal2014-11-111-0/+3
* Make the -nograb and -dograb arguments actually work on xcbJørgen Lind2014-11-113-30/+0
* docs: WindowType is important for dialogs to center themselvesShawn Rutledge2014-11-051-0/+4
* QShapedPixmapWindow: do not leak the backing storeGiuseppe D'Angelo2014-10-312-0/+7
* Ignore alert on an active windowJohn Brooks2014-10-291-2/+2
* Add qobject_cast template specialisation for QWindowJørgen Lind2014-10-291-0/+13
* QPA: Flush window system events with flags.Morten Johan Sørvig2014-10-224-10/+13
* 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
* 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
* 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
* | Fix no-opengl buildLaszlo Agocs2014-09-011-0/+6
* | 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
|\ \