| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Replace all remaining uses of gtk_widget_destroy
by gtk_container_remove or g_object_unref.
|
|
|
|
|
|
|
|
|
| |
It is enough to just set the parent (and make the parent
call gtk_native_check_resize in size_allocate).
This commit removes the relative_to argument to the
constructors of GtkPopover and GtkPopoverMenu, and
updates all callers.
|
|
|
|
|
|
|
|
|
|
| |
The calls used old bugzilla URLs and nobody cared about that.
So apparently they are very unused.
There's also a potential conflict between gitlab and bugzilla URLs and
what base bug to use there.
The old usages have been converted to comments.
|
|
This tests the fix in the previous commit.
|