Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-05-13 | MATE About: Fix off-by-one error, display yerba mate comment | Gordon N. Squash | 1 | -1/+1 | |
The MATE About program is designed to display one of six messages at random each time you launch the application, showcasing the fundamental values of the MATE Project. Unfortunately, due to an off-by-one programming error introduced many years ago, only the first five messages ever get displayed; the sixth message, referring to where MATE got its name from, is never chosen. This was due to a misunderstanding of the GLib function `g_random_int_range`: The function is and always was designed to be passed an inclusive lower and an exclusive upper value for the random integer, generating a random integer that is greater than or equal to the lower value and less than the upper value specified. The MATE About application errantly subtracted 1 from the upper value itself, and thus only messages 1 through 5 were ever picked. This commit removes the unnecessary subtraction. | |||||
2021-02-27 | mate-about: Use the macro _(String) instead of the macro gettext(Msgid) | rbuj | 1 | -2/+3 | |
2021-02-27 | Drop local macro mate_gettext(package, locale, codeset) | rbuj | 1 | -10/+3 | |
2020-02-18 | mate-about: remove unused variable ‘window’ | rbuj | 1 | -1/+0 | |
2019-03-22 | Make translatable the program name in mate about dialog | rbuj | 1 | -1/+1 | |
2019-03-22 | Make translatable the copyright info in mate about dialog | rbuj | 1 | -1/+1 | |
2017-08-26 | mate-about: switch to GtkAboutDialog | monsta | 1 | -11/+11 | |
2016-11-20 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 1 | -34/+0 | |
2016-11-20 | fix indent a bit | monsta | 1 | -18/+14 | |
2015-09-14 | Fix missing icons on GTK3 with custom icon theme | Balló György | 1 | -12/+2 | |
2014-12-16 | Revert "Revert "Drop support for Glib < 2.36"" | infirit | 1 | -4/+0 | |
This reverts commit a0a0a16fb72bb7b592d23ce29ca52c7d63c2e40b. | |||||
2014-12-16 | Revert "Drop support for Glib < 2.36" | infirit | 1 | -0/+4 | |
This reverts commit 6a0c8a93e30243232d63487c09ccb15a93755265. | |||||
2014-10-08 | Change mate-about's program icon to official MATE desktop icon | Nachanon Vetjasit | 1 | -2/+2 | |
Closes https://github.com/mate-desktop/mate-desktop/issues/132 | |||||
2014-06-05 | Drop support for Glib < 2.36 | infirit | 1 | -4/+0 | |
2014-05-03 | mate-about: Use spaces, not tabs | Stefano Karapetsas | 1 | -114/+114 | |
2014-05-03 | Remove libunique usage | Stefano Karapetsas | 1 | -38/+5 | |
2014-04-23 | mate-about: Use MateAboutDialog | Stefano Karapetsas | 1 | -21/+12 | |
2013-07-30 | mate-about: Try to use 'mate' as icon, if available in icon theme | Stefano Karapetsas | 1 | -15/+9 | |
Deleted old code because now we require GTK 2.24 | |||||
2013-05-13 | mate-about: Fix g_type_init deprecation in glib 2.36 | Stefano Karapetsas | 1 | -0/+2 | |
2013-05-08 | Fix previous hackering commit | Stefano Karapetsas | 1 | -131/+32 | |
2013-05-08 | fixed g_type_init() deprecation | Perberos | 1 | -32/+131 | |
added Not without my gnu | |||||
2013-04-01 | Remove gnucatmate-desktop-1.6.0 | Stefano Karapetsas | 1 | -81/+1 | |
2012-11-18 | fixed incorrect fsf addresses. | Steve Zesch | 1 | -2/+2 | |
2012-10-18 | mate-aboud: code improvements | Stefano Karapetsas | 1 | -54/+26 | |
disable gnucat by default install gnucat pixmaps only if enabled translate some spanish comments dropped support for old glib version (now minimun version is increased) add "translator-credits" msgid to show translators | |||||
2012-07-31 | Added copyleft compatible gnucat | Spaghetti | 1 | -2/+83 | |
2012-07-19 | removing nyancat due copyleft incompatible | Perberos | 1 | -83/+1 | |
2012-02-22 | GOptionEntry was added on glib 2.6 | Perberos | 1 | -9/+32 | |
2011-12-07 | adding translator string (empty) | Perberos | 1 | -0/+1 | |
2011-12-07 | cleaning code | Perberos | 1 | -191/+205 | |
2011-12-02 | adding version tag | Perberos | 1 | -13/+22 | |
2011-12-01 | moving from https://github.com/perberos/mate-desktop-environment | Perberos | 1 | -0/+275 | |