summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa/qcocoawindow.mm
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersJani Heikkinen2015-02-111-22/+14
* Cocoa plugin - showMaximized/showMinimized and Qt::FramelessWindowHintTimur Pocheptsov2015-02-041-2/+5
* Cocoa: Guard against recursive event deliveryMorten Johan Sørvig2014-11-051-0/+3
* Cocoa: refactor commit 876a428f.Morten Johan Sørvig2014-11-051-0/+5
* Cocoa: Handle Qt::WA_MacAlwaysShowToolWindowShawn Rutledge2014-10-291-1/+5
* Cocoa QPA Plugin: Remove code depending depending on OS X 10.6 and olderGabriel de Dietrich2014-10-271-92/+34
* Cocoa: Expose on window size change onlyMorten Johan Sørvig2014-10-271-1/+1
* Cocoa: Bring back qt_mac_set_raise_processMorten Johan Sørvig2014-10-241-3/+6
* Don't flush user input events from setVisibleMorten Johan Sørvig2014-10-241-1/+1
* Correct devicePixelRatio for software OpenGLMorten Johan Sørvig2014-10-071-6/+7
* Merge remote-tracking branch 'origin/5.3' into 5.4Gabriel de Dietrich2014-09-291-0/+33
|\
| * Cocoa: Properly remove content view from its superview in setNSWindow()Gabriel de Dietrich2014-09-231-0/+4
| * OS X: main window doesn't become key.Timur Pocheptsov2014-09-221-0/+29
* | Make the expose region local on all platformsLaszlo Agocs2014-08-121-3/+3
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-031-0/+28
|\|
| * Cocoa: Handle Qt::WA_ShowWithoutActivatingMorten Johan Sørvig2014-07-021-0/+11
| * Cocoa: Handle Qt::WindowDoesNotAcceptFocusMorten Johan Sørvig2014-07-021-0/+17
* | OS X: Fix build with QT_NO_OPENGLSergio Martins2014-06-301-0/+8
|/
* Cocoa: clear queued user input events when window is destroyedDyami Caliri2014-06-031-1/+9
* Make QT_MAC_OPENGL_SURFACE_ORDER=-1 work betterMorten Johan Sørvig2014-05-261-2/+13
* Cocoa: Remove the NSWindow -> QCococaWindow hash.Morten Johan Sørvig2014-05-261-5/+0
* Cocoa: Prevent crash on QWindow delete.Morten Johan Sørvig2014-05-261-0/+1
* Trigger repaint of window when toggling unified toolbar on or off.Jake Petroules2014-05-221-0/+3
* Cocoa: Make Qt::Tool windows hide on deactivateMorten Johan Sørvig2014-04-251-1/+2
* Cocoa: Send expose event on screen change.Morten Johan Sørvig2014-04-101-1/+3
* Mac: Implement unified toolbar look for QTabBarMorten Johan Sørvig2014-04-091-0/+6
* Cocoa: Update unified toolbar area on toolbar hideMorten Johan Sørvig2014-04-091-27/+32
* Cocoa: Use private property to enable NSWindow child windowsGabriel de Dietrich2014-04-091-1/+8
* Cocoa: Don't beep on maximize.Morten Johan Sørvig2014-04-051-1/+1
* Cocoa: Make QScreen::topLevelAt() work correctlyMorten Johan Sørvig2014-04-051-0/+5
* Cocoa: Close ToolTips on parent window move.Morten Johan Sørvig2014-04-031-3/+5
* OSX: a window can be de-maximized by resizingShawn Rutledge2014-03-271-0/+8
* OSX: make reported window state consistent with realityShawn Rutledge2014-03-251-5/+21
* Cocoa: Fix geometry for embedded QWindows.Morten Johan Sørvig2014-03-201-0/+16
* Set unified toolbar height accurately.Morten Johan Sørvig2014-03-201-3/+34
* Cococa: Make QMacNativeWidget work again.Morten Johan Sørvig2014-03-201-1/+3
* Cocoa: call SetFrontProcess on raise()Morten Johan Sørvig2014-03-201-0/+3
* Cocoa: Set surface resolution for all GL surfacesMorten Johan Sørvig2014-03-201-1/+1
* Cocoa: Disable the zoom button when appropriateMorten Johan Sørvig2014-03-151-0/+16
* Cocoa: Fix crash when closing window from title barGabriel de Dietrich2014-03-141-0/+14
* Cocoa: Keep child NSWindow alive while it grabs the mouseGabriel de Dietrich2014-03-041-2/+20
* Cocoa: Use helper class for event handling in native windowsGabriel de Dietrich2014-03-041-95/+130
* Cocoa: Fix popup window positioning.Morten Johan Sørvig2014-02-261-3/+3
* Cocoa: Set geometry for foreign views.Morten Johan Sørvig2014-02-261-0/+3
* Cocoa: Prevent "Invalid Drawable" GL warnings.Morten Johan Sørvig2014-02-251-0/+4
* Cocoa: Bring back two-class native window systemGabriel de Dietrich2014-02-121-46/+122
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2014-02-111-10/+7
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-071-10/+7
| |\
| | * Upgrade Window Level for stay on top widget on OS XSamuel Gaist2014-01-311-1/+1
| | * Cocoa: avoid a crash for cursor in QCocoaWindowLiang Qi2014-01-211-1/+5