summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* vulkan: Try loading libvulkan.so.1 firstLaszlo Agocs2022-03-112-2/+2
* QNX: Fix compiler warning by adding default return valuePasi Petäjäjärvi2022-03-091-0/+2
* QNX: Fix compiler warnings by using correct format specifiersPasi Petäjäjärvi2022-03-091-4/+4
* Fix quick file dialog on androidSamuel Mira2022-03-091-0/+2
* Fix deprecated uses of QScopedPointerMårten Nordheim2022-03-081-4/+6
* QCocoaFileDialogHelper: Always enable symlinks and aliases to directoriesWilliam Jones2022-03-081-1/+6
* eglfs: QNX uses own QPA plugin and not eglfsPasi Petäjäjärvi2022-03-072-14/+0
* Win: Fix use of deprecated isTopLevel()Mårten Nordheim2022-03-071-1/+1
* wasm: fix native keyboard on iOSLorn Potter2022-03-053-5/+11
* QIOSFileDialog/QIOSDocumentPickerController - handle dismissed view controllerTimur Pocheptsov2022-03-052-1/+18
* Android: terminate argv passed to main() with nullptrAssam Boudjelthia2022-03-051-4/+6
* Android: make sure that orientationChange is reported after resizeIvan Solovev2022-03-043-4/+17
* Android: set all QScreen's geometry-related parameters togetherIvan Solovev2022-03-045-11/+48
* xdgdesktopportal theme: Implement appearance()Magnus Groß2022-03-042-0/+55
* 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
* png/ico decoder: Don't try reading beyond the fileRobert Löhning2022-03-021-2/+4
* 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
* QMacStyle: fix tool buttons (in checked mode)Timur Pocheptsov2022-02-281-3/+8
* 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
* Install 3rdparty headers for static buildsMichal Klocek2022-02-191-84/+2
* Windows: use QSystemLibrary instead of LoadLibrary directlyAndy Shaw2022-02-182-7/+14
* Fix UI mismatch when QPrinter::setDuplexZhang Hao2022-02-182-3/+9
* 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
* Fix compiling with C++20 on macOSAllan Sandfeld Jensen2022-02-101-2/+2
* 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