summaryrefslogtreecommitdiff
path: root/src/fr-window.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-05-02Fix: Wrong behavior of Skip button in Replace file dialogZenWalker1-8/+47
2017-05-01fr-window: fix some GTK_STOCK deprecationsraveit651-6/+8
2017-04-29add style class frame to scrolledwindowsraveit651-0/+4
2017-04-29Revert "add style class frame to scrolledwindows"raveit651-5/+0
2017-04-22fr-window: avoid deprecated GtkMisc and GtkAlignmentraveit651-13/+15
2017-03-23add style class frame to scrolledwindowsraveit651-0/+5
2017-03-23add style class engrampa-windowraveit651-0/+5
2016-10-09removed useless g_application_quitZenWalker1-1/+0
2016-09-14Avoid deprecated GtkMiscraveit651-1/+9
2016-09-14port deprecated GtkTable to GtkGridraveit651-8/+7
2016-07-29Fixed: Segmentation faultZenWalker1-2/+2
2016-07-27fix: engrampa closes fasterZenWalker1-1/+2
2016-07-10replace WindowList with gtk_application_get_windowsZenWalker1-7/+3
2016-07-10Use GtkApplicationZenWalker1-5/+3
2016-06-24use GResource to store ui filesZenWalker1-1/+1
2016-06-11fixed: engrampa shows duplicate foldersZenWalker1-3/+1
2016-06-10use natural order when sorting by filenameZenWalker1-6/+7
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