Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-08-11 | tx: sync with transifex | raveit65 | 13 | -44/+94 | |
2020-07-24 | stickynotes: Fix -Wformat-nonliteral warning | rbuj | 3 | -28/+9 | |
2020-07-13 | Guard block is missing | rbuj | 1 | -3/+3 | |
2020-06-25 | sync with transifex | raveit65 | 118 | -407/+581 | |
2020-06-06 | stickynotes: Remove enum conversion warnings | rbuj | 1 | -16/+16 | |
2020-05-21 | build: Remove MATEDESKTOP_CFLAGS and MATEDESKTOP_LIBS | rbuj | 1 | -2/+0 | |
2020-04-09 | stickynotes: Remove strict-prototypes warning | rbuj | 1 | -1/+1 | |
2020-04-08 | build: Use WARN_CFLAGS variable | rbuj | 1 | -0/+1 | |
2020-03-14 | stickynotes: Use gresources for UI files | rbuj | 12 | -1248/+1245 | |
2020-03-02 | tx: pull with fixed translations of pt and pt_BR | raveit65 | 1 | -3/+3 | |
2020-02-10 | tx: sync with transifex | raveit65 | 1 | -4/+4 | |
2020-01-21 | tx: sync with transifex | raveit65 | 117 | -537/+783 | |
2020-01-10 | Update copyright to 2020 | raveit65 | 2 | -2/+2 | |
2020-01-09 | migrate from intltools to gettext | Wu Xiaotian | 2 | -10/+11 | |
2019-06-16 | tx: sync with transifex | raveit65 | 117 | -21985/+21416 | |
2019-04-14 | Fix use-after-free clang warning | rbuj | 1 | -2/+4 | |
battstat_applet.c:755:3: warning: Use of memory after it is freed static_global_teardown (battstat); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ stickynotes.c:674:24: warning: Use of memory after it is freed stickynotes->notes = g_list_remove(stickynotes->notes, note); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |||||
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/+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 | -6/+3 | |
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 | -38/+101 | |
2019-02-25 | tx: sync with transifex | raveit65 | 116 | -292/+349 | |
2019-02-11 | Issues reported by translators | rbuj | 1 | -1/+1 | |
2019-01-27 | tx: sync with transifex | raveit65 | 12 | -87/+311 | |
2018-11-17 | sync with transifex | raveit65 | 126 | -8596/+103774 | |
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 | -5/+34 | |
2018-10-03 | Manual: Fix Add to Panel dialog title | rbuj | 1 | -1/+1 | |
2018-10-02 | Manual: OK -> Add (Add to Panel dialog) | rbuj | 1 | -1/+1 | |
2018-10-02 | Add/Update Catalan screenshots | rbuj | 5 | -0/+0 | |
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-09-10 | sticky-notes: fix a memory leak | Rui Caridade | 1 | -0/+1 | |
origin commit: https://github.com/GNOME/gnome-applets/commit/f04777973b37265ca9e034421996f16d64853ee2 | |||||
2018-07-09 | stickynotes: replace deprecated gdk_error_trap_push/pop functions | raveit65 | 1 | -5/+7 | |
and renaming gdk_display to xdisplay var to match GDK_DISPLAY_XDISPLAY, what it really is. | |||||
2018-07-08 | sticknotes: replace deprecated gtk_menu_popup | raveit65 | 1 | -4/+2 | |
2018-05-12 | Convert applet icons from pixbuf to surfaces | Victor Kareh | 2 | -40/+47 | |
This improves support for HiDPI by loading properly scaled surfaces for applets. | |||||
2018-02-09 | avoid deprecated GtkStock | Pablo Barciela | 1 | -5/+5 | |
2018-02-04 | require GTK+ 3.22 and GLib 2.50 | monsta | 2 | -21/+2 | |
2018-01-09 | update copyright year to 2018 | monsta | 1 | -1/+1 | |
2017-12-05 | WidthOfScreen and HeightOfScreen implementation | Pablo Barciela | 1 | -6/+2 | |
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-10-05 | update copyright year in other applets | monsta | 1 | -1/+1 | |
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-08-09 | avoid deprecated gdk_screen_get_width/height | ZenWalker | 1 | -1/+6 | |
2017-08-05 | stickynotes: don't use deprecated gtk_show_uri | raveit65 | 2 | -9/+30 | |
2017-07-08 | stickynotes: reword previous commit a bit and don't leak dir name | monsta | 1 | -2/+4 | |
similar to how it's done in https://git.gnome.org/browse/gnome-applets/commit/?id=cbadc03ed7fe432bbbe37932c2c81d7d5181fe15 | |||||
2017-07-01 | stickynotes: create parent dir for "stickynotes-applet.xml" if it does not ↵ | oliver-joos | 1 | -1/+3 | |
exist. Fixes issue #254 | |||||
2016-11-22 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 5 | -173/+0 | |
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-31 | sticky-notes: drop duplicate code | raveit65 | 1 | -34/+1 | |
2016-07-31 | stickynotes: use GtkAbout and update copyright | raveit65 | 1 | -4/+7 | |
2016-01-04 | stickynotes: new icon names and paths + fix deprecations | monsta | 10 | -93/+50 | |
adapted from https://git.gnome.org/browse/gnome-applets/commit/?id=76982eb73ce1bd912cc19a55d3b6682b9da93687 |