index
:
mate-panel
1.10
1.12
1.14
1.16
1.18
1.20
1.22
1.24
1.26
1.28
1.6
1.8
fix_panel--replace
gh-pages
gweather
mallard-docs
master
MATE panel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
applets
/
clock
/
clock.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-28
clock: Fix memory leak
Colomban Wendling
1
-1
/
+2
2022-03-18
clock: cast from function call of type 'gdouble' to non-matching type
rbuj
1
-3
/
+3
2021-12-20
Remove unnecessary cast in g_signal_connect* call
rbuj
1
-20
/
+17
2021-12-19
Use dashes instead of underscores in signal names
rbuj
1
-13
/
+13
2021-12-19
clock: gtk_entry_set_alignment in clock.ui
rbuj
1
-3
/
+0
2021-12-19
clock: gtk_entry_set_width_chars in clock.ui
rbuj
1
-3
/
+0
2021-12-19
clock: Define _clock_get_widget instead of using one sentence method
rbuj
1
-7
/
+2
2021-12-19
clock: simplify temperature_unit_changed and speed_unit_changed
rbuj
1
-22
/
+23
2021-12-19
clock: fix temperature_unit_changed and -Wsign-compare warnings
rbuj
1
-7
/
+13
2021-12-11
Use a blank line at most
rbuj
1
-5
/
+0
2021-07-28
Fix clock applet add location crash
zhuyaliang
1
-2
/
+2
2021-02-07
Redundant NULL check before freeing a variable
rbuj
1
-6
/
+5
2021-02-04
build: Use PACKAGE_URL variable
rbuj
1
-1
/
+1
2021-01-16
Update copyright to 2021
rbuj
1
-1
/
+1
2020-12-11
remove function calls to mate_panel_applet_set_background_widget
mbkma
1
-3
/
+0
2020-09-07
Remove variableScope warnings reported by cppcheck
rbuj
1
-13
/
+8
2020-08-01
clock: assignment to 'GSList *' from incompatible pointer type 'GList *'
rbuj
1
-2
/
+2
2020-08-01
clock: Use single-linked lists for locations
rbuj
1
-39
/
+39
2020-08-01
clock: sort locations by time reverse and name
rbuj
1
-1
/
+17
2020-08-01
clock: merge sorting and reversing node list of selected locations
rbuj
1
-2
/
+7
2020-07-29
clock: Fix GError double free
Tomas Bzatek
1
-2
/
+0
2020-07-29
clock: Fix leaking GtkListStore
Tomas Bzatek
1
-4
/
+4
2020-07-29
clock: Fix list iteration
Tomas Bzatek
1
-11
/
+12
2020-07-08
clock: Simplify notebook scroll-event callback
rbuj
1
-40
/
+35
2020-07-05
Use '#include <config.h>' instead of '#include "config.h"'
rbuj
1
-1
/
+1
2020-01-12
Update copyright to 2020
raveit65
1
-1
/
+1
2019-12-13
Clock applet: Fix string comparison
Clement Lefebvre
1
-2
/
+5
2019-12-13
clock applet: add a call to ATK to provide the current displayed time
Jonathan Michalon
1
-2
/
+7
2019-10-09
Fetch clock formats using LC_TIME (as opposed to LANGUAGE)
Clement Lefebvre
1
-0
/
+17
2019-07-09
[clock-applet] Add scroll interface tabs with mouse wheel
Laurent Napias
1
-1
/
+70
2019-02-17
Ensure proper translation of the about dialog title
rbuj
1
-0
/
+1
2019-02-15
Make translatable the copyright in about dialog
rbuj
1
-5
/
+2
2019-01-29
Clock: Wayland support
William Wold
1
-1
/
+9
2019-01-17
clock: set horizontal padding for clock-button
raveit65
1
-2
/
+2
2019-01-03
Clock: Fix weather icon size selection for panel height
lukefromdc
1
-2
/
+29
2019-01-03
Clock: ensure weather icon resizes with panel
lukefromdc
1
-4
/
+37
2018-12-29
clock: force no button vertical padding and margin
raveit65
1
-5
/
+7
2018-12-12
clock.c: Force negative margin, not passing on clockbutton
lukefromdc
1
-5
/
+6
2018-05-12
Convert launcher icons to cairo surfaces
Victor Kareh
1
-6
/
+15
2018-04-26
clock: Convert to GResource
Vincent Untz
1
-18
/
+4
2018-01-31
require GTK+ 3.22 and GLib 2.50
monsta
1
-65
/
+0
2018-01-31
fix indent a bit
monsta
1
-1
/
+1
2018-01-25
avoid deprecated GtkStock
Pablo Barciela
1
-6
/
+6
2018-01-09
update copyright year to 2018
monsta
1
-1
/
+1
2017-12-17
WidthOfScreen and HeightOfScreen implementation
Pablo Barciela
1
-3
/
+2
2017-11-14
clock: disconnect one more signal handler on destroy
monsta
1
-0
/
+3
2017-11-09
Clock: don't check variables that can never be < 0 for < 0
lukefromdc
1
-5
/
+5
2017-08-22
clock:disconnect signal handlers on destroy
lukefromdc
1
-22
/
+3
2017-08-22
gtk 3.22: avoid deprecated gdk_screen_get_monitor... functions:
ZenWalker
1
-0
/
+4
2017-08-13
Clock: fix removal warnings when in-process applet removed
lukefromdc
1
-4
/
+23
[next]