Releases: puppylinux-woof-CE/gtkdialog
0.8.5e: Merge pull request #163 from dimkr/gcc14
gcc-14 fix
Re-release 0.8.5d
Merge pull request #161 from step-/gcc14 fixing no compile with gcc-14
0.8.5c
Fix exclusive zone
Fixes a wayland bug where overlayed dialogs would "push" other windows out of the way.
Use system gtk-layer-shell if possible
This release uses system gtk-layer-shell
if using meson build system and falls back to the meson sub-project if no system libs found.
New release
We are happy to announce the new release of gtkdialog-0.8.5
This release has been several years in the making since Puppy Linux took over development in 2018.
It has several new features and bugfixes which would not be possible with out the work of our volunteer developers. The following list is a short run down.
- fixes for
aarch64
architecture and MacTM platform allowing the correct stacking of widget elements based on the original patch forarm
architecture. - improved support and bugfixes for
GTK-3.0
- removal of redundant code and general cleanup
- improvements to chooser, terminal, menuitem and window widgets
- addition of wayland display server support for gtk-3
- improved handling of variables
- inline xml comments are now allowed in the code (this change is not backward compatible - see the examples for details)
- addition of the
meson
build system - improved and new, where necessary, code examples and updated documentation
Acknowledgements
This release would not be possible without contributions from @woodenshoe-wi , @mavrothal , @jamesbond3142 , @bkauler , @step- , @dimkr and @01micko and of course all the folk who reported bugs both here in the issues section and at the Puppy Linux forum.
bugfix for examples
<window>
widget needed an attribute, and this broke the shipped examples.
Bugfix for X and X under cage
bugfix release
Add gtk_layer_set_anchor support
Gtkdialog can now position windows in wayland at left
, topleft
, top
, topright
, right
, bottomright
, bottom
, bottomleft
using the edge=
attribute.
example usage:
'<window edge="topright">...</window>'
Wayland gtk-layer-shell
Adds support for gtk-layer-shell to gtkdialog