Age | Commit message (Expand) | Author | Files | Lines |
2020-02-24 | dlg-new: Use GET_WIDGET macro | rbuj | 1 | -9/+9 |
2020-02-15 | autoconf: get zstd mime type using libmagic if enabled | rbuj | 2 | -8/+8 |
2020-02-08 | dlg-extract: GtkFileChooserDialog instead of set extra widget | rbuj | 5 | -267/+341 |
2020-02-07 | Fix mate-desktop URL | rbuj | 1 | -1/+1 |
2020-02-06 | dlg-batch-add: set dialog image from icon-name instead of pixbuf | rbuj | 1 | -8/+5 |
2020-01-30 | Fix build using gcc 10 -fno-common flag | rbuj | 1 | -2/+0 |
2020-01-30 | fr-process: do not override LC_CTYPE | rbuj | 1 | -4/+10 |
2020-01-10 | Update copyright to 2020 | raveit65 | 1 | -1/+1 |
2020-01-04 | fr-command-rpm: Use rpm2cpio binary shipped with rpm package | rbuj | 5 | -157/+9 |
2019-12-05 | use cpio if no binary is found | raveit65 | 1 | -1/+1 |
2019-12-05 | add a configure environment variable to select the cpio path | Jasper Lievisse Adriaanse | 3 | -5/+5 |
2019-12-01 | 7z: Don't set the work directory, i.e. use temporary directory | rbuj | 1 | -1/+0 |
2019-12-01 | Check if a mime-type is an alias in compute_supported_archive_types | rbuj | 1 | -1/+14 |
2019-12-01 | define LOCALEDIR for bindtextdomain() | Wu Xiaotian | 1 | -0/+1 |
2019-11-24 | Clean file type selection in new archive dialog | rbuj | 2 | -71/+60 |
2019-11-20 | Automatically sets the maximum size of static arrays | rbuj | 1 | -4/+4 |
2019-10-20 | Fix localized pause UI logic | octoghost | 1 | -1/+1 |
2019-10-03 | LHA: add test for checking compressed file integrity | rbuj | 1 | -1/+12 |
2019-10-03 | Set compiler debug flags using MATE_DEBUG_CHECK and update configure summary | rbuj | 8 | -19/+33 |
2019-10-03 | Add application/(x-compress|x-rpm|x-lzh-compressed) in local magic | rbuj | 1 | -0/+4 |
2019-10-03 | Show archive type in properties dialog | rbuj | 2 | -0/+34 |
2019-10-03 | Zstandard: read .tar.zst files | rbuj | 2 | -0/+22 |
2019-10-03 | Zstandard: add test for checking compressed file integrity | rbuj | 1 | -1/+10 |
2019-10-03 | Zstandard: Update MIME type | rbuj | 2 | -7/+7 |
2019-10-01 | Ar: Update MIME type and add magic numbers | rbuj | 3 | -8/+10 |
2019-10-01 | fr-command-ar: fetch dates with strptime | rbuj | 1 | -49/+13 |
2019-10-01 | Remove internal mkdtemp and define feature test macro | rbuj | 5 | -253/+3 |
2019-10-01 | fr-command-tar: fetch dates with strptime | rbuj | 1 | -37/+9 |
2019-09-30 | Use mate-compiler-flags.m4 provided by mate-common | rbuj | 2 | -2/+11 |
2019-09-30 | ar: don't remove leading whitespaces in filename field | rbuj | 1 | -6/+6 |
2019-09-30 | LHA: make compatible with content-type response from gio file query | rbuj | 1 | -1/+1 |
2019-09-26 | fr-command-dpkg: fetch dates with strptime | rbuj | 1 | -17/+19 |
2019-09-22 | dlg-prop: set property label in ui file | rbuj | 2 | -42/+32 |
2019-09-22 | Add extract-dialog-options.ui | rbuj | 4 | -163/+277 |
2019-09-22 | LHA: Fix internet media type | rbuj | 2 | -4/+4 |
2019-09-22 | Use g_list_free_full and g_slist_free_full | rbuj | 7 | -22/+11 |
2019-09-17 | dlg-prop: show the exact number of bytes as part of the size | rbuj | 1 | -2/+2 |
2019-09-15 | dlg-prop: allow to open the archive's folder | rbuj | 1 | -4/+12 |
2019-09-15 | remove warnings: ‘gtk_image_new_from_stock’ is deprecated | rbuj | 3 | -26/+15 |
2019-09-15 | glib-utils & gtk-utils: Remove unused functions | rbuj | 4 | -315/+0 |
2019-09-15 | dlg-package-installer: show icons in error dialog buttons | rbuj | 1 | -2/+31 |
2019-09-15 | dlg-package-installer: remove warning ‘GtkStock’ is deprecated | rbuj | 1 | -2/+2 |
2019-09-14 | gio-utils: Remove unused functions | rbuj | 2 | -81/+0 |
2019-09-10 | glib-utils: Remove get_time_string() | rbuj | 4 | -27/+15 |
2019-09-10 | unace 2.5: Don't show archive summary in file listing | rbuj | 1 | -0/+3 |
2019-09-08 | tar: don't remove leading whitespaces in filename field | rbuj | 1 | -6/+6 |
2019-09-08 | Initialization discards ‘const’ qualifier from pointer target type | rbuj | 12 | -41/+41 |
2019-09-07 | remove warnings: "ENABLE_MAGIC" is not defined, evaluates to 0 | rbuj | 1 | -2/+2 |
2019-09-05 | comparison of integer expressions of different signedness: ‘size_t’ | rbuj | 6 | -11/+11 |
2019-09-03 | Missing initializer for struct field | rbuj | 26 | -28/+53 |