Skip to content

Releases: MurkyYT/MUI

v0.4

28 Aug 08:52
cb8917c
Compare
Choose a tag to compare

Version 0.4 changelog

  • Fixed more memory stuff
  • Added better dark mode
  • Added list view column auto width
  • Added grid dividers
  • Fixed grid and margin calculations
  • Fixed star columns/rows calculation

Full Changelog: 0.3...0.4

v0.3

21 Feb 18:34
e476e09
Compare
Choose a tag to compare

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

v0.2

18 Feb 17:10
b71a816
Compare
Choose a tag to compare

Version 0.2 changelog

  • Grid now working better
  • Added fixed size to GridRow and GridColumn
  • Added HideAll() and ShowAll() to window
  • Added multiple windows to demo app

v0.1

19 Dec 17:44
ee9addd
Compare
Choose a tag to compare

First release

Probably very much broken, be carefull when using