summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'release' into old/5.0old/5.0Oswald Buddenhagen2013-04-116-11/+20
|\
| * Windows: Fix reported screen metrics.Friedemann Kleint2013-03-262-4/+12
| * qtbase: Fix duplicate symbol errors in static build on MacGabriel de Dietrich2013-03-202-5/+4
| * Windows native file dialogs: Split suffix list correctly.Friedemann Kleint2013-03-201-1/+3
| * Fixed crash when VNCing and trying to use non-present XFixes extension.Mitch Curtis2013-03-151-1/+1
* | Fix duplicated application menu items on Mac OSChris Meyer2013-03-203-4/+10
* | Set StyleMask to NSBorderless if FramelessWindowHint is set.Irfan Omair2013-03-141-1/+1
* | Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Stephen Kelly2013-03-135-10/+71
|\ \
| * | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-03-085-10/+71
| |\|
| | * Cocoa: Pick right rectangle when rendering window maskGabriel de Dietrich2013-03-061-1/+1
| | * Cocoa: Fix shadowless popupsGabriel de Dietrich2013-03-062-0/+14
| | * Cocoa: Improve expose event handling.Morten Johan Sørvig2013-03-065-9/+56
* | | Fix sluggish resizing for opengl windows on X11Shawn Rutledge2013-03-132-4/+8
|/ /
* | Mac: Fix inactive window appearanceGabriel de Dietrich2013-03-061-3/+3
* | Delete the reference of the QNX screen in child windows on deletionFabian Bumberger2013-03-052-2/+10
* | Avoid setting initialNameFilter when mode is DirectoryIrfan Omair2013-03-051-4/+8
* | Windows: Repaint when switching off layered windows by opacity.Friedemann Kleint2013-03-041-0/+2
* | Cocoa: Don't send duplicate mouse move events.Morten Johan Sørvig2013-03-011-1/+0
* | Fix Alt key capture issue with mouseWheelIrfan Omair2013-03-011-0/+2
* | QNX: QQnxCursor implementation.Rafael Roquetto2013-02-286-3/+166
* | Fix automatic hiding/restoring of transient children.Friedemann Kleint2013-02-281-2/+2
* | qcocamenubar: force update after destructorFawzi Mohamed2013-02-281-1/+3
* | Disable maximize button for fixed-size windows.Friedemann Kleint2013-02-271-8/+7
* | Fix warnings about extra tokens after preprocessor directive.Friedemann Kleint2013-02-251-1/+1
* | Cocoa: Make grabWindow work on retina displays.Morten Johan Sørvig2013-02-251-3/+3
* | QNX post an expose event when the window is hiddenFabian Bumberger2013-02-251-3/+3
* | Set correct image format for non-alpha windows.Morten Johan Sørvig2013-02-251-1/+3
* | Transient QWindows centered; default-constructed geometryShawn Rutledge2013-02-243-16/+53
* | Cocoa: Compile with Qt in a namespace.Morten Johan Sørvig2013-02-231-1/+4
* | QCococaWindow: Add NSView hosting support.Morten Johan Sørvig2013-02-235-6/+32
* | Fix OpenGL context creation in the XCB pluginFredrik Höglund2013-02-235-212/+56
* | Cocoa: Add basic support for Qt::SubWindow.Morten Johan Sørvig2013-02-223-2/+55
|/
* Fix for url encoding in QDesktopServices::openUrl().Indrajit Tapadar2013-02-201-1/+1
* Clean up the cached cursors inside the destructor of QCocoaCursorAndy Shaw2013-02-202-0/+5
* Fix the default handling of cursor shape when there is no standard oneAndy Shaw2013-02-201-0/+5
* Fix focus handling of native child widgets in xcb.Gunnar Sletta2013-02-193-2/+25
* QNX: Don't crash with 0 by 0 sized windowsSergio Martins2013-02-191-2/+6
* QNX: Print the buffer size before crashing, for debug purposes.Sergio Martins2013-02-181-0/+1
* Fix the GL_CONTEXT_FLAG_DEBUG_BIT checkFredrik Höglund2013-02-152-2/+10
* Fix globalPos() in scrollwheel events on OSX.Josh Faust2013-02-141-5/+4
* Fix the GL_CONTEXT_PROFILE_MASK checkFredrik Höglund2013-02-132-19/+8
* Fix the GL_CONTEXT_FLAG_FORWARD_COMPATIBLE_BIT checkFredrik Höglund2013-02-132-2/+2
* Check for GLX_ARB_create_context_profile before specifying a profileFredrik Höglund2013-02-131-1/+2
* Don't ignore QSurfaceFormat::Options in the XCB pluginFredrik Höglund2013-02-121-5/+15
* QNX: Fix QInputMethod::keyboardRectangleChanged() signalOleg Shparber2013-02-122-0/+7
* QNX: Fix qFatal() statements.Sergio Martins2013-02-121-5/+5
* Cocoa: Export QImage <-> CGImage conversion funcs.Morten Johan Sørvig2013-02-125-23/+61
* Fix devicePixelRatio getter for embedded QWindows.Morten Johan Sørvig2013-02-111-3/+1
* QNX: Add support for QInputMethod::keyboardRectangle()Oleg Shparber2013-02-085-5/+32
* Cocoa: Make tool window receive mouse events also when its parent is modalGabriel de Dietrich2013-02-081-2/+4