summaryrefslogtreecommitdiff
path: root/applets/clock/clock-face.c
AgeCommit message (Collapse)AuthorFilesLines
2021-12-16Use g_clear_pointer() and g_clear_object()rbuj1-14/+3
2020-08-05clock-face: Use gdk_pixbuf_new_from_resource_at_scalerbuj1-4/+2
2019-09-16clock-face: fix code formatingraveit651-310/+310
- replace tabs with spaces - fix a few indentation - reduce leading spaces (8 --> 4)
2019-09-14clock: avoid deprecated g_type_class_add_privateWu Xiaotian1-20/+16
2018-04-26clock: Convert to GResourceVincent Untz1-9/+14
origin commits: https://git.gnome.org/browse/gnome-panel/commit/?h=gnome-3-4&id=aa2895d https://git.gnome.org/browse/gnome-panel/commit/?h=gnome-3-4&id=695d30c https://git.gnome.org/browse/gnome-panel/commit/?h=gnome-3-4&id=00f9870 https://git.gnome.org/browse/gnome-panel/commit/?h=gnome-3-4&id=9ade365
2016-11-21move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-113/+0
and require libmate-desktop >= 1.17 WARNING: use GTK+3 build of libmateweather for this build. that lib is not migrated to GTK+3 only as we will possibly use libgweather instead of it.
2014-11-23don't leak memoryMonsta1-0/+1
2014-11-22Gtk3: Sync get_preferred_width/height() usage with gnome-panelinfirit1-38/+85
Even tough it works it makes taking code (eg StyleContext) from gnome-panel much easier. Also fixes a bug where applets are not drawn when moved/added.
2014-05-18clock: Dont use deprecated rsvg_pixbuf_from_file_at_sizeStefano Karapetsas1-9/+3
This required to copy some code from GTK3 source to make it working with GTK2 too Thanks to Sander Sweers for the help to replace rsvg_pixbuf_from_file_at_size
2014-01-23Use gtk_widget_get_preferred_size with GTK3Stefano Karapetsas1-0/+4
2013-11-14Add return to gboolean functionStefano Karapetsas1-0/+3
Closes #134 https://github.com/mate-desktop/mate-panel/issues/134
2013-10-26clock: Add GTK3 supportStefano Karapetsas1-1/+67
2012-10-11migrate clock applet to gsettingsStefano Karapetsas1-1/+1
remove evolution code
2011-12-01moving from https://github.com/perberos/mate-desktop-environmentPerberos1-0/+462