summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-149-127/+137
|\|
| * Android: Simplify the jni code in QtAndroidClipboardChristian Strømme2014-07-143-60/+12
| * Android: Simplify the jni code in QAndroidPlatformServicesChristian Strømme2014-07-142-19/+6
| * xcb: QTabletEvents and proximity events correctly identify the toolShawn Rutledge2014-07-112-45/+115
| * Android: Prefer "Droid Serif" as default serif fontEskil Abrahamsen Blomfeldt2014-07-101-0/+2
| * Android: enable FBO readback workaround for more devices.Yoann Lopes2014-07-101-3/+2
* | Revert "Session management for OS X"Olivier Goffart2014-07-136-186/+16
* | Android: New bearer pluginChristian Strømme2014-07-1015-0/+1277
* | Session management for OS XSamuel Gaist2014-07-106-16/+186
* | winrt: Clean up platform message dialog helperAndrew Knight2014-07-105-221/+259
* | winrt: Introduce theme paletteAndrew Knight2014-07-102-0/+77
* | winrt: Clean up platform themeAndrew Knight2014-07-105-117/+151
* | QAccessible::PushButton is deprecated in favor of just ButtonFrederik Gladhorn2014-07-101-1/+1
* | Add support for querying "eglconfig" through the xcb native interfaceAndras Becsi2014-07-102-0/+18
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-101-4/+4
|\|
| * Android: [REG] Fix QScreen::physicalSize()Eskil Abrahamsen Blomfeldt2014-07-081-4/+4
* | Add convenience function for checking screen changes to QPlatformWindow.Friedemann Kleint2014-07-072-33/+7
* | Add support for querying "glxconfig" from native interfaceAndras Becsi2014-07-074-0/+25