summaryrefslogtreecommitdiffstats
path: root/osdep/macosx_menubar.m
Commit message (Collapse)AuthorAgeFilesLines
* osx: fix build on macOS 10.11 and earlierAkemi2017-08-261-2/+3
| | | | | | | | 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 itemAkemi2017-08-181-0/+3
| | | | | it's unused and added automatically. we need to guard the deactivation since it's a 10.12+ feature.
* osx: refactor menu bar creationAkemi2017-08-181-78/+679
| | | | | 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 fileAkemi2017-08-181-0/+146