summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa
Commit message (Expand)AuthorAgeFilesLines
* QCocoaWindow: Toggle titlebar transparency to support unified toolbarGabriel de Dietrich2017-10-111-0/+2
* macOS: Bail out early when handling shortcut event results in closing windowAnders Hafreager2017-09-281-0/+4
* Cocoa: Update the known menu items when the QCocoaMenuBar is deletedAndy Shaw2017-09-081-8/+2
* Cocoa: Check if charactersIgnoringModifiers is not empty tooAndy Shaw2017-09-081-2/+8
* macOS: Don’t color convert the backing storeMorten Johan Sørvig2017-09-051-1/+8
* macOS: Reset composition when focus object changes inside windowEskil Abrahamsen Blomfeldt2017-09-043-1/+40
* Cocoa integration: do not use released sessionTimur Pocheptsov2017-08-291-1/+11
* QCocoaMenu: Stop update timerGabriel de Dietrich2017-08-281-0/+1
* Cocoa: Fix compile when using QT_NO_TABLETEVENTAndy Shaw2017-08-252-0/+6
* Initialize the print engine with the given printer nameAndy Shaw2017-08-254-6/+10
* QCocoaMenu: Sync menubar menu when adding itemsGabriel de Dietrich2017-08-152-1/+8
* QCocoaMenu: De-pessimize the number of calls to validateMenuItem:Gabriel de Dietrich2017-08-152-2/+21
* macOS: Make alpha-based click-trough work againMorten Johan Sørvig2017-08-091-2/+12
* Fix 32-bit build on macOSJake Petroules2017-07-203-3/+13
* macOS: Don't assume the proposed fullscreen size matches the screen sizeTor Arne Vestbø2017-07-171-3/+3
* Add missing #include for -no-widgetsStephan Binner2017-07-141-0/+1
* macOS: Fix unused variable in window:willUseFullScreenContentSize:Tor Arne Vestbø2017-07-121-0/+1
* Convert features.fontdialog to QT_[REQUIRE_]CONFIGStephan Binner2017-07-114-9/+13
* Fix macOS build for -no-widgets, take 2Stephan Binner2017-07-101-2/+2
* macOS: Account for fullscreen geometry bug in AppKit on OS X 10.10Tor Arne Vestbø2017-07-071-0/+15
* Fix macOS build for -no-widgetsStephan Binner2017-07-051-1/+3
* Cocoa: Reset the target + action for a menuitem after showing a dialogAndy Shaw2017-07-031-1/+17
* Convert features.colordialog to QT_[REQUIRE_]CONFIGStephan Binner2017-07-024-8/+11
* Convert features.filedialog to QT_[REQUIRE_]CONFIGStephan Binner2017-06-295-9/+25
* Convert features.wheelevent to QT_CONFIGStephan Binner2017-06-281-3/+3
* macOS: Send text input and key events to focus object of window, not appTor Arne Vestbø2017-06-261-11/+8
* macOS: Work around buildup of NSDisplayCycle objects during rapid paintingTor Arne Vestbø2017-06-261-0/+8
* QNSView: Remove tracking area on deallocationGabriel de Dietrich2017-06-131-1/+4
* macOS: Don't keep WA_MacAlwaysShowToolWindow windows always on topTor Arne Vestbø2017-05-242-2/+83
* Cocoa: Clean up memory leak when providing the accessibilityActionsAndy Shaw2017-05-231-1/+1
* macOS: Don't create NSWindow for embedded viewsTor Arne Vestbø2017-05-161-2/+10
* QCocoaMenuBar: Keep smart reference to platform windowGabriel de Dietrich2017-05-162-12/+12
* macOS: Add a few more platform window checks in QNSViewTor Arne Vestbø2017-05-081-27/+33
* macOS: Add autorelease-pool when recreating NSWindowTor Arne Vestbø2017-05-021-0/+2
* Cocoa: Send correct mouse buttons for tabletsMorten Johan Sørvig2017-04-242-20/+22
* macOS: Initialize window geometry early on, instead of when creating NSWindowTor Arne Vestbø2017-04-191-2/+4
* macOS: Split out font engine creation from QCoreTextFontDatabaseTor Arne Vestbø2017-04-041-1/+11
* macOS: Replace deprecated NSOpenSavePanelDelegate methodPavol Markovic2017-04-041-24/+28
* macOS: Remove workaround for default-sized NSViewsTor Arne Vestbø2017-03-283-15/+1
* Avoid expensive QHash::values() callsAnton Kudryavtsev2017-03-281-2/+4
* QCocoaWindow - fix a compilation errorTimur Pocheptsov2017-03-281-7/+2
* macOS: Disassociate NSView from contentView when switching NSWindowsTor Arne Vestbø2017-03-271-0/+7
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-273-3/+3
|\
| * Fix spelling: neccessary -> necessaryMorten Johan Sørvig2017-03-223-3/+3
* | QMacPasteBoard - protect against dangling pointersTimur Pocheptsov2017-03-221-0/+12
* | QCocoaWindow: fix geometry issue when only minimumSize is setOleg Yadrov2017-03-183-1/+14
* | QNSView: Harden logic around platform window accessGabriel de Dietrich2017-03-162-0/+81
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-241-0/+4
|\|
| * macOS: use active window device pixel ratio for drag pixmapOleg Yadrov2017-02-171-0/+4
* | macOS: Make sure NSResizableWindowMask is set when toggling fullscreenTor Arne Vestbø2017-02-222-14/+30