summaryrefslogtreecommitdiff
path: root/applets/clock/clock-location-tile.c
AgeCommit message (Collapse)AuthorFilesLines
2017-07-02clock: set a margin_start for home iconraveit651-0/+1
fixes https://github.com/mate-desktop/mate-panel/issues/594 Note: min value is 75 in my tests for ukraine language Reduced the margin, as it seemed to be the direct cause of a theme-independent jump.
2017-07-02clock: set width_chars for time labelraveit651-0/+1
fixes https://github.com/mate-desktop/mate-panel/issues/594 Note: in my language setting width_chars to 20 is minimum value to avoid a jumping clock UI, if hovering over another location which use another day. Maybe we need to increase the chosen value for other languages.
2017-06-08clock: drop deprecated gtk_size_group_set_ignore_hiddenmonsta1-2/+0
port of 6ae0ea92a925fae699a608b12d2274d52c12695d + 4de86661f4a6f67285333c67342c287f99deffeb
2017-05-24clock: move GtkButton in another horizontal GtkBox parentraveit651-3/+2
Fixes https://github.com/mate-desktop/mate-panel/issues/520
2016-11-21move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-53/+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.
2016-11-09clock: fix indent somewhatmonsta1-284/+284
2016-06-30clock: fix UI issues introduced in 882f8f4monsta1-10/+10
2016-06-29use gtk_box_new instead of gtk_{h,v}box_new properlySorokin Alexei1-7/+5
2016-02-12GTK+3 clock: clock: don't use deprecated GtkAlignmentWolfgang Ulbrich1-1/+38
taken from: https://git.gnome.org/browse/gnome-panel/commit/?id=5580bf9
2016-02-12GTK+-3 clock: don't subclass deprecated GtkAlignmentWolfgang Ulbrich1-0/+4
taken from: https://git.gnome.org/browse/gnome-panel/commit/?id=c7ea765
2016-02-09Gtk+3: Replace deprecated gtk_{v,h}box_newWolfgang Ulbrich1-0/+5
2016-01-23Gtk3: Don't use deprecated gtk_misc_set_alignmentRoy Zhang1-0/+15
2014-11-24zero-initialize all signals arraysMonsta1-1/+1
2014-02-21transient_parent_xid is not usedDenis Gorodnichev1-17/+0
transient_parent_xid is not used but can cause problem: applet widget have not window until realized
2013-10-26clock: Add GTK3 supportStefano Karapetsas1-0/+4
2013-02-02Update applets/clock/clock-location-tile.cMichael Farrell1-1/+1
Fix for issue #73.  Instead of checking for the minutes and hours not equalling zero, check only the minutes aren't 0.
2011-12-01moving from https://github.com/perberos/mate-desktop-environmentPerberos1-0/+728