summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Respect the hotspot passed in for the cursorAndy Shaw2015-01-191-3/+5
* Only call ShowWindow() once when going from FullScreen to MaximizedAndy Shaw2015-01-191-11/+9
* Turn off font hinting when we do high DPI scalingPaul Olav Tvete2015-01-164-2/+16
* Fix constantly growing window bug with devicePixelRatioPaul Olav Tvete2015-01-161-6/+10
* Windows: Use DND effect chosen in DragEnter/Move for Drop.Friedemann Kleint2015-01-161-1/+1
* Fix namespacing of QNSViewMouseMoveHelperFrederik Gladhorn2015-01-162-5/+5
* iOS: guard text responder from clearing selectionRichard Moe Gustavsen2015-01-152-0/+12
* Multi-screen DPI support for X11Paul Olav Tvete2015-01-121-2/+8
* X11 devicePixelRatio screen mapping fixPaul Olav Tvete2015-01-124-3/+35
* xcb: build fix when XCB_USE_XLIB is not defined.Tomasz Olszak2015-01-111-0/+8
* Fixes for surface creation/destructionBogDan Vatra2015-01-105-15/+19
* iOS: Prevent recursion when updating/syncing QIOSViewController propertiesTor Arne Vestbø2015-01-091-0/+12
* iOS: Fix QWindow::reportContentOrientationChange on iOS6+Tor Arne Vestbø2015-01-094-17/+116
* iOS: Move implementation details of QIOSViewController to class extensionTor Arne Vestbø2015-01-082-6/+10
* Fix physical DPI and size for rotated screens on X11Paul Olav Tvete2015-01-082-1/+22
* Refactor networkmanager QtBearer backend to use QDBusAbstractInterface.Lorn Potter2015-01-083-510/+186
* Fix use-after-free bugGatis Paeglis2015-01-081-2/+2
* iOS: Raise window level instead of hiding statusbar during VKB scrollTor Arne Vestbø2015-01-072-8/+17
* Prevent buffer overrun when getting the glyph imagesAndy Shaw2015-01-072-2/+16
* Windows: Remove check for minimum/maximum size constraints.Friedemann Kleint2015-01-071-14/+0
* Windows: Release mouse capture when window is blocked by modal window.Friedemann Kleint2015-01-071-0/+2
* iOS: Remove QIOSKeyboardListener self-change assert/guardTor Arne Vestbø2015-01-061-2/+0
* Fix win32-g++ build due to -WerrorSérgio Martins2014-12-261-0/+4
* Revert "OS X: rename special menu items instead of duplicating"Timur Pocheptsov2014-12-222-14/+6
* Remove direct linkage to dbus and qdbusSimon Hausmann2014-12-181-5/+0
* QNX: Handle the case where screen returns a refresh rate of 0.Roger Maclean2014-12-181-1/+2
* xcb: Don't return 0 from QXcbKeyboard::possibleKeysAlexander Volkov2014-12-181-1/+2
* Qt should not print warning unless we have an API miss-usage caseAlex Blasche2014-12-181-4/+4
* Fix PDF when embedding fonts with large internal leadingEskil Abrahamsen Blomfeldt2014-12-181-1/+1
* Windows: Return false from event processing of unhandled multimedia keys.Friedemann Kleint2014-12-181-1/+4
* Fix crash when Android Style is set more than once.BogDan Vatra2014-12-153-7/+18
* Fix xcb backend not grabbing the server as defaultJørgen Lind2014-12-121-1/+1
* Windows: Do not register windows obtained by QWindow::fromWinId() for touch.Friedemann Kleint2014-12-111-1/+2
* Windows: Fix window geometry when using QWindow::fromWinId().Friedemann Kleint2014-12-111-3/+4
* iOS: let keyboard gesture work better with other gesturesRichard Moe Gustavsen2014-12-111-0/+12
* iOS: only clear focus object if it supports IMRichard Moe Gustavsen2014-12-112-4/+9
* iOS: Only scroll to cursor on keyboard hide gesture reset if requestedTor Arne Vestbø2014-12-111-3/+12
* iOS: Don't scroll screen on changes to input item transformTor Arne Vestbø2014-12-112-20/+3
* Handle SelectionClientClose in QXcbClipboardMartin Gräßlin2014-12-101-1/+2
* Windows: Limit cursor cache.Friedemann Kleint2014-12-091-1/+14
* Added support for CTRL key modifier to Android builds.Przemysław Czerpak2014-12-081-22/+21
* qt_mac_loadMenuNib: Prevent stale NIB files by diffing file sizeTor Arne Vestbø2014-12-051-1/+5
* Merge "Merge remote-tracking branch 'origin/5.4.0' into 5.4" into refs/stagin...Simon Hausmann2014-12-052-5/+21
|\
| * Merge remote-tracking branch 'origin/5.4.0' into 5.4Simon Hausmann2014-12-052-5/+21
| |\
| | * winrt: Fix window resizev5.4.0Andrew Knight2014-12-051-4/+6
| | * Android: Fix broken system paletteEskil Abrahamsen Blomfeldt2014-12-031-1/+2
| | * winrt: Fix Windows Store CertificationAndrew Knight2014-12-011-0/+13
* | | Fix QOpenGLWidget/QQuickWidget GUI freezePaul Olav Tvete2014-12-051-5/+10
|/ /
* | Windows: Skip calculating margins for Qt::FramelessWindowHint.Friedemann Kleint2014-12-051-1/+6
* | Windows: Handle WM_WINDOWPOSCHANGING during window creation.Friedemann Kleint2014-12-043-6/+15