summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa/qcocoaintegration.mm
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-251-7/+6
|\
| * Fix QT_NO_ACCESSIBILITY build on OS XLiang Qi2015-09-111-4/+2
| * Harmonize input context selectionBernd Weimer2015-08-251-3/+4
* | Introduce Qt::AA_PluginApplication replacing Qt::AA_MacPluginApplication.Friedemann Kleint2015-09-011-2/+2
|/
* OSX FreeType: Add support for sub pixel font rendering.Sérgio Martins2015-08-141-0/+10
* OSX: Add initial FreeType supportMathias Hasselmann2015-08-111-2/+22
* Cocoa Integration: Support non-native input context pluginsGabriel de Dietrich2015-08-011-2/+6
* Add shared implementation of a NSAutoreleasePool wrapper to qglobalTor Arne Vestbø2015-05-271-4/+3
* Add a means to set the application icon where supportedAndy Shaw2015-04-101-0/+13
* Cocoa: Correct mouse event forwarding for popupsMorten Johan Sørvig2015-03-121-0/+24
* OSX: fix leaks due to missing NSAutoreleasePoolErik Verbruggen2015-02-261-0/+2
* Decide whether to synthesize mouse events on a per device basisAlexander Volkov2015-02-251-2/+0
* Fixed license headersJani Heikkinen2015-02-171-1/+1
* Update copyright headersJani Heikkinen2015-02-111-22/+14
* Add a function for QPA plugins to explicitly destroy QScreensGiulio Camuffo2014-12-231-2/+2
* Cocoa QPA Plugin: Remove code depending depending on OS X 10.6 and olderGabriel de Dietrich2014-10-271-10/+3
* Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-231-2/+6
|\
| * Cocoa: Work around faulty screen list on startupMorten Johan Sørvig2014-08-241-2/+6
* | qpa: Make screen geometry updates (full and available geometry) atomicTor Arne Vestbø2014-09-101-2/+1
* | Revert "Session management for OS X"Olivier Goffart2014-07-131-8/+0
* | Session management for OS XSamuel Gaist2014-07-101-0/+8
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-011-11/+30
|\|
| * Cocoa: Re-implement QCocoaScreen::topLevelAt()Morten Johan Sørvig2014-06-061-11/+30
* | OS X: Fix build with QT_NO_OPENGLSergio Martins2014-06-301-0/+4
* | Support adapting an existing NSOpenGLContext in cocoaLaszlo Agocs2014-06-251-1/+5
* | Merge remote-tracking branch 'origin/stable' into devJ-P Nurmi2014-06-051-12/+5
|\|
| * Cocoa: Remove the NSWindow -> QCococaWindow hash.Morten Johan Sørvig2014-05-261-12/+5
* | OS X: Add support for ApplicationState capabilitySamuel Gaist2014-04-241-2/+1
|/
* Cocoa: Make QScreen::topLevelAt() work correctlyMorten Johan Sørvig2014-04-051-0/+28
* Cocoa: Fix crash when disconnecting an AirDisplay monitor.Dyami Caliri2014-04-031-2/+7
* NSScreen screens may be empty so add the main screen in that caseAndy Shaw2014-03-291-2/+8
* Cocoa: Enable QQuickWidget on Mac OS X.Morten Johan Sørvig2014-03-201-0/+1
* Cocoa: added queryKeyboardModifiers() in platform pluginLiang Qi2014-03-151-0/+5
* Cocoa: remove qmacmime includes where not neededRichard Moe Gustavsen2014-03-061-1/+0
* Cocoa: create QCocoaMimeTypes for Cocoa-only mime-typesRichard Moe Gustavsen2014-03-061-0/+2
* Cocoa: Don't crash at toolbar cleanup time.Morten Johan Sørvig2014-02-261-0/+1
* Cocoa: Add setNSToolbar(QWindow *, NSToolBar *)Morten Johan Sørvig2014-02-101-0/+25
* Cocoa: Establish pattern for accessing globalsMorten Johan Sørvig2014-02-041-8/+20
* Fix static builds on Mac.Morten Johan Sørvig2013-12-181-2/+2
* Remove Q_INIT_RESOURCE_EXTERNTor Arne Vestbø2013-11-051-1/+0
* Fix QScreen::grabWindow for multiple screens on MacAndy Shaw2013-10-071-1/+2
* QPA: Fix semantics of GUI event dispatcher ownership in platform pluginsTor Arne Vestbø2013-09-301-3/+2
* Merge branch 'stable' into devSergio Ahumada2013-09-211-0/+8
|\
| * Keep Cocoa screen list in sync on screen connect.Morten Johan Sørvig2013-09-171-0/+8
* | Revert Mac event loop changes.Morten Johan Sørvig2013-09-021-2/+3
* | Make QGuiApplication::exec() run within NSApplicationMain()Gabriel de Dietrich2013-08-291-3/+2
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-271-1/+1
|\|
| * Fix typo QCocoaAccessibilityFrederik Gladhorn2013-06-231-1/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-05-231-0/+1
|\|
| * Cocoa: Add support for ForeignWindow window typeGabriel de Dietrich2013-05-081-0/+1