summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Fix native GTK2 dialogs to receive focusJ-P Nurmi2014-10-061-0/+1
* Windows DirectWrite: Fix off-by-one in font descentEskil Abrahamsen Blomfeldt2014-10-061-2/+2
* iOS: Properly scope window deactivation on resignFirstResponderTor Arne Vestbø2014-10-031-1/+2
* Android: Hide vkb when IM disabled for focus objectEskil Abrahamsen Blomfeldt2014-10-031-4/+8
* iOS: Move statusbar visibility handling to QIOSViewControllerTor Arne Vestbø2014-10-027-59/+71
* Windows: Transform regions of window masks correctly.Friedemann Kleint2014-10-021-1/+1
* Warn when loading opengl32sw.dll failsKai Koehne2014-10-021-1/+3
* Android: Don't include Apache code under LGPLv2 licenseEskil Abrahamsen Blomfeldt2014-10-023-14/+66
* Use PopupMenu when possible.BogDan Vatra2014-10-014-25/+49
* Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Gabriel de Dietrich2014-10-016-4/+46
|\
| * Merge remote-tracking branch 'origin/5.3' into 5.4Gabriel de Dietrich2014-09-296-4/+46
| |\
| | * XCB: fix a memory leakGiuseppe D'Angelo2014-09-251-1/+3
| | * Cocoa: Properly remove content view from its superview in setNSWindow()Gabriel de Dietrich2014-09-231-0/+4
| | * XCB: fix a possible array overflow leading to a crashGiuseppe D'Angelo2014-09-221-0/+3
| | * XCB: fix a memory leakGiuseppe D'Angelo2014-09-221-1/+3
| | * OS X: File dialog does not show "Media" section.Timur Pocheptsov2014-09-221-2/+2
| | * OS X: main window doesn't become key.Timur Pocheptsov2014-09-221-0/+29
| | * Make sure we don't delete child QWindows if they have WA_NativeWindow setGabriel de Dietrich2014-09-221-0/+2
* | | kms: Support QOpenGLWidget and QQuickWidgetLaszlo Agocs2014-09-309-17/+99
* | | kms: Support non-64x64 cursorsLaszlo Agocs2014-09-302-8/+25
* | | Doc: Use title case in section1 titlesNico Vertriest2014-09-302-2/+2
* | | xcb: Fix detecting the fullscreen state from _NET_WM_STATE flagsAlexander Volkov2014-09-291-3/+3
* | | Revert "winrt: Remove depth/stencil from the default window format"Andrew Knight2014-09-291-0/+2
* | | cocoa: override new QPlatformMenu::popup() functionRichard Moe Gustavsen2014-09-292-2/+3
* | | xcb: Fix logic for minimized stateAlexander Volkov2014-09-291-0/+4
|/ /
* | Windows: Fix call of ToUnicodeOliver Wolff2014-09-291-7/+8
* | Fix font enumeration, with the same family name, on Windows.Vladimir2014-09-282-4/+68
* | Android: Add function to change the stacking order in the layout.Christian Strømme2014-09-264-0/+44
* | Android: Add findClass() function to the QJNIEnvironmentPrivate class.Christian Strømme2014-09-264-28/+19
* | Android: Improve the foreign-window implementationChristian Strømme2014-09-264-29/+93
* | direct2d: Optimize dashed line drawingAndrew Knight2014-09-261-3/+45
* | direct2d: Fix composition mode supportLouai Al-Khanji2014-09-265-22/+188
* | QIOSInputContext: animate screen from current transformationRichard Moe Gustavsen2014-09-251-1/+2
* | QIOSInputContext: change keyboard rect when focus window changesRichard Moe Gustavsen2014-09-251-0/+1
* | QIOSInputContext: report keyboard rect relative to focus windowRichard Moe Gustavsen2014-09-251-31/+27
* | iOS: don't show popup on call to setVisibleRichard Moe Gustavsen2014-09-252-73/+49
* | iOS: add support for submenusRichard Moe Gustavsen2014-09-252-11/+35
* | iOS: don't show separator in native menusRichard Moe Gustavsen2014-09-252-2/+9
* | Ensure a window with no stays on top flag is not staying on topAndy Shaw2014-09-241-1/+1
* | Update license headers and add new license filesMatti Paaso2014-09-24545-10169/+5809
* | iOS: Don't update screen properties for statusbar frame while rotatingTor Arne Vestbø2014-09-242-0/+27
* | iOS: Reflect changes in statusbar height as QScreen availableGeometryTor Arne Vestbø2014-09-241-0/+36
* | iOS: Fix touch point translation when root view controller is offsetTor Arne Vestbø2014-09-241-13/+16
* | iOS: Simplify QWindow/UIView geometry mappingTor Arne Vestbø2014-09-242-32/+2
* | iOS: Ensure root view controller always matches size of containing windowTor Arne Vestbø2014-09-241-0/+35
* | iOS: Move top level window management out of QIOSScreen to QIOSDesktopManager...Tor Arne Vestbø2014-09-243-34/+38
* | iOS: Calculate screen (available) geometry using [UIView convertRect]Tor Arne Vestbø2014-09-241-10/+3
* | iOS: Update screen properties more consistentlyTor Arne Vestbø2014-09-241-5/+2
* | iOS: Scroll root view when keyboard is visible using sublayerTransformTor Arne Vestbø2014-09-241-7/+28
* | Windows: devicePixelRatio aware QWindowsTheme::standardPixmapAlessandro Portale2014-09-241-4/+10