summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * Don't release the printer after using it to change a propertyAndy Shaw2013-08-081-4/+1
| | | | * Fix handling of non-latin1 shortcutsGatis Paeglis2013-07-312-22/+51
| | | | * Windows: Clear window under mouse in destruction of platform window.Friedemann Kleint2013-07-304-1/+11
| | * | | Return EGLNativeWindowType instead of window number in winId()Alexey Chernov2013-08-092-5/+2
| | |/ /
| | * | [Mac] Fix modifier reporting issue in the key eventsGatis Paeglis2013-08-081-1/+1
| | * | OSX: do not force a plain window to be on the same level as its parentShawn Rutledge2013-08-021-5/+7
| | * | Fix stuck modifier issue in the non-xcb_xkb code pathGatis Paeglis2013-08-021-19/+24
| | * | Fix build with QT_NO_CURSOR.Sérgio Martins2013-07-311-17/+19
| | * | Don't run this code on WinCE, the variable will be unused.Sérgio Martins2013-07-311-1/+1
| | * | eglfs: allow egl native window to be zeroSamuli Piippo2013-07-312-4/+7
| | * | eglfs: Fix updates when resizing backing storeEskil Abrahamsen Blomfeldt2013-07-311-1/+3
| | * | xcb: mouse wheel does not focus a windowShawn Rutledge2013-07-311-2/+3
| | * | Cocoa: Make sure that resizeEvent is invoked after calling resizeNils Jeisecke2013-07-301-2/+5
| | * | Add workaround for GL on Android emulatorEskil Abrahamsen Blomfeldt2013-07-292-0/+16
| | * | Build offscreen plugin only if freetype is available on Windows.Friedemann Kleint2013-07-291-1/+3
| | * | EGLFS and MinimalEGL windows are not marked as OpenGL surfacesAllan Sandfeld Jensen2013-07-264-5/+2
| | * | xcb: Fix minor leaks in XSettings codeUli Schlachter2013-07-251-1/+3
| | * | Windows: Mark window margins as dirty when the theme changes.Friedemann Kleint2013-07-241-1/+6
| | |/
* | | XCB: Ignore _NET_WM_PING on the root windowUli Schlachter2013-08-161-0/+3
* | | Add Wacom tablet support for CocoaRyohei Ikegami2013-08-162-0/+162
* | | Replace QWheelEvent::Phase with revised Qt::ScrollPhaseJ-P Nurmi2013-08-151-4/+4
* | | Change QNSView convertFromEvent: arguemnts to QPointFRyohei Ikegami2013-08-151-10/+14
|/ /
* | Implement support for global whatsthis on WindowsSimon Hausmann2013-08-133-2/+14
* | iOS: Set PLUGIN_CLASS_NAME for platform pluginTor Arne Vestbø2013-08-131-0/+1
* | Cocoa: support QWheelEvent::PhaseJ-P Nurmi2013-08-091-1/+17
* | Pass Xcb errors through the native event filterMartin Gräßlin2013-08-081-0/+5
* | QNX: Enable rendering on different displays using OpenGLFabian Bumberger2013-08-086-148/+180
* | Export getTimestamp to the native interfaceMartin Gräßlin2013-08-072-1/+12
* | eglfs: Implement nativeResourceForWindowJan Arne Petersen2013-08-062-0/+15
* | eglfs: Implement nativeResourceFunctionForContextJan Arne Petersen2013-08-062-0/+24
* | Added automatic input device discovery to kms plugin.Samuel Rødal2013-08-061-0/+12
* | Made EGLFS handle multiple surfaces with more grace.Samuel Rødal2013-08-064-1/+47
* | Find primary GPU onlyPier Luigi Fiorini2013-08-061-1/+1
* | Cocoa: emit currentFontChanged signal in font dialog helperLiang Qi2013-07-311-1/+4
* | Android: Fix crash when setting WA_NativeWindowEskil Abrahamsen Blomfeldt2013-07-311-0/+1
* | Cocoa: align font dialog helper with the color oneLiang Qi2013-07-312-121/+142
* | Move the X11 system tray code from widgets into XCB-plugin.Friedemann Kleint2013-07-309-3/+350
* | XCB: Readd support for -name command line argument.Friedemann Kleint2013-07-252-0/+7
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Sergio Ahumada2013-07-2411-26/+97
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-07-2311-26/+97
| |\|
| | * xcb: Don't use Xlib's XBell() functionUli Schlachter2013-07-221-6/+3
| | * Prevent activation of windows with Qt::WindowDoesNotAcceptFocus.Friedemann Kleint2013-07-221-1/+2
| | * XCB: Set WM_CLASS.Friedemann Kleint2013-07-185-0/+57
| | * Better errorhandling for the fontengine on WINCE.Bjoern Breitmeyer2013-07-181-5/+4
| | * QNX: Handle Qt::WindowDoesNotAcceptFocus correctly.Friedemann Kleint2013-07-171-1/+1
| | * OSX: Disable window restoration for the Mac font panelLiang Qi2013-07-171-0/+5
| | * Windows: Synthesize expose event for shrinking windows.Friedemann Kleint2013-07-152-13/+25
* | | Bump QPA-API-version.Friedemann Kleint2013-07-2314-14/+14
|/ /
* | xcb: touchpad supportShawn Rutledge2013-07-223-30/+110
* | added maximumTouchPoints to QTouchDeviceShawn Rutledge2013-07-221-2/+3