| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The tpaw_account_widget_new_for_protocol API has been changed to take
a pointer to a GtkDialog instead of a GtkBox. If one is passed, then
buttons are added to it without directly touching the action area. This
way things will work irrespective of whether a header bar is being used
or not. If NULL is passed, a button box is created and used for packing
the buttons inside the widget as was the case before.
In other words, this only affects users of this API who used to pass
an action area. Those who did not should not be affected.
https://bugzilla.gnome.org/show_bug.cgi?id=730578
|
|
|
|
|
|
|
| |
This allows user of the class to get the buttons packed in a different
widget, for instance the one returned by gtk_dialog_get_action_area.
https://bugzilla.gnome.org/show_bug.cgi?id=699492
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=699492
|
|
|
|
|
|
|
| |
We have permission to relicense these files to LGPL, see
GOSSIP-RELICENSING.txt for details.
https://bugzilla.gnome.org/show_bug.cgi?id=699492
|
|
https://bugzilla.gnome.org/show_bug.cgi?id=699492
|