Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-08-13 | Clock: fix removal warnings when in-process applet removed | lukefromdc | 1 | -4/+23 | |
2017-08-13 | clock: stop segfault on removing applet when built in-process | lukefromdc | 1 | -0/+4 | |
This works, but does leave part of it in RAM until the panel is restarted. No change in out-of-process builds | |||||
2017-08-13 | avoid deprecated gdk_screen_get_width/height | ZenWalker | 1 | -2/+3 | |
2017-08-04 | avoid deprecated gdk_screen_get_n_monitors | ZenWalker | 1 | -0/+8 | |
2017-07-29 | don't use deprecated gtk_show_uri | lukefromdc | 1 | -3/+6 | |
2017-07-02 | clock: change size_reguest | raveit65 | 1 | -1/+1 | |
fixes https://github.com/mate-desktop/mate-panel/issues/594 | |||||
2017-07-02 | clock: set a default width for calendarWindow | raveit65 | 1 | -0/+1 | |
fixes https://github.com/mate-desktop/mate-panel/issues/594 | |||||
2017-07-02 | clock: set a margin_start for home icon | raveit65 | 1 | -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-02 | clock: set width_chars for time label | raveit65 | 1 | -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-05-21 | clock: properly handle visibility of edit button | Alberts Muktupāvels | 1 | -3/+14 | |
Fixes https://github.com/mate-desktop/mate-panel/issues/570 taken from: https://git.gnome.org/browse/gnome-panel/commit/?id=cc99dca | |||||
2017-05-21 | clock: drop deprecated gtk_size_group_set_ignore_hidden | raveit65 | 1 | -2/+0 | |
seems that function doesn't work proper, see https://developer.gnome.org/gtk3/stable/GtkSizeGroup.html#gtk-size-group-set-ignore-hidden | |||||
2017-05-21 | clock: move GtkButton in another horizontal GtkBox parent | raveit65 | 1 | -3/+2 | |
Fixes https://github.com/mate-desktop/mate-panel/issues/520 | |||||
2017-05-21 | clock.c: drop deprecated gtk_size_group_set_ignore_hidden | raveit65 | 1 | -1/+0 | |
seems that function doesn't work proper, see https://developer.gnome.org/gtk3/stable/GtkSizeGroup.html#gtk-size-group-set-ignore-hidden | |||||
2017-04-11 | update copyright year to 2017 | monsta | 1 | -1/+1 | |
2017-03-28 | remove deprecated sys/timeb.h header, as nothing uses it | Robert Nagy | 1 | -1/+0 | |
2017-01-30 | clock: fix remaining deprecation for GTK+ >= 3.20 | monsta | 1 | -0/+8 | |
2017-01-09 | Remove unused variable | lukefromdc | 1 | -1/+0 | |
2017-01-09 | GTK 3.20/22 Clock button: force zero padding and margin | lukefromdc | 1 | -2/+23 | |
Stops negative allocation warnings unless theme sets a border | |||||
2017-01-09 | Clock: remove non-working signal, fix warning | lukefromdc | 1 | -1/+6 | |
Comment out size-request signal for label, this no longer works if it ever did. Then comment out function this leaves unused. | |||||
2016-11-21 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 7 | -545/+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-21 | check for stable release of GTK+3, not for development one | monsta | 1 | -4/+4 | |
2016-11-21 | fix indent a bit | monsta | 1 | -3/+3 | |
2016-11-09 | clock: fix indent somewhat | monsta | 5 | -1699/+1699 | |
2016-11-08 | clock: remove unused #include | monsta | 1 | -1/+0 | |
2016-10-21 | clock: update tooltip only when new text is different | Błażej Szczygieł | 1 | -9/+16 | |
This can prevent problems with OpenGL on some drivers (see #397) | |||||
2016-10-20 | GTK+-3 Calendar Window: force minimum size | lukefromdc | 1 | -0/+3 | |
Force minimum width for calendar window to stop jumping (on locations open/close) in themes that don't enlarge calendar from the rather small default. Set the minimum height smaller than any theme would set it as it otherwise just puts blank space under the last row rather than spacing out the numbers. Apparently GTK2 behaves differently here. Note that the GTK3 only selectors will have to come back out for the dev-gtk3-migration branch | |||||
2016-09-29 | clock-applet: mark current day | Sami Farin | 1 | -6/+37 | |
2016-07-31 | clock: remove useless duplication | kajzer | 1 | -2/+0 | |
2016-07-28 | clock: use GtkAbout and update copyright | raveit65 | 1 | -3/+2 | |
2016-06-30 | clock: fix UI issues introduced in 882f8f4 | monsta | 2 | -15/+24 | |
2016-06-29 | use gtk_box_new instead of gtk_{h,v}box_new properly | Sorokin Alexei | 4 | -22/+19 | |
2016-02-21 | fix some warnings | Sorokin Alexei | 2 | -6/+6 | |
2016-02-12 | GTK+-3.20 clock: remove deprecated style properties | Wolfgang Ulbrich | 1 | -2/+17 | |
taken from: https://git.gnome.org/browse/gnome-panel/commit/?id=c5549ba | |||||
2016-02-12 | GTK+-3.20 clock: don't use deprecated style properties | Wolfgang Ulbrich | 1 | -0/+7 | |
taken from: https://git.gnome.org/browse/gnome-panel/commit/?id=e67ac2a | |||||
2016-02-12 | GTK+3 clock: clock: don't use deprecated GtkAlignment | Wolfgang Ulbrich | 3 | -10/+68 | |
taken from: https://git.gnome.org/browse/gnome-panel/commit/?id=5580bf9 | |||||
2016-02-12 | GTK+-3 clock: don't subclass deprecated GtkAlignment | Wolfgang Ulbrich | 2 | -0/+12 | |
taken from: https://git.gnome.org/browse/gnome-panel/commit/?id=c7ea765 | |||||
2016-02-09 | clock: set css name | Wolfgang Ulbrich | 1 | -0/+7 | |
taken from: https://git.gnome.org/browse/gnome-panel/commit/?id=33e8c06 | |||||
2016-02-09 | Gtk+3: Replace deprecated gtk_{v,h}box_new | Wolfgang Ulbrich | 1 | -0/+5 | |
2016-02-09 | remove deprecated librsvg/rsvg-cairo.h include | Wolfgang Ulbrich | 1 | -1/+0 | |
Direct include of librsvg/rsvg-cairo.h has been deprecated from 2.36.2 version. Removed it and added required version for librsvg. taken from: https://git.gnome.org/browse/gnome-panel/commit/?id=d306ad3 | |||||
2016-02-01 | fix a couple of build warnings | monsta | 1 | -1/+1 | |
2016-01-23 | Gtk3: Don't use deprecated gtk_misc_set_alignment | Roy Zhang | 1 | -0/+15 | |
2015-12-22 | clock: remove useless include | monsta | 1 | -3/+0 | |
2015-11-11 | clock applet: fix ubuntu ambiant-mate gtk2 theming | Wolfgang Ulbrich | 1 | -2/+2 | |
2015-10-30 | clock: minor corrections in new option | monsta | 1 | -1/+1 | |
2015-10-10 | Enable or disable calendar week numbers from prefs | lukefromdc | 1 | -2/+17 | |
Add checkbox to enable or disable week numbers in clock preferences window | |||||
2015-10-10 | clock.c: add gesettings key for toggle weeknumbers | lukefromdc | 1 | -0/+6 | |
2015-10-10 | clock-make transparent calendars possible | lukefromdc | 1 | -0/+11 | |
Add support for transparent calendar windows, the window background color can be set to any color and alpha value or made transparent with the #MatePanelPopupWindow named widget selector in the gtk theme. Defaults to theme background color if not set, same as before. This is used only for the calendar window right now | |||||
2015-09-06 | Rework gsettings schema building | infirit | 3 | -93/+92 | |
* Bump intltool required version for gsettings support * Extract strings with intltool directly * Let autoconf generate the xml files | |||||
2015-08-26 | Gtk3: Don't use deprecated gtk_style_context_get_font | yetist | 1 | -1/+1 | |
2015-07-14 | Replace GtkObject with GObject also for Gtk+ 2 | infirit | 1 | -15/+0 | |