Skip to content

Releases: oktonion/PhWidgets-lib

PhWidgets v0.5.1

04 Aug 14:41
Compare
Choose a tag to compare

PhWidgets v0.4.0

20 Jul 09:54
Compare
Choose a tag to compare

More widgets, more properties, more docs

stable release with more properties and documentation

29 May 11:59
Compare
Choose a tag to compare
v0.3.5

correct Widget::Enabled property getter

stable release with flags type represented as safe bitmask

08 Nov 14:15
Compare
Choose a tag to compare

implemented class to handle flags of photon widget - cppbitmasks::bitmask

stable release with phproperties for every widget

14 Oct 00:24
Compare
Choose a tag to compare

implemented photon properties for widget resources - faster calls
more documentation

stable release with safe calls of resources

07 Oct 14:54
Compare
Choose a tag to compare

Changed resource management system - now fully templated, no ugly macroses, more safe and fast.

stable release with callbacks fully implemented

08 Sep 12:45
Compare
Choose a tag to compare

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

12 Jul 16:39
Compare
Choose a tag to compare

Production ready stable release. Not all features implemented tho. Added callbacks.

stable release

22 May 20:15
Compare
Choose a tag to compare

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.