summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms
Commit message (Expand)AuthorAgeFilesLines
...
* | 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-24454-8452/+4820
* | 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
* | Change fallback OpenGL library nameLaszlo Agocs2014-09-241-1/+1
* | Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Frederik Gladhorn2014-09-2425-149/+183
|\ \
| * | Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-2325-149/+183
| |\|
| | * Cocoa: Handle insertNewLine selector for when it is sent while composing textAndy Shaw2014-09-192-0/+11
| | * Merge remote-tracking branch 'origin/5.3.2' into 5.3Frederik Gladhorn2014-09-171-10/+16
| | |\
| | | * Android: use FBO readback workaround by default.Yoann Lopes2014-09-031-10/+16
| | * | OSX: emit aboutToShow signal for top-level dock menu.Erik Verbruggen2014-09-161-0/+3
| | * | OS X: Fix positioning of popup menus in case of native NSWindowsEike Ziller2014-09-161-3/+2
| | * | QWindowsWindow: Fixed warning textOliver Wolff2014-09-151-1/+1