summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms
Commit message (Expand)AuthorAgeFilesLines
* QNX: Prevent rendering when app is minimizedBernd Weimer2013-09-123-1/+20
* Android: Make font size compatible with Qt for iOSPaul Olav Tvete2013-09-123-2/+7
* Windows: Fix/Improve closing of native file dialogs.Friedemann Kleint2013-09-111-11/+65
* iOS: Change main-wrapper logic to not require changing the user's mainTor Arne Vestbø2013-09-115-75/+4
* iOS: Guard against this and self being deleted when using dispatch_asyncTor Arne Vestbø2013-09-112-8/+18
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Sergio Ahumada2013-09-1010-32/+62
|\
| * Merge remote-tracking branch 'origin/stable' into devSergio Ahumada2013-09-0710-32/+62
| |\
| | * the condition for building the x11 offscreen plugin is ... having xlibOswald Buddenhagen2013-09-051-1/+1
| | * Cocoa: Fix NSMenu popup coordinatesGabriel de Dietrich2013-09-041-0/+2
| | * Cocoa: Unregister view from window's notifications onlyGabriel de Dietrich2013-09-042-8/+6
| | * Fix event delivery for apps with native widgets.Morten Johan Sørvig2013-09-041-0/+1
| | * OSX: clicking outside a popup: don't propagate the event elsewhereShawn Rutledge2013-09-041-0/+1
| | * Fix compilation with latest Mingw-w64 headersKai Koehne2013-09-021-0/+6
| | * Windows XP file dialog: Fix appending the selected filter suffix.Friedemann Kleint2013-08-301-2/+2
| | * Merge remote-tracking branch 'origin/release' into stableSergio Ahumada2013-08-284-21/+43
| | |\
| | | * Android: Fix orientation change on Android 4.3Eskil Abrahamsen Blomfeldt2013-08-194-21/+43
* | | | Fix malformed assignment in QKmsScreenLaszlo Agocs2013-09-101-1/+1
* | | | Windows CE : Fix incorrect text rendering on wince with freetype enginedarius2013-09-101-0/+68
* | | | Fix Android Style plugin.BogDan Vatra2013-09-104-4/+84
* | | | Make QFontEngine not derive from QObjectKonstantin Ritt2013-09-104-16/+9
* | | | Fix build on MinGWKonstantin Ritt2013-09-091-1/+3
* | | | Windows: Add command line parameter enabling OS-synthesized mouse events from...Friedemann Kleint2013-09-093-7/+15
* | | | Windows: Use QSharedPointer for the dialog helpers.Friedemann Kleint2013-09-092-30/+39
* | | | Remove qCopy from the Windows platform pluginGiuseppe D'Angelo2013-09-092-4/+7
* | | | Android: Fix unused variable/argument warningsEskil Abrahamsen Blomfeldt2013-09-092-14/+2
* | | | Replace XCB native interface resource map by a lookup function.Friedemann Kleint2013-09-081-43/+23
* | | | Be pedantic with Window's icon indexes.Sérgio Martins2013-09-081-4/+4
|/ / /
* | | Windows: Added support for large icons to QFileIconProvider.Friedemann Kleint2013-09-063-6/+81
* | | Remove qFind usages from the XCB pluginGiuseppe D'Angelo2013-09-062-10/+13
* | | Remove qSort usages from the Cocoa helpersGiuseppe D'Angelo2013-09-061-1/+3
* | | Remove qFill from the Windows platform pluginGiuseppe D'Angelo2013-09-053-9/+15
* | | Change QXcbConnection::atom() to be inline.Friedemann Kleint2013-09-052-6/+1
* | | Fix warning about unused variable.Friedemann Kleint2013-09-051-1/+1
* | | Remove undesired pixel padding of glyphs on windows.Gunnar Sletta2013-09-051-4/+4
* | | Rely solely on alphaMapBoundingBox in QTextureGlyphCacheGunnar Sletta2013-09-052-0/+14
* | | Compile fix in qxcbwindowhjk2013-09-051-1/+1
* | | Enable XSync extension also for KWinMartin Gräßlin2013-09-041-1/+1
* | | eglfs: Check for a valid window handle before attempting to retrieve resources.Robin Burchell2013-09-041-1/+1
* | | Give QWindowsNativeFileDialogEventHandler a virtual destructorThiago Macieira2013-09-031-1/+1
* | | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Sergio Ahumada2013-09-0214-70/+124
|\ \ \
| * | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-2714-70/+124
| |\| |
| | * | Return 1.0 for devicePixelRatio in QCocoaWindow if no valid windowDaiwei Li2013-08-231-1/+6
| | * | Windows: Keep monitors when system is locked.Friedemann Kleint2013-08-232-30/+41
| | * | XCB: Fix race with the event threadUli Schlachter2013-08-231-0/+3
| | * | BB10: Do not send deactivate event twiceRafael Roquetto2013-08-221-0/+2
| | * | Playbook: Fix rendering when thumbnailed/minimizedRafael Roquetto2013-08-221-0/+3
| | * | Cocoa: Fix memory leak in event dispatcherGabriel de Dietrich2013-08-221-0/+1
| | * | Cocoa: Bring back old exposure behavior on Mac OS X 10.6Gabriel de Dietrich2013-08-221-0/+4
| | * | Windows: Handle Qt::ForeignWindow.Friedemann Kleint2013-08-212-1/+15
| | * | Windows: Generate expose events for layered transient children.Friedemann Kleint2013-08-212-6/+29