summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms
Commit message (Expand)AuthorAgeFilesLines
* wasm: enable mobile native keyboardingLorn Potter2022-03-039-15/+301
* Close WASM popups on non-accepted clicksDavid Skoland2022-03-021-1/+5
* macOS: Remove code for handling logical DPI changesTor Arne Vestbø2022-03-022-8/+1
* Android: Fix issue in loading multimedia Android pluginSamuel Mira2022-03-021-13/+2
* xcb: fix a typo for WindowTypesLiang Qi2022-03-011-1/+1
* Windows QPA: Add convenient overload to query window frameYuhang Zhao2022-03-012-0/+11
* Windows QPA: Add some offset to the system menu when appropriateYuhang Zhao2022-03-011-1/+23
* Windows QPA: fix window style correction for context help buttonYuhang Zhao2022-03-011-3/+8
* Windows QPA: Use less magic numberYuhang Zhao2022-03-011-19/+21
* xcb: free a randr monitors pointer after usageLiang Qi2022-02-281-0/+1
* Windows QPA: Highlight the first entry in the system menuYuhang Zhao2022-02-251-1/+9
* Windows QPA: More debug enhancementsYuhang Zhao2022-02-251-12/+61
* Protect headers against min/max macrosMarc Mutz2022-02-221-1/+1
* Windows QPA: Calculate window frame for frameless windows the same for all co...Viktor Arvidsson2022-02-222-17/+23
* Always include qt_windows header firstVolker Hilsheimer2022-02-224-3/+4
* Remove unused variable which causes compiler errorPiotr Srebrny2022-02-211-1/+0
* wasm: make input callback returns consistentLorn Potter2022-02-201-8/+4
* Windows: use QSystemLibrary instead of LoadLibrary directlyAndy Shaw2022-02-182-7/+14
* wasm: reliably determine QScreen positionMorten Johan Sørvig2022-02-171-8/+9
* wasm: move canvas configuration to Qt implementationMorten Johan Sørvig2022-02-163-7/+23
* Android A11Y: Fix value roundingIvan Solovev2022-02-151-2/+44
* Android A11Y: Announce value together with element name when focusedIvan Solovev2022-02-151-3/+7
* Android A11Y: handle valueChanged eventsIvan Solovev2022-02-155-3/+40
* Windows QPA: Correct mistake when calculating minmaxinfoViktor Arvidsson2022-02-141-1/+1
* Make Droid Sans Mono available as fixed font for all Android stylesAndreas Buhr2022-02-141-0/+5
* Windows QPA: Fix frameless maximize on secondary screensViktor Arvidsson2022-02-111-13/+11
* Set Roboto as the default font on AndroidAndreas Buhr2022-02-102-0/+6
* Change comparison data type to fix int overflowSivan Nanthiran2022-02-101-3/+3
* macOS: Prevent recursion when modifying the edit menuVolker Hilsheimer2022-02-091-1/+8
* Android A11Y: execute C++ code on main Qt threadIvan Solovev2022-02-094-47/+191
* Android: extract parentId for hidden object in advanceIvan Solovev2022-02-093-4/+9
* xcb: Show valuator atom names properly in categorized loggingShawn Rutledge2022-02-091-1/+1
* macOS: Use native resize cursors for diagonal resizeViktor Arvidsson2022-02-021-4/+33
* Move QIOType wrapper for io_object_t to QtCoreTor Arne Vestbø2022-02-012-28/+0
* Let QXcbGlxWindow::createVisual fallback to QXcbWindow::createVisualIlya Fedin2022-01-281-3/+6
* [Android]: Handle the screen name, modes and refreshRate properlyBogDan Vatra2022-01-285-45/+108
* Offscreen: Fix implementation of QScreen::grabWindowVolker Hilsheimer2022-01-261-12/+16
* Offscreen: Implement QPlatformBackingStore::toImageVolker Hilsheimer2022-01-261-0/+1
* Fix run time failure for UI autotests (INTEGRITY)Tatiana Borisova2022-01-252-8/+18
* Revert "Offscreen: Implement QPlatformBackingStore::toImage"Volker Hilsheimer2022-01-221-1/+0
* wasm: fix installation when staging prefix is usedSamuli Piippo2022-01-201-1/+2
* Offscreen: Implement QPlatformBackingStore::toImageVolker Hilsheimer2022-01-181-0/+1
* Remove unused .qrc filesJoerg Bornemann2022-01-174-44/+0
* Move input event logic into QWasmCompositorDavid Skoland2022-01-179-598/+658
* macOS: Implement QCALayerBackingStore::scroll for improved performanceTor Arne Vestbø2022-01-122-0/+57
* QFlatMap: add insert_or_assignMarc Mutz2022-01-121-1/+1
* QScreen_win: retrieve user friendly monitor nameYuhang Zhao2022-01-121-4/+15
* eglfs: Unset shared raster compositing context before deletionTor Arne Vestbø2022-01-121-0/+2
* xcb: Correctly update primary screen status with RandR 1.5Zhang Hao2022-01-122-10/+3
* wasm: ensure cursor reverts after window resizeLorn Potter2022-01-124-9/+46