summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Enable tests to turn off Windows Vista animationsVolker Hilsheimer2022-03-162-7/+24
* Android: guard against potential null pointer accessAssam Boudjelthia2022-03-152-18/+24
* vulkan: Try loading libvulkan.so.1 firstLaszlo Agocs2022-03-142-2/+2
* Revert "QScreen_win: retrieve user friendly monitor name"Morten Johan Sørvig2022-03-141-15/+4
* wasm: Use % instead of vh for canvas dimensionsAleksandr Reviakin2022-03-141-1/+1
* Fix quick file dialog on androidSamuel Mira2022-03-141-0/+2
* Fix deprecated uses of QScopedPointerMårten Nordheim2022-03-101-4/+6
* QNX: Fix compiler warning by adding default return valuePasi Petäjäjärvi2022-03-101-0/+2
* QNX: Fix compiler warnings by using correct format specifiersPasi Petäjäjärvi2022-03-101-4/+4
* eglfs: QNX uses own QPA plugin and not eglfsPasi Petäjäjärvi2022-03-102-14/+0
* QCocoaFileDialogHelper: Always enable symlinks and aliases to directoriesWilliam Jones2022-03-081-1/+6
* 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: set all QScreen's geometry-related parameters togetherIvan Solovev2022-03-045-11/+48
* Android: make sure that orientationChange is reported after resizeIvan Solovev2022-03-043-4/+17
* xdgdesktopportal theme: Implement appearance()Magnus Groß2022-03-042-0/+55
* Windows QPA: fix window style correction for context help buttonYuhang Zhao2022-03-031-3/+8
* Windows QPA: Add some offset to the system menu when appropriateYuhang Zhao2022-03-031-1/+23
* Windows QPA: Add convenient overload to query window frameYuhang Zhao2022-03-032-0/+11
* 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
* xcb: fix a typo for WindowTypesLiang Qi2022-03-021-1/+1
* Android: Fix issue in loading multimedia Android pluginSamuel Mira2022-03-021-13/+2
* xcb: free a randr monitors pointer after usageLiang Qi2022-03-011-0/+1
* Windows QPA: Use less magic numberYuhang Zhao2022-03-011-19/+21
* QMacStyle: fix tool buttons (in checked mode)Timur Pocheptsov2022-02-281-3/+8
* Windows QPA: Calculate window frame for frameless windows the same for all co...Viktor Arvidsson2022-02-252-17/+23
* Windows QPA: More debug enhancementsYuhang Zhao2022-02-251-12/+61
* Windows QPA: Highlight the first entry in the system menuYuhang Zhao2022-02-251-1/+9
* Protect headers against min/max macrosMarc Mutz2022-02-241-1/+1
* Remove unused variable which causes compiler errorPiotr Srebrny2022-02-221-1/+0
* Install 3rdparty headers for static buildsMichal Klocek2022-02-221-84/+2
* Always include qt_windows header firstVolker Hilsheimer2022-02-224-3/+4
* Make Droid Sans Mono available as fixed font for all Android stylesAndreas Buhr2022-02-221-0/+5
* Windows: use QSystemLibrary instead of LoadLibrary directlyAndy Shaw2022-02-182-7/+14
* Fix UI mismatch when QPrinter::setDuplexZhang Hao2022-02-182-3/+9
* 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
* Windows QPA: Fix frameless maximize on secondary screensViktor Arvidsson2022-02-121-13/+11
* 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
* QMacStyle::standardIcon - use the real file nameTimur Pocheptsov2022-02-091-1/+1
* xcb: Show valuator atom names properly in categorized loggingShawn Rutledge2022-02-091-1/+1
* macOS: Use native resize cursors for diagonal resizeViktor Arvidsson2022-02-031-4/+33