summaryrefslogtreecommitdiff
path: root/chooser
Commit message (Collapse)AuthorAgeFilesLines
* gdm-host-chooser-widget: Don't use g_memmoveAlessandro Bono2022-10-271-1/+1
| | | | It is deprecated since 2.40. Use memcpy since memory areas don't overlap.
* gdm-chooser-host: Drop G_CONST_RETURN usageAlessandro Bono2022-10-272-2/+2
| | | | This it is deprecated, remove it.
* gdm-host-chooser-widget: Use g_clear_handle_idAlessandro Bono2022-10-271-6/+2
|
* gdm-host-chooser-widget: Remove leftoversAlessandro Bono2022-09-081-3/+0
| | | | | | | This function doesn't exist. We have _gdm_host_chooser_widget_set_kind_mask which is not public. Fixes: c6e462b746695efdd4d60fd55db517ad2db4a8ce
* gdm-host-chooser-dialog: Remove leftoversAlessandro Bono2022-09-081-2/+0
| | | | | | | This function doesn't exist. We have _gdm_host_chooser_dialog_set_kind_mask which is not public. Fixes: c6e462b746695efdd4d60fd55db517ad2db4a8ce
* Drop autogoo goo gooRay Strode2020-04-301-70/+0
| | | | | | Our turkey has freezer burn, so I'm dropping it. https://gitlab.gnome.org/GNOME/gdm/-/merge_requests/96
* data: switch gdm.service.in to use cmake formatNiels De Graef2020-04-301-0/+50
| | | | | | | | | | We're going to be switching to meson, and meson doesn't deal too well with an @ in the configuration file that's not part of a substitution variable. This commit switches the gdm service over to use a cmake style of substitution variables, so we can later tell meson to use configure in cmake mode and workaround the @ confusion.
* Removed unused pixmaps and references to pixmapdirStasiek Michalski2019-08-061-1/+0
|
* Use G_PARAM_STATIC_STRIGS on propertiesNiels De Graef2019-01-073-6/+6
| | | | This prevents strings from being unnecessarily copied.
* host-chooser-dialog: use G_DECLARE_FINAL_TYPENiels De Graef2018-12-252-50/+11
|
* host-chooser-widget: use G_DECLARE_FINAL_TYPENiels De Graef2018-12-252-123/+82
| | | | | Note that we also removed the finalize() method, as that had become empty and only gave warnings due to unused variables.
* gdm-chooser-host: use G_DECLARE_FINAL_TYPENiels De Graef2018-12-252-49/+24
|
* chooser-session: Use G_DECLARE_FINAL_TYPENiels De Graef2018-12-232-43/+19
|
* chooser: Don't use deprecated GtkStockRobert Ancell2017-12-051-3/+3
|
* chooser: Don't use deprecated GtkVBoxRobert Ancell2017-12-051-1/+1
|
* Use standard exit codes.Robert Ancell2017-10-031-2/+2
| | | | | | | | | Use EXIT_ defines for readibility. There were some exit codes > 1, but they don't seem to be checked by any of the parent process code. This does mean that the logs might have changed, but modern logging techniques have probably made this obsolete. https://bugzilla.gnome.org/show_bug.cgi?id=788307
* chooser: filter out duplicate hostnamesRay Strode2017-03-311-1/+33
| | | | | | | | | | One host may report itself on multiple interfaces. GDM only supports based on hostname not interface, so that leads duplicate entries in the list. This commit filters out the dupes. https://bugzilla.gnome.org/show_bug.cgi?id=780787
* chooser: switch to browse selection modeRay Strode2017-03-311-1/+8
| | | | | | | The chooser is a host browser after all. It makes not sense to have an unselected item. https://bugzilla.gnome.org/show_bug.cgi?id=780787
* chooser: make host list fill the dialogRay Strode2017-03-311-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=780787
* chooser: fix duplicate entry in the listRay Strode2017-03-311-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=780787
* build-goo: get rid of gui directoryRay Strode2016-08-1511-0/+2502
It only has the chooser in it, so just move the chooser to the toplevel.