-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Useless patches removed, labels patch.
— "popovers__menu-button" patch removed, caused errors (in Evince and GNOME MPV for example). — "fixes__window-background" patch removed, bug fixed in upstream better way. — "fixes__labels-wrapping" patch added, fixes too wide windows in apps badly ported from GTK2.
- 3.24.48
- 3.24.48-2
- 3.24.43
- 3.24.43-2
- 3.24.42
- 3.24.41
- 3.24.40
- 3.24.39
- 3.24.38
- 3.24.38-3
- 3.24.38-2
- 3.24.37
- 3.24.37-2
- 3.24.36
- 3.24.35
- 3.24.34
- 3.24.34-2
- 3.24.33
- 3.24.31
- 3.24.31-3
- 3.24.31-2
- 3.24.30
- 3.24.30-2
- 3.24.29
- 3.24.28
- 3.24.27
- 3.24.26
- 3.24.24
- 3.24.23
- 3.24.22
- 3.24.21
- 3.24.20
- 3.24.20-ubuntu20.04
- 3.24.14
- 3.24.13
- 3.24.11
- 3.24.8-1
- 3.24.7-1
- 3.24.5-1
- 3.24.4-1
- 3.24.3-1
- 3.24.1-2
- 3.24.1-1
- 3.24.0-1
- 3.22.30-8
- 3.22.30-7
- 3.22.30-6
- 3.22.30-5
- 3.22.30-4
- 3.22.30-3
- 3.22.30-2
1 parent
af0ea25
commit 8dc7c51
Showing
6 changed files
with
36 additions
and
52 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
diff --color -U 5 -r -Z -B ./org/gtk/gtklabel.c ./mod/gtk/gtklabel.c | ||
--- ./org/gtk/gtklabel.c 2018-02-17 23:30:46.000000000 +0100 | ||
+++ ./mod/gtk/gtklabel.c 2018-05-25 21:23:33.053987024 +0200 | ||
@@ -1366,11 +1366,11 @@ | ||
priv = label->priv; | ||
|
||
gtk_widget_set_has_window (GTK_WIDGET (label), FALSE); | ||
|
||
priv->width_chars = -1; | ||
- priv->max_width_chars = -1; | ||
+ priv->max_width_chars = 56; | ||
priv->label = g_strdup (""); | ||
priv->lines = -1; | ||
|
||
priv->xalign = 0.5; | ||
priv->yalign = 0.5; |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.