summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* xcb: Fix image scanline paddingLouai Al-Khanji2016-04-151-15/+22
* Multi-screen handling for the eglfs_kms_egldevice backendDominik Holland2016-04-1525-610/+1247
* Cocoa integration - invert 'masked out event' logicTimur Pocheptsov2016-04-131-2/+2
* Make the eglfs and eglfs-viv detection and build work for INTEGRITY.Rolland Dudemaine2016-04-133-2/+18
* Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-04-134-7/+49
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-134-7/+49
| |\
| | * QNSView: Disable focus ringGabriel de Dietrich2016-04-111-0/+1
| | * Fix 2 cursors under EGLFS_KMSElena Zaretskaya2016-04-111-1/+1
| | * By default use native menu barBogDan Vatra2016-04-081-0/+3
| | * winrt: mimic desktop Window's "QKeyEvent::isAutoRepeat" behaviorOliver Wolff2016-04-081-4/+42
| | * winrt: Fix QKeyEvent::isAutoRepeatOliver Wolff2016-04-081-3/+3
* | | Add color font support on WindowsEskil Abrahamsen Blomfeldt2016-04-134-63/+232
|/ /
* | xcb: Optimize non-shm backing store flushingLouai Al-Khanji2016-04-101-21/+88
* | X11: Better support non-32bit visualsLouai Al-Khanji2016-04-0912-129/+165
* | QtBase: use erase and std::remove_if with QList and QVectorAnton Kudryavtsev2016-04-081-8/+7
* | add cross-platform tablet->mouse event synth; enable on AndroidShawn Rutledge2016-04-081-0/+1
* | xcb: replace qt.xcb.glintegration logging category with qt.qpa.glShawn Rutledge2016-04-085-12/+12
* | Reduce verbosity for QT_XCB_GL_INTEGRATION=noneGatis Paeglis2016-04-071-9/+11
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-076-19/+24
|\|
| * Windows QPA: Scale hotspot of custom cursors correctly.Friedemann Kleint2016-04-061-5/+5
| * Direct2D QPA: Fix build with clang-cl.Friedemann Kleint2016-04-061-7/+7
| * Windows QPA: Check QWindowsStaticOpenGLContext in nativeResourceForIntegratio...Friedemann Kleint2016-04-061-2/+4
| * winrt: Change input panel behavior to platform defaultMaurice Kalinowski2016-04-051-1/+1
| * Fix assert with Meta modifierJoni Poikelin2016-04-051-2/+1
| * Windows QPA: Don't send geometry change after window creation for maximized/f...Friedemann Kleint2016-04-051-2/+6
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-048-7/+41
|\|
| * eglfs QPA: Hide the cursor when QT_QPA_EGLFS_HIDECURSOR is setAndy Shaw2016-04-011-0/+6
| * Windows QPA: Scale the cursor rectangle of the input method.Friedemann Kleint2016-03-312-6/+14
| * QFontEngine: Add handle() functionGabriel de Dietrich2016-03-294-0/+12
| * wince: Disable Native Filedialogs for WEC2013Andreas Holzammer2016-03-291-0/+8
| * Windows QPA: Fix regular expression to match CLSIDs in file dialog.Friedemann Kleint2016-03-241-1/+1
* | QXcbBackingStore: Fix scrolling when backed with native X PixmapLouai Al-Khanji2016-03-301-32/+62
* | Cocoa integration - hitTest for Qt::WindowTransparentForInputTimur Pocheptsov2016-03-301-0/+10
* | Remove the traces of the discontinued android-no-sdk platformEirik Aavitsland2016-03-305-11/+11
* | Unify license header usage.Jani Heikkinen2016-03-2957-673/+844
* | Merge remote-tracking branch 'origin/5.6' into 5.7Simon Hausmann2016-03-243-7/+22
|\|
| * minimal QPA plugin: Use fontconfig DB if availableGabriel de Dietrich2016-03-233-7/+22
* | Merge remote-tracking branch 'origin/5.6' into 5.7Simon Hausmann2016-03-236-22/+43
|\|
| * QCocoaMenus: Use mix-in pattern to implement menu hierarchyGabriel de Dietrich2016-03-225-18/+34
| * Android: Fix inputItemRectangle when using EnableHighDpiScalingBogDan Vatra2016-03-211-4/+9
* | Mir: Call QPlatformIntegration::destroyScreen() as recommended.Christian Strømme2016-03-222-7/+11
* | Add INTEGRITY Framebuffer-based plugin as a platform plugin.Rolland Dudemaine2016-03-2210-0/+928
* | Cocoa: Forward masked out mouse events.Morten Johan Sørvig2016-03-212-4/+29
* | Cocoa: Forward rejected key events.Morten Johan Sørvig2016-03-212-6/+47
* | Cocoa: Unify mouse handling logicMorten Johan Sørvig2016-03-212-66/+106
* | Cocoa: Move window logging to qt.qpa.cocoa.windowMorten Johan Sørvig2016-03-216-34/+48
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-2116-137/+204
|\|
| * xcb: Merge _NET_WM_STATE hints instead of overwritingDavid Rosca2016-03-181-8/+24
| * Merge remote-tracking branch 'origin/5.6.0' into 5.6Frederik Gladhorn2016-03-172-5/+5
| |\
| * | QCocoaMenu: Decouple NSMenuItem from NSMenuGabriel de Dietrich2016-03-166-121/+111