Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-03-25 | GEN png icons from svg files | rbuj | 1 | -1/+1 | |
PNG icons are created if they are not present in icon folder. To remove png icons: make -C baobab/pixmaps clean-png-icons make -C logview/data/icons clean-png-icons To build png icons: make -C baobab/pixmaps build-png-icons make -C logview/data/icons build-png-icons This removes baobab/pixmaps/shot.png file, use applets-screenshooter named icon (used in mate-screenshot). | |||||
2019-03-24 | Update documenters in about dialog | rbuj | 1 | -0/+13 | |
2019-03-24 | mate-dictionary: Use g_strjoin to build license text | rbuj | 1 | -2/+2 | |
full stop at end of sentence in license paragraphs | |||||
2019-03-24 | Use program-name and title in gtk_show_about_dialog call | rbuj | 1 | -1/+3 | |
2019-02-16 | Make translatable the copyright in about dialog | rbuj | 1 | -4/+2 | |
2018-09-23 | disk-usage-analyzer: replace deprecated gtk_menu_popup | raveit65 | 2 | -5/+4 | |
2018-07-24 | baobab-chart: avoid deprecated 'gtk_style_context_set_background' | Pablo Barciela | 1 | -4/+0 | |
2018-02-14 | avoid deprecated GtkStock | Pablo Barciela | 3 | -5/+5 | |
2018-01-30 | require GTK+ 3.22 and GLib 2.50 | monsta | 2 | -41/+0 | |
2018-01-09 | update copyright year to 2018 | monsta | 1 | -1/+1 | |
2017-10-25 | baobab: make zoom with mousewheel work on chart | monsta | 1 | -2/+9 | |
like it was with GTK+2 ported from: https://git.gnome.org/browse/baobab/commit/?id=66ad37228e155fe6707064109eae2dd17cc1e969 https://git.gnome.org/browse/baobab/commit/?id=d724a028d54fea765dda4578a1f30910e77ab1a9 | |||||
2017-10-09 | baobab/logview/dictionary: add our copyright to About dialog | monsta | 1 | -1/+2 | |
fixes https://github.com/mate-desktop/mate-utils/issues/80 | |||||
2017-10-09 | baobab: set transient parent for remote connect dialog | monsta | 1 | -0/+2 | |
fixes yet another runtime warning | |||||
2017-10-09 | baobab: set parent window for About dialog | monsta | 1 | -1/+1 | |
avoids runtime warning about transient parent | |||||
2017-07-28 | don't use deprecated gtk_show_uri | raveit65 | 1 | -0/+7 | |
2016-11-22 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 4 | -322/+0 | |
and require mate-panel >= 1.17 | |||||
2016-11-22 | fix indent a bit and remove some weird commented code | monsta | 1 | -1/+0 | |
2016-09-07 | GTK+-3 Baobab: use gdk_cursor_new_for_display | raveit65 | 1 | -4/+6 | |
2016-09-01 | GTK+-3 babab-chart: use GtkStyleContext | raveit65 | 1 | -0/+8 | |
taken from: https://git.gnome.org/browse/baobab/commit/?id=b6642cd | |||||
2016-09-01 | GTK+-3.0 baobab: port GdkColor to GdkRGBA | raveit65 | 1 | -0/+37 | |
taken from: https://git.gnome.org/browse/baobab/commit/?id=3527995 | |||||
2016-08-06 | GTK+-3.0 baobab: port GtkTable to GtkGrid | raveit65 | 1 | -8/+132 | |
2016-01-21 | [GTK+3] fix deprecated usage of GtkMisc, GtkHBox, GtkVBox | monsta | 2 | -2/+66 | |
2016-01-21 | baobab: use gtk_image_new_from_icon_name in both GTK+ builds | monsta | 2 | -7/+7 | |
2016-01-03 | baobab: don't take ancient mateconf dir into account | Monsta | 1 | -2/+1 | |
2015-09-25 | configure: drop useless --enable-deprecated option | Monsta | 1 | -1/+0 | |
2015-08-31 | baobab: remove useless code | Monsta | 1 | -4/+0 | |
2015-08-31 | baobab: fix indentation | Monsta | 1 | -6/+6 | |
2015-07-07 | baobab: show correct help page in prefs dialog | Monsta | 1 | -1/+1 | |
2015-06-25 | disk usage analyzer: use correct application name, not "Baobab" | Monsta | 2 | -2/+1 | |
2015-06-23 | help: fix help in disk-usage-analyzer | raveit65 | 2 | -2/+2 | |
2015-03-13 | baobab, gsearchtool: first connect to settings, then read them. | Monsta | 1 | -8/+8 | |
fixes the issue with GLib >= 2.43, https://git.gnome.org/browse/glib/commit/?id=8ff5668a458344da22d30491e3ce726d861b3619 Closes https://github.com/mate-desktop/mate-utils/pull/94 | |||||
2014-12-29 | set resize grip in the code now | infirit | 1 | -1/+4 | |
The ui fails to load on Gtk+ 3.14 but we do want to enable the resize grip in Gtk+ 2 | |||||
2014-12-15 | don't leak memory | Monsta | 1 | -0/+1 | |
2014-11-10 | Add missing #include <config.h> to make translations work | infirit | 2 | -0/+8 | |
Based on gnome-utils commit: 95edffa91ed559515d659187baba6ec7806b251b From: Kjartan Maraas <[email protected]> | |||||
2014-11-10 | Fix typo (G_TYPE_INSTANCE_CHECK_TYPE -> G_TYPE_CHECK_INSTANCE_TYPE) | infirit | 1 | -1/+1 | |
Based on gnome-utils commit: 0bf63957d9ea7055b56332d567966701db99ccb5 From: Piotr Eljasiak <[email protected]> | |||||
2014-07-01 | Remove deprecated gtk_dialog_set_has_separator | infirit | 1 | -3/+0 | |
2014-07-01 | Cleanup GTK_CHECK_VERSION and unify gtk+2/3 code where possible | infirit | 1 | -4/+0 | |
gdk_x11_set_sm_client_id | Since 2.24 gdk_x11_display_get_xdisplay | Since 2.2 GDK_DISPLAY_XDISPLAY | Since always GDK_WINDOW_XID | Since always gdk_window_get_screen | Since 2.24 gdk_x11_window_foreign_new_for_display | Since 2.24 gdk_window_get_width | Since 2.24 gdk_window_get_height | Since 2.24 | |||||
2014-07-01 | Drop support for Gtk+ < 2.24 | infirit | 1 | -2/+0 | |
2014-07-01 | Drop support for Glib < 2.36 | infirit | 3 | -36/+0 | |
2014-05-01 | Use DISABLE_DEPRECATED variable for deprecation | infirit | 1 | -0/+1 | |
2014-01-17 | baobab: Fix GTK3 support | Stefano Karapetsas | 1 | -3/+22 | |
2014-01-17 | baobab: Add GTK3 support | Stefano Karapetsas | 3 | -8/+63 | |
2013-11-06 | Correct name in about dialog | infirit | 1 | -1/+1 | |
2013-08-03 | Use yelp-tools instead of mate-doc-utils | infirit | 1 | -2/+2 | |
2013-04-30 | Use mate-disk-usage-analyzer icon instead of baobab | Stefano Karapetsas | 2 | -2/+2 | |
2013-02-18 | Update makefiles for automake 1.13 | Dan Mashal | 1 | -1/+1 | |
2013-02-09 | baobab: Fix missing static void keywords | Stefano Karapetsas | 1 | -0/+1 | |
2012-11-18 | Merge branch 'master' of github.com:mate-desktop/mate-utils | Steve Zesch | 9 | -323/+247 | |
2012-11-18 | fixed incorrect fsf addresses. | Steve Zesch | 4 | -8/+8 | |
2012-11-17 | Port disk-usage-analyzer to Gsettings (based on GNOME patch) | Brent Hull | 8 | -322/+246 | |