summaryrefslogtreecommitdiff
path: root/src/applet.c
Commit message (Expand)AuthorAgeFilesLines
* applet: use appindicator if we can outside of X11lr/x11-app-indicatorLubomir Rintel2023-02-161-0/+9
* applet: replace libnotify with GNotificationLubomir Rintel2022-11-071-128/+51
* Respect GTK font settings when rendering menu header textJohn Lindgren2022-05-171-1/+1
* applet: tidy up the error dialogs a bitLubomir Rintel2022-03-211-12/+3
* applet: make the tooltip of the status icon available for screen readersLukáš Tyrychtr2022-03-081-2/+4
* Use "port(s)" for dependent devices/profilesTill Maas2021-07-071-2/+2
* set correct icon sizeKonstantin Unruh2021-06-291-2/+12
* applet: support activating WireGuard connections as VPNsbg/applet-wireguardBeniamino Galvani2021-02-121-20/+45
* applet: hide unmanaged interfacesLuis Pabon2021-02-021-3/+3
* applet: Work around appindicator "show"/"hide" signals quirkAndrew Zaborowski2020-11-181-0/+43
* applet: move INDICATOR_ENABLED() macro to applet.h headerThomas Haller2020-02-141-6/+0
* applet: fix widget assertion failure when running as indicatorVictor Kareh2020-02-141-1/+1
* applet: scale icons for HiDPI displaysVictor Kareh2019-11-191-1/+4
* all: drop modelineslr/cleanupsLubomir Rintel2019-09-101-1/+0
* all: use SPDX license identifiersLubomir Rintel2019-09-101-14/+1
* applet: display the wifi related items next to the APsSebastien Bacher2019-05-241-4/+2
* applet: avoid a crash on failure to get the secretsLubomir Rintel2018-06-071-2/+4
* applet: check for INDICATOR_ENABLED(applet) in upplet_update_icon()Thomas Haller2018-06-011-1/+1
* src/applet.c: Fix VPN icons when displayed in AppIndicator mode.Mike Gabriel2018-06-011-0/+4
* all: fix bad function pointer castsLubomir Rintel2018-05-091-4/+5
* applet: fix status icon when a VPN has the default routeBeniamino Galvani2017-08-101-3/+8
* all: get rid of all GtkStockLubomir Rintel2017-07-111-1/+1
* applet: don't let the separators expand verticallyLubomir Rintel2017-07-111-3/+8
* applet: avoid using GTK_STOCK_NETWORKLubomir Rintel2017-07-111-2/+2
* applet: Keep network selection at top of indicator menuJeremy Bicha2017-06-231-1/+1
* applet: use default active interface, even if it is of unsupported classNikolay Martynov2017-05-241-2/+6
* trivial: fix whitespaceThomas Haller2017-05-191-6/+7
* applet: do not skip wifi slave connectionsNikolay Martynov2017-05-191-2/+3
* applet: fix split translatable sentenceBeniamino Galvani2017-04-211-5/+3
* applet: also react to vpn-state property changesBeniamino Galvani2017-04-201-5/+21
* applet: subscribe to notify::state property of unsupported devicesBeniamino Galvani2017-04-201-9/+7
* applet: refactor make_active_failure_message()Beniamino Galvani2017-04-201-19/+11
* applet: fix handling of VPN state changesBeniamino Galvani2017-04-201-50/+22
* applet: fix crash in activate_vpn_cb()Beniamino Galvani2017-04-101-1/+1
* applet: fix memory leak in activate_vpn_cb()Beniamino Galvani2017-04-101-0/+1
* applet: update menu while it is openbg/menu-wifi-scan-bgo774848Beniamino Galvani2017-04-041-42/+60
* applet: request wifi scan while the menu is openBeniamino Galvani2017-04-041-2/+52
* applet: don't use the deprecated NMVpnConnectionStateReasonLubomir Rintel2017-03-201-20/+20
* all: cleanup switch "fall through" commentsThomas Haller2017-02-091-2/+1
* all: use gresourcesLubomir Rintel2017-01-061-1/+1
* applet: re-add broadband devices when MM becomes availableBeniamino Galvani2016-12-301-0/+20
* trivial: remove some long dead commented-out codeDan Williams2016-11-151-6/+0
* all: use Unicode in translatable stringsPiotr Drąg2016-10-031-27/+27
* applet: fix wrong status for wireless toggleKai-Heng Feng2016-08-301-0/+15
* applet: fix handling of changed icon theme signalBeniamino Galvani2016-06-161-5/+11
* applet: avoid invalid warning about uninitialized variable in applet_get_acti...Thomas Haller2016-06-061-1/+1
* applet: remove assert(s_con) from applet_get_active_vpn_connection()Thomas Haller2016-05-131-1/+2
* applet: open the editor in create mode when there are no vpn connectionsLubomir Rintel2016-04-251-4/+21
* applet: allow multiple VPN connectionsLubomir Rintel2016-04-251-57/+31
* applet: avoid modifying the list we're iteratingLubomir Rintel2016-04-251-0/+1