summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * 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
* | 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
|\|
| * Cocoa: fix single punctuation input via CJK input methodLiang Qi2014-01-031-5/+0
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-2411-65/+69
|\|
| * cocoa: avoid sending windowNotification to a non-QNSViewShawn Rutledge2013-12-231-4/+5
| * Prevent a crash when there is no accessible interfaceAndy Shaw2013-12-211-1/+4
| * Fix static builds on Mac.Morten Johan Sørvig2013-12-189-60/+60
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-167-6/+62
|\|
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-12-057-6/+62
| |\
| | * Revert "Cocoa (OpenGL): If no view is attached, makeCurrent() should return f...Morten Johan Sørvig2013-12-041-2/+0
| | * Improve expose event handling.Morten Johan Sørvig2013-12-043-4/+48
| | * Cocoa: Mouse enter events on window activation.Christoph Schleifenbaum2013-12-033-0/+14
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-056-27/+68
|\| |
| * | Clear QCocoaGLContext's m_currentWindow when window is hidden.Gunnar Sletta2013-12-053-0/+14
| * | Use case insensitive comparison when checking platform plugin keys.Friedemann Kleint2013-12-031-2/+1
| * | Respect the custom paper size settings on MacAndy Shaw2013-12-032-25/+53
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-11-295-13/+27
|\| |
| * | Cocoa: avoid a crash in QCocoaDragLiang Qi2013-11-292-1/+8
| * | Allow resetting Qt::WindowFullscreenButtonHintZeno Albisser2013-11-271-10/+14
| * | QCocoaFileDialogHelper: Cache directory until delegate has been createdGabriel de Dietrich2013-11-272-2/+5
* | | cocoa: Use swapInterval from QSurfaceFormatLaszlo Agocs2013-11-291-1/+1
|/ /
* | Fix compiler warnings.Erik Verbruggen2013-11-261-3/+4
* | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-11-262-2/+5
|\|
| * Handle the Qt::FramelessWindowHint correctly in CocoaAndy Shaw2013-11-211-2/+4
| * Fix crash regression for ApplicationWindow on MacJens Bache-Wiig2013-11-211-0/+1
* | Remove empty QAccessible2 headerFrederik Gladhorn2013-11-203-5/+3
* | Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2013-11-204-9/+146
|\|
| * Fix the window flags for Cocoa windowsAndy Shaw2013-11-161-7/+5
| * Fix compiler warning for cast from int to id.Erik Verbruggen2013-11-151-2/+2
| * Remove stray debug outputLars Knoll2013-11-151-1/+0
| * Update QSurfaceFormat when creating a GL context in the cocoa qpaSean Harmer2013-11-142-0/+140
* | Keep the dockwidget with the mouse when moving to another screenAndy Shaw2013-11-201-1/+11
|/
* Cocoa File Dialog: Remove sandbox-ufriendly file system watcherGabriel de Dietrich2013-11-081-44/+49
* Cocoa: fix a crash in QCocoaFileDialogHelperLiang Qi2013-11-081-1/+1