summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa
Commit message (Expand)AuthorAgeFilesLines
* Use "qt-project.org" instead of "trolltech" in the resource systemhjk2012-03-283-8/+8
* Cocoa: silence warning about QCocoaWindow member initialization orderBradley T. Hughes2012-03-271-1/+1
* Cocoa: initialize QCocoaEventDispacherPrivate::lastSerialBradley T. Hughes2012-03-261-0/+1
* Cocoa: Remove unused qt_mac_is_sheet() functionBradley T. Hughes2012-03-261-11/+0
* Cocoa: silence warnings about unused variablesBradley T. Hughes2012-03-265-2/+5
* Cocoa: silence warnings from QCocoaBackingStoreBradley T. Hughes2012-03-261-16/+1
* Cocoa: QCocoaWindow::clearNSWindow() needs to cleanup properlyBradley T. Hughes2012-03-261-1/+3
* Cocoa: don't show window when calling raise()Bradley T. Hughes2012-03-261-2/+6
* Cocoa: reimplement QPlatformWindow::setOpacity()Bradley T. Hughes2012-03-262-0/+7
* 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