summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-10-2556-2042/+3131
|\
| * macOS: Fix NSOpenGLContext view association checkTor Arne Vestbø2018-10-231-1/+2
| * Windows/QPA: Fix receiving mouse clicks after double clicks in QQuickWidgetFriedemann Kleint2018-10-222-32/+10
| * wasm: fix wheel scroll logicLorn Potter2018-10-201-2/+5
| * QMacStyle: fix group box for macOS MojaveTimur Pocheptsov2018-10-192-7/+63
| * Fix a regression in qmacstyleTimur Pocheptsov2018-10-191-2/+2
| * QCocoaMenuItem: ignore font hintsTimur Pocheptsov2018-10-192-17/+2
| * macOS: Use correct text background colorMorten Johan Sørvig2018-10-181-2/+3
| * Windows QPA: Fix Drag&Drop from touchscreen/penAndre de la Rocha2018-10-183-10/+145
| * Restore "Do not create instance of QPlatformIntegration for invalid displays"Gatis Paeglis2018-10-183-12/+17
| * Windows QPA: Fix maximizing windows without title barFriedemann Kleint2018-10-181-4/+20
| * Windows QPA: Add helper function to obtain DPI-dependent metrics on Windows 10Friedemann Kleint2018-10-173-3/+55
| * xcb: use 128 as a reference DPI for small screensMathieu Velten2018-10-171-1/+5
| * xcb: cleanup _MOTIF_WM_HINTS handlingGatis Paeglis2018-10-174-139/+18
| * xcb: qxcbconnection_screensGatis Paeglis2018-10-174-382/+426
| * xcb: qxcbconnection_basicGatis Paeglis2018-10-1714-1027/+1317
| * Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-10-1710-11/+43
| |\
| | * Modernize the "mimetype" featureLiang Qi2018-10-125-3/+9
| | * Only use a translucent background if there is support for alphaAndy Shaw2018-10-121-2/+4
| | * Use native visual ID when creating GBM surfaces for KMSPaul Olav Tvete2018-10-123-6/+22
| | * [macOS] Fix position of sheets when using unifiedTitleAndToolBarOnMacAlexandru Croitor2018-10-081-0/+8
| * | QWindowsContext: proper check resolved functionAnton Kudryavtsev2018-10-161-1/+1
| * | xcb: respect QEventLoop::ExcludeUserInputEvents in native event handlersGatis Paeglis2018-10-166-11/+90
| * | xcb: rework connection error handlingGatis Paeglis2018-10-162-9/+19
| * | Windows QPA: Add WM_INPUT to the list of input messages for event filteringFriedemann Kleint2018-10-161-0/+1
| * | xcb: cleanup WM_HINTS handlingGatis Paeglis2018-10-151-23/+13
| * | xcb: utilize thread-safety of QAbstractEventDispatcher::wakeUpGatis Paeglis2018-10-153-14/+22
| * | xcb: call processXcbEvents() on every event loop iterationGatis Paeglis2018-10-157-11/+289
| * | Doc: Move literal code block to a separate fileCristian Maureira-Fredes2018-10-152-12/+54
| * | xcb: localize handling of Qt::AA_Compress* flagsGatis Paeglis2018-10-141-2/+4
| * | xcb: lock-free event processingGatis Paeglis2018-10-1412-359/+589
| * | Revert "XCB: Do not create instance of QPlatformIntegration for invalid displ...Gatis Paeglis2018-10-145-73/+41
| * | qt_mac_createRolePalettes: fix the highlight color for ItemViewPalette roleTimur Pocheptsov2018-10-141-1/+1
| * | qnsview_keys - fix a typoTimur Pocheptsov2018-10-131-1/+1
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-10-135-59/+12
|\| |
| * | WinRT QPA: Fix crash in QWinRTBackingStore::flush()Andre de la Rocha2018-10-121-1/+4
| * | windows: Disable shader disk cache for all Intel GPUsLaszlo Agocs2018-10-121-2/+1
| * | xcb: remove runtime check for xcb_poll_for_queued_eventGatis Paeglis2018-10-123-56/+7
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-10-091-1/+0
|\| |
| * | Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-10-081-1/+0
| |\|
| | * Windows QPA: Fix WM_NCHITTEST not being sent to QAbstractNativeEventFilterFriedemann Kleint2018-10-021-1/+0
* | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-10-0818-50/+131
|\| |
| * | Cleanup in eglfs device integration .pro filesSimon Hausmann2018-10-0511-12/+0
| * | Cocoa integration: fix incorrect keyboard mappingTimur Pocheptsov2018-10-041-4/+6
| * | QCocoaKeyMapper: Properly initialize all members and reset on updateUlf Hermann2018-10-042-12/+10
| * | macOS: Don't call [NSOpenGLContext update] for every frameTor Arne Vestbø2018-10-032-3/+37
| * | macOS: Ensure QFontDialog picks up changes in NSFontPanelTor Arne Vestbø2018-10-031-3/+7
| * | Windows QPA: Fix multiple mouse button presses detectionAndre de la Rocha2018-10-021-16/+42
| * | wasm: use config for natural scroll on safariLorn Potter2018-10-011-0/+29
* | | QCocoaWindow - close the underlying NSWindow before releasing itTimur Pocheptsov2018-10-051-0/+1