summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa
Commit message (Expand)AuthorAgeFilesLines
* Make QCocoaEventDispatcher inherit from QAbstractEventDispatcherBradley T. Hughes2012-01-032-4/+9
* Add Qt::TimerType argument to QAbstractEventDispatcher::registerTimer()Bradley T. Hughes2012-01-022-3/+5
* Accessibility: childAt returns interfaceFrederik Gladhorn2011-12-192-32/+15
* Enable option to see filename extension in Mac save dialogChris Meyer2011-12-191-0/+1
* Add check to make sure qApp exists before usingChris Meyer2011-12-191-1/+1
* Cocoa: Accept mouse clicks that activates windows.Morten Johan Sorvig2011-12-161-0/+5
* Cocoa: Update geometry on window move.Morten Johan Sorvig2011-12-153-7/+9
* Cocoa: Don't set window size in propagateSizeHintsMorten Johan Sorvig2011-12-151-7/+1
* Cocoa: Add version check for convertRectToScreen.Morten Johan Sorvig2011-12-151-7/+12
* Make QCocoaWindow independent of NSWindow.Morten Sorvig2011-12-145-16/+68
* Cocoa: Add window debug outputMorten Johan Sorvig2011-12-142-0/+16
* QPlatformDialogHelpers: Reduce dependency on QDialog.Friedemann Kleint2011-12-142-90/+71
* Cocoa: Use new 10.7 mouse wheel API.Morten Johan Sorvig2011-12-141-3/+14
* Cocoa: Add autorelease pools.Morten Johan Sørvig2011-12-123-0/+9
* Store the primary status in the touch point flags.Laszlo Agocs2011-12-121-1/+2
* Remove event type parameter from handleTouchEvent.Laszlo Agocs2011-12-091-4/+4
* Correctly reimplement QPlatformCursor::pos() in QCocoaCursorBradley T. Hughes2011-12-092-2/+2
* Extend touch events.Laszlo Agocs2011-12-091-4/+12
* Cocoa: remove autoreleasepool in QCocoaIntegrationMorten Johan Sorvig2011-12-082-4/+0
* Cocoa: Handle accessible interface children.Morten Johan Sorvig2011-12-021-2/+27
* Fix image format use in cocoa pluginGunnar Sletta2011-12-012-2/+2
* Mac Core Text font database for QPAJiang Jiang2011-11-302-5/+3
* Include qglobal.h first in qnsview.mm compilation unit.Zeno Albisser2011-11-302-0/+4
* Fixed Qtbase OSX specific namespace compilation.Toby Tomkins2011-11-295-2/+18
* Introduce QWindowSystemInterface::handleSynchronousCloseEventGunnar Sletta2011-11-251-1/+1
* Make cocoa opengl backend threadsafe.Gunnar Sletta2011-11-252-9/+1
* Factor out QPlatformTheme from QPlatformPlugin.Friedemann Kleint2011-11-116-35/+171
* QPlatformDialogHelper: Split class hierarchy, decouple from DialogFriedemann Kleint2011-11-112-54/+48
* Compile.Morten Sorvig2011-11-102-2/+7
* Cocoa: Implement mouse and keyboard grab.Morten Sorvig2011-11-092-3/+53
* Cocoa cursor support: Add QCocoaCursor.Morten Sorvig2011-11-085-1/+375
* Silence warning from clang: semicolon before method body is ignoredBradley T. Hughes2011-11-021-5/+5
* Replace implicit QAtomic* casts with explicit load()/store()Bradley T. Hughes2011-10-271-2/+3
* Native file dialog support for MacMorten Sorvig2011-10-275-0/+878
* Cocoa: Set correct child window geometry.Morten Sorvig2011-10-274-31/+14
* Cocoa: Implement propagateSizeHints.Morten Sorvig2011-10-274-0/+28
* Remove "duplicate objective-c class" warning.Morten Sorvig2011-10-231-0/+5
* Cocoa: clean up compiler warnings.Morten Sorvig2011-10-237-35/+19
* Move a11y inspector from tools to util.Morten Sorvig2011-10-201-1/+1
* Cocoa: Add initial accessibility implementation.Morten Sorvig2011-10-198-4/+599
* Accessibility plugin for mac and xcb.Frederik Gladhorn2011-10-142-0/+11
* Cocoa: Update QPlatformWindow geometry on moveMorten Sorvig2011-10-131-0/+1
* Use freetype font engine on WindowsOlli Werwolff2011-10-101-2/+2
* Compile on 10.6Morten Sorvig2011-10-061-2/+8
* Improved logical and physical DPI APIs.Samuel Rødal2011-10-062-3/+3
* Cocoa: Fix a variable shadowing issue that caused a crash on macZeno Albisser2011-10-041-3/+4
* Cocoa: Add env variable for disabling foreground.Morten Sorvig2011-10-041-12/+14
* Cocoa: Send proper mouse coordinates.Morten Sorvig2011-10-031-8/+29
* Cocoa: Fix spelling errors in comments.Morten Sorvig2011-10-035-9/+9
* Cocoa: Fix window resizingMorten Sorvig2011-10-031-0/+1