SameBoy/Cocoa
Lior Halphon b7f03dea8d Add CGB-A support 2022-01-05 21:55:46 +02:00
..
AppDelegate.h Updater support 2021-04-25 22:28:24 +03:00
AppDelegate.m Minor Cocoa bug fixes 2022-01-03 16:51:24 +02:00
AppIcon.icns Update icon 2021-02-27 04:13:31 +02:00
BigSurToolbar.h Annotate properties as nonatomic. 2021-01-13 14:12:34 -05:00
CPU.png Redesign the preferences window 2018-12-01 17:16:29 +02:00
CPU@2x.png Redesign the preferences window 2018-12-01 17:16:29 +02:00
Cartridge.icns Fixed icon alignment 2017-01-22 00:37:25 +02:00
ColorCartridge.icns Fixed icon alignment 2017-01-22 00:37:25 +02:00
Display.png Redesign the preferences window 2018-12-01 17:16:29 +02:00
Display@2x.png Redesign the preferences window 2018-12-01 17:16:29 +02:00
Document.h Replace the term sprite with object for consistency 2021-12-17 21:16:23 +02:00
Document.m Cocoa audio driver goes brrrr 2021-12-29 17:21:06 +02:00
Document.xib Replace the term sprite with object for consistency 2021-12-17 21:16:23 +02:00
GBAudioClient.h Annotate properties as nonatomic. 2021-01-13 14:12:34 -05:00
GBAudioClient.m Drop BOOLs 2021-10-23 13:36:58 +03:00
GBBorderView.h Turns out the last Cocoa fix was neither reliable or actually working. 2018-07-11 19:48:54 +03:00
GBBorderView.m Drop BOOLs 2021-10-23 13:36:58 +03:00
GBButtons.h Replace the SDL-derived controller support with my own JoyKit framework. Adds rumble support, LED support, better manual and automatic configurations, analog speed controls. 2019-10-19 19:26:04 +03:00
GBButtons.m Added CPU under/over-clocking support in Core, add under-clocking hotkey in the Cocoa port, allow modifier keys to be configured as input keys in Cocoa. 2018-02-10 23:30:30 +02:00
GBCheatTextFieldCell.h Annotate properties as nonatomic. 2021-01-13 14:12:34 -05:00
GBCheatTextFieldCell.m Drop BOOLs 2021-10-23 13:36:58 +03:00
GBCheatWindowController.h Annotate properties as nonatomic. 2021-01-13 14:12:34 -05:00
GBCheatWindowController.m Drop BOOLs 2021-10-23 13:36:58 +03:00
GBColorCell.h Added VRAM-debugging APIs, added VRAM viewer to Cocoa Port, fixed uninitialized VRAM, fixed memory viewer crash 2016-10-27 00:23:24 +03:00
GBColorCell.m Use a monospaced font in the palette viewer 2021-10-27 01:43:36 +03:00
GBCompleteByteSlice.h Basic memory hex viewer/editor, using a (heavily stripped down) HexFiend framework 2016-08-13 00:58:52 +03:00
GBCompleteByteSlice.m Basic memory hex viewer/editor, using a (heavily stripped down) HexFiend framework 2016-08-13 00:58:52 +03:00
GBGLShader.h Add accurate frame blending option 2020-03-26 20:54:18 +02:00
GBGLShader.m Fixing inconsistent style 2020-04-24 20:37:57 +03:00
GBHueSliderCell.h Custom palette and editor 2021-11-05 19:07:27 +02:00
GBHueSliderCell.m Minor Cocoa bug fixes 2022-01-03 16:51:24 +02:00
GBImageCell.h Added VRAM-debugging APIs, added VRAM viewer to Cocoa Port, fixed uninitialized VRAM, fixed memory viewer crash 2016-10-27 00:23:24 +03:00
GBImageCell.m Add cheats UI to Cocoa 2020-04-11 18:03:10 +03:00
GBImageView.h [Sameboy] Add type annotations to GBImageView's grid arrays. 2021-01-15 13:21:28 -05:00
GBImageView.m Fixing inconsistent style 2020-04-24 20:37:57 +03:00
GBMemoryByteArray.h Annotate properties as nonatomic. 2021-01-13 14:12:34 -05:00
GBMemoryByteArray.m Replaced the is_cgb bool with a more future compatible model enum. Removed the GB_init_cgb API and replaced it with an extended GB_init and GB_switch_model_and_reset APIs that now receive a model parameter. Increased the struct version. 2018-06-16 13:59:33 +03:00
GBOSDView.h Added optional OSD (Cocoa) 2021-05-30 20:55:04 +03:00
GBOSDView.m Added optional OSD (Cocoa) 2021-05-30 20:55:04 +03:00
GBOpenGLView.h Annotate properties as nonatomic. 2021-01-13 14:12:34 -05:00
GBOpenGLView.m Drop BOOLs 2021-10-23 13:36:58 +03:00
GBOptionalVisualEffectView.h Add cheats UI to Cocoa 2020-04-11 18:03:10 +03:00
GBOptionalVisualEffectView.m Add cheats UI to Cocoa 2020-04-11 18:03:10 +03:00
GBPaletteEditorController.h Custom palette and editor 2021-11-05 19:07:27 +02:00
GBPaletteEditorController.m Fix some oopsies 2021-11-05 21:45:54 +02:00
GBPreferencesWindow.h Mouse controls for MBC7 2021-11-14 21:43:31 +02:00
GBPreferencesWindow.m Minor Cocoa bug fixes 2022-01-03 16:51:24 +02:00
GBS.xib Added visualizer to the GBS player, various GBS UI improvements 2021-04-10 16:10:10 +03:00
GBSplitView.h Fix Mavericks compatibility 2020-04-11 18:19:15 +03:00
GBSplitView.m Drop BOOLs 2021-10-23 13:36:58 +03:00
GBTerminalTextFieldCell.h Annotate properties as nonatomic. 2021-01-13 14:12:34 -05:00
GBTerminalTextFieldCell.m Drop BOOLs 2021-10-23 13:36:58 +03:00
GBView.h Drop BOOLs 2021-10-23 13:36:58 +03:00
GBView.m Mouse controls for MBC7 2021-11-14 21:43:31 +02:00
GBViewGL.h Remove OpenGL specific code from GBView 2018-06-11 22:11:33 +03:00
GBViewGL.m Drop BOOLs 2021-10-23 13:36:58 +03:00
GBViewMetal.h OpenGL fallback 2018-06-15 20:03:59 +03:00
GBViewMetal.m Drop BOOLs 2021-10-23 13:36:58 +03:00
GBVisualizerView.h Added optional OSD (Cocoa) 2021-05-30 20:55:04 +03:00
GBVisualizerView.m The GBS visualizer should use custom color palettes 2021-12-10 02:06:12 +02:00
GBWarningPopover.h Better GUI for user errors/warnings in Cocoa 2017-02-24 18:15:31 +02:00
GBWarningPopover.m Drop BOOLs 2021-10-23 13:36:58 +03:00
Info.plist Cocoa GBS Player 2021-04-03 01:29:43 +03:00
Joypad.png Redesign the preferences window 2018-12-01 17:16:29 +02:00
Joypad@2x.png Redesign the preferences window 2018-12-01 17:16:29 +02:00
Joypad~dark.png Improved Dark Mode support, improved Hex Fiend's general system-native appearance 2020-06-10 01:10:11 +03:00
Joypad~dark@2x.png Improved Dark Mode support, improved Hex Fiend's general system-native appearance 2020-06-10 01:10:11 +03:00
KeyboardShortcutPrivateAPIs.h Cocoa key bindings now based on key codes 2017-01-24 21:00:56 +02:00
License.html Update version and copyright date 2021-02-27 19:08:32 +02:00
MainMenu.xib Allow hiding background/object "layers" (#422) 2021-12-17 21:12:26 +02:00
NSImageNamedDarkSupport.m Improved Dark Mode support, improved Hex Fiend's general system-native appearance 2020-06-10 01:10:11 +03:00
NSObject+MavericksCompat.m Fix Mavericks compatibility 2020-04-11 18:19:15 +03:00
NSString+StringForKey.h Cocoa key bindings now based on key codes 2017-01-24 21:00:56 +02:00
NSString+StringForKey.m Added CPU under/over-clocking support in Core, add under-clocking hotkey in the Cocoa port, allow modifier keys to be configured as input keys in Cocoa. 2018-02-10 23:30:30 +02:00
Next.png Cocoa GBS Player 2021-04-03 01:29:43 +03:00
Next@2x.png Cocoa GBS Player 2021-04-03 01:29:43 +03:00
Pause.png Cocoa GBS Player 2021-04-03 01:29:43 +03:00
Pause@2x.png Cocoa GBS Player 2021-04-03 01:29:43 +03:00
PkgInfo Initial public commit 2016-04-01 21:27:01 +03:00
Play.png Cocoa GBS Player 2021-04-03 01:29:43 +03:00
Play@2x.png Cocoa GBS Player 2021-04-03 01:29:43 +03:00
PopoverView.xib Better GUI for user errors/warnings in Cocoa 2017-02-24 18:15:31 +02:00
Preferences.xib Add CGB-A support 2022-01-05 21:55:46 +02:00
Previous.png Cocoa GBS Player 2021-04-03 01:29:43 +03:00
Previous@2x.png Cocoa GBS Player 2021-04-03 01:29:43 +03:00
Rewind.png Cocoa GBS Player 2021-04-03 01:29:43 +03:00
Rewind@2x.png Cocoa GBS Player 2021-04-03 01:29:43 +03:00
Speaker.png Redesign the preferences window 2018-12-01 17:16:29 +02:00
Speaker@2x.png Redesign the preferences window 2018-12-01 17:16:29 +02:00
Speaker~dark.png Improved Dark Mode support, improved Hex Fiend's general system-native appearance 2020-06-10 01:10:11 +03:00
Speaker~dark@2x.png Improved Dark Mode support, improved Hex Fiend's general system-native appearance 2020-06-10 01:10:11 +03:00
UpdateWindow.xib Updater support 2021-04-25 22:28:24 +03:00
main.m Fixing inconsistent style 2020-04-24 20:37:57 +03:00