summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | Cocoa: Neuter -[QNSView cancelOperation:] for normal windowsGabriel de Dietrich2014-02-101-0/+6
| * | | | Cocoa: Simplify native view access.Morten Johan Sørvig2014-02-084-7/+20
| * | | | Cocoa: Remove duplicate enum.Morten Johan Sørvig2014-02-081-5/+1
| * | | | Cocoa: Option handling.Morten Johan Sørvig2014-02-083-2/+47
| * | | | Cocoa: Handle gracefully closing a window without event dispatcherGabriel de Dietrich2014-02-061-4/+7
| |/ / /
| * | | Cocoa: Add improved cursor updating code path.Morten Johan Sørvig2014-02-062-6/+22
| * | | Cocoa: Allow frameless NSWindow child QWindowsGabriel de Dietrich2014-02-053-48/+331
| * | | QPrinter - Enable changing of Orientation on MacJohn Layt2014-02-051-12/+9
| * | | QPrintEngne - Fix PPK_CreatorJohn Layt2014-02-052-6/+7
| * | | QPrintEngine - Fix PPK_CollateCopiesJohn Layt2014-02-051-7/+9
| * | | QPrintEngine - Fix PPK_DocumentNameJohn Layt2014-02-051-8/+9