summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Windows QPA/Accessibility: Fix Clang warnings about comparing different enums.Friedemann Kleint2016-02-041-6/+6
| * | | Direct2D: Spell out ~QWindowsDirect2DPaintDevice.Friedemann Kleint2016-02-042-0/+6
| * | | egldevice: Add a way to force mode settingLaszlo Agocs2016-02-041-2/+7
| * | | xcb: Take into account the orientation of touch pointsAlexander Volkov2016-02-033-5/+40
| | |/ | |/|
* | | Drop most "#ifndef QT_NO_LIBRARY"Ulf Hermann2016-02-082-21/+15
* | | QWindowsTheme: Provide SHGetStockIconInfo()-related constants on CEFrank Richter2016-02-071-0/+27
* | | Android: Fix crash, don't add null visible menus to pendingContextMenusBogDan Vatra2016-02-041-1/+2
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-0215-182/+82
|\| |
| * | xcb: Ignore Mouse Enter:ungrab, Leave:grab events.Gatis Paeglis2016-02-011-2/+3
| * | Move Cocoa key code helper functions to QtCoreTor Arne Vestbø2016-01-292-140/+0
| * | Windows QPA: Clear maximized state before setting the normal geometry.Friedemann Kleint2016-01-291-0/+28
| * | Windows QPA: Fix drag cursor and hotspot for pixmaps with DPR.Friedemann Kleint2016-01-291-19/+22
| * | Windows QPA: Fix position of the fake touch drag cursor window for HighDPI.Friedemann Kleint2016-01-291-1/+1
| * | QWindowsFontEngine: Get rid of some dead codeKonstantin Ritt2016-01-291-12/+3
| * | Don't use QStringLiteral in comparisonsAnton Kudryavtsev2016-01-284-5/+5
| * | Cocoa: Support high-dpi DnD pixmaps.Morten Johan Sørvig2016-01-261-1/+3
| * | winrt: fix typoMaurice Kalinowski2016-01-261-1/+1
| * | Handle native views visibility properly.BogDan Vatra2016-01-263-1/+16
| |/
* | Windows QPA: Improve handling of windows of type Qt::ForeignWindow.Friedemann Kleint2016-01-308-132/+308
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-264-1/+24
|\|
| * Cocoa: Update QWindow::screen() on expose/show.Morten Johan Sørvig2016-01-221-0/+12
| * Use QFileInfo::exists(f) instead of QFileInfo(f).exists()Tobias Koenig2016-01-211-1/+1
| * eglfs: Detect llvmpipe and show a warningLaszlo Agocs2016-01-212-0/+11
* | xcb: remove compressExposeEvent() from handleMapNotifyEvent()Liang Qi2016-01-261-3/+1
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-2145-611/+1318
|\|
| * Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Jani Heikkinen2016-01-213-2/+17
| |\
| | * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-193-2/+17
| | |\
| | | * xcb: Fallback to Xlib screen when glXGetCurrentDisplay() returns NULLBłażej Szczygieł2016-01-182-6/+11
| | | * Don't pass NULL Display to glXGetClientStringDāvis Mosāns2016-01-112-2/+8
| | | * Fix XI2 smooth scroll with inverted directionMaxim Mikityanskiy2015-12-171-0/+4
| * | | Fix transformed text with DirectWrite engineEskil Abrahamsen Blomfeldt2016-01-191-47/+98
| * | | OS X: Ensure system tray icon is prepared even when menu bar is hiddenTor Arne Vestbø2016-01-191-1/+1
| |/ /
| * | WinCE: Build accessibility support on WinCE7Tobias Koenig2016-01-182-17/+34
| * | Passing parameters to convertLineOffset by pointer instead of referenceFrederik Gladhorn2016-01-181-12/+12
| * | Mirclient: update with upstream changesEirik Aavitsland2016-01-1818-374/+956
| * | Promote backingstore image format to alphaLaszlo Agocs2016-01-172-4/+15
| * | Windows/Direct2D QPA plugins: Fix overrides.Friedemann Kleint2016-01-1411-93/+95
| * | xcb: Don't clear alpha on every repaintBłażej Szczygieł2016-01-141-2/+7
| * | winrt: enable hardware buttons for Windows 10Maurice Kalinowski2016-01-142-37/+64
| * | xcb: Don't duplicate expose eventsBłażej Szczygieł2016-01-132-21/+18
| * | eglfs: Round value returned from pixelDensity()Morten Johan Sørvig2016-01-131-1/+1
* | | eglfs: use QGenericUnixTheme if requestedShawn Rutledge2016-01-182-0/+7
* | | Updated license headersJani Heikkinen2016-01-15540-7443/+10683
* | | QXcbXSettings: don't construct a QByteArray just to append itMarc Mutz2016-01-141-2/+3
* | | QXcbXSettings: replace a QLinkedList with a std::vectorMarc Mutz2016-01-141-19/+16
* | | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2016-01-1214-29/+75
|\| |
| * | iOS: fix crash on iOS 8 due to unsupported selectorRichard Moe Gustavsen2016-01-112-5/+9
| * | winrt: Flush the system event queue when adding/removing windowsMaurice Kalinowski2016-01-111-0/+2
| * | winphone: Properly close the applicationMaurice Kalinowski2016-01-113-0/+22
| * | WinRT: Invoke correct remove handlerMaurice Kalinowski2016-01-111-1/+1