Age | Commit message (Expand) | Author | Files | Lines |
2020-06-05 | use git submodule of libegg | Wu Xiaotian | 1 | -2/+2 |
2020-06-05 | Require gtk+ 3.22 in glade files | rbuj | 6 | -12/+12 |
2020-06-05 | dlg-batch-add: Set labels GtkSizeGroup in ui file | rbuj | 2 | -6/+7 |
2020-06-05 | Use callback symbols defined in ui files | rbuj | 14 | -99/+94 |
2020-06-05 | gtk-utils: Remove _gtk_builder_get_widget | rbuj | 12 | -133/+119 |
2020-05-06 | Remove fr-stock.c and fr-stock.h | rbuj | 9 | -137/+19 |
2020-04-01 | actions: expand the comment on about dialog | rbuj | 1 | -1/+1 |
2020-03-25 | Terminate the application if the resource doesn't exists | rbuj | 12 | -84/+11 |
2020-03-25 | gtk-utils: Remove _gtk_count_selected | rbuj | 3 | -25/+1 |
2020-03-12 | glib-utils: remove g_ptr_array_free_full | rbuj | 3 | -17/+4 |
2020-03-10 | fr-window: duplicated code | rbuj | 1 | -79/+6 |
2020-03-10 | Add ARC archive support | rbuj | 4 | -0/+382 |
2020-03-08 | glib-utils: remove n_fields function | rbuj | 5 | -20/+4 |
2020-03-04 | Add dlg-add-files.ui and dlg-add-folder.ui | rbuj | 6 | -193/+549 |
2020-02-26 | Update authors | rbuj | 1 | -1/+1 |
2020-02-24 | dlg-new: Adding many callbacks at once | rbuj | 2 | -33/+12 |
2020-02-24 | new.ui: Stock icons are deprecated | rbuj | 2 | -14/+32 |
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 |