Skip to content

Releases: oktonion/PhWidgets-lib

PhWidgets v0.5.1

Choose a tag to compare

@oktonion oktonion released this 04 Aug 14:41

PhWidgets v0.4.0

Choose a tag to compare

@oktonion oktonion released this 20 Jul 09:54

More widgets, more properties, more docs

stable release with more properties and documentation

Choose a tag to compare

@oktonion oktonion released this 29 May 11:59
v0.3.5

correct Widget::Enabled property getter

stable release with flags type represented as safe bitmask

Choose a tag to compare

@oktonion oktonion released this 08 Nov 14:15

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

stable release with phproperties for every widget

Choose a tag to compare

@oktonion oktonion released this 14 Oct 00:24

implemented photon properties for widget resources - faster calls
more documentation

stable release with safe calls of resources

Choose a tag to compare

@oktonion oktonion released this 07 Oct 14:54

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

stable release with callbacks fully implemented

Choose a tag to compare

@oktonion oktonion released this 08 Sep 12:45

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

Choose a tag to compare

@oktonion oktonion released this 12 Jul 16:39

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

stable release

Choose a tag to compare

@oktonion oktonion released this 22 May 20:15

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.