Joshua Bell
525681931f
Use common bell routine (from main/overlays)
2019-01-20 11:41:49 -08:00
Joshua Bell
560418779a
Drop redundant penmode table
2019-01-20 11:03:39 -08:00
Joshua Bell
7502d6f592
Drop unnecessary MGTK relay/usage
2019-01-19 14:49:56 -08:00
Joshua Bell
1e80673273
Merge remote-tracking branch 'origin/disasm'
2019-01-19 09:43:57 -08:00
Joshua Bell
ca15759620
disasm: Rename LC relays from SHOUTY_CAPS to TitleCase
2019-01-19 09:40:43 -08:00
Joshua Bell
5197aa83fc
Free up more res space; pad with xx's for easier hole finding
2019-01-17 21:27:56 -08:00
Joshua Bell
8132a8c8f0
Merge remote-tracking branch 'origin/disasm'
2019-01-16 21:11:11 -08:00
Joshua Bell
78dc563020
disasm: Icon painting
2019-01-16 21:04:07 -08:00
Joshua Bell
120c9bac55
Icon for AppleTalk file shares. Fixes #88
2019-01-16 20:26:57 -08:00
Joshua Bell
c8cc3bde53
Use proper masks for desktop (volume) icons
2019-01-15 23:36:00 -08:00
Joshua Bell
d81e18a228
re-use save area constant
2019-01-15 21:20:30 -08:00
Joshua Bell
70c0cf2abc
Merge remote-tracking branch 'origin/disasm'
2019-01-15 19:04:26 -08:00
Joshua Bell
3e55cbc4f0
disasm: Dialog bg save/restore, icon painting
2019-01-15 19:02:01 -08:00
Joshua Bell
8c9993deeb
Delete unused resources
2019-01-14 23:28:45 -08:00
Joshua Bell
0db0530367
Allow dragging "unlimited" icons. Fixes #18
...
The number of draggable icons was restricted to a hardcoded limit
of 20, using a pre-allocated buffer (680 bytes) to hold a composite
polygon of the icon outlines.
Switch that to re-use the "save area" (used by MGTK to stash the
background of menus, so not in conflict), $800-$1AFF, which is
more than enough room for 127 icons (the maximum number supported).
2019-01-13 12:32:52 -08:00
Joshua Bell
74fb526ced
Merge remote-tracking branch 'origin/disasm'
2019-01-13 12:02:09 -08:00
Joshua Bell
4f4a514abe
disasm: drag items, menus
2019-01-13 12:01:26 -08:00
Joshua Bell
1a0fe7ec55
Center volume icons using icon defs
2019-01-11 18:32:40 -08:00
Joshua Bell
5fe2a90e21
Add icon for CMD files. Resolves #105 (for now)
2019-01-06 11:33:37 -08:00
Joshua Bell
fc9920cb1a
Tweak aspect ratio of Graphics icon
2019-01-06 10:53:51 -08:00
Joshua Bell
c83d788b06
Start adding icon for REL files
2019-01-03 16:07:59 -08:00
Joshua Bell
6be45bcb47
Allow two-click use of menus, like modern GUIs. Fixes #104
2019-01-02 22:38:22 -08:00
Joshua Bell
50a755afde
Add IIgs file type remapping and icon
2019-01-01 16:28:38 -08:00
Joshua Bell
149eaf2966
Correct AppleWorks file type TLAs
2019-01-01 15:31:16 -08:00
Joshua Bell
0c44a6e073
Dedupe icon masks using explicit pointers
2019-01-01 11:55:10 -08:00
Joshua Bell
39bf5c771a
Merge remote-tracking branch 'origin/disasm'
2019-01-01 10:45:07 -08:00
Joshua Bell
0b0171d1a5
disasm: icon logic
2019-01-01 09:48:06 -08:00
Joshua Bell
6f9f3b1467
Icons for graphics, AppleWorks types
2019-01-01 09:47:47 -08:00
Joshua Bell
16bb4a6e53
Improve RAMDisk icon
2018-12-29 11:25:56 -08:00
Joshua Bell
287da7395c
Center desktop icons in columns
2018-12-29 10:55:26 -08:00
Joshua Bell
401695b1d4
Lowercase 'by' in View menu items.
2018-12-28 10:26:56 -08:00
Joshua Bell
3958aea47d
Merge remote-tracking branch 'origin/disasm'
2018-12-28 10:15:22 -08:00
Joshua Bell
cee0de16fd
disasm: menu items
2018-12-28 10:11:59 -08:00
Joshua Bell
4b77727677
Reorganize/rename menu items. Fixes #13
2018-12-28 10:11:43 -08:00
Joshua Bell
4cf8ab90ab
Add Special > Check Drive command. Fixes #97
2018-12-27 21:15:02 -08:00
Joshua Bell
6677e169ac
Merge remote-tracking branch 'origin/disasm'
2018-12-26 15:17:40 -08:00
Joshua Bell
700c0e53e4
disasm: operation callbacks
2018-12-26 09:47:26 -08:00
Joshua Bell
d036236523
Release notes, bump date
2018-12-24 20:17:36 -08:00
Joshua Bell
5006979e27
Merge remote-tracking branch 'origin/disasm'
2018-12-23 20:48:33 -08:00
Joshua Bell
0cd97501dc
disasm: alerts/errors, traversal params and stack
2018-12-23 12:51:03 -08:00
Joshua Bell
f6946e33e3
Merge remote-tracking branch 'origin/disasm'
2018-12-21 13:19:21 -08:00
Joshua Bell
afba9454a8
disasm: drag and drop
2018-12-21 13:18:32 -08:00
Joshua Bell
ceaf94851a
Merge remote-tracking branch 'origin/disasm'
2018-12-20 09:37:10 -08:00
Joshua Bell
81c65f7fff
Macros not math
2018-12-20 09:12:19 -08:00
Joshua Bell
06408b3d24
Merge remote-tracking branch 'origin/disasm'
2018-12-16 18:55:07 -08:00
Joshua Bell
6b472d5fdd
Identify double-click routine in ovl4
2018-12-16 18:54:03 -08:00
Joshua Bell
a7a672cc18
Merge remote-tracking branch 'origin/disasm'
2018-12-15 18:17:06 -08:00
Joshua Bell
95c5de95f7
disasm: Dialog labels
2018-12-15 18:15:47 -08:00
Joshua Bell
ab7b6c884d
Add space prefix to file count, fix count pos
2018-12-15 18:07:14 -08:00
Joshua Bell
d632a7e999
Merge remote-tracking branch 'origin/disasm'
2018-12-14 20:10:45 -08:00