summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | QPrinter - Clean up Print Engine Key defaults and testsJohn Layt2014-02-051-10/+78
| * | | Cocoa: Establish pattern for accessing globalsMorten Johan Sørvig2014-02-046-30/+50
| * | | Cocoa: Merge QNSWindow and QNSPanel, inherit NSPanelGabriel de Dietrich2014-01-312-130/+99
| * | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-207-15/+85
| |\ \ \
| * | | | Introduce function for standard button texts to QPlatformTheme.Friedemann Kleint2014-01-184-0/+14
| * | | | Cocoa Helpers: Add qt_mac_flipRect(const QRect &)Gabriel de Dietrich2014-01-172-0/+7
| * | | | expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-131-1/+1
| * | | | OSX: support fake fullscreen and etcLiang Qi2014-01-032-4/+40
| * | | | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-01-031-5/+0
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-2411-65/+69
| |\ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-167-6/+62
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-056-27/+68
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-11-295-13/+27
| |\ \ \ \ \ \ \ \
| * | | | | | | | | cocoa: Use swapInterval from QSurfaceFormatLaszlo Agocs2013-11-291-1/+1
* | | | | | | | | | Mac: Fix file dialog filters when filter doesn't start with '*'Eike Ziller2014-02-181-1/+1
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Delete the children before updating the Cocoa menubarAndy Shaw2014-02-121-0/+4
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Cocoa: fix single punctuation input via CJK input methodLiang Qi2014-02-052-1/+8
* | | | | | | | OSX: FileDialogHelper uses options to remember the selected filterShawn Rutledge2014-02-031-2/+4
* | | | | | | | Upgrade Window Level for stay on top widget on OS XSamuel Gaist2014-01-311-1/+1
* | | | | | | | Cocoa: Silence tablet event warning on 10.6Morten Johan Sørvig2014-01-281-0/+6
* | | | | | | | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-01-271-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Mac Style: Fix non-native menubar item spacingGabriel de Dietrich2014-01-221-0/+1
* | | | | | | | | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-01-223-10/+11
|\| | | | | | | | | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | Cocoa: avoid a crash for cursor in QCocoaWindowLiang Qi2014-01-211-1/+5
| * | | | | | | Revert "Cocoa: fix single punctuation input via CJK input method"Liang Qi2014-01-161-0/+5
| * | | | | | | Cocoa: Popups should not become keyGabriel de Dietrich2014-01-162-9/+1
* | | | | | | | QCocoaTheme: Fix size of pixmap returned by fileIconPixmapEike Ziller2014-01-171-8/+16
|/ / / / / / /
* | | | | | | Cocoa: Add setContentBorderThickness().Morten Johan Sørvig2014-01-116-2/+69
* | | | | | | Don't force create the platform window.Morten Johan Sørvig2014-01-101-5/+0
| |_|_|_|_|/ |/| | | | |