Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-12-06 | remove dead function mate_panel_applet_set_background_widget | mbkma | 1 | -3/+0 | |
2020-11-28 | tx: fix build warning caused by Norwegian translations | raveit65 | 1 | -2/+3 | |
2020-11-28 | tx: fix build warning caused by Lithuanian translations | raveit65 | 1 | -6/+9 | |
2020-11-28 | tx: fix build warning caused by Croatian translations | raveit65 | 1 | -5/+6 | |
2020-11-28 | tx: fix build warning caused by Slovenian translations | raveit65 | 1 | -2/+3 | |
2020-11-28 | tx: fix build warning caused by Armenian translations | raveit65 | 1 | -11/+31 | |
2020-08-31 | accessx-status: improve code-style | raveit65 | 2 | -1213/+1528 | |
- tab to spaces - fix indents - shorten lines | |||||
2020-08-30 | accessx-status: array subscript 128 is above array bounds | rbuj | 1 | -43/+29 | |
2020-08-11 | tx: sync with transifex | raveit65 | 10 | -44/+169 | |
2020-08-11 | accessx-status: add src and data folders | rbuj | 9 | -68/+73 | |
2020-08-11 | accessx-status: Simplify icons installation | rbuj | 147 | -189/+164 | |
2020-07-29 | accessx-status: Load menu from resources | rbuj | 3 | -10/+31 | |
2020-06-25 | sync with transifex | raveit65 | 120 | -188/+620 | |
2020-05-21 | build: Remove MATEDESKTOP_CFLAGS and MATEDESKTOP_LIBS | rbuj | 1 | -2/+0 | |
2020-04-16 | Remove unused-variable warnings | rbuj | 1 | -1/+0 | |
2020-04-08 | build: Use WARN_CFLAGS variable | rbuj | 1 | -0/+1 | |
2020-03-02 | tx: pull with fixed translations of pt and pt_BR | raveit65 | 1 | -2/+3 | |
2020-02-10 | tx: sync with transifex | raveit65 | 1 | -13/+31 | |
2020-01-21 | tx: sync with transifex | raveit65 | 120 | -517/+682 | |
2020-01-10 | Update copyright to 2020 | raveit65 | 2 | -2/+2 | |
2020-01-09 | migrate from intltools to gettext | Wu Xiaotian | 2 | -9/+11 | |
2020-01-09 | Initialize "surface" before testing its value to avoid a crash. | dunc | 1 | -1/+1 | |
2019-06-16 | tx: sync with transifex | raveit65 | 120 | -16592/+15791 | |
2019-03-23 | help: update copyright | raveit65 | 1 | -1/+1 | |
2019-03-20 | Help: Use XInclude instead of ENTITY for legal.xml | rbuj | 1 | -3/+1 | |
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 | 9 | -46/+135 | |
2019-02-25 | tx: sync with transifex | raveit65 | 10 | -30/+42 | |
2019-01-27 | tx: sync with transifex | raveit65 | 13 | -108/+1004 | |
2018-12-08 | Support git.mk to generate .gitignore | Wu Xiaotian | 4 | -0/+8 | |
2018-11-17 | sync with transifex | raveit65 | 118 | -5063/+63437 | |
2018-10-06 | Use make functions for HELP_LINGUAS | rbuj | 1 | -1/+5 | |
2018-10-01 | Remove unused png files | rbuj | 2 | -1/+0 | |
2018-09-11 | accessx-status: fix another leak | raveit65 | 1 | -0/+1 | |
2018-09-10 | Fix memory leak on accessx-status. | Rui Caridade | 1 | -0/+1 | |
2018-05-12 | accessx: Convert icons from pixbuf to cairo surfaces | Victor Kareh | 150 | -354/+577 | |
This improves support for HiDPI displays. It also fixes some deprecation warnings, adds auto-resizing, and updates the main applet icon. | |||||
2018-02-09 | avoid deprecated GtkStock | Pablo Barciela | 1 | -4/+4 | |
2018-02-04 | require GTK+ 3.22 and GLib 2.50 | monsta | 1 | -4/+0 | |
2018-01-09 | update copyright year to 2018 | monsta | 1 | -1/+1 | |
2017-10-05 | update copyright year in other applets | monsta | 1 | -1/+1 | |
2017-08-05 | accessx-status: don't use deprecated gtk_show_uri | raveit65 | 1 | -0/+7 | |
2017-02-23 | accessx-status: avoid deprecated gtk_widget_render_icon | raveit65 | 1 | -8/+8 | |
note: gtk_widget_render_icon_pixbuf is deprecated with 3.10 but gtk_widget_render_icon has been deprecated since version 3.0, so this improve the situation a bit. | |||||
2016-11-22 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 1 | -75/+8 | |
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-08-13 | accessx-status: remove duplicated code | monsta | 1 | -1/+0 | |
2016-08-13 | accessx-status: fix possible crash when updating layout | monsta | 1 | -1/+1 | |
2016-07-31 | accessx-status: use GtkAbout and update copyright | raveit65 | 1 | -3/+6 | |
2015-12-22 | accessx-status: remove useless include | monsta | 1 | -3/+0 | |
2015-12-19 | GTK3: fix several deprecations | Wolfgang Ulbrich | 1 | -0/+37 | |
- deprecated gdk_app_launch_context_new - deprecated gtk_widget_{set/get}_state |