summaryrefslogtreecommitdiff
path: root/applets/clock/clock-face.c
AgeCommit message (Collapse)AuthorFilesLines
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