summaryrefslogtreecommitdiff
path: root/src/fr-window.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-11Check if the remaining disk space is sufficient when add extractzhuyaliang1-0/+42
2023-05-29Add "Extract to subdirectory" optionxmusjackson1-1/+21
2023-05-09Replace deprecated functions and fix compilation warningszhuyaliang1-191/+163
2023-04-21action: Delete unused sort_by_entries codezhuyaliang1-29/+0
2023-04-05Extract: add the function of automatically closing the dialog box after decom...zhuyaliang1-0/+15
2023-03-22Fix archive file save as functionzhuyaliang1-1/+1
2023-03-21fix: Encrypted documents in. 7z format cannot delete locked files and foldersjishengjie1-1/+27
2023-03-16fr-window: fix -Wincompatible-pointer-types warningrbuj1-1/+1
2022-03-10Enable mouse-less navigation & reading for output dialogsValentin Villenave1-2/+10
2022-03-10Accessibility: add proper mnemonic relations and labellingValentin Villenave1-0/+2
2022-03-10Fix implicit conversion changes signedness: 'gboolean'rbuj1-2/+2
2022-01-29fr-window: fix memory leakrbuj1-3/+10
2022-01-29Fix some -Wfloat-conversion warningsrbuj1-5/+5
2021-12-11Use a blank line at mostrbuj1-307/+0
2021-02-09i18n: use g_dngettext instead of ngettextrbuj1-15/+13
2021-01-07Remove cppcheck warnings about the variable scope can be reducedrbuj1-14/+12
2020-10-17Remove unused macrosPablo Barciela1-8/+0
2020-05-06Remove fr-stock.c and fr-stock.hrbuj1-1/+0
2020-03-25gtk-utils: Remove _gtk_count_selectedrbuj1-1/+1
2020-03-10fr-window: duplicated coderbuj1-79/+6
2019-10-20Fix localized pause UI logicoctoghost1-1/+1
2019-10-03Set compiler debug flags using MATE_DEBUG_CHECK and update configure summaryrbuj1-8/+8
2019-09-22Use g_list_free_full and g_slist_free_fullrbuj1-2/+1
2019-09-15remove warnings: ‘gtk_image_new_from_stock’ is deprecatedrbuj1-3/+3
2019-09-10glib-utils: Remove get_time_string()rbuj1-4/+11
2019-09-08Initialization discards ‘const’ qualifier from pointer target typerbuj1-1/+1
2019-09-05comparison of integer expressions of different signedness: ‘size_t’rbuj1-2/+2
2019-09-03Missing initializer for struct fieldrbuj1-1/+2
2019-09-03remove build warning: local variable shadows another variablerbuj1-5/+5
2019-08-28comparison of integers of different signs: 'int' and 'guint'rbuj1-13/+13
2019-07-23fr-window: remove unused struct membersPablo Barciela1-2/+0
2019-07-01Remove trailing whitespacesLaurent Napias1-5/+5
2019-06-11Update FSF addressLaurent Napias1-1/+1
2019-02-19Read authors (updated) from engrampa.about gresourcerbuj1-1/+2
2018-12-28Added test integrity for the cfile compressors: gzip, bzip2, etc. But since m...Sergey Ponomarev1-18/+25
2018-12-11fr-window: show the pause button only if the dialog is workingPablo Barciela1-0/+3
2018-12-11fr-window: avoid 'gtk_dialog_add_button' with stock idsPablo Barciela1-3/+3
2018-12-08fr-window: hide the progress bar if the process is pausedPablo Barciela1-5/+7
2018-12-08fr-window: change the info label if process is paused/resumedPablo Barciela1-4/+9
2018-12-03fr-window: little improvements in the look of pause/resume buttonPablo Barciela1-6/+34
2018-12-02Adding pause and start functionszhuyaliang1-1/+39
2018-09-05fr-window: fix typoraveit651-1/+1
2018-05-09fr-window: Replace deprecated gtk_menu_popup functionsraveit651-20/+8
2018-02-09avoid deprecated GtkStockPablo Barciela1-25/+25
2018-01-30require GTK+ 3.22 and GLib 2.50monsta1-17/+0
2017-07-23don't use deprecated gtk_show_uriraveit651-0/+5
2017-07-23use a more common gtk+ functionraveit651-1/+1
2017-05-22Add the button "Show the Files and Quit" in the progress dialogZenWalker1-0/+11
2017-05-07Fix: Browsing history not correctZenWalker1-13/+28
2017-05-04hide folders in "View All Files"ZenWalker1-3/+2