Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
Note that GTK+ sets a default title of _("About %s") on the dialog window (where %s is replaced by the name of the application, but in order to ensure proper translation of the title, applications should set the title property explicitly when constructing a GtkAboutDialog https://developer.gnome.org/gtk3/stable/GtkAboutDialog.html | |||||
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 | |
To make sure we have space left and right inside the button if applet is build-in-process. | |||||
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 | |
Connect to the "change_size" signal and reload the icon at the correct size | |||||
2018-12-29 | clock: force no button vertical padding and margin | raveit65 | 1 | -5/+7 | |
fixes weather-icon problems with some themes | |||||
2018-12-12 | clock.c: Force negative margin, not passing on clockbutton | lukefromdc | 1 | -5/+6 | |
Allow themers to set padding on the clock without cutting the weather icons | |||||
2018-05-12 | Convert launcher icons to cairo surfaces | Victor Kareh | 1 | -6/+15 | |
This improves support for HiDPI by loading properly scaled surfaces for launcher and drawer icons. It also Fixes the Show Desktop wncklet to show a surface icon. Other wncklets have their icons determined by libwnck, so they remain as pixbufs. Fixes mate-desktop/mate-desktop#314 | |||||
2018-04-26 | clock: Convert to GResource | Vincent Untz | 1 | -18/+4 | |
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 | |||||
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 | |
This commit reverts: https://github.com/mate-desktop/mate-panel/commit/7b2bc7d9f98c6ba8c2c31bdf9605faadb42a7e0e And it applies an alternative to fix the deprecated functions: gdk_screen_get_width gdk_screen_get_height | |||||
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 | |
check them for = 0 instead. Found by cppcheck http://man7.org/linux/man-pages/man3/strftime.3.html This always returns 0 or a positive number of bytes | |||||
2017-08-22 | clock:disconnect signal handlers on destroy | lukefromdc | 1 | -22/+3 | |
Don't just check for the clock's existance and return if it has been destroyed, disconnect them entirely when the clock is destroyed | |||||
2017-08-22 | gtk 3.22: avoid deprecated gdk_screen_get_monitor... functions: | ZenWalker | 1 | -0/+4 | |
avoid deprecated: gdk_screen_get_monitor_geometry gdk_screen_get_monitor_at_window gdk_screen_get_monitor_at_point | |||||
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-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-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 | 1 | -99/+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 | 1 | -1171/+1171 | |
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-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-29 | use gtk_box_new instead of gtk_{h,v}box_new properly | Sorokin Alexei | 1 | -4/+8 | |
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 | 1 | -7/+20 | |
taken from: https://git.gnome.org/browse/gnome-panel/commit/?id=5580bf9 | |||||
2016-02-09 | clock: set css name | Wolfgang Ulbrich | 1 | -0/+7 | |
taken from: https://git.gnome.org/browse/gnome-panel/commit/?id=33e8c06 | |||||
2015-11-11 | clock applet: fix ubuntu ambiant-mate gtk2 theming | Wolfgang Ulbrich | 1 | -2/+2 | |
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-08-26 | Gtk3: Don't use deprecated gtk_style_context_get_font | yetist | 1 | -1/+1 | |
2014-11-23 | Gtk3: panel, clock: Synchronize calculate_minimum_height() code | infirit | 1 | -2/+2 | |
Also change the panel version to use the padding instead of the border. We're interested in the padding here. I believe. Taken from gnome-panel commit: 0b5d9e57451dff3a25b3fbcc8dec671cac469cb From: Vincent Untz <[email protected]> | |||||
2014-11-23 | Gtk3: clock: Port to GtkStyleContext | infirit | 1 | -8/+59 | |
Based on gnome-panel commit: c28ed51852a629884ce9ad8acc7924680c35854c From: Germán Póo-Caamaño <[email protected]> | |||||
2014-11-23 | Gtk3: Silence GtkBox deprecation warnings | infirit | 1 | -0/+4 | |