summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-05-26GTK3 fr-window: don't use deprecated gtk_tree_view_set_rules_hintraveit651-0/+2
2016-05-26Gtk3 fr-window: do not use deprecated gdk_cursor_newraveit651-1/+4
2016-05-26GTK3 eggfileformatchooser: don't use deprecated gtk_tree_view_set_rules_hintraveit651-0/+2
2016-05-25p7zip-rar 15.14 supportedsc0w1-1/+2
2016-05-24Merge pull request #129 from svonohr/masterZenWalker1-1/+1
2016-05-217z: Fixed problems with files prefixed '@'sc0w1-3/+30
2016-05-17tar: Fixed problems with backslashesZenWalker1-0/+3
2016-05-13'All files' is duplicated in available formatsZenWalker1-13/+0
2016-05-02fix extracting files with single-character names. #125sc0w2-2/+2
2016-05-01Give unrar priority over p7zipsvonohr1-1/+1
2016-02-19"open with" dialog: fix random crashmonsta1-1/+1
2016-02-04rar: avoid "No files to extract" Fixes #123ZenWalker1-1/+1
2016-01-28The char '?' needs to be escapedZenWalker1-1/+1
2016-01-26tar: allow changing contents of .txz files (like with .tar.xz)monsta1-3/+7
2016-01-07p7zip v9.38 or later with arg -spd Fixes #108ZenWalker1-0/+8
2015-12-247z: correct checking for p7zip 15.09+monsta1-1/+1
2015-10-14fixed overwrite check when the files to be extracted are inside a folderraveit653-9/+68
2015-10-01don't crash when opening archives on network drive (ftp, smb, ...)monsta1-1/+1
2015-10-01gio-utils: fix typo in names of two functionsmonsta1-8/+8
2015-10-01fixed ngettext usageDmitry Mikhirev1-2/+2
2015-09-30unar: fix extracting archives with '[' in filenamesc0w1-2/+7
2015-07-21fix wrong header guard in generated src/fr-enum-types.hmonsta1-1/+1
2015-07-21fr-command-rar: additional check for NULL pointer to avoid crashMonsta1-0/+3
2015-07-08display correct help pages for all dialogsMonsta2-2/+2
2015-05-19GTK3: set top and bottom margin of statusbar to zeroraveit651-0/+7
2014-11-24fr-window: edata is never usedinfirit1-1/+0
2014-11-24eggfileformatchooser: Remove pointless checkinfirit1-6/+1
2014-11-23zero-init signals arraymonsta1-1/+1
2014-11-23fix logic errormonsta1-1/+1
2014-11-23engrampa doesn't delete directories w/ files withininfirit2-9/+51
2014-11-22progress dialog: show the archive name in the main message..infirit1-117/+69
2014-11-22fixed missing prototype warninginfirit30-52/+60
2014-11-22Fix warningsinfirit1-3/+3
2014-11-22set a fixed title for the progress dialoginfirit2-4/+5
2014-11-22do not call release_data if the data was not initializedinfirit1-1/+2
2014-11-22Added a D-BUS service to create and extract archives.infirit20-816/+1686
2014-11-22do not update if the progress dialog is nullinfirit1-0/+3
2014-11-22enable interactive search in the file listinfirit1-1/+1
2014-11-22do not reload the archive if the operation was canceledinfirit1-2/+3
2014-11-22fixed compiler warningsinfirit6-21/+18
2014-11-22use a boxed type to pass the error to the 'done' signalinfirit8-16/+116
2014-11-22make the progress dialog largerinfirit1-1/+1
2014-11-22progress dialog: show the number of remaining files to complete the operationinfirit5-55/+37
2014-11-22no need to force archive recompressinfirit1-10/+0
2014-11-22allow the user to cancel addition and deletion of filesinfirit4-55/+132
2014-11-22improved readability of codeinfirit1-2/+4
2014-11-22removed useless call to fr_archive_stoppableinfirit1-1/+0
2014-11-22renamed tmp_archive to old_archiveinfirit1-6/+6
2014-11-22use local_copy instead of command->filename to check file existenceinfirit1-1/+1
2014-11-22added a cancellable object to some GIO functionsinfirit1-2/+4