summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove deprecated QtAlgorithms calls from the compose inputcontextGiuseppe D'Angelo2013-09-052-2/+6
* 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
| | * QXcbBackingStore: don't crash in flush() if no platformWindowShawn Rutledge2013-08-211-0/+4
| | * Android: Remove EGL_BAD_SURFACE warning on suspensionEskil Abrahamsen Blomfeldt2013-08-211-1/+0
| | * [QNX]Fix transparenciesAndreas Holzammer2013-08-212-31/+16
* | | Revert Mac event loop changes.Morten Johan Sørvig2013-09-0215-396/+357
* | | Cocoa: Fix QFontDialog, QColorDialog auto-testsGabriel de Dietrich2013-08-293-0/+26
* | | Make Qt process native and timer events on Cocoa applicationsGabriel de Dietrich2013-08-291-10/+0
* | | Make QGuiApplication::exec() run within NSApplicationMain()Gabriel de Dietrich2013-08-2912-347/+370
* | | Remove Maliit input context.Robin Burchell2013-08-2812-1438/+1
* | | Android: added ApplicationState capability.Yoann Lopes2013-08-286-0/+44
* | | Enable DWM transparency for OpenGL windows under WindowsGiuseppe D'Angelo2013-08-285-0/+86
|/ /
* | Rename QIOSEventDispatcher to QEventDispatcherCoreFoundationTor Arne Vestbø2013-08-231-2/+2
* | iOS: Determine render buffer resize based on CA layer, not Qt windowTor Arne Vestbø2013-08-231-5/+5
* | Move SnapToDefaultButton from QPlatformDialogHelper to QPlatformThemeAndy Shaw2013-08-233-19/+2
* | Accessibility for AndroidFrederik Gladhorn2013-08-228-1/+458
* | Remove rowColumnExtents from QAccessibleTableCellInterfaceFrederik Gladhorn2013-08-223-12/+6
* | iOS: Activate window on touchesEnded instead of touchesBeganRichard Moe Gustavsen2013-08-221-6/+8
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Thiago Macieira2013-08-2212-97/+201
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-2112-97/+201
| |\|
| | * Windows: Add hit test handling for non-client areas.Friedemann Kleint2013-08-194-2/+51
| | * xcb: Fix TouchPointPressed being sent multiple times.Jocelyn Turcotte2013-08-191-3/+5
| | * Merge branch 'release' into stableSergio Ahumada2013-08-151-2/+1
| | |\
| | | * Fix escaped compose key parsingGatis Paeglis2013-08-141-1/+2
| | | * Avoid a potential crash in unignoredChildrenJan Arve Saether2013-08-091-2/+1