Releases: vgtk/vgtk3
Releases · vgtk/vgtk3
0.3.0
- FInished Buttons
- Added GDK module
- Added GLib module
- Demos are split into:
box_demo.v
,button_demo.v
,entry_demo.v
, etc. - Finished
Grid
- Finished
Label
- Added common widget functions to most widgets.
BaselinePosition
enum- Custom signals on every widget
- Added
Application
- More attributes for EVERY widgets
- Window types
- Window gravity
- Window centering
- Window ... (you get it)
- Remade containers to share code between them, which means to use a container as it, you must first call
to_container()
on(string, fn(widget Widget, _data voidptr), data voidptr)
which is equivalent to custom signals but called directly on the struct.- Some more little changes
- Removed mamma mia
0.2.0
The changelog is so big that nobody could count. But maybe one of the last vgtk3
versions before replacement by GObject
bindings which will use code generation because there are no dynamic modules that can add themselves functions in V, nor can a module be dynamically imported (to compile the code on-the-go).