Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-03-26 | eyes: generate missing 256x256 and 64x64 icons from svg file | rbuj | 4 | -297/+266 | |
rsvg-convert -w 64 -h 64 mate-eyes-applet.svg -o mate-eyes-applet.64.png rsvg-convert -w 256 -h 256 mate-eyes-applet.svg -o mate-eyes-applet.256.png | |||||
2020-02-10 | tx: sync with transifex | raveit65 | 1 | -4/+4 | |
2020-01-21 | tx: sync with transifex | raveit65 | 119 | -507/+567 | |
2020-01-10 | Update copyright to 2020 | raveit65 | 2 | -2/+2 | |
2020-01-09 | migrate from intltools to gettext | Wu Xiaotian | 2 | -11/+12 | |
2019-08-29 | geyes: avoid memory leak | Pavel Shlyak | 1 | -5/+2 | |
2019-06-16 | tx: sync with transifex | raveit65 | 119 | -10302/+9245 | |
2019-03-23 | help: update copyright | raveit65 | 1 | -1/+1 | |
2019-03-20 | Help: Use XInclude instead of ENTITY for legal.xml | rbuj | 1 | -2/+2 | |
The ENTITY is expanded in i18n process, and legal.xml file is never read. | |||||
2019-03-20 | Make translatable documenters in about dialog | rbuj | 1 | -1/+8 | |
2019-03-20 | Make translatable copyright info in about dialog | rbuj | 1 | -5/+2 | |
2019-03-20 | 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-03-17 | tx: sync with transifex | rbuj | 10 | -32/+52 | |
2019-02-25 | tx: sync with transifex | raveit65 | 9 | -21/+26 | |
2019-01-27 | tx: sync with transifex | raveit65 | 11 | -56/+592 | |
2018-11-17 | sync with transifex | raveit65 | 139 | -4931/+55371 | |
2018-10-06 | Use make functions for HELP_LINGUAS | rbuj | 1 | -1/+5 | |
2018-10-03 | Use orderedlist to describe the steps to add the applet to a panel | rbuj | 1 | -13/+43 | |
2018-10-03 | Manual: Fix Add to Panel dialog title | rbuj | 1 | -1/+1 | |
2018-10-03 | Eyes Applet: Fix window title and factory name | rbuj | 2 | -3/+3 | |
2018-10-02 | Manual: OK -> Add (Add to Panel dialog) | rbuj | 1 | -1/+1 | |
2018-10-02 | Fix name of Eyes applet | rbuj | 1 | -3/+3 | |
2018-09-28 | legal.xml | rbuj | 1 | -75/+75 | |
find . -name legal.xml -exec cp ~/Devel/mate-user-guide/mate-user-guide/C/legal.xml {} \; | |||||
2018-02-09 | avoid deprecated GtkStock | Pablo Barciela | 2 | -5/+5 | |
2018-02-04 | require GTK+ 3.22 and GLib 2.50 | monsta | 2 | -36/+1 | |
2018-01-09 | update copyright year to 2018 | monsta | 1 | -1/+1 | |
2017-12-29 | Fix build warnings: ignoring return value of ‘fgets’, | Pablo Barciela | 1 | -2/+6 | |
declared with attribute warn_unused_result | |||||
2017-10-05 | update copyright year in other applets | monsta | 1 | -1/+1 | |
2017-08-05 | geyes: don't use deprecated gtk_show_uri | raveit65 | 2 | -6/+20 | |
2017-08-05 | add new digital theme | erfan kheyrollahi | 4 | -0/+10 | |
2016-11-22 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 2 | -42/+7 | |
and require mate-panel >= 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-22 | fix some indent and a couple of typos | monsta | 1 | -2/+2 | |
2016-08-31 | GTK+-3.20 geyes: port to GtkSeat | raveit65 | 1 | -0/+14 | |
2016-08-14 | geyes: fix modeline | monsta | 1 | -1/+1 | |
this is not C++ | |||||
2016-07-31 | geyes: use GtkAbout and update copyright | raveit65 | 1 | -13/+16 | |
2016-06-03 | remove some old gnome files | monsta | 2 | -16/+0 | |
2016-01-27 | GTK3: fix previous GtkMisc deprecations fix commit | Wolfgang Ulbrich | 1 | -6/+6 | |
2015-12-17 | GTK3 geyes: don't use deprecated GtkMisc | Wolfgang Ulbrich | 2 | -1/+46 | |
2015-09-06 | Rework gsettings schema building | infirit | 2 | -8/+6 | |
* Bump intltool required version for gsettings support * Extract strings with intltool directly * Let autoconf generate the xml files | |||||
2015-08-31 | geyes: have applet background automatically painted | Monsta | 1 | -52/+1 | |
2015-07-15 | help geyes: fix legal page | raveit65 | 1 | -17/+40 | |
2015-07-08 | help: use valid links to mate feedback page | raveit65 | 1 | -2/+2 | |
Help: forgotten fix | |||||
2015-07-08 | Revert "remove non-existing mate-feedback link" | raveit65 | 1 | -0/+7 | |
This reverts commit 28159eec6c1c804ea5fc6c48c63dbdebc22111d2. with docbook help we have this page | |||||
2015-07-01 | Revert "geyes: don't use GtkStock" | Monsta | 1 | -2/+2 | |
This reverts commit 7e02dd79e45a7e669ff9eb89454bc4e6955abfb0. | |||||
2015-06-25 | remove non-existing mate-feedback link | raveit65 | 1 | -7/+0 | |
2014-11-26 | geyes: use fabs instead of abs on float | infirit | 1 | -2/+2 | |
2014-11-26 | geyes: don't use GtkStock | infirit | 1 | -2/+2 | |
2014-11-26 | Gtk3: geyes: don't use deprecated gtk_widget_get_pointer | infirit | 1 | -2/+16 | |
Based on gnome-applets commit: d3a667ae31a08dfc2cbc40bfc64e378474117358 From: Alberts Muktupāvels <[email protected]> | |||||
2014-11-26 | geyes: Just use GSourceFunc for both Gtk+ versions | infirit | 1 | -4/+0 | |
2014-11-26 | Gtk3: Silence GtkVbox and GtkHbox deprecation warnings | infirit | 2 | -0/+10 | |