Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-03-20 | Help: Use XInclude instead of ENTITY for legal.xml | rbuj | 1 | -5/+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 | -0/+7 | |
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 | 135 | -659/+1081 | |
2019-02-25 | tx: sync with transifex | raveit65 | 9 | -21/+27 | |
2019-01-27 | tx: sync with transifex | raveit65 | 10 | -73/+576 | |
2018-11-17 | sync with transifex | raveit65 | 133 | -3949/+45841 | |
2018-10-06 | Use make functions for HELP_LINGUAS | rbuj | 1 | -1/+5 | |
2018-10-02 | trashapplet manual: Open Trash guimenuitem | rbuj | 1 | -1/+1 | |
2018-10-02 | Add/Update Catalan screenshots | rbuj | 1 | -0/+0 | |
2018-10-01 | Fix url of ulink to point to mate-user-guide | rbuj | 1 | -1/+1 | |
2018-09-28 | legal.xml | rbuj | 1 | -61/+73 | |
find . -name legal.xml -exec cp ~/Devel/mate-user-guide/mate-user-guide/C/legal.xml {} \; | |||||
2018-07-12 | trash applet: avoid deprecated 'gtk_window_set_wmclass' | Pablo Barciela | 1 | -1/+0 | |
2018-07-10 | trash: fix a -Wincompatible-pointer-types warning | raveit65 | 1 | -1/+1 | |
2018-02-09 | avoid deprecated GtkStock | Pablo Barciela | 2 | -9/+9 | |
2018-02-04 | require GTK+ 3.22 and GLib 2.50 | monsta | 2 | -31/+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-26 | gtk 3.22: avoid deprecated gdk_screen_get_monitor... functions: | ZenWalker | 1 | -3/+13 | |
avoid deprecated: gdk_screen_get_monitor_geometry gdk_screen_get_monitor_at_window | |||||
2017-08-05 | trashapplet: don't use deprecated gtk_show_uri | raveit65 | 1 | -0/+14 | |
2017-07-12 | avoid deprecated gdk_screen_get_number | ZenWalker | 1 | -10/+10 | |
2017-04-18 | trashapplet: remove unused code | monsta | 2 | -370/+0 | |
2017-01-14 | Trash: fix size allocation warning | lukefromdc | 1 | -2/+3 | |
This code was copied from button-widget.c, which did not throw allocation warnings. Only real difference was position of the "size_allocate" function. Moving it stopped the warnings on restarting mate-panel | |||||
2016-11-22 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 3 | -43/+2 | |
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-07-31 | trash-applet: use GtkAbout and update copyright | raveit65 | 1 | -4/+8 | |
2016-01-27 | GTK3: fix previous GtkMisc deprecations fix commit | Wolfgang Ulbrich | 1 | -6/+6 | |
2015-12-19 | Gtk3 trash applet: with gtk+-3.10 the number of screens is always 1 | Wolfgang Ulbrich | 1 | -0/+4 | |
2015-12-17 | GTK3 trash: don't use deprecated gdk_error_trap_pop + GtkMisc | Wolfgang Ulbrich | 2 | -0/+17 | |
2015-07-15 | help tras applet: fix legal page | raveit65 | 1 | -11/+33 | |
2015-07-08 | help: use valid links to mate feedback page | raveit65 | 1 | -1/+1 | |
Help: forgotten fix | |||||
2015-07-08 | Revert "remove non-existing mate-feedback link" | raveit65 | 1 | -0/+5 | |
This reverts commit 28159eec6c1c804ea5fc6c48c63dbdebc22111d2. with docbook help we have this page | |||||
2015-06-25 | remove non-existing mate-feedback link | raveit65 | 1 | -5/+0 | |
2014-11-27 | Fix build with GSEAL | infirit | 1 | -4/+0 | |
Use gdk_drag_context_list_targets for both Gtk+ versions. And use gdk_visual_get_depth instead of visual->depth | |||||
2014-11-26 | GDK_KEY_* is also in Gtk+2 | infirit | 1 | -9/+6 | |
2014-11-26 | Gtk3: Silence GtkVbox and GtkHbox deprecation warnings | infirit | 1 | -0/+5 | |
2014-06-25 | Use $(datadir)/mate instead of $(datadir)/mate-2.0mate-applets-1.9.0 | Stefano Karapetsas | 2 | -2/+2 | |
And also rename binaries without "-2" suffix | |||||
2014-06-02 | Cleanup GTK_CHECK_VERSION and unify where possible | infirit | 1 | -21/+12 | |
gdk_x11_window_foreign_new_for_display | since 2.24 gdk_window_get_width | since 2.24 gdk_window_get_height | since 2.24 gdk_x11_display_get_xdisplay | since 2.2 gdk_window_get_display | since 2.24 gdk_x11_window_foreign_new_for_display | since 2.24 GDK_WINDOW_XID | since always GDK_SCREEN_XDISPLAY | since always | |||||
2014-06-02 | Replace GtkObject with GObject also for gtk2 | infirit | 2 | -32/+0 | |
2014-05-03 | Use MateAboutDialog from libmate-desktop | Stefano Karapetsas | 2 | -1/+4 | |
2014-02-08 | Fix help uri for applets | infirit | 1 | -1/+1 | |
2014-02-05 | Remove all calls gtk_dialog_set_has_separator | infirit | 2 | -4/+0 | |
Also remove the has_separator from the ui files. | |||||
2014-01-20 | trashapplet: Add GTK3 support | Stefano Karapetsas | 4 | -2/+63 | |
2013-08-02 | Use yelp-tools instead of mate-doc-utils | infirit | 26 | -135/+134 | |
2013-06-02 | fix some make files for automake-1.13 | raveit | 1 | -1/+1 | |
2012-11-24 | trashapplet: migrate to gsettings | Stefano Karapetsas | 3 | -12/+14 | |
2012-10-09 | Fixed fsf addresses. Closes #18. | Steve Zesch | 3 | -5/+5 | |
2011-12-21 | adding missing libX11 on ld flag | Perberos | 1 | -1/+2 | |
2011-11-14 | initial | Perberos | 50 | -0/+8512 | |