summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa
Commit message (Expand)AuthorAgeFilesLines
...
* Cocoa: reimplement QPlatformBackingStore::scroll()Bradley T. Hughes2012-03-262-0/+13
* Cocoa: send key events for modifier keysBradley T. Hughes2012-03-261-0/+37
* Cocoa: keep a NSWindow pointer in QCocoaWindowBradley T. Hughes2012-03-261-1/+1
* Fix qtnamespace compile break on Mac.Sarah Smith2012-03-266-6/+18
* Check if Qt::ImEnabled is true before handling im events on MacTasuku Suzuki2012-03-233-17/+60
* Cocoa: Add window fullscreen button on OS X Lion.Morten Johan Sorvig2012-03-231-0/+9
* Cocoa: fix setting color with alpha channel value for color dialogTeemu Katajisto2012-03-221-0/+5
* Cocoa: improve mouse button tracking warningsBradley T. Hughes2012-03-211-5/+5
* Cocoa: Improve window activation handling.Morten Johan Sorvig2012-03-213-5/+15
* Cocoa: Implement screen availableGeometry.Morten Johan Sorvig2012-03-212-2/+8
* Cocoa: fix inactive palette text colorBradley T. Hughes2012-03-211-9/+10
* Cocoa: Panels can become key windows too.Morten Johan Sorvig2012-03-201-1/+7
* Cocoa: set font engine glyph format based on display typeBradley T. Hughes2012-03-202-4/+4
* Cocoa: Implement support for child windows.Morten Johan Sorvig2012-03-202-21/+69
* Cocoa: Send keyboard modifiers with wheel events.Morten Johan Sorvig2012-03-192-1/+26
* Cocoa: Fix function key handlingBradley T. Hughes2012-03-181-7/+11
* Fix shortcut handling in the Cocoa pluginBradley T. Hughes2012-03-181-25/+26
* QCocoaClipboard: Make QClipboard::clear() clear.Morten Johan Sorvig2012-03-171-0/+4
* Cocoa: Fix menu item activation.Morten Johan Sorvig2012-03-161-1/+1
* Implement cocoa clipboard support.Morten Johan Sorvig2012-03-158-113/+194
* Add method to get NSPrintInfo* from QPrintEngine in Cocoa pluginBradley T. Hughes2012-03-153-0/+16
* Don't keep PMPrint* state separate from NSPrintInfoBradley T. Hughes2012-03-152-49/+43
* Add a QPlatformPrinterSupportPlugin for CocoaBradley T. Hughes2012-03-155-0/+200
* Port QMacPrintEngine and QCoreGraphicsPaintEngine from Qt 4 to Qt 5Bradley T. Hughes2012-03-158-2/+3078
* Refactor theme plugin loading.Friedemann Kleint2012-03-154-4/+17
* Cocoa: Improve basic window handling.Morten Johan Sorvig2012-03-145-186/+183
* Cocoa platform plugin: Add support for up to 16 mouse buttonsRick Stockton2012-03-131-2/+94
* Input method on MacTasuku Suzuki2012-03-1210-5/+457
* Cocoa: Fix accessiiblityPerformActionMorten Johan Sorvig2012-03-121-2/+1
* QCursor: Associate cursor with screen.Friedemann Kleint2012-03-074-4/+4
* Cocoa: Implement Drag-and-Drop.Friedemann Kleint2012-03-0714-39/+2094
* Add fonts to QPlatformTheme.Friedemann Kleint2012-03-074-0/+51
* Compile with -qtnamespaceSarah Smith2012-03-071-1/+4
* Cocoa: Implement widget palettes.Morten Johan Sorvig2012-03-064-5/+94
* QWindow: fix crash on MacTasuku Suzuki2012-03-061-1/+1
* Fix QApplication autotest crash when running on multiple screensMiikka Heikkinen2012-03-022-0/+7
* Cocoa: Implement QPlatformTheme:palette()Morten Johan Sorvig2012-03-015-1/+220
* Remove Mac qDebug ifdefs.Morten Johan Sorvig2012-02-291-11/+0
* Fix a double-release when loading NIB filesJamie Kirkpatrick2012-02-291-1/+0
* Implement isSharing() and isValid() methods for QCocoaGLContextTeemu Katajisto2012-02-252-3/+22
* QWheelEvent high-resolution delta support.Morten Johan Sorvig2012-02-241-23/+25
* Add further theme hints to QPlatformTheme.Friedemann Kleint2012-02-221-5/+8
* Remove QPlatformIntegration/QPlatformTheme from QGuiAppPrivate.Friedemann Kleint2012-02-201-0/+1
* Remove unused config.tests from config.tests/mac/*Bradley T. Hughes2012-02-171-10/+0
* Add palette() and further hints to QtGui/QPlatformTheme.Friedemann Kleint2012-02-172-0/+14
* Fix naming of plugins for QPA plugins and use new plugin system.Friedemann Kleint2012-02-173-2/+8
* CompileBradley T. Hughes2012-02-142-2/+0
* Add QCocoaColor- and FontDialogHelperChristoph Schleifenbaum2012-02-146-3/+1139
* Ensure that posted events are sent by Q*Application::processEvents()Bradley T. Hughes2012-02-071-0/+9
* processEvents(WaitForMoreEvents) should return after delivering eventsBradley T. Hughes2012-02-032-11/+28