mirror of
https://github.com/elliotnunn/mac-rom.git
synced 2025-02-05 23:30:14 +00:00
52 lines
1.8 KiB
Plaintext
52 lines
1.8 KiB
Plaintext
|
#
|
|||
|
# File: DisplayMgr ToDo
|
|||
|
#
|
|||
|
# Contains: ToDo items for Display Manager
|
|||
|
#
|
|||
|
# Written by: Ian Hendry
|
|||
|
#
|
|||
|
# Copyright: <09> 1993 by Apple Computer, Inc., all rights reserved.
|
|||
|
#
|
|||
|
# Change History (most recent first):
|
|||
|
#
|
|||
|
# <1> 3/25/93 IH first checked in
|
|||
|
# <3> 3/24/93 IH More To Do Items
|
|||
|
# <2> 3/17/93 IH Edit header and add comments.
|
|||
|
# <1> 3/17/93 IH first checked in
|
|||
|
#
|
|||
|
#
|
|||
|
|
|||
|
Display Manager To Do
|
|||
|
|
|||
|
Added Done
|
|||
|
; ------------------------------
|
|||
|
; Future Build
|
|||
|
; ------------------------------
|
|||
|
<EFBFBD> 3/23/93 SKIA support?
|
|||
|
<EFBFBD> 3/23/93 TSM compatibility?
|
|||
|
|
|||
|
; ------------------------------
|
|||
|
; D6 Build
|
|||
|
; ------------------------------
|
|||
|
<EFBFBD> 3/23/93 Add me to Truth?
|
|||
|
<EFBFBD> 3/23/93 Figure out how to build into the gibbly or into ROM.
|
|||
|
<EFBFBD> 3/23/93 Support putting monitors completely offline (no VRAM)
|
|||
|
<EFBFBD> 3/23/93 Support no monitor systems
|
|||
|
<EFBFBD> 3/23/93 Add palette manager support for new devices
|
|||
|
<EFBFBD> 3/23/93 Finish support of "update" arguments to device manipulations
|
|||
|
<EFBFBD> 3/23/93 Fix parameters to device manipulation calls
|
|||
|
<EFBFBD> 3/23/93 Fill in Asm equate file
|
|||
|
<EFBFBD> 3/23/93 Make sure IPC calls work for same process and fix my code to handle this
|
|||
|
<EFBFBD> 3/23/93 3/23/93 Figure out how to test for existance of interprocess calls
|
|||
|
## gestalt bit set for IPC stuff
|
|||
|
<EFBFBD> 3/22/93 3/23/93 When switching main device from direct to indexed, ports are still
|
|||
|
not quite correct.
|
|||
|
## I was restoring the port colors before switching to
|
|||
|
## the new gdevice. I was also doing some weird rect stuff
|
|||
|
## this may still not work
|
|||
|
<EFBFBD> 3/17/93 3/23/93 Add tests to DrawMenuBar to make sure _MenuCalc is needed
|
|||
|
## Used process manager IPC to avoid patch
|
|||
|
<EFBFBD> 3/17/93 Test on Classic QD Machines
|
|||
|
<EFBFBD> 3/17/93 Update ERS
|
|||
|
<EFBFBD> 3/17/93 Fill in Pascal header file
|