SWT Win32 Extension Changelog

What's new in SWT Win32 Extension 1.1.0

Dec 12, 2011
  • Add IShellFolder COM Interface.
  • Add Windows Kernel functions.
  • Integrate jNative with SWT Win32 Extension.
  • Fixed some bugs in the 1.0.5.

New in SWT Win32 Extension 1.0.5 (Dec 12, 2011)

  • Change the project package name.
  • Add the Volume Control of Windows. Important: Vista doesn't support it.
  • Fixed some bugs about Custom Theme.
  • Add CD Drive Manager. Important: Vista doesn't support it.
  • Fixed bug:Opening registry key which contains Chinese will fail.
  • Refactor Custom Theme, users can customize themselves theme.
  • Fixed bug: Extract icon will cause gdi objects leaking.
  • Add Vista Glossy Theme. Important: Need GDI+.
  • Use pure swt implementation to replace old callback implementation about MenuControl.
  • Fixed Bug: MenuControl will caused JVM Exit in the Windows 98.

New in SWT Win32 Extension 1.0.4 (Dec 12, 2011)

  • Update Example.
  • Add Custom ToolBar.
  • Fixed bug: Dispose all unused GDI Objects.
  • Add FileVersionInfo Class to get EXE and DLL version information.
  • Add Office 2007 style.

New in SWT Win32 Extension 1.0.3 (Dec 12, 2011)

  • Fix some example bugs.
  • Fix custom window region bug.
  • Implement Menu Shortcut.
  • Add Keyboard and Mouse event emulator.
  • Add Custom Popup Menu.

New in SWT Win32 Extension 1.0.2 (Dec 12, 2011)

  • Fix some bugs in Windows 2000.
  • Add Custom Menu.
  • Add System Hot Key.
  • Use callback manager to manage hook callbcks.

New in SWT Win32 Extension 1.0.1 (Dec 12, 2011)

  • Add flash ole control.
  • Add vista style shell wrapper.
  • Add simple DLL function access method.
  • Add shell system menu manger.

New in SWT Win32 Extension 1.0.0 (Dec 12, 2011)

  • Add Plugin Update Site.
  • Fixed bug: GetDiskFreeSpace will cause JVM exit.
  • Add four Low Level Hooks
  • Support SWT-Extension as an Eclipse plugin.
  • Add Hook functions.