summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms
Commit message (Expand)AuthorAgeFilesLines
* Silence warning about comparing signed and unsignedShawn Rutledge2018-08-141-2/+2
* VNC plugin: explicitly cast int to uint16_t before calling htonsShawn Rutledge2018-08-141-3/+3
* xcb: make sure we have a valid m_qimage in backing storeGatis Paeglis2018-08-131-50/+61
* macOS: Force light theme on macOS 10.14+Gabriel de Dietrich2018-08-091-0/+21
* macOS: Don't blend the backingstore unless the window has a backgroundTor Arne Vestbø2018-08-071-5/+5
* macOS: Update window geometries after screen properties changeTor Arne Vestbø2018-08-071-0/+14
* Windows QPA: Fix UIA-to-MSAA accessibility bridgeAndre de la Rocha2018-08-062-16/+13
* Windows: Implement Qt::WindowStaysOnBottomHintFriedemann Kleint2018-08-031-0/+2
* QCocoaMenuLoader - ensure that ensureAppMenuInMenu indeed, ensuresGabriel de Dietrich2018-08-011-18/+15
* xcb: partly revert 3bc0f1724ae49c2fd7e6d7bcb650350d20d12246Gatis Paeglis2018-08-014-101/+3
* Windows QPA: Fix override cursor being cleared when crossing window bordersFriedemann Kleint2018-07-313-5/+20
* Fix touch input for HoloLens devicesOliver Wolff2018-07-271-4/+5
* xcb: Fix build when xinput2 is not availableFriedemann Kleint2018-07-251-4/+10
* Windows QPA: Fix tablet event coords delay for tablets in pen modeRomain Pokrzywka2018-07-242-7/+3
* Windows: Fix invisible element being included in the UI Automation treeAndre de la Rocha2018-07-241-22/+45
* xcb: fix various bugs with _NET_WM_MOVERESIZEGatis Paeglis2018-07-235-9/+129
* XCB/Xlib: make sure we don't get problems for sys headers using registerThiago Macieira2018-07-117-0/+14
* winrt: Avoid superfluous touch events for multitouchOliver Wolff2018-07-111-1/+4
* xcb: Monitor XSETTINGS changeAlexander Volkov2018-07-101-0/+1
* xcb: Move handling of RRScreenChangeNotify from QXcbScreen to QXcbVirtualDesktopAlexander Volkov2018-07-093-100/+103
* macOS: Ensure all windows are created on a valid screenTor Arne Vestbø2018-07-051-13/+18
* Add missing override keyword found by ClangThiago Macieira2018-07-051-1/+1
* QNX: Add the ability to disable EGL_KHR_surfaceless_context useJames McDonnell2018-07-013-2/+18
* Fix automatic showing/hiding of the Windows 10 on-screen keyboardAndre de la Rocha2018-06-283-38/+74
* macOS: Guard non-reentrant uses of NSOpenGLContextTor Arne Vestbø2018-06-271-0/+5
* Windows QPA/GL: Fix build with MinGW/g++ 8.1 x64Friedemann Kleint2018-06-263-25/+49
* Do not update scroll coordinates on ignorable enter eventsAllan Sandfeld Jensen2018-06-221-4/+4
* Recognize X11/XCB keysyms Undo, Redo, Find, CancelJonathan Marten2018-06-221-0/+7
* xcb: add qt.qpa.input.events logging of wheel eventsShawn Rutledge2018-06-211-0/+2
* Windows QPA: Fix crashes when processing native eventsFriedemann Kleint2018-06-211-1/+1
* Cocoa: handle WindowMaximizeButtonHint as wellMorten Johan Sørvig2018-06-211-0/+2
* Cocoa: Tool windows should always be resizableMorten Johan Sørvig2018-06-211-1/+4
* cocoa: Don’t trigger security dialog on dragMorten Johan Sørvig2018-06-211-1/+5
* Merge remote-tracking branch 'origin/5.11.1' into 5.11Qt Forward Merge Bot2018-06-1917-103/+207
|\
| * xcb: add QT_XCB_NO_MITSHM envvar for disabling MIT-SHM extensionGatis Paeglis2018-06-151-1/+2
| * xcb: fix regression with remote X11 clientsGatis Paeglis2018-06-113-53/+88
| * Revert "xcb: round down the scale factor for values < 0.8"Mitch Curtis2018-06-091-6/+1
| * xcb: fix mouse event compression with certain configurationsGatis Paeglis2018-06-091-2/+4
| * Merge 5.11 into 5.11.1Oswald Buddenhagen2018-06-072-0/+11
| |\
| * | iOS: Guard all uses of APIs not available in application extensionsTor Arne Vestbø2018-06-0512-30/+88
| * | macOS: Manually compute frame rect for zoomed/maximized stateTor Arne Vestbø2018-06-051-11/+24
* | | QNX: Add QQnxEglWindow::format() overloadTakumi ASAKI2018-06-081-0/+2
| |/ |/|
* | Fix QWindowsWindow::requestActivateWindow()Sergiy Korobov2018-06-051-0/+9
* | Fix QWindowsNativeInterface::platformFunction()Sergiy Korobov2018-06-011-0/+2
|/
* macOS: Allow moving out of fullscreen state using titlebar buttonTor Arne Vestbø2018-05-301-1/+1
* iOS: Handle application state for application extensionsTor Arne Vestbø2018-05-301-6/+21
* Make sure we can build with -no-feature-draganddropJoerg Bornemann2018-05-2927-64/+62
* macOS: Respect maximum window size when computing zoomed state geometryTor Arne Vestbø2018-05-291-7/+17
* iOS: Send window-system event also when embedded in native iOS appTor Arne Vestbø2018-05-293-32/+50
* iOS: Don't assume our UIWindow is a QUIWindowTor Arne Vestbø2018-05-291-1/+2