summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| | * 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
* | | Make QSurfaceFormat a Q_GADGET and add Q_ENUM for easier debuggingTor Arne Vestbø2016-08-261-0/+6
* | | fix build with various QT_NO_* definesNick Shaforostoff2016-08-266-1/+15
* | | Merge dev into 5.8Oswald Buddenhagen2016-08-2213-62/+57
|\ \ \
| * | | Remove QPlatformCursorPrivateJędrzej Nowacki2016-08-192-18/+0
| * | | Use qtConfig throughout in qtbaseLars Knoll2016-08-191-1/+1
| * | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-1610-42/+55
| |\| |
| | * | 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.7' into devLiang Qi2016-08-091-2/+2
| |\| |
| | * | 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
* | | | Support C++17 fallthrough attributeAllan Sandfeld Jensen2016-08-191-2/+2
* | | | qdnd.cpp: Extract Method imageMimeFormatsAnton Kudryavtsev2016-08-191-25/+10
|/ / /
* | | QtPlatformSupport: Add QAbstractFileIconEngineFriedemann Kleint2016-08-052-13/+0
* | | Add QPlatformTheme::fileIcon()Friedemann Kleint2016-08-042-0/+22
* | | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-08-013-13/+31
|\| |
| * | 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
* | | Add helper function to reset QMouseEvent localPosFrederik Gladhorn2016-08-012-0/+14
* | | Make QOpenGLTextureBlitter publicLaszlo Agocs2016-07-291-1/+1
* | | Merge "Merge remote-tracking branch 'origin/5.7' into dev" into refs/staging/devEdward Welbourne2016-07-223-25/+26
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-07-193-25/+26
| |\| |
| | * | 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
| | | * Windows: Handle theme switching correctly if a palette is setAndy Shaw2016-07-061-1/+2
| | * | Use QStringLiteral more judiciouslyAnton Kudryavtsev2016-07-082-2/+2
* | | | Add QStyleHints::useHoverEffectsJ-P Nurmi2016-07-206-2/+44
|/ / /
* | | Clean up qwindowdefs_win.hLars Knoll2016-07-141-9/+0
* | | QPointerUniqueId::numeric() is constShawn Rutledge2016-07-072-2/+2
* | | Add qtguiglobal.h and qtguiglobal_p.hLars Knoll2016-07-0380-17/+197
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-211-2/+2
|\| |
| * | Fix compiler warning about missing return statement in non-void functionThiago Macieira2016-06-171-2/+2
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-139-24/+26
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-102-2/+5
| |\|
| | * Output region in debug operator of QPaintEvent.Friedemann Kleint2016-06-101-0/+3
| | * Fix zero-as-null-pointer-constant in wayland compositor apiAllan Sandfeld Jensen2016-06-061-2/+2
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-061-4/+4
| |\|
| | * Doc: Fix references to QGuiApplication::clipboard()Joerg Bornemann2016-05-191-4/+4
| * | QtGui: use QStringRef to optimize memory allocationAnton Kudryavtsev2016-06-021-6/+7
| * | Gui: use const (and const APIs) moreAnton Kudryavtsev2016-06-016-15/+13