summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms
Commit message (Expand)AuthorAgeFilesLines
* Change EDID parsing qCWarnings to qCDebugsLaszlo Agocs2017-08-032-3/+3
* xcb: don't rely on _NET_WORKAREA for available geometry on multi-head systemsGatis Paeglis2017-08-022-1/+26
* Merge "Merge remote-tracking branch 'origin/5.9' into dev" into refs/staging/devFrederik Gladhorn2017-08-0215-33/+94
|\
| * Merge remote-tracking branch 'origin/5.9' into devOswald Buddenhagen2017-08-0215-33/+94
| |\
| | * Fix composition on xcb with misconfigured ibusAllan Sandfeld Jensen2017-07-311-1/+4
| | * winrt: Fix platform theme for non-phone devicesOliver Wolff2017-07-271-5/+32
| | * Use correct DRM event context versionJonathan Liu2017-07-262-2/+2
| | * Fix memory leakJesus Fernandez2017-07-251-0/+1
| | * Fix 32-bit build on macOSJake Petroules2017-07-203-3/+13
| | * Skip EGL surface re-creation when the buffer size is unchangedJames McDonnell2017-07-201-4/+10
| | * xcb: fix freeze when (un)plugging input devicesGatis Paeglis2017-07-192-11/+18
| | * Windows QPA: Fix local position reported for enter eventsFriedemann Kleint2017-07-191-4/+5
| | * Windows QPA: Do not call enableNonClientDpiScaling() for embedded windowsFriedemann Kleint2017-07-193-2/+8
| | * Windows QPA: Compare against correct geometry when checking for fullscreenFriedemann Kleint2017-07-191-1/+1
* | | Windows QPA: Store requested geometry before QPlatformWindow::initialGeometry()Friedemann Kleint2017-08-022-7/+10
|/ /
* | eglfs_kms: Use eglCreatePlatformWindowSurfaceKwangsub Kim2017-08-012-19/+49
* | Windows QPA: Fix compilation with MinGW 7.1Friedemann Kleint2017-07-291-0/+1
* | macOS: Modernize QCocoaBackingStore::flush()Tor Arne Vestbø2017-07-295-145/+147
* | macOS: Send expose event with individual rects instead of bounding rectTor Arne Vestbø2017-07-261-3/+11
* | macOS: Send expose event at drawRect and trigger updates via setNeedsDisplayTor Arne Vestbø2017-07-254-116/+80
* | Enable IAccessible2 for MinGWFriedemann Kleint2017-07-256-35/+42
* | xcb: use default member initialization in structGatis Paeglis2017-07-222-4/+1
* | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-07-193-15/+4
|\|
| * Revert "Windows: Fallback to d3d9 when in a VM on VMWare Workstation 12"Andy Shaw2017-07-171-12/+0
| * macOS: Don't assume the proposed fullscreen size matches the screen sizeTor Arne Vestbø2017-07-171-3/+3
| * Add missing #include for -no-widgetsStephan Binner2017-07-141-0/+1
* | macOS: Improve QCocoaWindow logging a bitTor Arne Vestbø2017-07-181-17/+19
* | Windows QPA: Implement QPlatformWindow::initialize()Friedemann Kleint2017-07-185-21/+29
* | xcb: fix build failure when XCB_USE_XINPUT22 is not definedGatis Paeglis2017-07-183-23/+19
* | xcb: allow to change XInput device properties at runtimeGatis Paeglis2017-07-182-146/+175
* | Add QPlatformWindow::initialize() for two-step window creationTor Arne Vestbø2017-07-172-16/+28
* | xcb: fix spelling error in xi2HandleHierarchyEvent()Gatis Paeglis2017-07-172-3/+3
* | xcb: don't allow isAtLeastXI2{1,2} in builds without Xinput2Gatis Paeglis2017-07-142-8/+4
* | xcb: rely on QRegion::operator| to handle empty regionsGatis Paeglis2017-07-141-5/+1
* | Merge "Merge remote-tracking branch 'origin/5.9' into dev" into refs/staging/devThiago Macieira2017-07-1412-32/+96
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into devGabriel de Dietrich2017-07-1312-32/+96
| |\|
| | * macOS: Fix unused variable in window:willUseFullScreenContentSize:Tor Arne Vestbø2017-07-121-0/+1
| | * Windows QPA: Fix build with draganddrop disabledFriedemann Kleint2017-07-111-1/+3
| | * Windows: Fallback to d3d9 when in a VM on VMWare Workstation 12Andy Shaw2017-07-111-0/+12
| | * Convert features.fontdialog to QT_[REQUIRE_]CONFIGStephan Binner2017-07-114-9/+13
| | * Fix macOS build for -no-widgets, take 2Stephan Binner2017-07-101-2/+2
| | * QWindowsFileIconEngine::filePixmap(): Handle non-existent filesFriedemann Kleint2017-07-081-6/+12
| | * xcb: cleanup gl_integrations_plugin_base.priGatis Paeglis2017-07-071-7/+0
| | * macOS: Account for fullscreen geometry bug in AppKit on OS X 10.10Tor Arne Vestbø2017-07-071-0/+15
| | * Windows QPA: Further restrict windows for WM_DPICHANGEDFriedemann Kleint2017-07-071-3/+23
| | * [Windows] Update hMonitor handles when a display is turned offAlexandru Croitor2017-07-061-1/+9
| | * Windows QPA: Take hasBorderInFullScreen into account when checking for fullsc...Friedemann Kleint2017-07-051-0/+2
| | * Fix macOS build for -no-widgetsStephan Binner2017-07-051-1/+3
| | * QWinRTFileEngine: Property ItemDate is not the file's last accessThiago Macieira2017-07-051-2/+1
* | | macOS: Improve QDebug output for QNSView and QCocoaWindowTor Arne Vestbø2017-07-133-0/+42
|/ /