summaryrefslogtreecommitdiff
path: root/netspeed/src/netspeed.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-17Allow building all applets in or out of processlukefromdc1-33/+37
2023-07-17netspeed: port to in-process for waylandlukefromdc1-31/+29
2022-08-08Use dashes instead of underscores in signal namesrbuj1-5/+5
2021-11-21Use a blank line at mostrbuj1-1/+0
2021-10-26Mate Netspeed applet: add accessible Atk object with proper label.Valentin Villenave1-0/+9
2021-02-04build: Use PACKAGE_URL variablerbuj1-1/+1
2021-01-28netspeed: drop free_devices_listrbuj1-2/+2
2021-01-21netspeed: Remove -Wunused-variable warningrbuj1-1/+0
2021-01-16Update copyright to 2021rbuj1-1/+1
2021-01-12netspeed: Show all IPv4 and IPv6 addresses in tooltip.treysis1-53/+36
2021-01-09netspeed: g_settings_get_string always returns a newly-allocated stringrbuj1-28/+26
2021-01-06netspeed: allow to select an interface which is downrbuj1-4/+7
2021-01-04netspeed: fix typorbuj1-2/+2
2021-01-03netspeed: Add NetspeedPreferences classrbuj1-212/+156
2020-12-25netspeed: connect the widget signal handlers on class_initrbuj1-44/+41
2020-12-25netspeed: refactor variable namesrbuj1-542/+525
2020-12-25netspeed: NetspeedApplet subclass of MatePanelAppletrbuj1-91/+101
2020-12-22netspeed: Fix display of IP if no IPv4 is configuredtreysis1-1/+1
2020-12-19netspeed: show all ipv6 addrs in device details dialogrbuj1-5/+17
2020-12-18netspeed: show all IP addresses on tooltip if enabledrbuj1-19/+65
2020-12-16netspeed: code styleraveit651-652/+693
2020-12-13netspeed: show ipv6 address in tooltip if ipv4 address is not usedrbuj1-3/+9
2020-12-06remove dead function mate_panel_applet_set_background_widgetmbkma1-4/+0
2020-08-11Remove -Wtype-limits warningsrbuj1-1/+1
2020-08-11netspeed: Load netspeed-menu.xml from resourcesrbuj1-7/+8
2020-07-29netspeed: remove warning about g_object_disconnect on remove it from panelrbuj1-133/+143
2020-07-29netspeed: Add netspeed-details.uirbuj1-534/+510
2020-07-28netspeed: fix memory leaks on backendrbuj1-152/+147
2020-07-19netspeed: Use a macro for setting refresh time valuerbuj1-10/+8
2020-07-19netspeed: Use IEC units for transfer ratesrbuj1-66/+28
2020-07-19netspeed: add netlink supportrbuj1-32/+171
2020-06-17netspeed: Add netspeed-preferences.uirbuj1-130/+31
2020-04-25Remove unused-function warningsrbuj1-10/+0
2020-04-16Remove unused-variable warningsrbuj1-2/+0
2020-01-10Update copyright to 2020raveit651-1/+1
2019-09-13netspeed: remove -Wunused-but-set-variable warningrbuj1-7/+0
2019-03-20Make translatable copyright info in about dialogrbuj1-6/+3
2019-03-20Ensure proper translation of the about dialog titlerbuj1-3/+4
2018-05-12netspeed: Use theme icons instead of embeddedVictor Kareh1-101/+111
2018-05-12Convert applet icons from pixbuf to surfacesVictor Kareh1-38/+66
2018-02-09avoid deprecated GtkStockPablo Barciela1-8/+8
2018-02-04require GTK+ 3.22 and GLib 2.50monsta1-42/+0
2018-01-09update copyright year to 2018monsta1-1/+1
2017-10-05netspeed: update copyright yearmonsta1-1/+1
2017-08-05netspeed: don't use deprecated gtk_show_uriraveit651-0/+9
2016-11-22move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-164/+23
2016-11-22fix some indent and a couple of typosmonsta1-28/+28
2016-08-31GTK+-3 netspeed: port GtkTable to GtkGridraveit651-0/+42
2016-08-01GTK+-3 netspeed: write valid rgb color values to gsettingsraveit651-13/+28
2016-07-31GTK+-3 netspeed: port to GtkColorChooser and GdkRGBAraveit651-1/+48