summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | Windows: Add infrastructure to be able to a GL renderer based on GPU.Friedemann Kleint2015-01-156-42/+162
| | | * | Windows: Add GPU detection.Friedemann Kleint2015-01-155-11/+213
| | * | | Revert "Fix font enumeration, with the same family name, on Windows."Friedemann Kleint2015-01-232-68/+4
| | * | | Implement Multitouch handling for WinCEAndreas Holzammer2015-01-226-3/+100
| | * | | Android: Fix name of header in .pro fileEskil Abrahamsen Blomfeldt2015-01-221-1/+1
| | * | | Android: Don't force-include android-9 headers in qpa pluginEskil Abrahamsen Blomfeldt2015-01-221-6/+1
| | * | | Windows: Fix coordinate offset when positioning the taskbar on the left.Friedemann Kleint2015-01-203-5/+40
| | * | | Windows: avoid generating exposes on plain movesLaszlo Agocs2015-01-191-1/+1
| | * | | Make -static -opengl dynamic builds succeedLaszlo Agocs2015-01-192-8/+9
| | * | | Windows: make TranslucentBackground functional alwaysLaszlo Agocs2015-01-196-21/+59
* | | | | Win: fix wrong mouse leave event generationSergey Radionov2015-02-101-0/+10
|/ / / /
* | | | Handle gracefully the removal and re-attachment of all QScreensShawn Rutledge2015-02-075-13/+41
* | | | Remove todo note about QXcbWindow::format()Laszlo Agocs2015-02-051-1/+0
* | | | Fix xcb's dbus dependencyLaszlo Agocs2015-02-051-2/+2
* | | | xcb: do not leak window system integrationLaszlo Agocs2015-02-052-1/+4
* | | | Remove unnecessary math.h and limits.h includesAllan Sandfeld Jensen2015-02-041-2/+0
* | | | Ensure null pointers are not added to QXcbConnection::m_touchDevicesSandro Mani2015-02-041-3/+5
* | | | QXcbClipboard: don't hold on to the screen pointerSandro Mani2015-02-042-9/+14
* | | | QXcbWindow: use an accessor to get the screen instead of storing itSandro Mani2015-02-043-43/+50
* | | | Cocoa plugin - showMaximized/showMinimized and Qt::FramelessWindowHintTimur Pocheptsov2015-02-041-2/+5
* | | | WGL: support reset notifications via GL_ARB_robustnessLaszlo Agocs2015-02-032-2/+51
* | | | Make it more obvious that Q_WS_ is dead code, and should perhaps be portedTor Arne Vestbø2015-02-032-3/+3
* | | | Cocoa plugin - fix obscured/mapped/unmapped logicTimur Pocheptsov2015-02-032-3/+7
* | | | Don't remember if passed HFONT was a stock objectKonstantin Ritt2015-02-023-23/+9
* | | | [QWindowsFontDatabase] Drop some dead codeKonstantin Ritt2015-02-024-16/+11
* | | | [QWindowsFontDatabase] Drop some dead codeKonstantin Ritt2015-02-023-31/+6
* | | | iOS: Track QIOSViewController -> QIOSScreen using QPointerTor Arne Vestbø2015-02-021-3/+4
* | | | iOS: Guard QIOSScreen against notifying Qt about changes to deleted QScreensTor Arne Vestbø2015-02-021-6/+14
* | | | iOS: Disconnect focusWindowChanged connection on QIOSViewController deallocTor Arne Vestbø2015-02-021-1/+8
* | | | iOS: Keep size and device pixel ratio of QIOSBackingStore in sync with windowTor Arne Vestbø2015-02-022-10/+10
* | | | OS X: Fix QWindowSystemInterface::handleExtendedKeyEventFrederik Gladhorn2015-01-281-1/+1
* | | | Android: Don't open assets files in read/write modeEskil Abrahamsen Blomfeldt2015-01-281-3/+1
* | | | iOS: Limit auto-rotation to device screen (excludes external screens)Tor Arne Vestbø2015-01-242-21/+23
* | | | Track QPlatformScreen -> QScreen using QPointerTor Arne Vestbø2015-01-241-0/+3
* | | | Fix build on [older] MinGWKonstantin Ritt2015-01-231-0/+30
* | | | iOS: Associate UIScreen and show UIWindow on initial QWindow mappingTor Arne Vestbø2015-01-232-13/+43
* | | | iOS: Base [QIOSViewController shouldAutorotate] on the locked orientationTor Arne Vestbø2015-01-233-16/+14
* | | | iOS: Ignore statusbar changes for windows on external screensTor Arne Vestbø2015-01-231-0/+5
* | | | Android: Fix crash in QCompleter testEskil Abrahamsen Blomfeldt2015-01-232-4/+8
* | | | Don't build WinCE specific code on other platformsKonstantin Ritt2015-01-231-1/+123
* | | | iOS: Decouple screen geometry calculations from UIWindow geometryTor Arne Vestbø2015-01-231-11/+20
* | | | iOS: Don't re-apply window state during QIOSWindow constructionTor Arne Vestbø2015-01-231-1/+5
* | | | iOS: Simplify QIOSWindow::setParent()Tor Arne Vestbø2015-01-231-11/+4
* | | | iOS: Only use [UIDevice orientation] for the main/device screenTor Arne Vestbø2015-01-231-0/+4
* | | | update bundled sqlite to 3.8.8.1Mark Brand2015-01-221-2/+0
* | | | Expose context lossLaszlo Agocs2015-01-223-1/+20
* | | | QSystemTrayIcon uses D-Bus StatusNotifier on Linux when possibleShawn Rutledge2015-01-222-4/+7
* | | | iOS: Make screen orientation reporting more consistentTor Arne Vestbø2015-01-222-12/+19
* | | | iOS: Fall back to statusbar orientation for initial QScreen::orientation()Tor Arne Vestbø2015-01-211-3/+13
* | | | iOS: Use QPlatformIntegration::destroyScreen() instead of manual deleteTor Arne Vestbø2015-01-212-1/+4