summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* macOS: Create NSView as initially hidden, to match QWindow behaviorTor Arne Vestbø2017-08-111-8/+9
* xcb: add support for peeking into the XCB event queueGatis Paeglis2017-08-114-4/+149
* macOS: Remove dead code from Leopard timesTor Arne Vestbø2017-08-101-6/+0
* macOS: Log target view for backingstore flush without quotesTor Arne Vestbø2017-08-101-1/+1
* xcb: re-factor QXcbConnection::printXcbEventGatis Paeglis2017-08-102-55/+74
* xcb: use XInput2 for mouse starting from 2.0 not 2.2Gatis Paeglis2017-08-097-114/+165
* iOS: Fix accessibility leakTor Arne Vestbø2017-08-092-3/+11
* xcb: cleanup leftovers in QXcbScreen::updateGeometryGatis Paeglis2017-08-082-7/+6
* xcb: tidy-up has_<extension> variable handlingGatis Paeglis2017-08-082-8/+9
* Merge remote-tracking branch 'origin/5.9' into devThiago Macieira2017-08-082-37/+48
|\
| * XCB GLX: request OpenGL 4.6 / OpenGL ES 3.2 if possibleGiuseppe D'Angelo2017-08-041-4/+4
* | Filesystem: Use "birth time" to avoid confusion with Unix ctimeThiago Macieira2017-08-051-1/+2
* | Fix Q(Quick)Window on eglfsLaszlo Agocs2017-08-031-6/+3
* | Support all QImage formats in native pixmap conversionEirik Aavitsland2017-08-031-2/+5
* | Change EDID parsing qCWarnings to qCDebugsLaszlo Agocs2017-08-032-3/+3
* | xcb: don't rely on _NET_WORKAREA for available geometry on multi-head systemsGatis Paeglis2017-08-022-1/+26
* | Merge "Merge remote-tracking branch 'origin/5.9' into dev" into refs/staging/devFrederik Gladhorn2017-08-0224-94/+246
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into devOswald Buddenhagen2017-08-0224-94/+246
| |\|
| | * configure: Add a feature to write tests in the .json fileThiago Macieira2017-08-021-9/+47
| | * Fix storing of QDateTime timespec for SqliteJoni Poikelin2017-07-311-1/+28
| | * Fix composition on xcb with misconfigured ibusAllan Sandfeld Jensen2017-07-312-2/+5
| | * winrt: Fix platform theme for non-phone devicesOliver Wolff2017-07-271-5/+32
| | * Use correct DRM event context versionJonathan Liu2017-07-262-2/+2
| | * Fix memory leakJesus Fernandez2017-07-251-0/+1
| | * Fix 32-bit build on macOSJake Petroules2017-07-203-3/+13
| | * Skip EGL surface re-creation when the buffer size is unchangedJames McDonnell2017-07-201-4/+10
| | * xcb: fix freeze when (un)plugging input devicesGatis Paeglis2017-07-192-11/+18
| | * Windows QPA: Fix local position reported for enter eventsFriedemann Kleint2017-07-191-4/+5
| | * Windows Printer: Handle no default printer caseDaniel Teske2017-07-191-1/+3
| | * Windows QPA: Do not call enableNonClientDpiScaling() for embedded windowsFriedemann Kleint2017-07-193-2/+8
| | * Windows QPA: Compare against correct geometry when checking for fullscreenFriedemann Kleint2017-07-191-1/+1
* | | Windows QPA: Store requested geometry before QPlatformWindow::initialGeometry()Friedemann Kleint2017-08-022-7/+10
|/ /
* | eglfs_kms: Use eglCreatePlatformWindowSurfaceKwangsub Kim2017-08-012-19/+49
* | Windows QPA: Fix compilation with MinGW 7.1Friedemann Kleint2017-07-291-0/+1
* | macOS: Modernize QCocoaBackingStore::flush()Tor Arne Vestbø2017-07-295-145/+147
* | macOS: Send expose event with individual rects instead of bounding rectTor Arne Vestbø2017-07-261-3/+11
* | macOS: Send expose event at drawRect and trigger updates via setNeedsDisplayTor Arne Vestbø2017-07-254-116/+80
* | Enable IAccessible2 for MinGWFriedemann Kleint2017-07-256-35/+42
* | xcb: use default member initialization in structGatis Paeglis2017-07-222-4/+1
* | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-07-196-17/+12
|\|
| * Revert "Windows: Fallback to d3d9 when in a VM on VMWare Workstation 12"Andy Shaw2017-07-171-12/+0
| * macOS: Don't assume the proposed fullscreen size matches the screen sizeTor Arne Vestbø2017-07-171-3/+3
| * Add missing #include for -no-widgetsStephan Binner2017-07-141-0/+1
* | macOS: Improve QCocoaWindow logging a bitTor Arne Vestbø2017-07-181-17/+19
* | Windows QPA: Implement QPlatformWindow::initialize()Friedemann Kleint2017-07-185-21/+29
* | xcb: fix build failure when XCB_USE_XINPUT22 is not definedGatis Paeglis2017-07-183-23/+19
* | xcb: allow to change XInput device properties at runtimeGatis Paeglis2017-07-182-146/+175
* | Add QPlatformWindow::initialize() for two-step window creationTor Arne Vestbø2017-07-172-16/+28
* | xcb: fix spelling error in xi2HandleHierarchyEvent()Gatis Paeglis2017-07-172-3/+3
* | macOS: Fix exception when drawing scrollbars with zero-rangeTor Arne Vestbø2017-07-141-1/+2