aboutsummaryrefslogtreecommitdiffhomepage
path: root/osdep/macosx_menubar.m
Commit message (Collapse)AuthorAge
* osx: fix build on macOS 10.11 and earlierGravatar Akemi2017-08-26
| | | | | | | | 98f5579 added a safeguard for the deactivation of the automatic tab bar but it still needs a compile time guard. add a forward declaration for the setAllowsAutomaticWindowTabbing method of NSWindow. Fixes #4783
* osx: remove the standard "Show Tab Bar" menu itemGravatar Akemi2017-08-18
| | | | | it's unused and added automatically. we need to guard the deactivation since it's a 10.12+ feature.
* osx: refactor menu bar creationGravatar Akemi2017-08-18
| | | | | make the menu bar look more like a standard macOS menu bar, with all the standard menu items like About, Help, Open, etc.
* osx: move menu bar creation into its own fileGravatar Akemi2017-08-18