summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms
Commit message (Expand)AuthorAgeFilesLines
* iOS: cleanup connection when a screen disconnectsRichard Moe Gustavsen2021-06-161-1/+3
* macOS: Keep NSWindow alive after handling windowShouldClose callbackTor Arne Vestbø2021-06-091-0/+9
* windows: gl: Print GetLastError() when makeCurrent failsLaszlo Agocs2021-06-091-1/+6
* Android: fix mimetype/namefilters handling for FileDialogAssam Boudjelthia2021-06-021-8/+9
* macOS: don't show invisible separator itemsVolker Hilsheimer2021-05-272-3/+8
* Qt xcb: remove false detects of Qt::GroupSwitchModifierAleksei Nikiforov2021-05-271-3/+3
* Silence warning C4996 (use of deprecated GetDesktopDpi)Kai Köhne2021-05-272-0/+6
* macOS: Restore logic to set wantsBestResolutionOpenGLSurfaceTor Arne Vestbø2021-05-201-0/+8
* macOS: Fix warning about comparing different types in QCocoaScreen::isOnlineTor Arne Vestbø2021-05-201-2/+2
* QXcb: don't dereference pointer before checkingVolker Hilsheimer2021-05-201-1/+2
* Fix BASE argument of qt_add_resourcesJoerg Bornemann2021-05-181-87/+22
* iOS: Accessibility: Set the correct traits for EditableTextAndy Shaw2021-05-141-1/+9
* Windows QPA/Vista style: Fix placeholder colorFriedemann Kleint2021-05-111-1/+10
* Fix passing QJniEnvironment to ANativeWindow_fromSurfaceMarius Kittler2021-05-101-1/+1
* iOS: Accessibility: Don't cut off the last character from the text valueAndy Shaw2021-05-091-2/+1
* cocoa: move DEBUG_PASTEBOARD into logging categoryLiang Qi2021-05-053-62/+21
* iOS: Implement QIOSScreen::logicalBaseDpi()Morten Sørvig2021-05-032-2/+2
* Android: Fix Application becomes unresponsive issuePekka Gehör2021-05-033-0/+11
* QVnc: clip requested screen region to available screen imageEirik Aavitsland2021-04-301-2/+3
* macOS: Don't override action set during drop handlingAndy Shaw2021-04-291-1/+3
* xcb: Add more debug info for XCB_INPUT eventLiang Qi2021-04-261-1/+44
* Read DPI from X Settings initially as wellIlya Fedin2021-04-202-7/+18
* Replace conversion operator by operator* in QJniEnvironmentAssam Boudjelthia2021-04-153-5/+5
* Add QNX qpa to buildsMarianne Yrjänä2021-04-134-4/+189
* Don't disable menu items that belong to the active modal windowVolker Hilsheimer2021-04-123-5/+18
* [Android] Fix select handles misplacement on QDialogv6.1.0-beta3Pekka Gehör2021-04-011-6/+19
* Windows QPA: Fix accessibility focus event for table/tree/listAndre de la Rocha2021-03-301-0/+11
* Return the result we have already when getting an object with no nameAndy Shaw2021-03-301-1/+1
* Include minus sign in ImhFormattedNumbersOnly's available keysEdward Welbourne2021-03-301-3/+1
* Rename QJniEnvironment exceptionCheckAndClear to checkAndClearExceptionsAssam Boudjelthia2021-03-301-2/+2
* iOS: Protect against a possible crash after the window is deletedAndy Shaw2021-03-302-1/+3
* Fix compilation with experimental x11 paint engine featureEskil Abrahamsen Blomfeldt2021-03-261-5/+7
* xcb: use QXcbScrollingDevice for a touchpadShawn Rutledge2021-03-242-10/+26
* Android: make calling exit() conditional on an environment variableVille Voutilainen2021-03-051-2/+3
* cmake: Don't give plugins PUBLIC usage requirementsCraig Scott2021-02-2416-45/+43
* Fix handling of virtual/native pixels in QAndroidPlatformWindowAndreas Buhr2021-02-231-7/+14
* iOS: Pass the text to handleExtendedKeyEvent when knownAndy Shaw2021-02-231-4/+7
* macOS: don't let windows that are transparent for input become key windowVolker Hilsheimer2021-02-202-2/+3
* xcb: unset old states and set new ones for windowLiang Qi2021-02-151-16/+33
* Android: take JavaVM() from QJniEnvironment and not QtAndroidPrivateAssam Boudjelthia2021-02-111-2/+2
* iOS: Disable three-finger-tap editing interaction menu when there's no focus ...Tor Arne Vestbø2021-02-111-0/+13
* iOS: don't report selection changed if it didn't changeRichard Moe Gustavsen2021-02-111-1/+5
* eglfs: kms: Log gbm bo handle and stride as wellLaszlo Agocs2021-02-081-1/+2
* iOS: close edit menu upon focus transferRichard Moe Gustavsen2021-02-051-0/+3
* a11y: Report mixed state if QCheckBox is PartiallyCheckedJan Arve Sæther2021-02-051-0/+2
* iOS: hide edit menu if typing on the input panelRichard Moe Gustavsen2021-02-041-4/+8
* Android: fix compiler warnings for Android inputAssam Boudjelthia2021-02-044-48/+61
* macOS: Reduce duplicated code for showing file dialogsTor Arne Vestbø2021-02-022-75/+37
* macOS: Reduce duplicated updates of file dialog propertiesTor Arne Vestbø2021-02-021-13/+6
* macOS: Refactor computing of accepted extensions in file dialogsTor Arne Vestbø2021-02-021-21/+20