Releases: oktonion/PhWidgets-lib
PhWidgets v0.5.1
Added
- Button ArmFill property
- Label TextClippedAlign property
- Label::Image property
- Photon native types docs
- Drawing::Image class
- Widget::Parent property
- Widget::Widgets property
- Widget::BringToFront()
- Widget::SendToBack()
- Widget::Contains()
- Widget::GetNextWidget()
- Containter::ActiveWidget property
- dynamic_widget_cast()
Changed
- eAnchorFlags chagned to eAnchorStyles
- CursorDef chagned to Cursor
Fixed
- Widget comparison operators
- build scripts
slib.zip containts static prebuilt library and all headers
PhWidgets v0.4.0
More widgets, more properties, more docs
stable release with more properties and documentation
v0.3.5 correct Widget::Enabled property getter
stable release with flags type represented as safe bitmask
implemented class to handle flags of photon widget - cppbitmasks::bitmask
stable release with phproperties for every widget
implemented photon properties for widget resources - faster calls
more documentation
stable release with safe calls of resources
Changed resource management system - now fully templated, no ugly macroses, more safe and fast.
stable release with callbacks fully implemented
Production ready stable release. Callbacks and event system for all available widgets are implemented. Adding/ removing callback is easy and intuitive now, just write f.e. 'widget->Activate += my_callback' / 'widget->Activate -= my_callback'.
stable release with callbacks
Production ready stable release. Not all features implemented tho. Added callbacks.
stable release
Can be used in production. Implemented basic widgets. Free calls of callbacks feature is not ready yet. Run .exportlib.sh %project location% to add library to your phab project.