summaryrefslogtreecommitdiff
path: root/applets/clock/clock-location.c
AgeCommit message (Collapse)AuthorFilesLines
2021-07-28Fix clock applet add location crashzhuyaliang1-1/+1
2021-02-07Redundant NULL check before freeing a variablerbuj1-48/+13
2020-09-07Remove variableScope warnings reported by cppcheckrbuj1-2/+3
cppcheck --enable=all . 2> err.txt grep variableScope err.txt
2020-08-01clock: Use single-linked lists for locationsrbuj1-2/+2
2020-07-29clock: Fix GError double freeTomas Bzatek1-2/+0
Let the GError ownership on the async finish method call.
2020-07-05Avoid using single-line cpp commentsrbuj1-2/+3
2019-09-14clock: avoid deprecated g_type_class_add_privateWu Xiaotian1-35/+31
2016-11-09clock: fix indent somewhatmonsta1-231/+231
2016-06-29use gtk_box_new instead of gtk_{h,v}box_new properlySorokin Alexei1-5/+0
2016-02-21fix some warningsSorokin Alexei1-2/+3
2014-12-12clock: use GNetworkMonitorinfirit1-141/+25
Taken from gnome-panel commit: 04e6ef4dbc6a1fdc720b750fdf87a7f43a8a2df6 From: Alberts Muktupāvels <[email protected]>
2014-11-23Gtk3: Silence GtkBox deprecation warningsinfirit1-0/+6
2014-02-21transient_parent_xid is not usedDenis Gorodnichev1-1/+0
transient_parent_xid is not used but can cause problem: applet widget have not window until realized
2012-10-11migrate clock applet to gsettingsStefano Karapetsas1-2/+6
remove evolution code
2011-12-01moving from https://github.com/perberos/mate-desktop-environmentPerberos1-0/+894