]> git.r.bdr.sh - rbdr/captura/commit
Use framerate, control stop
authorRuben Beltran del Rio <redacted>
Thu, 27 Jul 2023 20:32:10 +0000 (22:32 +0200)
committerRuben Beltran del Rio <redacted>
Thu, 27 Jul 2023 20:32:10 +0000 (22:32 +0200)
commita4e804275517af683afa1733e2db7c383c306f2b
tree643eff7b3648aad15ce569eec0e1d7c9abddc00d
parente834022c9b363804d36045892a305204f2019216
Use framerate, control stop
15 files changed:
Captura.xcodeproj/project.pbxproj
Captura.xcodeproj/xcuserdata/rbdr.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist [new file with mode: 0644]
Captura/Captura.entitlements
Captura/CapturaApp.swift [deleted file]
Captura/Data/CaptureState.swift [moved from Captura/CaptureState.swift with 100% similarity]
Captura/Data/Notification+AppEvents.swift [moved from Captura/Notification+AppEvents.swift with 100% similarity]
Captura/Data/SettingsStructs.swift [new file with mode: 0644]
Captura/PreferencesWindow.swift [deleted file]
Captura/Presentation/Popovers/HelpPopoverViewController.swift [new file with mode: 0644]
Captura/Presentation/Screens/PreferencesScreen.swift [new file with mode: 0644]
Captura/Presentation/Settings/AdvancedSettings.swift [new file with mode: 0644]
Captura/Presentation/Settings/OutputSettings.swift [new file with mode: 0644]
Captura/Presentation/Windows/CapturaApp.swift [new file with mode: 0644]
Captura/Presentation/Windows/PreferencesWindow.swift [new file with mode: 0644]
Captura/Presentation/Windows/RecordingWindow.swift [moved from Captura/RecordingWindow.swift with 77% similarity]