Skip to content

Releases: libyui/libyui-gtk

Release 2.52.5

23 Mar 14:05
140d203
Compare
Choose a tag to compare

Fixed dnfdragora bug 216 "The app is squashed when is opened" related to libyui-gtk only

Release 2.52.3

19 Oct 16:36
85acdf2
Compare
Choose a tag to compare

This is a bug fixing release:

  • YGImage when creating an image looks if the given image is not a pathname and try to get it from theme in the case (issue #87)
  • YGLayout fixing to show background picture (issue #86)

Release 2.52.2

30 Sep 19:28
6869c86
Compare
Choose a tag to compare

Changed displayWidth/displayHeight implementation following the GTK3 suggestion that is to get the GdkWindow out of the GtkWindow widget
with gtk_widget_get_window(), and then use gdk_display_get_monitor_at_window().
This fixes dnfdragora bug manatools/dnfdragora#207 when it runs on Gnome desktop.

Release 2.52.0

11 Jul 13:33
ac3256a
Compare
Choose a tag to compare

This release fixes the libyui-gtk environment to build against new libyui tree.

New 2.49.0 release

23 Jun 09:21
809d52f
Compare
Choose a tag to compare

This release contains:

  • Implementation of YLabel autowrap
  • fixing for timeout warning using WaitForEvent with timeout

Bug fixing release 2.48.0

28 May 18:40
5536cb6
Compare
Choose a tag to compare

This release fixes some building warnings and implements new libyui abstract methods.