summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Make QWindow update its screen when moved to a different oneGabriel de Dietrich2013-05-233-1/+26
* Made the X11 eglfs hooks provide mouse input.Samuel Rødal2013-05-232-3/+159
* Cocoa: Make sure main window gets focus after closing modal dialogGabriel de Dietrich2013-05-231-3/+15
* Cocoa: Remove "Incomplete implementation" compilation warningGabriel de Dietrich2013-05-231-1/+1
* A Dialog should not hide when the application is deactivatedShawn Rutledge2013-05-231-1/+3
* Fixed XCB build with -no-openglSamuel Rødal2013-05-221-1/+3
* QNX: Fixed build of QPA pluginBernd Weimer2013-05-221-1/+1
* Ignore mouse enter/leave on non-exposed windowsShawn Rutledge2013-05-221-1/+2
* Fix linuxfb plugin when fb offset is present.Michael Brasser2013-05-201-4/+5
* iOS: fix bug when reporting the screen position of touch eventsRichard Moe Gustavsen2013-05-201-8/+8
* Never show EGLFS mouse cursor in Qt for Android platform pluginEskil Abrahamsen Blomfeldt2013-05-203-8/+11
* Fix ambiguity in shortcut matchingGatis Paeglis2013-05-201-10/+13
* xcb: fallback to gtk cursor themesJørgen Lind2013-05-202-24/+98
* Add QXcbConnectionGrabber classJørgen Lind2013-05-203-2/+30
* Introduce QXcbXSettingsJørgen Lind2013-05-207-2/+372
* Prevent windows from jumping when changing geometry on OS XTor Arne Vestbø2013-05-151-2/+1
* Cocoa: Fix Open GL resolution in high-dpiGabriel de Dietrich2013-05-152-12/+10
* Fix breakage of tst_qquickwindow::grab(invisible)Andy Nichols2013-05-142-12/+9
* Cocoa DND: respect QDropEvent::setDropAction()J-P Nurmi2013-05-131-2/+5
* Fix HTML data transferring through the Clipboard on WindowsGatis Paeglis2013-05-131-10/+9
* QWindowsFontEngine: Fix warnings about GetGlyphOutline() failures.Friedemann Kleint2013-05-131-7/+11
* Ensure the hovered signal is emitted for the action and menu for CocoaAndy Shaw2013-05-131-0/+10
* Restore cursor before sending QDropEventGatis Paeglis2013-05-131-1/+0
* Don't send QMouseEvent events from the QXcbDrag::timerEvent()Gatis Paeglis2013-05-132-21/+1
* Fix transformed raster fonts on WindowsEskil Abrahamsen Blomfeldt2013-05-132-0/+7
* XCB: Handle new enum value in switchThiago Macieira2013-05-131-0/+1
* QNX: Add support for WindowDoesNotAcceptFocus flagAndreas Holzammer2013-05-111-0/+9
* Fix Invalid Drawable error for QGLWidget on MacAndy Nichols2013-05-102-1/+19
* Revert "OSX: obey the Qt::WindowTransparentForInput flag"Gabriel de Dietrich2013-05-081-2/+0
* Cocoa: Add support for ForeignWindow window typeGabriel de Dietrich2013-05-082-2/+10
* iOS: don't send ended touch events to QPARichard Moe Gustavsen2013-05-072-75/+35
* Make access to xkbcommon_workaround.h more genericGatis Paeglis2013-05-075-107/+36
* Use X11 core protocol when xkb not availableGatis Paeglis2013-05-074-20/+236
* Added possibleKeys(QKeyEvent *) to QXcbIntegrationGatis Paeglis2013-05-074-0/+90
* Utilize libxkbcommon API for the keyboard backend on X11Gatis Paeglis2013-05-076-445/+484
* Add xcb-xkb to 3rd party libsGatis Paeglis2013-05-072-1/+3
* Add libxkbcommon to 3rd party libsGatis Paeglis2013-05-073-2/+18
* Re-enable automatic evdev support in EGLFS for Qt on embedded Android.Samuel Rødal2013-05-071-2/+2
* xcb: don't do mouse synthesis from touch unless we find a reasonShawn Rutledge2013-05-075-1/+43
* iOS: Set context and bind FBO before allocating render-buffer storageTor Arne Vestbø2013-05-071-0/+3
* iOS: Don't use -1 as magic value for UIDeviceOrientationFaceUp/DownTor Arne Vestbø2013-04-302-4/+14
* iOS: Don't pretend like our OpenGL context is single-bufferedTor Arne Vestbø2013-04-301-4/+5
* Cocoa: Port QCocoaTheme::fileIconPixmap() to CocoaGabriel de Dietrich2013-04-301-19/+10
* Android: don't crash on exitPaul Olav Tvete2013-04-302-27/+21
* iOS: Simplify context format setupTor Arne Vestbø2013-04-301-9/+5
* don't customize dialog buttons if GTK version is too oldShawn Rutledge2013-04-301-0/+2
* Fix possible segfault when setting up window's transient parentShawn Rutledge2013-04-301-1/+1
* iOS: Don't resize backing store twice in beginPaint()Tor Arne Vestbø2013-04-291-1/+0
* Make sure window is updated on resize eventEskil Abrahamsen Blomfeldt2013-04-291-0/+1
* Android: fix crash on exitPaul Olav Tvete2013-04-261-1/+0