Commit graph

3770 commits

Author SHA1 Message Date
Dzmitry Neviadomski
6a4243128e Update Toolbar items visibility.
Use backported NSSearchToolbarItem to support collapsed state.
Give more priority to Playback controls.
Fix sizing of Playback Slider.
2021-01-07 00:49:14 +03:00
Jan Weiß
10a76e3b39 Info.plist touched by Xcode. 2021-01-06 14:05:34 +01:00
Jan Weiß
a065cd75be Actually fix LSMinimumSystemVersion in Info.plist. 2021-01-06 14:05:06 +01:00
Christopher Snowhill
0a99093af0 Fix status bar bodge so stopping manually doesn't prevent playback for 3 seconds 2021-01-06 02:18:09 -08:00
Christopher Snowhill
41d11bdfa8 Fix one deprecation warning 2021-01-06 02:17:30 -08:00
Christopher Snowhill
2a52dd831a Updated VGMStream to r1050-3548-g64ffe5ea 2021-01-06 01:04:54 -08:00
Christopher Snowhill
d070dffdbe Updated lazyusf2 with fixes from Josh W for cases where some USF rips would cause the internal counter variable to take a full 32 bit loop before producing more audio, having all the appearances of temporarily locking up 2021-01-06 00:52:09 -08:00
Christopher Snowhill
97fee7e486 Add a bodge so playback status bar doesn't pop in and out repeatedly on manual track changes 2021-01-06 00:39:12 -08:00
Christopher Snowhill
002fa3b63e Fix last remaining references to old build target 2021-01-06 00:38:23 -08:00
Christopher Snowhill
23ccae9ce5
Merge pull request #62 from JanX2/master
Second attempt to fix build with other than maintainer’s TeamIDs.
2021-01-06 00:36:11 -08:00
Jan Weiß
a197e82d5e Remove addendum and patch. 2021-01-05 17:25:12 +01:00
Jan Weiß
9fc1605330 Improve Shared.xcconfig. 2021-01-05 17:25:12 +01:00
Jan Weiß
63ed28919b Second attempt to fix build with other than maintainer’s TeamIDs. Worked for me with Xcode 12.3. 2021-01-05 17:25:12 +01:00
Christopher Snowhill
238e6cddf6 Update README and add patch 2020-12-22 02:39:18 -08:00
Christopher Snowhill
dbc51d76f9 Revert PR #60 - Nope, that breaks hardened runtime and signing it myself 2020-12-22 02:11:50 -08:00
Christopher Snowhill
bf33cdb113 Adjusted main window constraints a bit 2020-12-22 00:54:29 -08:00
Christopher Snowhill
f1c45a81ef Updated VGMStream to r1050-3533-g95709ce3 2020-12-22 00:54:29 -08:00
Christopher Snowhill
3a677f5f2e
Merge pull request #60 from JanX2/master
Fix build with other than maintainer’s TeamIDs
2020-12-13 17:47:15 -08:00
Jan Weiß
c305a5f949 Fix build with other than maintainer’s TeamIDs.
This commit removes development team and code signing key/value pairs that slipped through when Xcode applied code signing changes.
2020-12-13 12:01:48 +01:00
Christopher Snowhill
58b6ea5881 Added HMQ extension for HMP format 2020-12-08 19:16:03 -08:00
Christopher Snowhill
4ef5283fa8 Updated VGMStream to r1050-3468-gc3ed1fad 2020-12-04 16:29:46 -08:00
Christopher Snowhill
24231ecdbb Update libopenmpt to version 0.5.4 2020-12-04 16:22:42 -08:00
Christopher Snowhill
b375f06faa Eliminate first parent policy from version count generation, as my little stunt with releasing from the development branch has broken build numbers a bit 2020-11-26 18:39:26 -08:00
Christopher Snowhill
0b47070bd0 Remove erroneous macOS 10.7 deployment target from framework 2020-11-26 18:36:29 -08:00
Christopher Snowhill
4755483961 Touched by Xcode 2020-11-26 18:36:08 -08:00
Christopher Snowhill
d9df3cbb0f
Merge pull request #58 from kode54/ohsir
Merge tracking branch of Big Sur update
2020-11-26 18:28:46 -08:00
Christopher Snowhill
b77f3c97a0
Merge branch 'master' into ohsir 2020-11-26 18:28:29 -08:00
Christopher Snowhill
6635de8601
Create FUNDING.yml 2020-11-26 18:18:15 -08:00
Christopher Snowhill
474dca3967 Update donation menu items 2020-11-24 16:03:49 -08:00
Christopher Snowhill
91b1271ae2 Bump deployment target to 10.13 2020-11-24 15:26:26 -08:00
Christopher Snowhill
7f0d12d515 Update icon_blank template 2020-11-23 23:52:48 -08:00
Christopher Snowhill
6b699ec8cf Updated libbass and company 2020-11-23 23:50:50 -08:00
Christopher Snowhill
6646e01d8a Switched FFmpeg back to static libraries, now that I know I can make Universal static libraries 2020-11-23 23:50:50 -08:00
Christopher Snowhill
837c979962
Merge pull request #56 from dleehr/fix-apple-silicon-flac-crash
Fix apple silicon flac crash
2020-11-23 14:20:24 -08:00
Dan Leehr
850fe390ca Fixes FLAC playback crash on Apple Silicon
- Avoid creating an NSDictionary with NULL context object (https://github.com/kode54/Cog/blob/master/Audio/Chain/InputNode.m#L81 passes NULL as context, so this must be handled in NSDictionary creation
- When calling addObserver, downgrade options from NSNumber * to NSKeyValueObservingOptions (aka NSUInteger)

Not sure why this would be specific to Apple Silicon...
2020-11-23 17:01:25 -05:00
Dan Leehr
1d4a777018 Restore libFLAC plugin on macOS 10.13 and newer 2020-11-23 17:01:25 -05:00
Dan Leehr
cd84ec683e Fix path to icon_blank.icns 2020-11-23 17:01:25 -05:00
Christopher Snowhill
dedeb399a8 - Big Sur phase two
- Restructure main window a bit more
- Remove attempt at SF Symbols icons for now
- Add Now Playing popout to Stacks style main window, tooltip instructs to click to select the current track in playlist
- Disable libFLAC plugin on macOS 10.13 and newer, letting Core Audio handle it instead. Apparently, libFLAC is not really ready for Apple Silicon yet.
2020-11-22 18:16:34 -08:00
Christopher Snowhill
dca9655c62 Fixed toolbar buttons on 10.15 and older, and fixed the Preferences dialog on Big Sur and potentially newer. 2020-11-19 16:24:33 -08:00
Christopher Snowhill
44e7e85a5f Update feed script with new Git URL 2020-11-19 02:57:49 -08:00
Christopher Snowhill
55ebd62eba Updated VGMStream to r1050-3424-gd7bd5a2a 2020-11-19 02:07:36 -08:00
Christopher Snowhill
85907a48d9 Add .ogg extension to Opus plugin 2020-11-19 01:37:50 -08:00
Christopher Snowhill
ee0782efbf Updated libopenmpt to version 0.5.3 2020-11-19 01:35:54 -08:00
Christopher Snowhill
4eb7a3eebf Update VGMStream plugin with new API changes a bit, and now force auto downmixing to 6ch 2020-09-21 22:33:18 -07:00
Christopher Snowhill
bb38853ee9 Updated VGMStream to r1050-3272-g842171b8 2020-09-21 22:22:53 -07:00
Jan Weiß
6a534ad900 Swap keyboard shortcuts for "Playlist > Repeat > Toggle" (now ⌘R) and "Playlist > Show in Finder" (now ⇧⌘R). 2020-09-21 22:00:46 -07:00
Christopher Snowhill
dab78ed74f Updated libopenmpt to version 0.5.2 2020-09-21 21:54:24 -07:00
Christopher Snowhill
640e8b7304 Various architectural changes to make Intel plus Apple Silicon build successfully 2020-09-11 17:08:37 -07:00
Christopher Snowhill
002e16260c Change delpoyment target to 10.9 2020-09-06 21:52:07 -07:00
Christopher Snowhill
0e5013abdd Updated main app icon and badges 2020-09-06 21:47:38 -07:00