summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
...
* | QCocoaWindow: fix geometry issue when only minimumSize is setOleg Yadrov2017-03-183-1/+14
* | Include missing errno.hAllan Sandfeld Jensen2017-03-181-0/+2
* | QNSView: Harden logic around platform window accessGabriel de Dietrich2017-03-162-0/+81
* | warn of blacklisted GLX OpenGL renderers and vendorsJeremy Katz2017-03-161-0/+16
* | xcb: send keyboard modifiers with every QTabletEventShawn Rutledge2017-03-141-3/+4
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-1313-31/+50
|\|
| * put load(qt_plugin) at end of project fileOswald Buddenhagen2017-03-061-5/+5
| * Use QT_CONFIG(library) instead of QT_NO_LIBRARYUlf Hermann2017-03-065-14/+18
| * xcb: fix misuse of xcb_send_eventGatis Paeglis2017-03-014-3/+16
| * Fix wrong codec with MySQL plugin in newer versionsJoni Poikelin2017-02-281-4/+8
| * streamline libdl detection and linkingOswald Buddenhagen2017-02-273-5/+3
* | Windows QPA: Better recover from removed screens when fullscreenJocelyn Turcotte2017-03-081-4/+10
* | xcb: stringify enums for tablet qt.qpa.input.events qCDebugShawn Rutledge2017-03-031-4/+18
* | Make "finger touch" not be a tabletAlbert Astals Cid2017-03-031-0/+2
* | Fix build with -no-openglPaul Olav Tvete2017-03-035-8/+17
* | BSD plugins: Replace LGPL21 with LGPL license headerKai Koehne2017-03-037-96/+138
* | GTK3 plugin: Replace LGPL21 with LGPL license headerKai Koehne2017-03-032-29/+41
* | winrt: Fix potential warningMaurice Kalinowski2017-03-031-1/+1
* | winrt: Fix compiler warningMaurice Kalinowski2017-03-031-0/+2
* | Make VNC a proper featurePaul Olav Tvete2017-03-011-1/+1
* | Fix build with -no-feature-cursorPaul Olav Tvete2017-03-015-9/+19
* | Fix build with -no-feature-tableteventPaul Olav Tvete2017-03-011-1/+3
* | Windows QPA: Replace LGP21 with LGPL license headerKai Koehne2017-02-281-14/+20
* | Integrity plugin: Replace LGPL21 with LGPL license headerKai Koehne2017-02-287-98/+140
* | bsdfb plugin: Replace LGPL21 with LGPL license headerKai Koehne2017-02-285-70/+100
* | IOS: Replace LGPL21 with LGPL license headerKai Koehne2017-02-286-84/+120
* | xcb: correct conversion of AbsX/AbsY to tablet width and heightShawn Rutledge2017-02-271-2/+2
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-246-10/+16
|\|
| * Android: Fix OpenGL shader compilation on updated emulatorEskil Abrahamsen Blomfeldt2017-02-231-4/+0
| * fix VNC platform plugin build on big-endian machinesShawn Rutledge2017-02-173-5/+10
| * Respect XDG_CONFIG_HOME when getting ibus socket locationFlorian Bruhin2017-02-171-1/+2
| * macOS: use active window device pixel ratio for drag pixmapOleg Yadrov2017-02-171-0/+4
* | handle TabletMove events during stylus hoverShawn Rutledge2017-02-231-4/+1
* | macOS: Make sure NSResizableWindowMask is set when toggling fullscreenTor Arne Vestbø2017-02-222-14/+30
* | QWindow: Remove "_q_foreignWinId" dynamic propertyTor Arne Vestbø2017-02-2214-38/+76
* | macOS: Retain foreign windowsTor Arne Vestbø2017-02-201-0/+1
* | Make better use of new QStringList::join(QLatin1String) overloadMarc Mutz2017-02-192-3/+3
* | qeglfskmsegldevicescreen.cpp: add errno.h includeDavid Faure2017-02-181-0/+1
* | xcb: support graphics tablets with the "uc-logic" nameDmitry Kazakov2017-02-171-0/+3
* | Merge "Merge remote-tracking branch 'origin/5.8' into 5.9" into refs/staging/5.9Liang Qi2017-02-172-2/+4
|\ \
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-162-2/+4
| |\|
| | * xcb: Allow to disable XInput 2 support by setting QT_XCB_NO_XI2 env varAlexander Volkov2017-02-161-1/+2
| | * Windows QPA: Fix compilation with QT_NO_OPENGLOlivier Goffart2017-02-141-1/+2
* | | Windows QPA: Call QWSI::flushWindowSystemEvents() from WM_PAINT for full upda...v5.9.0-alpha1Friedemann Kleint2017-02-171-2/+3
* | | macOS: Move NSWindow creation properties into createNSWindow()Tor Arne Vestbø2017-02-161-56/+36
* | | Use static initialization for QBasicAtomicsMarc Mutz2017-02-161-1/+1
|/ /
* | Resize the window when the screen's dpi changesOlivier Goffart2017-02-164-3/+24
* | macOS: Rewrite window state handlingTor Arne Vestbø2017-02-166-110/+208
* | Make some atomic counters zero-basedMarc Mutz2017-02-151-2/+2
* | macOS: Don't hide NSWindowZoomButton when window can go into fullscreenTor Arne Vestbø2017-02-151-1/+2