version.txt 1.2 KB

12345678910111213141516171819202122232425262728293031
  1. 1.12 Release
  2. Added optional pHandleSize parameter.
  3. Added ability to set split handle background color.
  4. Fixed SPLIT_LIMITPANESIZE and SPLIT_CLICKTOTOGGLE bug.
  5. 1.11 Release
  6. Hyperlink gadget now defaults to link colour returned by LookupGuiColor().
  7. 1.10 Release
  8. Decreased the TSplitter threshold for orientation flip.
  9. 1.09 Release
  10. Added SCROLLPANEL_HNEVER and SCROLLPANEL_VNEVER constants.
  11. 1.08 Release
  12. Added a new TScrollPanel gadget.
  13. 1.07 Release
  14. Tweaked THyperlinkGadget.eventHandler() so that it works consistently on all platforms.
  15. 1.06 Release
  16. Fixed some rogue dragging locks for splitters on Windows.
  17. 1.05 Release
  18. Tidied up TSplitter.eventHook(), fixing several bugs in drag code.
  19. 1.04 Release
  20. Added a new SetSplitterBehavior command.
  21. 1.03 Release
  22. Fixed hyperlink tooltips.
  23. A hyperlink's URL can now be modified/retrieved using SetGadgetExtra / GadgetExtra.
  24. 1.02 Release
  25. Added a new TSplitter gadget. See CreateSplitter for more info.
  26. 1.01 Release
  27. Filtered EVENT_MOUSEDOWN to avoid infinite loop on Windows.
  28. Updated THyperlinkGadget to use LookupGuiFont().
  29. Inherited MaxGUI.Win32MaxGUI's label SS_NOTIFY fix.
  30. 1.00 Release
  31. Added the first custom gadget: the hyperlink control.