summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* add docs for QPlatformTheme::WheelScrollLines, MouseDoubleClickDistance5.7Shawn Rutledge2016-12-131-0/+7
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-231-1/+3
|\
| * Add more information for QKeySequence::toString on macOSJesus Fernandez2016-11-221-1/+3
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-153-3/+8
|\|
| * Cocoa: Make child window cursors work correctlyMorten Johan Sørvig2016-11-081-0/+3
| * Prevent stale QOpenGLContext fbo pointerMorten Johan Sørvig2016-11-081-1/+1
| * Only turn off font hinting when scale is != 1Paul Olav Tvete2016-11-081-2/+4
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-271-0/+10
|\|
| * Document qGuiApp and tweap qAppAlbert Astals Cid2016-10-261-0/+10
* | Fix syncqt warning about wrong includeThiago Macieira2016-10-261-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-222-6/+11
|\|
| * Fix when calling QSurfaceFormat::setDefaultFormat before Q*ApplicationKai Koehne2016-10-211-4/+8
| * Document QClipboard::mimeData can be nullAlbert Astals Cid2016-10-191-2/+3
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-171-0/+8
|\|
| * Fix QtGui compilation without OpenGLhjk2016-10-161-0/+2
| * Show warning when setting new default QSurfaceFormatAlexandru Croitor2016-10-131-0/+6
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-131-0/+4
|\|
| * Don't resize windows that aren't attached to a platform windowChristian Strømme2016-10-121-0/+4
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-081-1/+1
|\|
| * QEvent: fix typo in apidocFrederik Schwarzer2016-10-081-1/+1
* | QGuiApplication, platform plugins: don't modify AA_DontUseNativeMenuBarShawn Rutledge2016-09-261-6/+0
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-231-1/+1
|\|
| * QWindowPrivate::maybeQuitOnLastWindowClosed(): Skip tooltipsFriedemann Kleint2016-09-231-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-161-4/+4
|\|
| * Fix typos in highdpi docsFrederik Gladhorn2016-09-151-4/+4
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-051-0/+3
|\|
| * Guard against calling QWindow::requestUpdate() on non-GUI threadsTor Arne Vestbø2016-08-301-0/+3
* | Fix QWindowPrivate::globalPosition() for foreign windowsFriedemann Kleint2016-08-301-2/+8
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-291-1/+1
|\|
| * QOffscreenSurface: warning-fix - QString(char*) deprecatedEdward Welbourne2016-08-251-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-253-5/+8
|\|
| * Fix crash when exiting while stacked modal dialogs are shownFriedemann Kleint2016-08-251-0/+2
| * QKeySequence: remove 239 unneeded relocationsMarc Mutz2016-08-241-1/+1
| * QKeySequence: replace an array end marker by static size calculationMarc Mutz2016-08-241-4/+4
| * Make QWindow backed QOffscreenSurfaces easier to identifyTor Arne Vestbø2016-08-241-0/+1
* | Doc: Remove references to Windows CE in Qt GuiVenugopal Shivashankar2016-08-171-6/+0
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-138-42/+49
|\|
| * Fix typo in QKeySequence docLiang Qi2016-08-121-1/+1
| * Doc: Change instances of '(Mac) OS X' to 'macOS'Topi Reinio2016-08-127-41/+41
| * Cache the current QOpenGLFramebufferObjectSérgio Martins2016-08-111-0/+7
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-102-0/+6
|\|
| * evdevtouch: Avoid crashing on exitLaszlo Agocs2016-08-102-0/+6
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-051-2/+2
|\|
| * Doc: Fix references to Control, Meta key enumsKai Koehne2016-08-031-2/+2
* | QWindow::fromWinId(): Return 0 when foreign window cannot be wrappedFriedemann Kleint2016-07-281-2/+7
* | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-262-10/+23
|\|
| * QPlatformWindow::initialGeometry(): Do not touch child window positionsFriedemann Kleint2016-07-251-9/+22
| * Work around ICC bug about shadowing declarations that aren't shadowingThiago Macieira2016-07-241-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-151-23/+24
|\|
| * Fix defining QGuiApplication::sync() when QT_NO_SESSIONMANAGER is setOlivier Blin2016-07-061-22/+22