Commit Graph

  • c307ab0403 hardened_runtime/entitlements Kelvin Sherlock 2021-06-15 17:09:40 -0400
  • 7d1e1bf6bd update appcast URL. Kelvin Sherlock 2021-06-15 16:42:58 -0400
  • 9da9f6bd63 add sparkle framework and check for updates menu item. Kelvin Sherlock 2021-06-14 23:11:25 -0400
  • 4144a6ad03 switch media bookmark to use a keyed dictionary instead of an array. An array is fragile in terms of future proofing if I want to re-arrange the layout. r15 Kelvin Sherlock 2021-06-13 21:31:56 -0400
  • 76ac6f777a add bitbanger to machine files Kelvin Sherlock 2021-06-13 18:25:26 -0400
  • 6b43c42682 eliminate the bitbanger text field. Kelvin Sherlock 2021-06-13 17:21:05 -0400
  • 67f2c60286 method to reset the machine view controller. Kelvin Sherlock 2021-06-13 17:17:47 -0400
  • cae68c7f5a for child options, update the name when updating the keypath so it matches the bookmark data. Kelvin Sherlock 2021-06-13 17:17:20 -0400
  • 681c70d515 bookmark wasn't setting child options. Kelvin Sherlock 2021-06-13 16:45:01 -0400
  • 7abb2f68a0 use string instead of url for bitbanger slots. Kelvin Sherlock 2021-06-13 16:29:16 -0400
  • 4c003007f5 bitbanger support for media. it still needs work to allow sockets and opt-out of disk image drag-and-drop. Kelvin Sherlock 2021-06-13 12:29:23 -0400
  • a5a6222c9f use bindings for media table views Kelvin Sherlock 2021-06-13 12:26:56 -0400
  • 058da073ee move reset slots button to a menu, add options to reset slots, media, machine, or everything. Kelvin Sherlock 2021-06-12 22:59:19 -0400
  • 5e0d31a772 hide launch/reset slot buttons when not available. Kelvin Sherlock 2021-06-12 16:34:07 -0400
  • e958ffe65a download buttons were inconsistent. Kelvin Sherlock 2021-06-12 16:18:14 -0400
  • 2b0e6d4d9d macOS 11 UI fixes. macOS 11 is kind of ugly, tbh. Kelvin Sherlock 2021-06-12 16:06:56 -0400
  • 33d6c651d0 reset more things when no default. Kelvin Sherlock 2021-06-12 16:03:55 -0400
  • 0381037356 when loading a bookmark/defaults, don't mark default slot values as explicit. Kelvin Sherlock 2021-06-12 14:43:58 -0400
  • c4c2defc01 save/restore/autoload default support. Kelvin Sherlock 2021-06-12 14:02:11 -0400
  • 46fe931103 default to no disk drive samples because it's starting to annoy me. Kelvin Sherlock 2021-06-12 14:01:42 -0400
  • 141877f8cb adjust machine outline view positioning Kelvin Sherlock 2021-06-09 23:40:24 -0400
  • e9d348ec71 mameMachine -> machine also add machine name to window title. Kelvin Sherlock 2021-06-09 22:47:00 -0400
  • 37b085e45f hide tabview when machine is null. Kelvin Sherlock 2021-06-09 22:05:32 -0400
  • 7af810d14f fix leading warning Kelvin Sherlock 2021-06-09 22:04:43 -0400
  • 884f8b190a use arranged objects as source of truth for clickedItem. Kelvin Sherlock 2021-06-09 22:02:50 -0400
  • 7b55c37128 machine view - clicking a parent-only row will toggle expansion also add animation proxy to bookmark code Kelvin Sherlock 2021-06-09 22:01:43 -0400
  • c0534f0107 auto-resize views to match launch window view sizes. Kelvin Sherlock 2021-06-09 00:11:25 -0400
  • 69f56830ca replace machine browser with outline view Kelvin Sherlock 2021-06-08 22:40:20 -0400
  • b8697d326c recent disk images - add back highlighting. Kelvin Sherlock 2021-06-07 23:27:25 -0400
  • ef2bbeb9c3 Squashed commit of the following: Kelvin Sherlock 2021-06-07 22:56:55 -0400
  • 3d5a2951bb Squashed commit of the following: Kelvin Sherlock 2021-06-07 00:34:26 -0400
  • f628d99e4a load bookmark... bookmarks-1 Kelvin Sherlock 2021-06-04 00:21:08 -0400
  • 0b248e6aad stringValue can't be nil. Kelvin Sherlock 2021-06-04 00:20:42 -0400
  • 94aac38af4 add bookmark menu Kelvin Sherlock 2021-06-03 23:04:37 -0400
  • 6215a0df12 slot view needs to know the machine. Kelvin Sherlock 2021-06-03 23:03:29 -0400
  • d348c15dc5 transformer to enable/disable control based on string length. Kelvin Sherlock 2021-06-03 23:02:58 -0400
  • e14336a009 shut up compiler warning. Kelvin Sherlock 2021-06-03 23:02:14 -0400
  • 4baf545245 bookmark manager Kelvin Sherlock 2021-06-03 23:01:15 -0400
  • 0f3e6c8307 more (untested) bookmark code Kelvin Sherlock 2021-05-31 23:54:29 -0400
  • 8fdb149eb3 start of bookmarking support. Untested. Kelvin Sherlock 2021-05-31 16:13:43 -0400
  • 787eac87f6 shut up warnings about content clipping. maybe it's a 10.11 thing. The size was chosen by interface builder. Kelvin Sherlock 2021-05-31 16:12:45 -0400
  • 789d61d9f1 when launching, clear the first responder so any text fields with focus will commit. Kelvin Sherlock 2021-05-31 11:24:33 -0400
  • 5ffc85f9fc 10.13+ launch wasn't. Kelvin Sherlock 2021-05-31 10:39:24 -0400
  • 7b67522156 fix bitbanger / shared directory placeholders. Kelvin Sherlock 2021-05-30 22:22:13 -0400
  • f14b291e60 fix auto-complete menu (remove show title setting) Kelvin Sherlock 2021-05-30 20:41:36 -0400
  • 576931cd71 add interface for -share_directory (booti) and -bitbanger (null modem) Kelvin Sherlock 2021-05-30 18:46:46 -0400
  • 9ed83bf316 NewSlotView -> SlotView Kelvin Sherlock 2021-05-30 18:19:51 -0400
  • 751083ea26 remove old slot view controller code/nib Kelvin Sherlock 2021-05-30 18:14:55 -0400
  • 1b7faf3ac4 Updates to work with 10.11 (El Capitan) and newer. Kelvin Sherlock 2021-05-30 18:00:34 -0400
  • e7a670efd3 script to download SDL2.Framework 10.11 Kelvin Sherlock 2021-05-29 23:33:31 -0400
  • 9f38f2972a WKWebView apparently has a bug prior to 10.12 so it can't be created via a nib. Kelvin Sherlock 2021-05-29 22:15:32 -0400
  • e18aea7249 version checks for features not present in 10.11 Kelvin Sherlock 2021-05-29 22:14:38 -0400
  • 07dcf30f52 lower target to 10.11 Kelvin Sherlock 2021-05-28 21:30:53 -0400
  • bfbac2cc20 adjust media view nib to match the reduced size. Kelvin Sherlock 2021-05-28 21:29:54 -0400
  • 3bf2f63bf6 really make scroller background transparent. Kelvin Sherlock 2021-05-28 21:29:27 -0400
  • 6468ee2629 bump mame components date 0.232 Kelvin Sherlock 2021-05-27 20:36:57 -0400
  • 5f84c4b2c1 remove logging Kelvin Sherlock 2021-05-27 20:36:24 -0400
  • 8944c88339 bump version Kelvin Sherlock 2021-05-27 20:36:01 -0400
  • 3d4d0c92c7 Squashed commit of the following: Kelvin Sherlock 2021-05-27 19:42:28 -0400
  • e48e2a9223 add mac 68k wiki link Kelvin Sherlock 2021-05-18 17:51:53 -0400
  • a8e03a9490 support for -share_directory (booti card). No UI support yet, though. Kelvin Sherlock 2021-05-16 11:06:12 -0400
  • 5e87627251 log window - add button to clear the log Kelvin Sherlock 2021-05-16 11:00:33 -0400
  • 41de913e5f a2 - booti card. mac - built-in scsi now configurable, remove oddball cd devices Kelvin Sherlock 2021-05-16 00:21:15 -0400
  • 5f3c346562 new mame archive.org link and components date 0.231 Kelvin Sherlock 2021-04-28 23:54:09 -0400
  • d992b6960d bump version, change numbering to match embedded MAME Kelvin Sherlock 2021-04-28 23:23:51 -0400
  • bc9e156af0 mame 0.231 update Kelvin Sherlock 2021-04-28 23:18:41 -0400
  • 9be960bb8e project fix for archiving. release-12 Kelvin Sherlock 2021-03-30 22:20:45 -0400
  • f3680e0309 version bump Kelvin Sherlock 2021-03-30 22:12:27 -0400
  • 2465b38916 commentary. Kelvin Sherlock 2021-03-30 21:21:30 -0400
  • cafecda333 switch the default mac II from mac lc to mac iix Kelvin Sherlock 2021-03-30 21:21:12 -0400
  • 2e6edaba1b add back the software list. Kelvin Sherlock 2021-03-28 18:50:55 -0400
  • 94dfbc6e3e mac2fdhd needed as parent of se/30, etc. Kelvin Sherlock 2021-03-26 22:21:56 -0400
  • 821a84923f add new machine definitions Kelvin Sherlock 2021-03-26 22:13:59 -0400
  • 311a3461f6 add some more macintosh models also change the default compact model from mac128 to macse30 Kelvin Sherlock 2021-03-26 22:01:56 -0400
  • 88c12a4832 add pty_shell command. Kelvin Sherlock 2021-03-26 21:16:18 -0400
  • 6ca897739a add support for mac 128k family Kelvin Sherlock 2021-03-19 17:24:28 -0400
  • 2a0462cc41 sort slots by name in the plist files. Kelvin Sherlock 2021-03-19 17:23:41 -0400
  • fe0d690f87 improved submachine loading and more slot options for cards Kelvin Sherlock 2021-03-19 16:46:32 -0400
  • ffb76a31f9 caution image - not yet used. Kelvin Sherlock 2021-03-18 23:12:50 -0400
  • 123a51d52f transparent scroller Kelvin Sherlock 2021-03-15 16:43:12 -0400
  • f89c932b77 disk drive slot 3.5" and 5.25" floppy drives that are configurable via a slot now have a UI in Ample. Kelvin Sherlock 2021-03-14 15:58:10 -0400
  • 0d13fa7167 add tk3000 Kelvin Sherlock 2021-03-14 13:23:43 -0400
  • e1eecac557 add lcd-grid filter Kelvin Sherlock 2021-03-13 15:44:52 -0500
  • f8b3a1d882 integer x Kelvin Sherlock 2021-03-13 11:26:17 -0500
  • 9e5b8d45ca source list highlighting on the rom list Kelvin Sherlock 2021-03-13 11:23:46 -0500
  • e975980a3a tweak the disk images colors a little bit Kelvin Sherlock 2021-03-13 11:16:49 -0500
  • 6177001a4c -nosample support to eliminate disk sound effects. Kelvin Sherlock 2021-03-12 20:09:59 -0500
  • b2907eda08 update rom list. Kelvin Sherlock 2021-03-12 19:58:44 -0500
  • 48cdd702be pop up for child slots. Kelvin Sherlock 2021-03-12 19:58:12 -0500
  • 2f514a1db3 stat working on a pop up for card slots Kelvin Sherlock 2021-03-10 18:37:59 -0500
  • d37fb49781 display slot submenus. i don't particularly like the UI so it will probably change soon. Kelvin Sherlock 2021-03-09 22:58:01 -0500
  • 34970cb476 move slots (and ram) into a slots bucket in the machine description. devices with media are also includes (in the device bucket). Kelvin Sherlock 2021-03-09 22:22:24 -0500
  • 9626a6588f base the export shell script default name on the machine name. Kelvin Sherlock 2021-03-08 21:15:15 -0500
  • dc7adde938 auto set the rpath in mame64. Kelvin Sherlock 2021-03-08 19:42:12 -0500
  • 328ab815fb Squashed commit of the following: Kelvin Sherlock 2021-03-08 18:59:02 -0500
  • d433920740 version bump release-11 Kelvin Sherlock 2021-02-24 17:38:16 -0500
  • 5d5c477bee disable developer menu for mame cheat sheet Kelvin Sherlock 2021-02-24 17:38:05 -0500
  • 4676c7c1ba add webkit framework so the mame cheat sheet will work. Kelvin Sherlock 2021-02-24 17:37:29 -0500
  • 760f9e6693 Add a cache for the machine description. Kelvin Sherlock 2021-02-23 22:40:03 -0500
  • 5f8b00f021 updated machine descriptions (radio shack printer, software list) Kelvin Sherlock 2021-02-23 22:46:01 -0500