summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa
Commit message (Expand)AuthorAgeFilesLines
...
* Set unified toolbar height accurately.Morten Johan Sørvig2014-03-204-4/+77
* Cocoa: Follow-up m_sendUpAsRightButton for DnDMorten Johan Sørvig2014-03-201-2/+2
* 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
* Accessibility Mac: Implement most TextEdit functionsFrederik Gladhorn2014-03-201-21/+68
* Accessibility Mac: Implement setting focusFrederik Gladhorn2014-03-201-2/+8
* Accessibility Mac: Fix TextEditFrederik Gladhorn2014-03-201-0/+94
* Cocoa: Set surface resolution for all GL surfacesMorten Johan Sørvig2014-03-201-1/+1
* Cocoa: Close windows with QWSI::handleCloseEvent()Morten Johan Sørvig2014-03-201-1/+2
* Cocoa: Enable QQuickWidget on Mac OS X.Morten Johan Sørvig2014-03-204-1/+8
* Accessibility Mac: fix role for linksFrederik Gladhorn2014-03-191-1/+1
* Recognize RGBA8888 formats when converting to CGImageAllan Sandfeld Jensen2014-03-172-45/+17
* Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Jani Heikkinen2014-03-173-9/+13
|\
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-03-173-9/+13
| |\
| | * Cocoa Menus: Give platform menu ownership back to QWidgetsGabriel de Dietrich2014-02-263-9/+12
| | * Cocoa Menu: Set keyboard modifiers when item is activatedGabriel de Dietrich2014-02-261-0/+1
* | | QtPrintSupport - Fix QT_NO_PRINTER buildJohn Layt2014-03-172-3/+6
* | | QPrinter - Fix winPageSize() on Mac and LinuxJohn Layt2014-03-171-5/+6
* | | QPrinter - Use QPageSize and QPageLayoutJohn Layt2014-03-171-1/+31
* | | QPrintEngine - Switch Mac to QPageLayoutJohn Layt2014-03-172-177/+56
* | | QPrintEngine - Switch Mac to QPlatformPrintDeviceJohn Layt2014-03-172-215/+93
* | | QPrinterInfo - Switch to QPlatformPrintDeviceJohn Layt2014-03-173-116/+4
* | | QPlatformPrintDevice - Add Mac implementationJohn Layt2014-03-175-1/+670
|/ /
* | Cocoa: added queryKeyboardModifiers() in platform pluginLiang Qi2014-03-154-0/+12
* | Mac: Add support for high-dpi custom pixmap QCursorsKari Pihkala2014-03-151-2/+16
* | Cocoa: Disable the zoom button when appropriateMorten Johan Sørvig2014-03-152-0/+17
* | Cocoa: Get rid of the forward window pointer asapGabriel de Dietrich2014-03-151-3/+5
* | Repaint widgets on screen change.Morten Johan Sørvig2014-03-141-14/+9
* | Cocoa: Fix crash when closing window from title barGabriel de Dietrich2014-03-142-0/+15
* | Cocoa/Platformsupport: move qmacmime from cocoa to platformsupportRichard Moe Gustavsen2014-03-065-936/+2
* | Cocoa: remove old carbon code from qmacmimeRichard Moe Gustavsen2014-03-061-38/+9
* | Cocoa: remove qmacmime includes where not neededRichard Moe Gustavsen2014-03-066-6/+0
* | Cocoa: create QCocoaMimeTypes for Cocoa-only mime-typesRichard Moe Gustavsen2014-03-065-94/+206
* | Cocoa: Keep child NSWindow alive while it grabs the mouseGabriel de Dietrich2014-03-042-2/+24
* | Cocoa: Use helper class for event handling in native windowsGabriel de Dietrich2014-03-042-106/+169
* | Fix some typosSergio Ahumada2014-03-031-1/+1
* | Cocoa: Fix popup window positioning.Morten Johan Sørvig2014-02-263-53/+41
* | Cocoa: Set geometry for foreign views.Morten Johan Sørvig2014-02-261-0/+3
* | Cocoa: Remove tablet event warnings.Morten Johan Sørvig2014-02-261-8/+3
* | Cocoa: Don't crash at toolbar cleanup time.Morten Johan Sørvig2014-02-261-0/+1
* | Cocoa: Prevent "Invalid Drawable" GL warnings.Morten Johan Sørvig2014-02-251-0/+4
* | Cocoa: Clear GL context pointer on deletion.Morten Johan Sørvig2014-02-251-0/+3
* | Cocoa: QImage -> CGImage conversion cleanupMorten Johan Sørvig2014-02-257-113/+42
* | Merge remote-tracking branch 'origin/dev' into stableOswald Buddenhagen2014-02-1921-155/+783
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-171-0/+4
| |\|
| * | Consolidate StandardButton, ButtonRole and related static functionsShawn Rutledge2014-02-151-2/+2
| * | Cocoa: Bring back two-class native window systemGabriel de Dietrich2014-02-123-73/+154
| * | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2014-02-116-13/+30
| |\ \
| | * \ Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-076-13/+30
| | |\ \
| * | | | Cocoa: Add setNSToolbar(QWindow *, NSToolBar *)Morten Johan Sørvig2014-02-106-0/+70