summaryrefslogtreecommitdiff
path: root/src/glib-utils.c
AgeCommit message (Collapse)AuthorFilesLines
2020-03-12glib-utils: remove g_ptr_array_free_fullrbuj1-10/+0
2020-03-08glib-utils: remove n_fields functionrbuj1-16/+1
2019-10-03Set compiler debug flags using MATE_DEBUG_CHECK and update configure summaryrbuj1-1/+2
test: $ ./autogen.sh --enable-debug=profile --prefix=/usr <cut> Configuration: Source code location: . Compiler: gcc Compiler flags: -g -pg Warning flags: -Wall -Wmissing-prototypes Linker flags: -pg Caja support: yes PackageKit support: yes Run in place no Use libmagic: no JSON support: yes Now type `make' to compile engrampa $ ./autogen.sh --enable-debug --prefix=/usr <cut> Configuration: Source code location: . Compiler: gcc Compiler flags: -g -O0 Warning flags: -Wall -Wmissing-prototypes Linker flags: Caja support: yes PackageKit support: yes Run in place no Use libmagic: no JSON support: yes Now type `make' to compile engrampa $ grep MATE_ENABLE_DEBUG config.h
2019-09-15glib-utils & gtk-utils: Remove unused functionsrbuj1-139/+0
cppcheck --enable=unusedFunction .
2019-09-10glib-utils: Remove get_time_string()rbuj1-21/+0
get_time_string() is a local function that wraps strftime(). In contrast to strftime(), g_date_time_format() always produces an UTF-8 string, regardless of the current locale.
2019-09-05comparison of integer expressions of different signedness: ‘size_t’rbuj1-1/+1
2019-08-27glib-utils: Remove unused function - g_ptr_array_copyrbuj1-16/+0
closes https://github.com/mate-desktop/engrampa/issues/283
2019-07-01Remove trailing whitespacesLaurent Napias1-27/+27
2019-06-11Update FSF addressLaurent Napias1-1/+1
2016-05-02fix extracting files with single-character names. #125sc0w1-1/+1
2015-10-14fixed overwrite check when the files to be extracted are inside a folderraveit651-0/+48
author ZenWalker <[email protected]> fixes https://github.com/mate-desktop/engrampa/issues/103
2014-11-19don't leak memorymonsta1-0/+2
2012-11-05Port to gsettingsraveit1-0/+68
2012-10-09Fixed fsf addresses. Closes #4.Steve Zesch1-1/+1
2011-11-30many renames from file-roller to engrampaStefano Karapetsas1-1/+1
2011-11-09initialPerberos1-0/+645