Skip to content

Releases: puppylinux-woof-CE/gtkdialog

0.8.5e: Merge pull request #163 from dimkr/gcc14

13 Sep 08:58
d4fb577
Compare
Choose a tag to compare

gcc-14 fix

Re-release 0.8.5d

20 Apr 09:03
6e46ac6
Compare
Choose a tag to compare
Re-release 0.8.5d Pre-release
Pre-release
Merge pull request #161 from step-/gcc14

fixing no compile with gcc-14

0.8.5c

12 Aug 08:01
e18167b
Compare
Choose a tag to compare
0.8.5c Pre-release
Pre-release

Add build option to run commands via bash -c

Fix exclusive zone

06 Aug 05:41
def62a6
Compare
Choose a tag to compare
Fix exclusive zone Pre-release
Pre-release

Fixes a wayland bug where overlayed dialogs would "push" other windows out of the way.

Use system gtk-layer-shell if possible

06 Jun 10:33
c3164a8
Compare
Choose a tag to compare
Pre-release

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

29 Mar 05:52
4e068eb
Compare
Choose a tag to compare

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 for arm 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

14 Dec 11:02
84cd770
Compare
Choose a tag to compare
bugfix for examples Pre-release
Pre-release

<window> widget needed an attribute, and this broke the shipped examples.

Bugfix for X and X under cage

12 Dec 19:58
100afa6
Compare
Choose a tag to compare
Pre-release

bugfix release

Add gtk_layer_set_anchor support

15 Nov 07:59
b7046be
Compare
Choose a tag to compare
Pre-release

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

09 Nov 20:44
e566be5
Compare
Choose a tag to compare
Pre-release

Adds support for gtk-layer-shell to gtkdialog