Commit Graph

4378 Commits

Author SHA1 Message Date
Greg Neagle
2eb9504f06 Update AppIcon.icon for MSC.app 2025-06-30 15:30:08 -07:00
Greg Neagle
c6332f41bd Change deployment target of Managed Software Center.app to macOS 10.15 2025-06-30 08:23:54 -07:00
Greg Neagle
50c695492e Change deployment target for MunkiStatus.app to 10.15 2025-06-30 08:22:44 -07:00
Greg Neagle
cd3f18897e Removing munkishim 2025-06-30 08:21:40 -07:00
Greg Neagle
e727aa6aa2 Switch to jpg for default showcase images to save some space 2025-06-29 18:04:46 -07:00
Greg Neagle
9e45230d8d Update default showcase images 2025-06-29 15:18:21 -07:00
Greg Neagle
fae7b43bbb Remove no-longer-needed instance varaible that tracks desired sidebar width 2025-06-29 11:31:28 -07:00
Greg Neagle
70965dbf6c Simpler code to prevent manual sidebar resizing 2025-06-29 11:28:26 -07:00
Greg Neagle
4404bcfd1a Explictly remove border from toolbar progress indicator so it looks right even when sidebar is collapsed 2025-06-29 10:59:13 -07:00
Greg Neagle
8bc831feba Prevent resize cursor from appearing near sidebar edge (since sidebar is not resizable) 2025-06-29 10:57:28 -07:00
Greg Neagle
929fb41f06 More monkeying around with autolayout contraints for sidebar items 2025-06-29 08:10:44 -07:00
Greg Neagle
34212fa990 Replace missing } in CSS file 2025-06-29 07:10:00 -07:00
Greg Neagle
37d971b192 CSS change so showcase images are edge-to-edge 2025-06-28 18:41:41 -07:00
Greg Neagle
76421c361b Update constraints for sidebar list view 2025-06-28 17:00:40 -07:00
Greg Neagle
da1c96f254 Remove the 1px left border from displayed webview 2025-06-28 16:14:10 -07:00
Greg Neagle
1751957210 Move setting webViee nagigation delegate to the insertWebView function 2025-06-28 16:11:09 -07:00
Greg Neagle
e22f1f487e Remove some trailing blank lines 2025-06-28 10:53:44 -07:00
Greg Neagle
a6ac86608f Resort controller source files in sidebar 2025-06-28 10:53:06 -07:00
Greg Neagle
600a892068 Adjust CSS so Updates page looks better when sidebar is collapsed (there are no optional installs) 2025-06-28 10:51:40 -07:00
Greg Neagle
508153f62b div item rename 2025-06-28 10:01:11 -07:00
Greg Neagle
5d1089f0ad More macOS 26 updates; begin splitting of MainWindowController.swift into multiple files 2025-06-28 09:51:47 -07:00
Greg Neagle
cb7de7a702 Complete transition to UNUserNotification APIs 2025-06-27 14:49:20 -07:00
Greg Neagle
c6695aa55b supervisor: fix for build issues on macOS 26/Xcode 26 2025-06-27 10:03:28 -07:00
Greg Neagle
877e8b070a munki-notifier: use UNUserNotification APIs 2025-06-27 10:01:27 -07:00
Greg Neagle
c085eb287b MSC.app updates for macOS 26 2025-06-27 10:00:02 -07:00
Greg Neagle
80212fb111 New icon for munki-notifier; bump version 2025-06-23 08:09:27 -07:00
Greg Neagle
2a11732087 Bump version for MSC.app 2025-06-23 08:02:39 -07:00
Greg Neagle
2784d42a1b New squircle icon for macOS 26 compliance :-( 2025-06-22 21:02:27 -07:00
Greg Neagle
c4cf9e7e91 Adjust size and positioning of sidebar UI elements for better appearance in macOS 26 2025-06-22 09:57:09 -07:00
Greg Neagle
353e4e0a1a Remove 'Textured' attribute from main window; fixes close/minimize/zoom control placements on macOS 26 2025-06-21 13:24:23 -07:00
Greg Neagle
8fc3472238 Merge branch 'Munki6dev' into swift-cli 2025-06-17 11:38:03 -07:00
Greg Neagle
7bda74b2f1 Convert CGDisplay coordinates to NSScreen (AppKit) coordinates so blur windows on secondary displays are positioned correctly. swiftformat reformatting. 2025-06-17 11:31:25 -07:00
Greg Neagle
abb511e6f8 MunkiStatus: Yet another attempt to ensure blurred backdrop covers the entire screen at loginwindow 2025-06-16 14:21:21 -07:00
Greg Neagle
efd6777380 MunkiStatus: Yet another attempt to ensure blurred backdrop covers the entire screen at loginwindow 2025-06-16 14:20:39 -07:00
Greg Neagle
6bbbc52515 Merge branch 'Munki6dev' into swift-cli 2025-06-10 15:20:49 -07:00
Greg Neagle
a4e19992b4 Remove debugging print() statement 2025-06-10 15:20:13 -07:00
Greg Neagle
7eaba0edf2 Getting rid of some calls to listItemsOfKind() 2025-06-10 14:43:47 -07:00
Greg Neagle
6010373a56 update comment 2025-06-10 14:40:34 -07:00
Greg Neagle
29dc02747e Make listFilesRecursively() faster by removing an lstat call for most directory items 2025-06-09 21:59:42 -07:00
Greg Neagle
4c1c9e697b Quiet a compiler warning 2025-06-09 09:00:26 -07:00
Greg Neagle
db47ccec28 Update comment 2025-06-09 08:29:46 -07:00
Greg Neagle
40864980e6 New listFilesRecursively function needs to handle filenames with non-ASCII chars 2025-06-08 20:57:30 -07:00
Greg Neagle
84ba6fa5ff More updated comments 2025-06-08 19:56:34 -07:00
Greg Neagle
112e0a74a4 swiftformat update; add some notes 2025-06-08 19:44:35 -07:00
Greg Neagle
7038cae715 Much faster algorithm for getting a recursive list of files 2025-06-08 16:44:58 -07:00
Greg Neagle
b27bdd1f07 New implementation for getting a recursive list of files 2025-06-07 16:06:01 -07:00
Greg Neagle
0fa92d7390 Add tab-completion for 'help' command in interactive mode 2025-06-03 11:59:31 -07:00
Greg Neagle
6a40cc8010 more comments 2025-06-03 10:55:42 -07:00
Greg Neagle
16e15bdef4 swiftformat changes 2025-06-03 10:03:15 -07:00
Greg Neagle
842e5af453 swiftformat changes 2025-06-03 10:01:46 -07:00