summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Android: use signature-less jni syntax for AndroidContentFileEngineAssam Boudjelthia2023-01-181-84/+92
* Android: pass EXTRA_INITIAL_URI to native FileDialogAssam Boudjelthia2023-01-182-6/+28
* Fix build with -no-feature-cssparserTasuku Suzuki2023-01-161-1/+0
* Handle the mouse events in the window itselfMikolaj Boc2023-01-1412-241/+215
* Return to the two-step destruction in compositorMikolaj Boc2023-01-133-6/+8
* Move the window through the title bar element itselfMikolaj Boc2023-01-1316-654/+915
* Add QEGLContext::invalidateContextThomas Senyk2023-01-122-4/+36
* Add missing header guardsFriedemann Kleint2023-01-121-0/+5
* Set WASM platform default to synchronous window event handlingDavid Skoland2023-01-123-10/+12
* wasm: Work on wasm accessibility elements and eventsShreya Pattani2023-01-122-10/+284
* wasm: Work on wasm accessibility elements and eventsSharad Sahu2023-01-122-4/+132
* wasm: add end-user accessibillty opt-inMorten Sørvig2023-01-123-18/+133
* wasm: add accessibility container to QWasmWindowMorten Sørvig2023-01-123-0/+14
* qxcbwindow.cpp: Fix sign-compare and another warningsLiang Qi2023-01-111-3/+4
* macOS: Include text in key events triggered by insertion key-bindingsTor Arne Vestbø2023-01-101-8/+10
* Fix QErrorMessage test when using native dialogsTor Arne Vestbø2023-01-091-0/+2
* Dark windows: use background/foreground colors for tooltipsVolker Hilsheimer2023-01-071-7/+6
* wasm: sync pointer button state on pointer downMorten Sørvig2023-01-061-0/+8
* wasm: Fix secondary thread event processingMorten Sørvig2023-01-062-5/+0
* TLS backend SecureTransport: properly clear SSLContextRefTimur Pocheptsov2023-01-061-0/+1
* Android A11Y: Only access the main thread when it is not blockedJulian Greilich2023-01-061-0/+9
* Document QGtk3InterfaceAxel Spoerl2023-01-062-21/+183
* Fix checkbox and radiobutton background in QGtk3ThemeAxel Spoerl2023-01-061-2/+2
* Document QGtk3StorageAxel Spoerl2023-01-062-39/+193
* Change parsing log output in QGtk3Json from qCDebug to qCInfoAxel Spoerl2023-01-031-11/+11
* QWindowsKeyMapper: make the code locale-independentMarc Mutz2023-01-031-2/+2
* ibus: support high dpi for cursor rectangleLiang Qi2023-01-031-3/+24
* ibus: add SetCursorLocationRelative in InputContext.xmlLiang Qi2023-01-032-0/+13
* macOS: Stop using the deprecated [NSWorkspace openFile:] APITor Arne Vestbø2023-01-021-7/+1
* iOS File Dialog: Allow picking files if name filter is '*' (all files)Doris Verria2023-01-021-1/+6
* wasm: support setting Emscripten configurationMorten Sørvig2023-01-021-1/+3
* Detect appearance by colors unless GTK theme name contains "dark"Axel Spoerl2022-12-283-1/+20
* Fix the handling of dead keys on WASMMikolaj Boc2022-12-271-6/+7
* windows: gl: Fix WGL_SAMPLES reductionLaszlo Agocs2022-12-241-7/+8
* QWindowsContext::setProcessDpi[V2]Awareness check current value before settin...Oliver Wolff2022-12-231-13/+18
* Android: Fix UI is scaled smaller than beforeSamuel Mira2022-12-221-1/+1
* Android: handle move operation with content urisAssam Boudjelthia2022-12-221-0/+24
* Android: handle rename() operation with content urisAssam Boudjelthia2022-12-222-0/+58
* Android: Add facilities to handle more content URIs operationsAssam Boudjelthia2022-12-222-78/+663
* Avoid mutual ownership in qstdweb's File::streamMikolaj Boc2022-12-221-3/+3
* Android input context: don't connect to non-existing signalVolker Hilsheimer2022-12-211-1/+3
* iOS a11y: Ensure parent elements are stacked below their childrenTor Arne Vestbø2022-12-201-1/+3
* Add handling of screen hotplugPiotr Mikolajczyk2022-12-193-4/+101
* Remove QEglFSCursor's inheritance of QOpenGLFunctionsThomas Senyk2022-12-192-27/+26
* GTK3 theme: simplify codeYuhang Zhao2022-12-171-1/+1
* Fix event dispatching on WASMMikolaj Boc2022-12-162-0/+5
* iOS: Don't assume screens will not be connected before QIOSIntegrationTor Arne Vestbø2022-12-161-2/+2
* Schannel: Don't emit error when peer performs graceful disconnectionMårten Nordheim2022-12-161-2/+0
* iOS File Dialog: Support setting name filtersDoris Verria2022-12-161-13/+45
* HiDPI: fix wrong window size after DPI changeYuhang Zhao2022-12-141-1/+7