summaryrefslogtreecommitdiffstats
path: root/osdep/mac/menu_bar.swift
Commit message (Expand)AuthorAgeFilesLines
* mac: code cleanup and consistency changes, fix linting issuesder richter2024-04-281-15/+15
* mac/menu: remove redundant quit func and use identical command funcder richter2024-04-011-7/+2
* mac: cleanup swift bridge header imports and unify themder richter2024-03-291-0/+2
* mac/apphub: move menu bar into AppHubder richter2024-03-291-7/+9
* mac/apphub: move app icon into AppHubder richter2024-03-291-1/+1
* mac/apphub: migrate remaining events functionality to new AppHubder richter2024-03-241-5/+5
* mac/events: remove redundant functions and optimise input helper usageder richter2024-03-141-11/+5
* mac/menu: add explicit menu type instead of an inferred typeder richter2024-03-071-45/+49
* mac/menu: make menu creation recursive to allow nested submenusder richter2024-03-071-31/+31
* mac/menu: move conditional Bundle menu items into configder richter2024-03-071-11/+6
* mac/menu: keep track of menu items with dynamic actionsder richter2024-03-071-14/+8
* mac/menu: merge file and url config propertiesder richter2024-03-071-15/+11
* mac/menu: properly guard playlist array accessder richter2024-03-071-2/+2
* mac/menu: attach menu config to menu item for direct accessder richter2024-03-071-27/+21
* mac/menu: replace app.command usage with event.commandder richter2024-03-071-2/+2
* mac/menu: fix touch bar menu itemder richter2024-03-071-6/+0
* mac/menu: rename Preferences to Settings for consistency with macOSder richter2024-03-071-4/+4
* mac/menu: remove duplicate key assignment Undo/Zoomder richter2024-03-071-1/+1
* mac/menu: optimise loading files functionder richter2024-03-071-7/+3
* mac/menu: replace deprecated openFile() usageder richter2024-03-071-8/+8
* mac/menu: remove unnecessary alert config fields and alertder richter2024-03-071-43/+10
* mac/menu: rewrite menu bar in swiftder richter2024-03-071-0/+464