OpenPTC 1.0 Win32 Distribution Changes Log
------------------------------------------


Version 1.0.3 [31/4/99]:

   - Fixed mouse cursor hiding to work more correctly, although there
     still seems to be problems when an application is launched from
     explorer with a double mouse click on some computers... (?)
   - Added code to save the position of the foreground window before
     switching modes, and to restore it on leaving the mode. This
     should fix the annoying bug where VC gets resized to the width
     and height of the display mode. If you still experience problems
     with window/icon positions with PTC, please tell me asap. so i
     can take more comprehensive measures to make sure it does not
     happen (if this does not fix it, i will save and restore the
     position of every single window and icon during mode switches!)
   - Found some minor problems in the merger Console::open functions
     not behaving exactly as i would like them to regarding console
     options in a merged distribution (ie. DirectX + GDI). To fix
     the problem for now i have constructed a little hack, to fix it
     more completely may require a redesign of the merger console.
     For now, this will do :)
   - Fixed a minor bug in the merger Console::option function. Some
     options were not working correctly.
   - Found the primary reason why ALT-TAB was exiting the application
     immediately... ALT is a keypress in PTC, and the main key press
     loop exits immediately in most examples as soon as any key is
     pressed. To get around this i have temporarily disabled ALT
     key presses and modifiers, i will enable an option in the
     future to control whether system keys should be allowed through
     or restricted to the application only.
   - Implemented DirectXHook to handle all required window messages
   - Fixed Win32Hook to correctly handle multiple hooks on the
     same HWND. Now a lot of nasty problems can be fixed...
   - Removed the DirectXConsole and GDIConsole from being exported!
     Now the ptc.dll is much smaller, these consoles were exported
     by accident! Only the main Console was supposed to be exported
     in the dll!
   - Added special defines to increase compilation speed of
     windows.h and to restrict ddraw.h to dx3 compliance.
   - Found some details with option strings that i forget to
     mention in "options.txt" last release. If the console options
     didnt work in 1.0.2, read "options.txt" again and read the
     notes about options in a merged distibution.


Version 1.0.2 [25/3/99]:

   - Simplified the image example source code.
   - Implemented proper key stroke buffering and control,
     alt, shift modifiers. Updated the "Keyboard" example to
     check the "shift" modifier.
   - Fixed a bug in the Palette class. The bug caused the first
     palette set to be the only one used in some cases, now all
     palette operations will work correctly. (note. this bug did
     not show up in the examples because they only use a single
     palette).
   - Added basic "merger kit" functionality. This is currently
     transparent to you using PTC, but in the future will let you
     choose between using the default console, DirectX console,
     or GDI console at runtime.
   - Fixed a very minor bug in the Console::lpDD/lpDD2/lpDDS
     functions. They were not being declared as PTCAPI, which is
     basically stdcall, this may have caused some problems when
     interfacing to the dll. If so, its all fixed now :)
   - Added "GDI" source tree as a placeholder for when GDI console
     support gets added to PTC for Win32.


Version 1.0.1 [22/3/99]:

   - Added documentation for Win32 PTC extensions in "extensions.txt"
   - Added option strings to the console. See "options.txt" for
     more information about the new option strings.
   - Converted all workspace and project files to Visual C++ 6.0.
     This is the best format to use as it works perfectly with
     VC6 without conversion and is backwards compatable with VC5.


Version 1.0.0 [19/3/99]:

   - Fixed surface clear clipping bug with new porting kit 1.0.1 code
   - Updated to the latest porting kit, examples kit, demos kit
     and testing kit. This implementation is OpenPTC 1.0 compliant.
   - Added console pages functionality from porting kit
   - Added "Copy" example program
   - Added "Console" example program
   - Fixed major clipping bug and upgraded clear example
   - Upgraded timer class to use QueryPerformanceCounter API
   - Problems with palette 255 entry being set to white DirectDraw bug
   - Upgraded palette functionality to work properly without a workaround
   - Upgraded DirectDraw Surface interfaces to LPDIRECTDRAWSURFACE2
   - Upgraded DirectDraw interface to LPDIRECTDRAW2 in DirectXDisplay
   - Modified PTCAPI to _stdcall and added DLLAPI (dllexport/import)
     to make sure that the dll is always properly linked to
   - Added PTCAPI exporting define to properly export api functions
   - Changed all examples over to use ptc.dll by default
   - Added dynamic library support (ptc.dll)
   - Partitioned code into Core, Win32 and DirectX directories
   - Brought over old source code from Win32 PTC 2.0.8
   - Built up Win32 implementation framework from porting kit
