11th July, 2005
This is a summary of changes between V1.0 and V1.02 See the CHANGELOG file in the distribution for the full detail.
ClientToScreen, GetCapture, LoadCursor, SetWindowRgn, ShellExecute, WaitMessage
RemoveMenu
CombineRgn
GetString
General documenation tidy-up.
Added support for chevrons to Rebar (see -idealwidth, ChevronPushed event)
Added support for relative widths to Win32::GUI::GridLayout
Re-worked TrackPopupMenu, which now allows for obtaining events while tracking a menu
+ Fixed crash with UpDown control when using the SetBuddy, Buddy and GetBuddy methods + Fixed crash on program termination with Richedit + Fixed Win32::GUI::EnumMyWindows + Fixed defaults for Trackbar Pos(), Min(), Max(), SelStart() and SelEnd() methods + Hooked events now report errors correctly + Hooked events now work correctly for WM_NOTIFY messages + Toolbar ButtonClick event now fires correctly for dropdown buttons + Toolbar GetButtonInfo, SetButtonInfo methods now work correctly + Label -bitmap option now works as expected + now builds under cygwin + Fixed prototype for Listview method GetOrigin.