home *** CD-ROM | disk | FTP | other *** search
-
- Aug 4 1995
- ==========
-
- SAS >> DICE BGUI/*_window.c: Added #include <clib/alib_protos.h>
- BGUI/hotkey_window.c:
- static SAVEDS ASM ULONG ExecListRsrcHandler(REG(a0) struct Hook *hook, REG(a2) void *obj, REG(a1) void *msg);
- static SAVEDS ASM ULONG ExecListDispHandler(REG(a0) struct Hook *hook, REG(a2) void *obj, REG(a1) void *msg);
- BGUI/keydef_window.c:
- static SAVEDS ASM ULONG KeyDefWindowHandler(REG(a0) struct Hook *hook, REG(a2) void *obj, REG(a1) void *msg);
-
- version.h: Updated
-
- BGUI/options_window.c: CloseOptionsWindow()
- Added FreeVec(PageNGad);
- Added FreeVec(PageLabels);
-
- BGUI/hotkey_window.c: UpdateHotkeyLV()
- Wrong end of loop (crash!!!)
- Wrong BGUI calls
-
- GADTOOLS,BGUI,MUI/hotkey_window.c: curhk, curtype was NOT initialized!
-
- hotkey_types.c: ModifyYHKName()
- New error message!
-
- Created miscellaneous window
- mousecycling window
- blank window
- hotkey window
- options window
- Updated gui.c: InitWindowGadget(), ShowWindowID(), CloseWindowID
- Updated *_window.h
-
- gui.c: Shared code for ShowYakInterface(),
- HideInterface(),
- ShowWindowID(),
- CloseWindowID()
-
- gui.c: Removed InitGUI() >> Modified ShowXXXWindow() (initialization)
- ShowYakInterface() (beta requester)
-
- GADTOOLS,MUI,BGUI/hotkey_window.c: InitActions1Node() becomes InitActionsList()
-
- gui.h GD_Page >> GD_Page_MCycling
- >> GD_Page_Opts
-
- PREFS/gui.h: Added ID_HIDE, ID_SHOW labels
- PREFS/main.c: Added YakIconified variable (GADTOOLS, BGUI, MUI)
- Modified ProcessMsg(), HandleAppMsg(), NotifiyNewPrefs()
-
- Updated yak_2.1.MUIB
-
- Updated DMakeFile
-
-
- October 6 1995
- ==============
-
- BUG: PREFS/main.c (MUI): Modified ProcessMsg(), HandleAppMsg(), CreateApp()
-
- Online help system:
- -hotkey_type.c & hotkey_type.h: modified YakHotkeyType structure
-
- -Prefs/MUI/Xxx_window.c
- -Prefs_BGUI/Xxx_window.c: CreateXxxWindow()
-
- -Prefs/Gadtools/Xxx_window.c: OpenXxxWindow(), HandleXxxIDCMP();
- -Prefs/main.c (GADTOOLS): ProcessMsg()
-
- Updated yak_2.1.MUIB
-
- Updated DMakefile
-
-
- October 9 1995
- ==============
-
- BUG: hotkey_types.c: MoveWindowHKOption[] bad value
-
- Help Gadget: - yak.cd HELP_STRING
- - gui.h GD_Help
- - keydef_window.c.h (GADTOOLS & BGUI)
-
- CapShift: - yak.cd CAPSHIFT_STRING
- - gui.h GD_CapShiftCheck
- - misc_window.c.h (GADTOOLD, MUI & BGUI)
-
- - setting.c.h
- - handle.c MainHandler()
- - wbstartup/capshift.c.h (NEW)
-
- Updated yak_2.1.MUIB
-
- Updated DMakefile
-
-
-
- November 10 1995
- ===============
-
- Updated DMakefile (use DLError)
-
- Updated GUI/yak_2.1.muib (Notifications, ...)
-
- Suggestion: New BGUI design!
-
- BGUI/main.c: CreateApp() (error message undesirable!)
-
- Options_window: cycle gadget wasn't updated (GADTOOLS & BGUI)
- >> InitOptionsGadgets() sets the current page!
-
-