Skip to content

v0.3

Compare
Choose a tag to compare
@MurkyYT MurkyYT released this 21 Feb 18:34
· 16 commits to master since this release
e476e09

Version 0.3 changelog

  • Many window functionality is now fully working with demos inside the demo project
  • All OutputDebugString were replaces with throw std::exception
  • Added GetHWND() GetSize() Close() and GetHINSTANCE() to Window
  • UIComponents can now have more then one event
  • Added MenuBar Menu and ContextMenu
  • HIDE_ON_CLOSE renamed to EXIT_ON_CLOSE and now indicates whether to close application when 0 windows are present
  • No need to pass hInstance anymore when creating a window
  • TextBox now calculates the needed size for the text buffer when calling GetText()
  • Window background color changing now works with NEW_STYLE 1 set
  • Memory optimizations