Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-10-12 | add support for lbzip2 on .tar.bz2 files | ZenWalker | 1 | -1/+4 | |
and give lbzip2 priority over bzip2 lbzip2 is an independent, multi-threaded implementation of bzip2 | |||||
2016-10-10 | add support for pixz on .tar.xz files | ZenWalker | 1 | -1/+4 | |
and give pixz priority over xz more info: https://github.com/mate-desktop/engrampa/pull/111 | |||||
2016-10-09 | removed useless g_application_quit | ZenWalker | 1 | -1/+0 | |
2016-09-24 | amiga "lha" files supported | ZenWalker | 1 | -0/+8 | |
Fixes #155 | |||||
2016-09-14 | Avoid deprecated GtkMisc | raveit65 | 4 | -3/+31 | |
2016-09-14 | use gtk_drag_begin_with_coordinates to avoid deprecated gtk_drag_begin | raveit65 | 1 | -5/+7 | |
2016-09-14 | port deprecated GtkTable to GtkGrid | raveit65 | 3 | -59/+38 | |
2016-09-04 | p7zip: ignore the error "Unexpected end of archive" | ZenWalker | 1 | -2/+8 | |
Fixes #128 | |||||
2016-08-10 | make the "encrypt header" option insensitive if no password is specified | ZenWalker | 1 | -7/+20 | |
based on file-roller commit: https://git.gnome.org/browse/file-roller/commit/?id=6f7f14fa112a7c5b2a64bedeeca9d570ffa90968 and I add some code to work changing the combo box with the compressed file types | |||||
2016-07-29 | Fixed: Segmentation fault | ZenWalker | 1 | -2/+2 | |
2016-07-27 | fix: engrampa closes faster | ZenWalker | 1 | -1/+2 | |
With https://github.com/mate-desktop/engrampa/commit/1c4f7a65536c801a4fc25b920163ffdbc3aa5bb9 engrampa closes slower | |||||
2016-07-27 | fix: allow engrampa to work on multiple instances | ZenWalker | 1 | -1/+1 | |
With https://github.com/mate-desktop/engrampa/commit/1c4f7a65536c801a4fc25b920163ffdbc3aa5bb9 engrampa works on single instance | |||||
2016-07-10 | show a window only if it's not in batch mode | ZenWalker | 1 | -1/+2 | |
file-roller commit: https://git.gnome.org/browse/file-roller/commit/?id=e2dd69f2f311700c3e2ead36afb9b9a8c29e09e3 | |||||
2016-07-10 | replace WindowList with gtk_application_get_windows | ZenWalker | 4 | -30/+34 | |
file-roller commit: https://git.gnome.org/browse/file-roller/commit/?id=f4f31f1c9e897fe32114d2ef1b21e232231c3a3b | |||||
2016-07-10 | Use GtkApplication | ZenWalker | 3 | -20/+29 | |
file-roller commits: https://git.gnome.org/browse/file-roller/commit/?id=b0223c4ab5bc7ce98a3747624fd1bbc298915a94 https://git.gnome.org/browse/file-roller/commit/?id=6d03df7fdfdab9089ced1ca7682ec7ffffa1bbc7 | |||||
2016-07-02 | ui files: set the gtk+ required version to 3.0 | ZenWalker | 8 | -378/+597 | |
file-roller commit: https://git.gnome.org/browse/file-roller/commit/?id=a93d7256aeb58b278f67096b73e6170722175fec | |||||
2016-06-24 | use GResource to store ui files | ZenWalker | 25 | -131/+2035 | |
file-roller commit: https://git.gnome.org/browse/file-roller/commit/?id=47619b987b77bdc258af9a554ba022c1f8834774 | |||||
2016-06-21 | Use the Gtk+ app chooser dialog for the "Open With" command | ZenWalker | 1 | -441/+47 | |
file-roller commits: https://git.gnome.org/browse/file-roller/commit/?id=d13a515c819c68051cd7788814dca7645d899511 https://git.gnome.org/browse/file-roller/commit/?id=9714c3a6a2c49f09d4c753b2573baf55aa3d6b9f | |||||
2016-06-11 | fixed: engrampa shows duplicate folders | ZenWalker | 1 | -3/+1 | |
Fixed: When I open a tarball and navigate to a subfolder and then back to the main folder, the gui shows extra "copies" of the folders. file-roller commit: https://git.gnome.org/browse/file-roller/commit/?id=ee2056c8f99afb9c6530716a4d22be5e4a5e7a35 | |||||
2016-06-10 | remove unused variable | monsta | 1 | -2/+1 | |
2016-06-10 | use natural order when sorting by filename | ZenWalker | 3 | -27/+46 | |
file-roller commit: https://git.gnome.org/browse/file-roller/commit/?id=8703609e95dcee3abbec39dea567137c7fff23e9 Fixes #143 | |||||
2016-06-10 | drag and drop: use the clicked row as drag icon | ZenWalker | 1 | -4/+27 | |
file-roller commit: https://git.gnome.org/browse/file-roller/commit/?id=fbb39fcb4be47fec09d911292777835707977159 | |||||
2016-06-10 | removed unused forward declaration | ZenWalker | 1 | -5/+0 | |
file-roller commit: https://git.gnome.org/browse/file-roller/commit/?id=7e77dd728b26b6d0634e08932e260759678deddb | |||||
2016-06-09 | Use g_dpgettext2() instead of plain gettext for column headers. | ZenWalker | 1 | -1/+1 | |
FR commit: https://git.gnome.org/browse/file-roller/commit/?id=ceb62eb981ef79aadd798cb8a1e5b59e0560c539 Fixes #142 | |||||
2016-06-09 | set the "toolbar" class to the location bar | ZenWalker | 1 | -0/+1 | |
FR commit: https://git.gnome.org/browse/file-roller/commit/?id=3211f1461cba6aabe52a17d950eb3de3f8d0e6ab | |||||
2016-06-08 | don't use gdk_drawable_get_size | ZenWalker | 1 | -3/+2 | |
based on file-roller commit: https://git.gnome.org/browse/file-roller/commit/?id=245271bfd9c959e3bbc913eec8e291746cdc221c | |||||
2016-05-27 | drop old GTK+2 code | monsta | 8 | -95/+33 | |
2016-05-26 | Gtk3 dlg-package-installer: do not use deprecated gdk_cursor_new | raveit65 | 1 | -1/+3 | |
2016-05-26 | GTK3 gtk-utils: do not use deprecated gtk_icon_info_free | raveit65 | 1 | -0/+4 | |
2016-05-26 | GTK3 fr-window: don't use deprecated gtk_tree_view_set_rules_hint | raveit65 | 1 | -0/+2 | |
2016-05-26 | Gtk3 fr-window: do not use deprecated gdk_cursor_new | raveit65 | 1 | -1/+4 | |
2016-05-26 | GTK3 eggfileformatchooser: don't use deprecated gtk_tree_view_set_rules_hint | raveit65 | 1 | -0/+2 | |
2016-05-25 | p7zip-rar 15.14 supported | sc0w | 1 | -1/+2 | |
since 15.14, p7zip-rar uses the plugin Rar.so to handle archives It can find on /usr/lib/ or /usr/libexec/ If someone has it in another folder, we can add it Fixes #136 | |||||
2016-05-24 | Merge pull request #129 from svonohr/master | ZenWalker | 1 | -1/+1 | |
Give unrar priority over p7zip | |||||
2016-05-21 | 7z: Fixed problems with files prefixed '@' | sc0w | 1 | -3/+30 | |
Fixes #138 | |||||
2016-05-17 | tar: Fixed problems with backslashes | ZenWalker | 1 | -0/+3 | |
Fixes #79 | |||||
2016-05-13 | 'All files' is duplicated in available formats | ZenWalker | 1 | -13/+0 | |
Fixes #132 | |||||
2016-05-02 | fix extracting files with single-character names. #125 | sc0w | 2 | -2/+2 | |
2016-05-01 | Give unrar priority over p7zip | svonohr | 1 | -1/+1 | |
At the moment p7zip does not support RAR5 archives, so reading such archives will always fail. | |||||
2016-02-19 | "open with" dialog: fix random crash | monsta | 1 | -1/+1 | |
fixes https://github.com/mate-desktop/engrampa/issues/126 | |||||
2016-02-04 | rar: avoid "No files to extract" Fixes #123 | ZenWalker | 1 | -1/+1 | |
2016-01-28 | The char '?' needs to be escaped | ZenWalker | 1 | -1/+1 | |
2016-01-26 | tar: allow changing contents of .txz files (like with .tar.xz) | monsta | 1 | -3/+7 | |
fixes https://github.com/mate-desktop/engrampa/issues/119 | |||||
2016-01-07 | p7zip v9.38 or later with arg -spd Fixes #108 | ZenWalker | 1 | -0/+8 | |
2015-12-24 | 7z: correct checking for p7zip 15.09+ | monsta | 1 | -1/+1 | |
from https://github.com/GNOME/file-roller/commit/ed9c3fd2 fixes https://github.com/mate-desktop/engrampa/issues/114 | |||||
2015-10-14 | fixed overwrite check when the files to be extracted are inside a folder | raveit65 | 3 | -9/+68 | |
author ZenWalker <[email protected]> fixes https://github.com/mate-desktop/engrampa/issues/103 | |||||
2015-10-01 | don't crash when opening archives on network drive (ftp, smb, ...) | monsta | 1 | -1/+1 | |
fixes https://github.com/mate-desktop/engrampa/issues/85 | |||||
2015-10-01 | gio-utils: fix typo in names of two functions | monsta | 1 | -8/+8 | |
2015-10-01 | fixed ngettext usage | Dmitry Mikhirev | 1 | -2/+2 | |
2015-09-30 | unar: fix extracting archives with '[' in filename | sc0w | 1 | -2/+7 | |
fixes https://github.com/mate-desktop/engrampa/issues/72 |