-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #88 from anaselli/createImageAndBackground
Create image from icon theme and adding a background to layout
- Loading branch information
Showing
5 changed files
with
37 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
SET( VERSION_MAJOR "2" ) | ||
SET( VERSION_MINOR "52" ) | ||
SET( VERSION_PATCH "2" ) | ||
SET( VERSION_PATCH "3" ) | ||
SET( VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}${VERSION_SHA1}" ) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,25 @@ | ||
------------------------------------------------------------------- | ||
Mon Oct 17 19:06:36 CEST 2022 - [email protected] | ||
|
||
- 2.52.3 | ||
- YGImage when creating an image looks if the given image is not a pathname | ||
and try to get it from theme (issue #87) | ||
- YGLayout fixing to show background picture (issue #86) | ||
|
||
------------------------------------------------------------------- | ||
Sun Sep 25 19:07:11 CEST 2022 - [email protected] | ||
|
||
- Changed displayWidth/displayHeight implementation For GTK3 | ||
suggestion 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 https://github.com/manatools/dnfdragora/issues/207 | ||
when it runs on Gnome desktop. | ||
- 2.51.2 | ||
- 2.52.2 | ||
|
||
------------------------------------------------------------------- | ||
Sun Jul 11 15:27:20 CET 2021 - [email protected] | ||
|
||
- Fixed CMAKE_INSTALL_LIBDIR for pkgconfig | ||
|
||
------------------------------------------------------------------- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters