summaryrefslogtreecommitdiff
path: root/applets/clock/clock.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-01-09update copyright year to 2018monsta1-1/+1
2017-12-17WidthOfScreen and HeightOfScreen implementationPablo Barciela1-3/+2
2017-11-14clock: disconnect one more signal handler on destroymonsta1-0/+3
2017-11-09Clock: don't check variables that can never be < 0 for < 0lukefromdc1-5/+5
2017-08-22clock:disconnect signal handlers on destroylukefromdc1-22/+3
2017-08-22gtk 3.22: avoid deprecated gdk_screen_get_monitor... functions:ZenWalker1-0/+4
2017-08-13Clock: fix removal warnings when in-process applet removedlukefromdc1-4/+23
2017-08-13clock: stop segfault on removing applet when built in-processlukefromdc1-0/+4
2017-08-13avoid deprecated gdk_screen_get_width/heightZenWalker1-2/+3
2017-08-04avoid deprecated gdk_screen_get_n_monitorsZenWalker1-0/+8
2017-05-21clock.c: drop deprecated gtk_size_group_set_ignore_hiddenraveit651-1/+0
2017-04-11update copyright year to 2017monsta1-1/+1
2017-01-30clock: fix remaining deprecation for GTK+ >= 3.20monsta1-0/+8
2017-01-09Remove unused variablelukefromdc1-1/+0
2017-01-09GTK 3.20/22 Clock button: force zero padding and marginlukefromdc1-2/+23
2017-01-09Clock: remove non-working signal, fix warninglukefromdc1-1/+6