summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* winrt: Refactor backing storeAndrew Knight2014-08-074-326/+82
* Remove specific maemo/meego codepathsAllan Sandfeld Jensen2014-08-0614-745/+16
* Windows: Refactor QWindowsDragCursorWindow().Friedemann Kleint2014-08-061-29/+13
* Make it possible to capture GLXBufferSwapComplete eventsFredrik Höglund2014-08-052-2/+67
* Merge "Merge remote-tracking branch 'origin/5.3' into dev" into refs/staging/devFrederik Gladhorn2014-08-051-1/+1
|\
| * Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-08-041-1/+1
| |\
| | * Merge "Merge remote-tracking branch 'origin/stable' into 5.3" into refs/stagi...Oswald Buddenhagen2014-07-311-1/+1
| | |\
| | | * Merge remote-tracking branch 'origin/stable' into 5.3Oswald Buddenhagen2014-07-301-1/+1
| | | |\
| | | | * XCB: Enable loading of the Qt::DragLinkCursorAlessandro Portale2014-07-101-1/+1
| | * | | cocoa: Fix compiler warnings about unused functions.Sérgio Martins2014-07-311-6/+0
| | |/ /
* | | | winrt: Fix orientation update maskAndrew Knight2014-08-052-14/+5
* | | | winrt: Fix EGL context getProcAddress()Andrew Knight2014-08-052-0/+157
* | | | WinRT: Fix physical size of screenJochen Seemann2014-08-051-1/+11
* | | | winrt: Use physical window resolutionAndrew Knight2014-08-052-42/+36
* | | | Windows: Ensure DPI awareness is set only once.Friedemann Kleint2014-08-051-1/+5
* | | | Implement focus change for Windows Input context.Friedemann Kleint2014-08-042-19/+33
|/ / /
* | | Add QFont strategy to disable subpixel antialiasingAllan Sandfeld Jensen2014-08-032-1/+10
* | | Support multimedia keys on WindowsAllan Sandfeld Jensen2014-08-026-0/+99
* | | Android: Fix exceptions in ExtractStyle.java on Android LBogDan Vatra2014-08-011-2/+60
* | | Avoid calling syncWindow with already destroyed platform windowsLaszlo Agocs2014-08-015-7/+58
* | | Remove pointless debug outputAleix Pol2014-08-011-4/+1
* | | Fix linking of the Direct2D platform plugin with dynamic Open GL.Friedemann Kleint2014-07-311-1/+1
* | | Android: Cleanup androidjnimain.cpp/.h filesBogDan Vatra2014-07-312-54/+44
* | | Android: Fix expose region.BogDan Vatra2014-07-312-3/+3
* | | Android: Release all windows when the application is suspended.BogDan Vatra2014-07-318-22/+83
* | | Android: Really suspend apps that are put in the backgroundBogDan Vatra2014-07-316-7/+266
* | | OS X: correct tablet stylus rotation to range -180..180 degreesShawn Rutledge2014-07-311-1/+3
* | | OS X: add buttons to tablet eventsShawn Rutledge2014-07-311-2/+13
* | | OS X: correct tablet airbrush tangentialPressure to range -1..1Shawn Rutledge2014-07-311-1/+1
* | | Windows plugin: Refactor input context.Friedemann Kleint2014-07-311-18/+7
* | | Allow lower case resource names in native interface on WindowsAndras Becsi2014-07-301-7/+43
* | | Do not show warning on null result in getProcAddressLaszlo Agocs2014-07-292-2/+2
* | | Windows/Direct2D platform plugins: Add Q_DECL_OVERRIDE.Friedemann Kleint2014-07-2918-142/+142
* | | Don't reset the window type on window showAleix Pol2014-07-291-2/+4
* | | Windows: Streamline rawfont-lookup code.Friedemann Kleint2014-07-281-10/+9
* | | add buttons to QTabletEventShawn Rutledge2014-07-283-23/+36
* | | Windows: correct tablet stylus rotation to range -180..180 degreesShawn Rutledge2014-07-281-1/+3
* | | Windows: Use common code paths for default font families.Friedemann Kleint2014-07-263-53/+27
* | | Merge "Merge remote-tracking branch 'origin/5.3' into dev" into refs/staging/devFrederik Gladhorn2014-07-242-14/+17
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-222-14/+17
| |\| |
| | * | Windows: Fix window geometry when transiting from fullscreen to maximized.Friedemann Kleint2014-07-211-1/+4
| | * | Windows: Send QTabletLeaveProximity events.Friedemann Kleint2014-07-171-13/+13
* | | | Add accessible roles for web document, paragraph and sectionFrederik Gladhorn2014-07-233-0/+7
* | | | iOS: Let QScreen manage UIWindow and root view-controllerTor Arne Vestbø2014-07-237-54/+64
|/ / /
* | | Windows: Default to MS Shell Dlg 2Eskil Abrahamsen Blomfeldt2014-07-221-1/+1
* | | iOS: Detect external screen connections and expose as additional QScreenTor Arne Vestbø2014-07-214-24/+87
* | | iOS: Add helper for getting the iOS platform integration instanceTor Arne Vestbø2014-07-216-4/+16
* | | iOS: Fix compilation with Xcode6/iOS8 SDKTor Arne Vestbø2014-07-211-0/+1
* | | iOS: Refactor qioswindow.mm into quiview.mm and quiview_accessibility.mmTor Arne Vestbø2014-07-216-380/+493
* | | windows: Fix ANGLE function resolution in static buildsAndrew Knight2014-07-152-165/+188