summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-01-2211-17/+61
|\
| * Work around FBO readback bug on Samsung Galaxy Tab 3Eskil Abrahamsen Blomfeldt2014-01-213-7/+9
| * Cocoa: avoid a crash for cursor in QCocoaWindowLiang Qi2014-01-211-1/+5
| * Use non-threaded render loop on Samsung Galaxy Tab 3Eskil Abrahamsen Blomfeldt2014-01-174-1/+29
| * Windows: Do not try to update keymap on WM_IME_CHAR messagesOliver Wolff2014-01-171-2/+2
| * [QNX] Set Window usageAndreas Holzammer2014-01-162-0/+13
| * Revert "Cocoa: fix single punctuation input via CJK input method"Liang Qi2014-01-161-0/+5
| * Cocoa: Popups should not become keyGabriel de Dietrich2014-01-162-9/+1
* | X11: Qt::ActiveWindowFocusReason in QFocusEvent when appropriateShawn Rutledge2014-01-211-3/+3
* | QCocoaTheme: Fix size of pixmap returned by fileIconPixmapEike Ziller2014-01-171-8/+16
* | eglfs: Allow using a different framebuffer deviceLaszlo Agocs2014-01-162-5/+24
* | Saving physical size changes of screen on WindowsCyril Oblikov2014-01-151-0/+2
* | Windows: Use focusWindow() as native dialog parent when 0 is passed.Friedemann Kleint2014-01-141-0/+2
|/
* Cocoa: Add setContentBorderThickness().Morten Johan Sørvig2014-01-116-2/+69
* Fix kms build with -qtnamespaceSérgio Martins2014-01-112-3/+5
* Don't force create the platform window.Morten Johan Sørvig2014-01-101-5/+0
* Fix bug on X11 with WA_TranslucentBackground and native child windows.Gatis Paeglis2014-01-101-1/+5
* Windows: Silence warning in QWindowsFileDialogHelper::selectFile().Friedemann Kleint2014-01-091-2/+2
* iOS: Use in-place string renaming to rename main() instead of ldTor Arne Vestbø2014-01-061-2/+2
* XCB: Fix pixmap leakUli Schlachter2014-01-051-0/+2
* Avoid duplicate emulated mouse events with XInput2Allan Sandfeld Jensen2014-01-031-0/+16
* Cocoa: fix single punctuation input via CJK input methodLiang Qi2014-01-031-5/+0
* Android: Don't show ActionBar at startup.BogDan Vatra2014-01-021-1/+1
* xcb platform: Fix build when both EGL and xcb-Xlib are usedAndrew Knight2013-12-311-2/+6
* Windows platform plugin: Add missing case statementKurt Pattyn2013-12-301-0/+6
* linuxfb: Make mouse cursor behavior match eglfsLaszlo Agocs2013-12-301-0/+4
* fix compile of qt without egl availableChristoph Cullmann2013-12-301-1/+1
* xcb: added env variables to show input devices and eventsShawn Rutledge2013-12-303-45/+56
* XCB: Don't recalculate the DPI if we have a forced DPI settingThiago Macieira2013-12-301-3/+3
* cocoa: avoid sending windowNotification to a non-QNSViewShawn Rutledge2013-12-231-4/+5
* iOS: Fix C++11 buildTor Arne Vestbø2013-12-211-1/+1
* Prevent a crash when there is no accessible interfaceAndy Shaw2013-12-211-1/+4
* Fix warnings about forward declarations (-Wmismatched-tags)Sérgio Martins2013-12-202-3/+3
* Fixed another assert in qwindowskeymapperOliver Wolff2013-12-201-2/+5
* Fix writingSystems determination by code page range bitsKonstantin Ritt2013-12-192-6/+0
* Fix [Linux]/[Linuxfb] screen initialization.Daniel Giurcanu2013-12-182-2/+4
* Fix static builds on Mac.Morten Johan Sørvig2013-12-189-60/+60
* QNX: avoid composition when possibleMatt Hoosier2013-12-161-11/+20
* iOS has native windows but not window managementShawn Rutledge2013-12-161-0/+2
* Correct debug bit setting with WGLLaszlo Agocs2013-12-131-6/+8
* iOS: Fix failing assert in QUIView displayLayer()Tor Arne Vestbø2013-12-111-3/+4
* Windows: Show context menu on mouse release.Friedemann Kleint2013-12-101-0/+2
* Disable the eglfs input handlers by Environment variableDominik Holland2013-12-102-1/+5
* Windows: Fix corner case where frameless windows would cover the taskbar.Sérgio Martins2013-12-091-1/+2
* Revert "Move the glxfbconfig configtest to qpa and rename it to glx"Thiago Macieira2013-12-071-1/+1
* Windows: Don't cover the taskbar when maximizing frameless windowsSérgio Martins2013-12-062-2/+29
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-12-0515-31/+91
|\
| * iOS: move infoPlistValue to qiosglobalRichard Moe Gustavsen2013-12-043-7/+8
| * iOS: don't show statusbar if hidden from Info.plistRichard Moe Gustavsen2013-12-041-0/+3
| * iOS: Handle statusbar changes to child windowsTor Arne Vestbø2013-12-043-6/+6