summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* Handle parsing of GL_VERSION as reported by Nexus 6Andy Shaw2015-05-111-0/+4
* Fix QNX and Blackberry -qtnamespace buildSérgio Martins2015-04-011-2/+2
* Fix use of the window geometry specificationAlexander Volkov2015-03-273-14/+21
* Always clear QWindowPrivate::positionAutomatic in setFramePosition()Alexander Volkov2015-03-061-1/+1
* QGuiApplication: revert b8d0fac5a9 (mouse event handling)Richard Moe Gustavsen2015-02-151-8/+6
* Merge remote-tracking branch 'origin/5.4.1' into 5.4Frederik Gladhorn2015-01-293-1/+16
|\
| * Fix drag and drop regressionGatis Paeglis2015-01-193-1/+16
* | Safeguard QScreen::refreshRate against buggy platform behaviorGunnar Sletta2015-01-212-3/+11
* | Doc: Remove references to QOpenGLContext::destroy()Sze Howe Koh2015-01-191-6/+8
|/
* Fix build error with Intel Compiler 15 on WindowsThiago Macieira2015-01-062-0/+4
* Doc: corrected broken links qtbaseNico Vertriest2014-12-233-10/+6
* Check screen before changing cursorJoni Poikelin2014-12-231-1/+2
* Check for valid receiver before sending gesture events.Jason Haslam2014-12-231-0/+3
* QPlatformSystemTrayIcon: the timeout is in msecs, not secsDmitry Shachnev2014-12-182-3/+3
* QOpenGLContext: Use static invocation of QGuiApplication::platformNativeInter...Friedemann Kleint2014-12-181-3/+3
* Take ShareOpenGLContexts into account in QOpenGLWindowLaszlo Agocs2014-12-081-0/+6
* 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