Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-01-09 | update copyright year to 2018 | monsta | 14 | -14/+14 | |
2017-12-29 | Fix build warnings: ignoring return value of ‘fgets’, | Pablo Barciela | 2 | -10/+32 | |
declared with attribute warn_unused_result | |||||
2017-12-27 | release 1.19.3v1.19.3 | raveit65 | 2 | -2/+15 | |
2017-12-27 | sync with transifex | raveit65 | 115 | -30616/+34688 | |
2017-12-19 | command: bump range of interval | Ru Uba | 1 | -1/+1 | |
Increase time range end point to allow command to occur inside a range for up to 86400 seconds (24 hours) in a second. | |||||
2017-12-05 | WidthOfScreen and HeightOfScreen implementation | Pablo Barciela | 3 | -17/+8 | |
This commit reverts: https://github.com/mate-desktop/mate-applets/commit/d809e57c7b09f545f1cf847f514fa738d44ac2b3 https://github.com/mate-desktop/mate-applets/commit/2f5515815c1f6c9b66f85d6ec228aad7aea0b441 And it applies an alternative to fix the deprecated functions: gdk_screen_get_width gdk_screen_get_height gdk_screen_width gdk_screen_height | |||||
2017-11-27 | build: when gtksourceview isn't found, show this package name | monsta | 1 | -1/+1 | |
closes https://github.com/mate-desktop/mate-applets/issues/270 | |||||
2017-11-09 | Update tooltips with latest values | marosg42 | 1 | -3/+3 | |
Solving issue #283 | |||||
2017-11-09 | Cpufreq: fix a build warning | lukefromdc | 1 | -1/+1 | |
2017-11-09 | Cpufreq: stop jumping numbers moving units label | lukefromdc | 1 | -29/+38 | |
*Force the frequency label to hold the largest size it ever takes *Reset label size with any change of theme or font to avoid truncation *Clean up a nasty mix of spaced and tabs in cpufreq_applet_refresh | |||||
2017-11-04 | sync with transifex | raveit65 | 4 | -5/+5 | |
2017-10-11 | Merge branch 'master' of github.com:mate-desktop/mate-applets | raveit65 | 14 | -14/+14 | |
2017-10-06 | mateweather: update copyright year | monsta | 1 | -1/+1 | |
missed this applet yesterday | |||||
2017-10-05 | update copyright year in other applets | monsta | 12 | -12/+12 | |
2017-10-05 | netspeed: update copyright year | monsta | 1 | -1/+1 | |
2017-09-27 | release 1.19.2v1.19.2 | raveit65 | 2 | -1/+10 | |
2017-09-27 | sync with transifex | raveit65 | 112 | -115/+115 | |
2017-09-27 | Rounding error in draw corrected. | marosg | 1 | -3/+7 | |
2017-09-22 | cpufreq: fix calculating max width of frequency/unit/percent labels | monsta | 1 | -23/+22 | |
fixes https://github.com/mate-desktop/mate-applets/issues/268 | |||||
2017-09-20 | stickynotes: fix text selection | monsta | 1 | -0/+3 | |
fixes https://github.com/mate-desktop/mate-applets/issues/236 taken from: https://git.gnome.org/browse/gnome-applets/commit/?id=e189ba213c0f8db876dd020d1d80b9f8b576dd75 | |||||
2017-09-19 | cpufreq: refresh applet size on style change (e.g. font size) | monsta | 1 | -0/+16 | |
2017-09-10 | GSettings change recognized dynamically | marosg | 5 | -0/+28 | |
2017-09-10 | release 1.19.1v1.19.1 | raveit65 | 1 | -0/+13 | |
2017-09-10 | sync with transifex | raveit65 | 7 | -212/+215 | |
2017-09-08 | GSettings for checkmark color shown for mounted volumes. | marosg | 7 | -12/+43 | |
2017-09-05 | cpufreq: fix random invisibility of the applet | monsta | 1 | -2/+2 | |
2017-08-27 | Mounted drives will show a little bit different icon. | marosg | 1 | -32/+79 | |
2017-08-27 | Revert "Mounted drives will show a little bit different icon." | raveit65 | 1 | -87/+32 | |
This reverts commit 5ce7e04708a575649c9192065cf7c1502e857293. | |||||
2017-08-27 | Mounted drives will show a little bit different icon. | marosg | 1 | -32/+87 | |
2017-08-26 | gtk 3.22: avoid deprecated gdk_screen_get_monitor... functions: | ZenWalker | 2 | -3/+50 | |
avoid deprecated: gdk_screen_get_monitor_geometry gdk_screen_get_monitor_at_window | |||||
2017-08-22 | README: remove link to mailing list, do some cleanup | monsta | 1 | -15/+2 | |
2017-08-21 | Get rid of misleading_indentation and maybe-uninitialized warnings during build | marosg | 2 | -14/+16 | |
2017-08-10 | avoid deprecated gdk_screen_width/height | ZenWalker | 1 | -17/+19 | |
2017-08-09 | avoid deprecated gdk_screen_get_width/height | ZenWalker | 2 | -4/+14 | |
2017-08-07 | Revert "weather-prefs: correct help link for testing" | raveit65 | 1 | -1/+1 | |
This reverts commit 3d77c091475841c891785bcb8b2063f6801d36fd. | |||||
2017-08-05 | trashapplet: don't use deprecated gtk_show_uri | raveit65 | 1 | -0/+14 | |
2017-08-05 | stickynotes: don't use deprecated gtk_show_uri | raveit65 | 2 | -9/+30 | |
2017-08-05 | netspeed: don't use deprecated gtk_show_uri | raveit65 | 1 | -0/+9 | |
2017-08-05 | multiload: don't use deprecated gtk_show_uri | raveit65 | 2 | -6/+20 | |
2017-08-05 | weather-prefs: correct help link for testing | raveit65 | 1 | -1/+1 | |
2017-08-05 | weather: don't use deprecated gtk_show_uri | raveit65 | 3 | -6/+27 | |
2017-08-05 | geyes: don't use deprecated gtk_show_uri | raveit65 | 2 | -6/+20 | |
2017-08-05 | drivemount: don't use deprecated gtk_show_uri | raveit65 | 1 | -3/+10 | |
2017-08-05 | cpufreq: don't use deprecated gtk_show_uri | raveit65 | 2 | -6/+16 | |
2017-08-05 | charpick: don't use deprecated gtk_show_uri | raveit65 | 2 | -0/+14 | |
2017-08-05 | battstat: don't use deprecated gtk_show_uri | raveit65 | 1 | -0/+4 | |
2017-08-05 | accessx-status: don't use deprecated gtk_show_uri | raveit65 | 1 | -0/+7 | |
2017-08-05 | add new digital theme | erfan kheyrollahi | 4 | -0/+10 | |
2017-07-24 | pre-release version bump | raveit65 | 2 | -1/+3 | |
2017-07-24 | release 1.19.0v1.19.0 | raveit65 | 1 | -0/+18 | |