summaryrefslogtreecommitdiff
path: root/applets/clock/clock.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-04Reduce scope of variablesColomban Wendling1-9/+6
2024-02-04Revert "Reduce scope of variables"raveit651-6/+9
2023-11-21Reduce scope of variablesColomban Wendling1-9/+6
2023-11-21clock: Simplify sort_locations_by_time()Colomban Wendling1-29/+11
2023-07-11Clock applet/wayland: position calendar window same as in x11Luke from DC1-83/+187
2023-05-17tell dconf-edit about relocatable schemas (#1355)Denis Gorodnichev1-10/+0
2023-03-27Clock Applet: Update date/time and weather after resume from sleep modeGordon Norman Squash1-0/+103
2022-06-28clock: Fix memory leakColomban Wendling1-1/+2
2022-03-18clock: cast from function call of type 'gdouble' to non-matching typerbuj1-3/+3
2021-12-20Remove unnecessary cast in g_signal_connect* callrbuj1-20/+17
2021-12-19Use dashes instead of underscores in signal namesrbuj1-13/+13
2021-12-19clock: gtk_entry_set_alignment in clock.uirbuj1-3/+0
2021-12-19clock: gtk_entry_set_width_chars in clock.uirbuj1-3/+0
2021-12-19clock: Define _clock_get_widget instead of using one sentence methodrbuj1-7/+2
2021-12-19clock: simplify temperature_unit_changed and speed_unit_changedrbuj1-22/+23
2021-12-19clock: fix temperature_unit_changed and -Wsign-compare warningsrbuj1-7/+13
2021-12-11Use a blank line at mostrbuj1-5/+0
2021-07-28Fix clock applet add location crashzhuyaliang1-2/+2
2021-02-07Redundant NULL check before freeing a variablerbuj1-6/+5
2021-02-04build: Use PACKAGE_URL variablerbuj1-1/+1
2021-01-16Update copyright to 2021rbuj1-1/+1
2020-12-11remove function calls to mate_panel_applet_set_background_widgetmbkma1-3/+0
2020-09-07Remove variableScope warnings reported by cppcheckrbuj1-13/+8
2020-08-01clock: assignment to 'GSList *' from incompatible pointer type 'GList *'rbuj1-2/+2
2020-08-01clock: Use single-linked lists for locationsrbuj1-39/+39
2020-08-01clock: sort locations by time reverse and namerbuj1-1/+17
2020-08-01clock: merge sorting and reversing node list of selected locationsrbuj1-2/+7
2020-07-29clock: Fix GError double freeTomas Bzatek1-2/+0
2020-07-29clock: Fix leaking GtkListStoreTomas Bzatek1-4/+4
2020-07-29clock: Fix list iterationTomas Bzatek1-11/+12
2020-07-08clock: Simplify notebook scroll-event callbackrbuj1-40/+35
2020-07-05Use '#include <config.h>' instead of '#include "config.h"'rbuj1-1/+1
2020-01-12Update copyright to 2020raveit651-1/+1
2019-12-13Clock applet: Fix string comparisonClement Lefebvre1-2/+5
2019-12-13clock applet: add a call to ATK to provide the current displayed timeJonathan Michalon1-2/+7
2019-10-09Fetch clock formats using LC_TIME (as opposed to LANGUAGE)Clement Lefebvre1-0/+17
2019-07-09[clock-applet] Add scroll interface tabs with mouse wheelLaurent Napias1-1/+70
2019-02-17Ensure proper translation of the about dialog titlerbuj1-0/+1
2019-02-15Make translatable the copyright in about dialogrbuj1-5/+2
2019-01-29Clock: Wayland supportWilliam Wold1-1/+9
2019-01-17clock: set horizontal padding for clock-buttonraveit651-2/+2
2019-01-03Clock: Fix weather icon size selection for panel heightlukefromdc1-2/+29
2019-01-03Clock: ensure weather icon resizes with panellukefromdc1-4/+37
2018-12-29clock: force no button vertical padding and marginraveit651-5/+7
2018-12-12clock.c: Force negative margin, not passing on clockbuttonlukefromdc1-5/+6
2018-05-12Convert launcher icons to cairo surfacesVictor Kareh1-6/+15
2018-04-26clock: Convert to GResourceVincent Untz1-18/+4
2018-01-31require GTK+ 3.22 and GLib 2.50monsta1-65/+0
2018-01-31fix indent a bitmonsta1-1/+1
2018-01-25avoid deprecated GtkStockPablo Barciela1-6/+6