Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-02-11 | Fix build warnings about missing field initializer | rbuj | 1 | -1/+1 | |
2021-06-25 | update copyright to 2021 | raveit65 | 1 | -0/+1 | |
2021-02-08 | build: allow users to disable gettext support (--disable-nls) | rbuj | 1 | -0/+2 | |
2020-12-07 | GNU GPL 2 license notice without post box, after copyright notice | rbuj | 1 | -10/+8 | |
- Use always the same code snippet for including the top-level config.h | |||||
2020-11-25 | baobab: Fix conversion warnings | rbuj | 1 | -2/+2 | |
2020-03-09 | Define custom macros for wrapping the calls to gtk_builder_get_object | rbuj | 1 | -33/+31 | |
2020-03-03 | baobab: Remove unused variable ‘uri_list’ | rbuj | 1 | -1/+0 | |
2020-01-29 | Fix build using gcc 10 -fno-common flag | rbuj | 1 | -0/+2 | |
Closes #258 | |||||
2019-12-23 | Use gresources for UI files | rbuj | 1 | -4/+2 | |
2019-07-24 | mate-disk-usage-analyzer: Remove blank space before right parenthesis | rbuj | 1 | -1/+1 | |
2019-07-04 | Remove trailing whitespaces | Laurent Napias | 1 | -5/+5 | |
2019-05-07 | Remove unused variables | rbuj | 1 | -3/+0 | |
2019-04-09 | Fix -Werror=cast-function-type with GCC 8 | rbuj | 1 | -5/+3 | |
In addition, it removes unnecessary function type casts like: (GDestroyNotify) g_object_unref (GDestroyNotify) g_free | |||||
2019-04-09 | mate-disk-usage-analyzer: Memory leak | rbuj | 1 | -0/+2 | |
To detect the memory leak using valgrind: export CFLAGS="-Og -g -fno-omit-frame-pointer -fPIE -pie" export CXXFLAGS="-Og -g -fno-omit-frame-pointer -fPIE -pie" ./autogen.sh --prefix=/usr make clean make sudo make install valgrind --tool=memcheck --undef-value-errors=no --leak-check=full --log-file="report.txt" /usr/bin/mate-disk-usage-analyzer report.txt content: ==16061== 6 bytes in 1 blocks are definitely lost in loss record 174 of 14,390 ==16061== at 0x483880B: malloc (vg_replace_malloc.c:309) ==16061== by 0x56B10D7: g_malloc (gmem.c:99) ==16061== by 0x56CAAEE: g_strdup (gstrfuncs.c:363) ==16061== by 0x56E3743: g_variant_dup_string (gvariant.c:1533) ==16061== by 0x5509DE6: g_settings_get_string (gsettings.c:1795) ==16061== by 0x115664: initialize_charts (baobab.c:1185) ==16061== by 0x11640C: main (baobab.c:1307) | |||||
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). | |||||
2018-09-23 | disk-usage-analyzer: replace deprecated gtk_menu_popup | raveit65 | 1 | -3/+2 | |
2016-11-22 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 1 | -4/+0 | |
and require mate-panel >= 1.17 | |||||
2016-09-07 | GTK+-3 Baobab: use gdk_cursor_new_for_display | raveit65 | 1 | -4/+6 | |
2016-01-21 | baobab: use gtk_image_new_from_icon_name in both GTK+ builds | monsta | 1 | -3/+3 | |
2016-01-03 | baobab: don't take ancient mateconf dir into account | Monsta | 1 | -2/+1 | |
2015-08-31 | baobab: fix indentation | Monsta | 1 | -6/+6 | |
2015-06-25 | disk usage analyzer: use correct application name, not "Baobab" | Monsta | 1 | -1/+1 | |
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-07-01 | Drop support for Glib < 2.36 | infirit | 1 | -23/+0 | |
2014-01-17 | baobab: Add GTK3 support | Stefano Karapetsas | 1 | -3/+3 | |
2013-04-30 | Use mate-disk-usage-analyzer icon instead of baobab | Stefano Karapetsas | 1 | -1/+1 | |
2013-02-09 | baobab: Fix missing static void keywords | Stefano Karapetsas | 1 | -0/+1 | |
2012-11-17 | Port disk-usage-analyzer to Gsettings (based on GNOME patch) | Brent Hull | 1 | -178/+188 | |
2012-11-15 | Fixed g_format_size_for_display deprecations. Closes #5. | Steve Zesch | 1 | -11/+38 | |
2011-12-14 | Moved from Mate-Extra repository | Stefano Karapetsas | 1 | -0/+1317 | |