summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms
Commit message (Expand)AuthorAgeFilesLines
* Fix QPlatformWindow::initialGeometry() to not touch large windows.Friedemann Kleint2013-05-281-9/+0
* Cocoa: Use actual modifiers when sending ShortcutOverride eventGabriel de Dietrich2013-05-281-1/+1
* iOS: bugfix function portraitToPrimary()Richard Moe Gustavsen2013-05-281-1/+1
* Fix transparent toplevels on Mac OS X again..Gunnar Sletta2013-05-283-7/+18
* iOS: Use right DPI for all iPad Minis, not just the WiFi versionTor Arne Vestbø2013-05-271-1/+1
* iOS: take orientation into account when reporting touch positionsRichard Moe Gustavsen2013-05-271-3/+6
* Windows: Respect geometry set before native window creationGabriel de Dietrich2013-05-271-4/+8
* iOS: don't activate non-toplevel windowsRichard Moe Gustavsen2013-05-241-1/+1
* QNX: fix buffer creationMatt Hoosier2013-05-241-1/+2
* Fix crash in QCococaWindow::childWindowAt().Friedemann Kleint2013-05-231-9/+5
* QNX: support underlain foreign windowsMatt Hoosier2013-05-232-13/+60
* QNX: Support window translucencyMatt Hoosier2013-05-233-5/+72
* Cocoa: Amend 5d07a4d9448f60 to avoid an assert in QWidget::mapTo()Gabriel de Dietrich2013-05-231-1/+2
* Windows: Fix toplevel window flags for Qt::Dialogs/Qt::Tool.Friedemann Kleint2013-05-231-4/+21
* Improve error message in GL context creation.Friedemann Kleint2013-05-231-2/+6
* QNX: normalize bracesRafael Roquetto2013-05-2310-195/+106
* Process initial expose events immediately.Morten Johan Sørvig2013-05-231-0/+1
* Windows: Pass auto-fixed window flags to shouldShowMaximizeButton().Friedemann Kleint2013-05-231-4/+3
* Suppress "Click to focus" for widget windows.Friedemann Kleint2013-05-231-2/+2
* Observe initial screen for fullscreen windows.Friedemann Kleint2013-05-232-4/+8
* 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