summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-07-02ui files: set the gtk+ required version to 3.0ZenWalker8-378/+597
2016-06-24use GResource to store ui filesZenWalker25-131/+2035
2016-06-21Use the Gtk+ app chooser dialog for the "Open With" commandZenWalker1-441/+47
2016-06-11fixed: engrampa shows duplicate foldersZenWalker1-3/+1
2016-06-10remove unused variablemonsta1-2/+1
2016-06-10use natural order when sorting by filenameZenWalker3-27/+46
2016-06-10drag and drop: use the clicked row as drag iconZenWalker1-4/+27
2016-06-10removed unused forward declarationZenWalker1-5/+0
2016-06-09Use g_dpgettext2() instead of plain gettext for column headers.ZenWalker1-1/+1
2016-06-09set the "toolbar" class to the location barZenWalker1-0/+1
2016-06-08don't use gdk_drawable_get_sizeZenWalker1-3/+2
2016-05-27drop old GTK+2 codemonsta8-95/+33
2016-05-26Gtk3 dlg-package-installer: do not use deprecated gdk_cursor_newraveit651-1/+3
2016-05-26GTK3 gtk-utils: do not use deprecated gtk_icon_info_freeraveit651-0/+4
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