summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms
Commit message (Expand)AuthorAgeFilesLines
* Android: Don't crash on 100+ combo box itemsEskil Abrahamsen Blomfeldt2014-01-201-7/+8
* Make xcb QPA plugin link on FreeBSDGabriel de Dietrich2014-01-201-1/+1
* Introduce function for standard button texts to QPlatformTheme.Friedemann Kleint2014-01-187-45/+37
* QNX: Allow creation of parentless child windowsRoger Maclean2014-01-181-3/+12
* QNX: Avoid crashing on exit when have a cover windowRoger Maclean2014-01-171-0/+3
* QNX: Make window groups work reliablyRoger Maclean2014-01-174-13/+50
* eglfs: Move reusable functionality to eglconvenienceLaszlo Agocs2014-01-1718-1531/+91
* Fix BlackBerry10 build on NDKs prior to 10.2.1Wolfgang Bremer2014-01-171-0/+7
* Cocoa Helpers: Add qt_mac_flipRect(const QRect &)Gabriel de Dietrich2014-01-172-0/+7
* Replace win32-g++ with mingw scopeKai Koehne2014-01-172-3/+3
* iOS: Remove unused fileTor Arne Vestbø2014-01-172-72/+0
* QNX: Fixed window positioningBernd Weimer2014-01-172-36/+4
* Support multiple native surfaces on Android.BogDan Vatra2014-01-1759-1119/+1257
* QNX: Fixed some window issuesBernd Weimer2014-01-172-6/+11
* Windows: Remove rarely used integration/theming logging categories.Friedemann Kleint2014-01-157-30/+6
* Windows: Silence warnings about BitBlt() failing.Friedemann Kleint2014-01-151-2/+5
* expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-133-51/+51
* linuxfb: Migrate to QRegularExpressionLaszlo Agocs2014-01-131-15/+17
* Remove unnecessary call to updateHirarchyFabian Bumberger2014-01-131-2/+0
* Fix namespaced build on LinuxDonald Carr2014-01-102-3/+5
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-103-5/+9
|\
| * 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
* | Add new direct2d platform pluginLouai Al-Khanji2014-01-1023-0/+3332
* | Shuffle things around in preparation for Direct2D platform pluginLouai Al-Khanji2014-01-1012-369/+724
* | Use XInput2 scrolling events to enable smoother scrollingAllan Sandfeld Jensen2014-01-094-28/+164
* | QNX: Expand on Virtual Keyboard SupportMike Fenton2014-01-096-175/+169
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2014-01-082-0/+18
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-062-0/+18
| |\|
| | * XCB: Fix pixmap leakUli Schlachter2014-01-051-0/+2
| | * Avoid duplicate emulated mouse events with XInput2Allan Sandfeld Jensen2014-01-031-0/+16
* | | QNX: Add some more properties to a touch pointFabian Bumberger2014-01-071-2/+24
* | | WinRT: Improve event dispatcherAndrew Knight2014-01-072-8/+35
|/ /
* | xcb: Remove useless flushesUli Schlachter2014-01-062-7/+2
* | OSX: support fake fullscreen and etcLiang Qi2014-01-032-4/+40
* | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-01-038-56/+76
|\|
| * 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
* | Extend multimedia keysAllan Sandfeld Jensen2014-01-022-0/+13
* | QNX: Add support for BB10 text highlighting and spell checkingRoger Maclean2013-12-244-54/+176
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-2421-90/+104
|\|
| * 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