summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa
Commit message (Expand)AuthorAgeFilesLines
* Update license headers and add new license filesMatti Paaso2014-09-2442-797/+461
* Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Frederik Gladhorn2014-09-247-19/+52
|\
| * Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-237-19/+52
| |\
| | * Cocoa: Handle insertNewLine selector for when it is sent while composing textAndy Shaw2014-09-192-0/+11
| | * OSX: emit aboutToShow signal for top-level dock menu.Erik Verbruggen2014-09-161-0/+3
| | * OS X: Fix positioning of popup menus in case of native NSWindowsEike Ziller2014-09-161-3/+2
| | * cocoa: fix namespace manging for QNSViewTim Blechmann2014-09-152-2/+6
| | * cocoa: don't override NSApplication-sendEvent if configured as AA_MacPluginAp...Tim Blechmann2014-09-151-0/+10
| | * Cocoa: Work around faulty screen list on startupMorten Johan Sørvig2014-08-241-2/+6
| | * OSX MenuRole detection: remove ampersand before looking for keywordsShawn Rutledge2014-08-121-12/+14
* | | Accessibility OS X: Fix image roleFrederik Gladhorn2014-09-231-0/+1
|/ /
* | Respect the PM_SmallIconSize setting for icons in a menu on OS XAndy Shaw2014-09-202-2/+10
* | OS X: Add scan code mappings for Escape, Return and function keys.Dyami Caliri2014-09-171-16/+26
* | qpa: Make screen geometry updates (full and available geometry) atomicTor Arne Vestbø2014-09-101-2/+1
* | OS X QColorDialog: emit reject() when closed by the titlebar buttonShawn Rutledge2014-08-251-0/+19
* | OS X: Fix pan gestures.Morten Johan Sørvig2014-08-251-4/+11
* | standardize QPA input event logging category hierarchyShawn Rutledge2014-08-241-20/+15
* | Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Giuseppe D'Angelo2014-08-193-45/+7
|\ \
| * | Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-08-123-45/+7
| |\|
| | * Font Database: Add support for private, system UI font familiesGabriel de Dietrich2014-08-113-45/+7
| | * cocoa: Fix compiler warnings about unused functions.Sérgio Martins2014-07-311-6/+0
* | | Handle 10-bit per color formats in qt_mac_toCGImageAllan Sandfeld Jensen2014-08-161-5/+6
* | | Add accessible rolesFrederik Gladhorn2014-08-131-0/+6
|/ /
* | Make the expose region local on all platformsLaszlo Agocs2014-08-121-3/+3
* | OS X: Remove mnemonics in parenthesesTakumi Asaki2014-08-084-24/+18
* | Add QFont strategy to disable subpixel antialiasingAllan Sandfeld Jensen2014-08-031-0/+7
* | OS X: correct tablet stylus rotation to range -180..180 degreesShawn Rutledge2014-07-311-1/+3
* | OS X: add buttons to tablet eventsShawn Rutledge2014-07-311-2/+13
* | OS X: correct tablet airbrush tangentialPressure to range -1..1Shawn Rutledge2014-07-311-1/+1
* | Add accessible roles for web document, paragraph and sectionFrederik Gladhorn2014-07-231-0/+3
* | Revert "Session management for OS X"Olivier Goffart2014-07-136-186/+16
* | Session management for OS XSamuel Gaist2014-07-106-16/+186
* | QAccessible::PushButton is deprecated in favor of just ButtonFrederik Gladhorn2014-07-101-1/+1
* | Accessibility: Improve handling current valueFrederik Gladhorn2014-07-071-1/+1
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-038-23/+69
|\|
| * Cocoa: Handle Qt::WA_ShowWithoutActivatingMorten Johan Sørvig2014-07-022-0/+12
| * Cocoa: Handle Qt::WindowDoesNotAcceptFocusMorten Johan Sørvig2014-07-023-1/+19
| * Cocoa: Fix Qt-in-namespace build.Tim Blechmann2014-07-023-11/+23
| * Cocoa: Separate framestrut and normal button stateMorten Johan Sørvig2014-07-022-7/+10
| * OS X: when opening a URL via QFileOpenEvent, pass as QUrlShawn Rutledge2014-07-021-1/+1
| * Empty icons and Cocoa menu items.Timur Pocheptsov2014-07-021-3/+4
* | Accessibility OS X: Publish synthetic increase and decrease actionsJan Arve Saether2014-07-011-24/+18
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-015-25/+108
|\|
| * Cocoa: Do mouse move and cursor update handling separate from viewEike Ziller2014-06-242-12/+66
| * Cocoa: cleanup modal sessions for dialogs not run with .exec()Dyami Caliri2014-06-231-0/+3
| * Cocoa: fix Option + any key in key eventLiang Qi2014-06-211-1/+1
| * Cocoa: Don't send duplicate close events.Morten Johan Sørvig2014-06-101-1/+8
| * Cocoa: Re-implement QCocoaScreen::topLevelAt()Morten Johan Sørvig2014-06-061-11/+30
* | OS X: Fix build with QT_NO_OPENGLSergio Martins2014-06-3011-6/+58
* | Support adapting an existing NSOpenGLContext in cocoaLaszlo Agocs2014-06-253-3/+37