summaryrefslogtreecommitdiff
path: root/baobab/src
AgeCommit message (Collapse)AuthorFilesLines
2020-06-23add git.mk to generate .gitignoretamplan1-0/+2
2020-04-14expand the comments on about dialogsrbuj1-1/+1
2020-03-09Define custom macros for wrapping the calls to gtk_builder_get_objectrbuj5-60/+39
2020-03-03baobab: Remove unused variable ‘uri_list’rbuj1-1/+0
2020-01-29Fix build using gcc 10 -fno-common flagrbuj2-1/+3
Closes #258
2020-01-20gettext: Fix locale dirrbuj1-1/+1
This allows to load the translations.
2020-01-13Update copyright to 2020raveit651-1/+1
2019-12-23Use gresources for UI filesrbuj3-11/+14
2019-11-10avoid redundant redeclarationsPablo Barciela4-9/+0
2019-10-01Add WARN_CFLAGS to CFLAGSrbuj1-0/+1
2019-09-02baobab-treemap: avoid 'g_type_class_add_private'Pablo Barciela1-11/+3
2019-09-02baobab-ringschart: avoid 'g_type_class_add_private'Pablo Barciela1-18/+10
2019-09-02baobab-chart: avoid 'g_type_class_add_private'Pablo Barciela1-28/+22
2019-09-02baobab-cell-renderer-progress: avoid 'g_type_class_add_private'Pablo Barciela1-9/+2
2019-07-24mate-disk-usage-analyzer: Remove blank space before right parenthesisrbuj1-1/+1
2019-07-04Remove trailing whitespacesLaurent Napias16-80/+80
2019-05-07Remove unused variablesrbuj1-3/+0
2019-04-09Fix -Werror=cast-function-type with GCC 8rbuj2-6/+10
In addition, it removes unnecessary function type casts like: (GDestroyNotify) g_object_unref (GDestroyNotify) g_free
2019-04-09mate-disk-usage-analyzer: Memory leakrbuj1-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-04-09Improve performance by removing unused assignmentsrbuj2-9/+0
2019-03-25GEN png icons from svg filesrbuj1-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-24Update documenters in about dialogrbuj1-0/+13
2019-03-24mate-dictionary: Use g_strjoin to build license textrbuj1-2/+2
full stop at end of sentence in license paragraphs
2019-03-24Use program-name and title in gtk_show_about_dialog callrbuj1-1/+3
2019-02-16Make translatable the copyright in about dialogrbuj1-4/+2
2018-09-23disk-usage-analyzer: replace deprecated gtk_menu_popupraveit652-5/+4
2018-07-24baobab-chart: avoid deprecated 'gtk_style_context_set_background'Pablo Barciela1-4/+0
2018-02-14avoid deprecated GtkStockPablo Barciela3-5/+5
2018-01-30require GTK+ 3.22 and GLib 2.50monsta2-41/+0
2018-01-09update copyright year to 2018monsta1-1/+1
2017-10-25baobab: make zoom with mousewheel work on chartmonsta1-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-09baobab/logview/dictionary: add our copyright to About dialogmonsta1-1/+2
fixes https://github.com/mate-desktop/mate-utils/issues/80
2017-10-09baobab: set transient parent for remote connect dialogmonsta1-0/+2
fixes yet another runtime warning
2017-10-09baobab: set parent window for About dialogmonsta1-1/+1
avoids runtime warning about transient parent
2017-07-28don't use deprecated gtk_show_uriraveit651-0/+7
2016-11-22move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta4-322/+0
and require mate-panel >= 1.17
2016-11-22fix indent a bit and remove some weird commented codemonsta1-1/+0
2016-09-07GTK+-3 Baobab: use gdk_cursor_new_for_displayraveit651-4/+6
2016-09-01GTK+-3 babab-chart: use GtkStyleContextraveit651-0/+8
taken from: https://git.gnome.org/browse/baobab/commit/?id=b6642cd
2016-09-01GTK+-3.0 baobab: port GdkColor to GdkRGBAraveit651-0/+37
taken from: https://git.gnome.org/browse/baobab/commit/?id=3527995
2016-08-06GTK+-3.0 baobab: port GtkTable to GtkGridraveit651-8/+132
2016-01-21[GTK+3] fix deprecated usage of GtkMisc, GtkHBox, GtkVBoxmonsta2-2/+66
2016-01-21baobab: use gtk_image_new_from_icon_name in both GTK+ buildsmonsta2-7/+7
2016-01-03baobab: don't take ancient mateconf dir into accountMonsta1-2/+1
2015-09-25configure: drop useless --enable-deprecated optionMonsta1-1/+0
2015-08-31baobab: remove useless codeMonsta1-4/+0
2015-08-31baobab: fix indentationMonsta1-6/+6
2015-07-07baobab: show correct help page in prefs dialogMonsta1-1/+1
2015-06-25disk usage analyzer: use correct application name, not "Baobab"Monsta2-2/+1
2015-06-23help: fix help in disk-usage-analyzerraveit652-2/+2