Skip to content
This repository was archived by the owner on Feb 1, 2025. It is now read-only.

Commit 41dd2a9

Browse files
Now you can use the mouse scroll wheel to scroll horizontally.
- Added horizontal scrolling for the drive and app select screens (using a custom scroll view class).
1 parent 2f3927e commit 41dd2a9

File tree

5 files changed

+95
-51
lines changed

5 files changed

+95
-51
lines changed

TINU.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
C61AE89420C2F16400229FEC /* OtherOptionInfoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C61AE89320C2F16400229FEC /* OtherOptionInfoViewController.swift */; };
3535
C621CFA71F4F6A6500CC6D5B /* MainWindowController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C621CFA61F4F6A6500CC6D5B /* MainWindowController.swift */; };
3636
C621CFAC1F4F7DF400CC6D5B /* DriveView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C621CFAB1F4F7DF400CC6D5B /* DriveView.swift */; };
37+
C6246AF3272E9FE00074216B /* HorizzontalScrollView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6246AF2272E9FE00074216B /* HorizzontalScrollView.swift */; };
3738
C6254B5E26855A620082C7F5 /* OptionsExecution.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6254B5D26855A620082C7F5 /* OptionsExecution.swift */; };
3839
C6254B7A26892ADD0082C7F5 /* TINURecovery in Frameworks */ = {isa = PBXBuildFile; productRef = C6254B7926892ADD0082C7F5 /* TINURecovery */; };
3940
C6254B7D268933600082C7F5 /* TINUNotifications in Frameworks */ = {isa = PBXBuildFile; productRef = C6254B7C268933600082C7F5 /* TINUNotifications */; };
@@ -175,6 +176,7 @@
175176
C61AE89320C2F16400229FEC /* OtherOptionInfoViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = OtherOptionInfoViewController.swift; sourceTree = "<group>"; };
176177
C621CFA61F4F6A6500CC6D5B /* MainWindowController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MainWindowController.swift; sourceTree = "<group>"; };
177178
C621CFAB1F4F7DF400CC6D5B /* DriveView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DriveView.swift; sourceTree = "<group>"; };
179+
C6246AF2272E9FE00074216B /* HorizzontalScrollView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HorizzontalScrollView.swift; sourceTree = "<group>"; };
178180
C6254B5D26855A620082C7F5 /* OptionsExecution.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OptionsExecution.swift; sourceTree = "<group>"; };
179181
C62BD175271BE2E800F4ADAD /* AppIcon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = AppIcon.png; sourceTree = "<group>"; };
180182
C62F545626995A7400F14304 /* DiskutilBase.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DiskutilBase.swift; sourceTree = "<group>"; };
@@ -465,6 +467,7 @@
465467
C6CE80F725245BA300B28413 /* ExternalLinkUI.swift */,
466468
DDA7FB611F96B13F0029F4F2 /* GenericWindowController.swift */,
467469
DD5016051F993D4500FB1407 /* GenericViewController.swift */,
470+
C6246AF2272E9FE00074216B /* HorizzontalScrollView.swift */,
468471
DD3AC14B1FBB974C00C71F53 /* OtherOptionCheckBox.swift */,
469472
C6C2EAA62030710A0033EF85 /* SettingsSectionItem.swift */,
470473
C61AACC0215B0EE6002D8F89 /* ShadowViewController.swift */,
@@ -867,6 +870,7 @@
867870
C60D39B01F5E136500D94834 /* Part.swift in Sources */,
868871
C6409AC7226D35D200E63762 /* CopyrightLabel.swift in Sources */,
869872
C660D1972529AEB30027FCA0 /* TextManagement.swift in Sources */,
873+
C6246AF3272E9FE00074216B /* HorizzontalScrollView.swift in Sources */,
870874
C60B646B20B4464200FEDAA6 /* EFIFolderReplcament.swift in Sources */,
871875
C60C40C720CCAE6200258574 /* DiskutilInfo.swift in Sources */,
872876
C60D48CD1F585F7F00ABF26E /* MainCreationFinished.swift in Sources */,

0 commit comments

Comments
 (0)