summaryrefslogtreecommitdiff
path: root/applets/clock
AgeCommit message (Expand)AuthorFilesLines
2025-10-08clock: Separate expander state from section visibility preferencesVictor Kareh2-11/+16
2025-10-07clock: Follow EDS calendar colors and highlight current eventVictor Kareh1-0/+135
2025-09-22clock: Store calendar client in ClockData (#1516)Victor Kareh5-55/+94
2025-09-04Wayland-only-build attempt 3 - changes from other branch removedmark.herbert1-0/+5
2025-09-04Fix uninitialized and unused screen varsVictor Kareh1-0/+1
2025-08-03clock: Provide fallback preferences pathVictor Kareh1-0/+11
2025-08-03clock: Fix timezone handlingVictor Kareh1-294/+174
2025-08-03clock: Backport Evolution calendar integration from gnome-panelVictor Kareh11-12/+4268
2025-07-23Remove deprecated gdk_screen_get_* functionsVictor Kareh1-2/+1
2025-04-24Clock Applet: Add scrollbar to Locations lists when the lists get too longGordon Norman Squash2-4/+16
2024-12-06applets/clock: Fix compatibility with musl libcĐoàn Trần Công Danh2-4/+4
2024-02-04Reduce scope of variablesColomban Wendling2-11/+8
2024-02-04Revert "Reduce scope of variables"raveit652-8/+11
2023-11-21Reduce scope of variablesColomban Wendling2-11/+8
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 DC2-83/+195
2023-06-28Fix distribution of applet service filesColomban Wendling1-1/+1
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
2022-01-02clock: fix memory leakrbuj1-0/+2
2021-12-20Fix some -Wsign-compare warningsrbuj1-5/+5
2021-12-20Remove unnecessary cast in g_signal_connect* callrbuj3-23/+19
2021-12-19Use dashes instead of underscores in signal namesrbuj1-13/+13
2021-12-19clock: gtk_entry_set_alignment in clock.uirbuj2-3/+3
2021-12-19clock: gtk_entry_set_width_chars in clock.uirbuj2-3/+3
2021-12-19clock: Upgrade clock.uirbuj1-294/+340
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-19Use GLib's new g_clear_signal_handler() function to simplify coderbuj1-2/+10
2021-12-16Use g_clear_pointer() and g_clear_object()rbuj6-66/+23
2021-12-11Use a blank line at mostrbuj7-14/+0
2021-07-28Fix clock applet add location crashzhuyaliang2-3/+3
2021-02-07Redundant NULL check before freeing a variablerbuj3-73/+27
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 cppcheckrbuj6-31/+21
2020-08-05clock-face: Use gdk_pixbuf_new_from_resource_at_scalerbuj3-60/+2
2020-08-01clock: assignment to 'GSList *' from incompatible pointer type 'GList *'rbuj1-2/+2
2020-08-01clock: Use single-linked lists for locationsrbuj5-45/+45
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 Bzatek4-6/+1
2020-07-29clock: Properly free rsvg handlesTomas Bzatek1-1/+3
2020-07-29clock: Fix leaking GtkListStoreTomas Bzatek1-4/+4
2020-07-29clock: Fix list iterationTomas Bzatek1-11/+12
2020-07-29clock: Fix leaking cairo surfaceTomas Bzatek1-0/+1